mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- private messages - not finished yet.
git-svn-id: file:///svn/phpbb/trunk@4908 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -64,6 +64,7 @@ $lang += array(
|
||||
'AVATAR_WRONG_SIZE' => 'The avatar must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high.',
|
||||
|
||||
'BACK_TO_TOP' => 'Top',
|
||||
'BCC' => 'Bcc',
|
||||
'BIRTHDAYS' => 'Birthdays',
|
||||
'BOARD_BAN_PERM' => 'You have been <b>permanently</b> banned from this board.<br /><br />Please contact the %2$sBoard Administrator%3$s for more information.',
|
||||
'BOARD_BAN_REASON' => 'Reason given for ban: <b>%s</b>',
|
||||
@@ -75,6 +76,7 @@ $lang += array(
|
||||
'BYTES' => 'Bytes',
|
||||
|
||||
'CANCEL' => 'Cancel',
|
||||
'CHANGE' => 'Change',
|
||||
'CLICK_VIEW_PRIVMSG' => 'Click %sHere%s to visit your Inbox',
|
||||
'CONFIRM' => 'Confirm',
|
||||
'CONGRATULATIONS' => 'Congratulations to',
|
||||
@@ -288,6 +290,7 @@ $lang += array(
|
||||
'REG_USERS_ZERO_TOTAL' => '0 Registered, ',
|
||||
'REG_USER_ONLINE' => 'There is %d Registered user and ',
|
||||
'REG_USER_TOTAL' => '%d Registered, ',
|
||||
'REMOVE' => 'Remove',
|
||||
'REMOVE_INSTALL' => 'Please delete, move or rename the install directory.',
|
||||
'REPLIES' => 'Replies',
|
||||
'REPLY_WITH_QUOTE' => 'Reply with quote',
|
||||
|
@@ -41,6 +41,7 @@ $lang += array(
|
||||
'ADD_FRIENDS' => 'Add new friends',
|
||||
'ADD_FRIENDS_EXPLAIN' => 'You may enter several usernames each on a different line',
|
||||
'ADD_NEW_RULE' => 'Add new Rule',
|
||||
'ADD_RULE' => 'Add Rule',
|
||||
'ADD_TO' => 'Add [To]',
|
||||
'ADMIN_EMAIL' => 'Administrators can email me information',
|
||||
'AGREE' => 'I agree to these terms',
|
||||
@@ -86,6 +87,7 @@ $lang += array(
|
||||
'CUR_PASSWORD_ERROR' => 'The current password you entered is incorrect.',
|
||||
|
||||
'DEFAULT_ACTION' => 'Default Action',
|
||||
'DEFAULT_ACTION_EXPLAIN' => 'This Action will be triggered if none of the above is applicable',
|
||||
'DEFAULT_ADD_SIG' => 'Attach my signature by default',
|
||||
'DEFAULT_BBCODE' => 'Enable BBCode by default',
|
||||
'DEFAULT_HTML' => 'Enable HTML by default',
|
||||
@@ -126,6 +128,7 @@ $lang += array(
|
||||
'FOLDER_ADDED' => 'Folder successfully added',
|
||||
'FOLDER_MESSAGE_STATUS' => '%1$d from %2$d messages stored',
|
||||
'FOLDER_NAME_EXIST' => 'Folder <b>%s</b> already exist',
|
||||
'FOLDER_OPTIONS' => 'Folder Options',
|
||||
'FOLDER_STATUS_MSG' => 'Folder is %1$d%% full (%2$d from %3$d messages stored)',
|
||||
'FORWARD_PM' => 'Forward PM',
|
||||
'FRIEND_MESSAGE' => 'Message from friend',
|
||||
@@ -159,6 +162,7 @@ $lang += array(
|
||||
'MESSAGE_REPORTED_MESSAGE' => 'Reported Message',
|
||||
'MINIMUM_KARMA' => 'Minimum User Karma',
|
||||
'MINIMUM_KARMA_EXPLAIN' => 'Posts by users with Karma less than this will be ignored.',
|
||||
'MOVE_TO_FOLDER' => 'Move to Folder',
|
||||
|
||||
'NEW_EMAIL_ERROR' => 'The email addresses you entered do not match.',
|
||||
'NEW_PASSWORD' => 'Password',
|
||||
|
Reference in New Issue
Block a user