diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/common.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/acp/posting.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/acp/users.php | 4 | ||||
-rw-r--r-- | phpBB/language/en/posting.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/ucp.php | 1 |
5 files changed, 7 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 0ff39ff03f..fce5b98a7e 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -226,6 +226,7 @@ $lang = array_merge($lang, array( 'OFF' => 'OFF', 'ON' => 'ON', + 'PROCEED_TO_ACP' => 'Click %sHere%s to procced to the ACP', 'REMIND' => 'Remind', 'REORDER' => 'Reorder', 'RETURN_TO' => 'Return to ...', diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index 3d74524a15..b61291eec2 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -57,7 +57,7 @@ $lang = array_merge($lang, array( 'tokens' => array( 'TEXT' => 'Any text, including foreign characters, numbers, etc...', - 'NUMBER' => 'Any serie of digits', + 'NUMBER' => 'Any series of digits', 'EMAIL' => 'A valid email address', 'URL' => 'A valid URL using any protocol (http, ftp, etc... cannot be used for javascript exploits). If none is given, "http://" is prepended to to the string', 'LOCAL_URL' => 'A local URL. The URL must be relative to the topic page and cannot contain a server name or protocol', diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php index 1ee251d080..e60a2b7181 100644 --- a/phpBB/language/en/acp/users.php +++ b/phpBB/language/en/acp/users.php @@ -33,7 +33,9 @@ $lang = array_merge($lang, array( 'BAN_SUCCESSFULL' => 'Ban entered successfully', - 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users email address.', + 'CANNOT_REMOVE_ANONYMOUS' => 'You are not able to remove the guest user account.', + 'CANNOT_REMOVE_YOURSELF' => 'You are not allowed to remove your own user account.', + 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users email address.', 'DELETE_POSTS' => 'Delete posts', 'DELETE_USER' => 'Delete user', diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index fa95420607..7ce961c6ae 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -153,6 +153,7 @@ $lang = array_merge($lang, array( 'POST_STORED_MOD' => 'Your message has been saved but requires approval', 'POST_TOPIC' => 'Post a new topic', 'POST_TOPIC_AS' => 'Post topic as', + 'PROGRESS_BAR' => 'Progress bar', 'QUOTE_DEPTH_EXCEEDED' => 'You may embed only %1$d quotes within each other.', diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 9dbfe00eaa..ec3d50d9bb 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -263,6 +263,7 @@ $lang = array_merge($lang, array( 'NO_FRIENDS' => 'No friends currently defined', 'NO_FRIENDS_OFFLINE' => 'No friends offline', 'NO_FRIENDS_ONLINE' => 'No friends online', + 'NO_GROUP_SELECTED' => 'No group specified', 'NO_IMPORTANT_NEWS' => 'No important announcements present', 'NO_MESSAGE' => 'Private Message could not be found', 'NO_NEW_FOLDER_NAME' => 'You have to specify a new folder name', |