diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2004-06-02 18:07:40 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-06-02 18:07:40 +0000 |
| commit | 061b261f79ce4278428eb3bcb24a1003a736bfb6 (patch) | |
| tree | 606a112b1b6e8fd6e1216a0a5e3041ed37b4bb77 /phpBB/language/en/ucp.php | |
| parent | 7d24e82aa00bd55da98ee5ee68f9d132f062e34a (diff) | |
| download | forums-061b261f79ce4278428eb3bcb24a1003a736bfb6.tar forums-061b261f79ce4278428eb3bcb24a1003a736bfb6.tar.gz forums-061b261f79ce4278428eb3bcb24a1003a736bfb6.tar.bz2 forums-061b261f79ce4278428eb3bcb24a1003a736bfb6.tar.xz forums-061b261f79ce4278428eb3bcb24a1003a736bfb6.zip | |
- private messages - not finished yet.
git-svn-id: file:///svn/phpbb/trunk@4908 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 365d7a4256..7b93e011e2 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -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', |
