mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Added move topic words
git-svn-id: file:///svn/phpbb/trunk@853 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
681709bb0b
commit
8c419aa942
1 changed files with 4 additions and 1 deletions
|
@ -247,6 +247,7 @@ $lang['Edit_Post'] = "Edit post";
|
|||
$lang['Post_Normal'] = "Normal";
|
||||
$lang['Post_Announcement'] = "Announcement";
|
||||
$lang['Post_Sticky'] = "Sticky";
|
||||
$lang['Topic_Moved'] = "Moved";
|
||||
$lang['Options'] = "Options";
|
||||
|
||||
$lang['Confirm'] = "Confirm";
|
||||
|
@ -560,6 +561,7 @@ $lang['Lock'] = "Lock";
|
|||
$lang['Unlock'] = "Unlock";
|
||||
$lang['Topics_Removed'] = "The selected topics have been successfully removed from the database.";
|
||||
$lang['Topics_Locked'] = "The selected topics have been locked";
|
||||
$lang['Topics_Moved'] = "The selected topics have been moved";
|
||||
$lang['Topics_Unlocked'] = "The selected topics have been unlocked";
|
||||
$lang['Return_to_modcp'] = "to return to the moderator control panel";
|
||||
$lang['Confirm_delete_topic'] = "Are you sure you want to remove the selected topic/s?";
|
||||
|
@ -574,6 +576,7 @@ $lang['Split_posts'] = "Split selected posts";
|
|||
$lang['Split_after'] = "Split from selected post";
|
||||
$lang['Topic_split'] = "The selected topic has been split successfully";
|
||||
$lang['Too_many_error'] = "You have selected too many posts. You can only select one post to split a topic after!";
|
||||
$lang['New_forum'] = "New forum";
|
||||
|
||||
//
|
||||
// Timezones ... for display on each page
|
||||
|
|
Loading…
Add table
Reference in a new issue