Extra lang strings

git-svn-id: file:///svn/phpbb/trunk@2709 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-07-17 14:56:18 +00:00
parent 467fc013d1
commit e2b46f15fe

View file

@ -289,11 +289,13 @@ $lang['Code'] = 'Code'; // comes before bbcode code output.
$lang['Edited_time_total'] = 'Last edited by %s on %s, edited %d time in total'; // Last edited by me on 12 Oct 2001, edited 1 time in total $lang['Edited_time_total'] = 'Last edited by %s on %s, edited %d time in total'; // Last edited by me on 12 Oct 2001, edited 1 time in total
$lang['Edited_times_total'] = 'Last edited by %s on %s, edited %d times in total'; // Last edited by me on 12 Oct 2001, edited 2 times in total $lang['Edited_times_total'] = 'Last edited by %s on %s, edited %d times in total'; // Last edited by me on 12 Oct 2001, edited 2 times in total
$lang['Lock_topic'] = 'Lock this topic'; $lang['Quick_mod'] = "Quick-mod tools";
$lang['Unlock_topic'] = 'Unlock this topic'; $lang['Lock_topic'] = 'Lock topic';
$lang['Move_topic'] = 'Move this topic'; $lang['Unlock_topic'] = 'Unlock topic';
$lang['Delete_topic'] = 'Delete this topic'; $lang['Move_topic'] = 'Move topic';
$lang['Split_topic'] = 'Split this topic'; $lang['Delete_topic'] = 'Delete topic';
$lang['Split_topic'] = 'Split topic';
$lang['Merge_topic'] = 'Merge topic';
$lang['Stop_watching_topic'] = 'Stop watching this topic'; $lang['Stop_watching_topic'] = 'Stop watching this topic';
$lang['Start_watching_topic'] = 'Watch this topic for replies'; $lang['Start_watching_topic'] = 'Watch this topic for replies';