diff options
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/common.php | 4 | ||||
| -rw-r--r-- | phpBB/language/en/acp/language.php | 42 | ||||
| -rw-r--r-- | phpBB/language/en/common.php | 7 | ||||
| -rw-r--r-- | phpBB/language/en/posting.php | 3 | 
4 files changed, 18 insertions, 38 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 6f6a5f901f..8014ee64f1 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -777,4 +777,8 @@ $lang = array_merge($lang, array(  	'LOG_WORD_ADD'			=> '<strong>Added word censor</strong><br />» %s',  	'LOG_WORD_DELETE'		=> '<strong>Deleted word censor</strong><br />» %s',  	'LOG_WORD_EDIT'			=> '<strong>Edited word censor</strong><br />» %s', + +	'LOG_EXT_ENABLE'	=> '<strong>Extension enabled</strong><br />» %s', +	'LOG_EXT_DISABLE'	=> '<strong>Extension disabled</strong><br />» %s', +	'LOG_EXT_PURGE'		=> '<strong>Extension’s data deleted</strong><br />» %s',  )); diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php index 154551bd6e..911347b9b0 100644 --- a/phpBB/language/en/acp/language.php +++ b/phpBB/language/en/acp/language.php @@ -38,26 +38,15 @@ $lang = array_merge($lang, array(  	'ACP_FILES'						=> 'Admin language files',  	'ACP_LANGUAGE_PACKS_EXPLAIN'	=> 'Here you are able to install/remove language packs. The default language pack is marked with an asterisk (*).', -	'EMAIL_FILES'			=> 'Email templates', +	'DELETE_LANGUAGE_CONFIRM'		=> 'Are you sure you wish to delete “%s”?', -	'FILE_CONTENTS'				=> 'File contents', -	'FILE_FROM_STORAGE'			=> 'File from storage folder', - -	'HELP_FILES'				=> 'Help files', - -	'INSTALLED_LANGUAGE_PACKS'	=> 'Installed language packs', -	'INVALID_LANGUAGE_PACK'		=> 'The selected language pack seems to be not valid. Please verify the language pack and upload it again if necessary.', -	'INVALID_UPLOAD_METHOD'		=> 'The selected upload method is not valid, please choose a different method.', +	'INSTALLED_LANGUAGE_PACKS'		=> 'Installed language packs',  	'LANGUAGE_DETAILS_UPDATED'			=> 'Language details successfully updated.', -	'LANGUAGE_ENTRIES'					=> 'Language entries', -	'LANGUAGE_ENTRIES_EXPLAIN'			=> 'Here you are able to change existing language pack entries or not already translated ones.<br /><strong>Note:</strong> Once you changed a language file, the changes will be stored within a separate folder for you to download. The changes will not be seen by your users until you replace the original language files at your webspace (by uploading them).', -	'LANGUAGE_FILES'					=> 'Language files', -	'LANGUAGE_KEY'						=> 'Language key',  	'LANGUAGE_PACK_ALREADY_INSTALLED'	=> 'This language pack is already installed.', -	'LANGUAGE_PACK_DELETED'				=> 'The language pack <strong>%s</strong> has been removed successfully. All users using this language have been reset to the boards default language.', +	'LANGUAGE_PACK_DELETED'				=> 'The language pack “%s” has been removed successfully. All users using this language have been reset to the board’s default language.',  	'LANGUAGE_PACK_DETAILS'				=> 'Language pack details', -	'LANGUAGE_PACK_INSTALLED'			=> 'The language pack <strong>%s</strong> has been successfully installed.', +	'LANGUAGE_PACK_INSTALLED'			=> 'The language pack “%s” has been successfully installed.',  	'LANGUAGE_PACK_CPF_UPDATE'			=> 'The custom profile fields’ language strings were copied from the default language. Please change them if necessary.',  	'LANGUAGE_PACK_ISO'					=> 'ISO',  	'LANGUAGE_PACK_LOCALNAME'			=> 'Local name', @@ -70,31 +59,16 @@ $lang = array_merge($lang, array(  	'LANG_ISO_CODE'						=> 'ISO code',  	'LANG_LOCAL_NAME'					=> 'Local name', -	'MISSING_LANGUAGE_FILE'		=> 'Missing language file: <strong style="color:red">%s</strong>', +	'MISSING_LANG_FILES'		=> 'Missing language files',  	'MISSING_LANG_VARIABLES'	=> 'Missing language variables', -	'MODS_FILES'				=> 'MODs language files',  	'NO_FILE_SELECTED'				=> 'You haven’t specified a language file.',  	'NO_LANG_ID'					=> 'You haven’t specified a language pack.', -	'NO_REMOVE_DEFAULT_LANG'		=> 'You are not able to remove the default language pack.<br />If you want to remove this language pack, change your boards default language first.', +	'NO_REMOVE_DEFAULT_LANG'		=> 'You are not able to remove the default language pack.<br />If you want to remove this language pack, change your board’s default language first.',  	'NO_UNINSTALLED_LANGUAGE_PACKS'	=> 'No uninstalled language packs', -	'REMOVE_FROM_STORAGE_FOLDER'		=> 'Remove from storage folder', - -	'SELECT_DOWNLOAD_FORMAT'	=> 'Select download format', -	'SUBMIT_AND_DOWNLOAD'		=> 'Submit and download file', -	'SUBMIT_AND_UPLOAD'			=> 'Submit and upload file', - -	'THOSE_MISSING_LANG_FILES'			=> 'The following language files are missing from the %s language folder', -	'THOSE_MISSING_LANG_VARIABLES'		=> 'The following language variables are missing from the <strong>%s</strong> language pack', +	'THOSE_MISSING_LANG_FILES'			=> 'The following language files are missing from the “%s” language folder', +	'THOSE_MISSING_LANG_VARIABLES'		=> 'The following language variables are missing from the “%s” language pack',  	'UNINSTALLED_LANGUAGE_PACKS'	=> 'Uninstalled language packs', - -	'UNABLE_TO_WRITE_FILE'		=> 'The file could not be written to %s.', -	'UPLOAD_COMPLETED'			=> 'The upload was completed successfully.', -	'UPLOAD_FAILED'				=> 'The upload failed for unknown reasons. You may need to replace the relevant file manually.', -	'UPLOAD_METHOD'				=> 'Upload method', -	'UPLOAD_SETTINGS'			=> 'Upload settings', - -	'WRONG_LANGUAGE_FILE'		=> 'Selected language file is invalid.',  )); diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 7026e60911..30b3078a41 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -109,7 +109,7 @@ $lang = array_merge($lang, array(  	'AVATAR_PHP_SIZE_OVERRUN'		=> 'The avatar’s filesize is too large. The maximum allowed upload size is %1$d %2$s.<br />Please note this is set in php.ini and cannot be overridden.',  	'AVATAR_URL_INVALID'			=> 'The URL you specified is invalid.',  	'AVATAR_URL_NOT_FOUND'			=> 'The file specified could not be found.', -	'AVATAR_WRONG_FILESIZE'			=> 'The avatar’s filesize must be between 0 and %1d %2s.', +	'AVATAR_WRONG_FILESIZE'			=> 'The avatar’s filesize must be between 0 and %1$d %2$s.',  	'AVATAR_WRONG_SIZE'				=> 'The submitted avatar is %5$s wide and %6$s high. Avatars must be at least %1$s wide and %2$s high, but no larger than %3$s wide and %4$s high.',  	'BACK_TO_TOP'			=> 'Top', @@ -167,7 +167,8 @@ $lang = array_merge($lang, array(  	'CONGRATULATIONS'		=> 'Congratulations to',  	'CONNECTION_FAILED'		=> 'Connection failed.',  	'CONNECTION_SUCCESS'	=> 'Connection was successful!', -	'CONTACT_USER'			=> 'Contact', +	'CONTACT'				=> 'Contact', +	'CONTACT_USER'			=> 'Contact %s',  	'COOKIES_DELETED'		=> 'All board cookies successfully deleted.',  	'CURRENT_TIME'			=> 'It is currently %s', @@ -664,7 +665,7 @@ $lang = array_merge($lang, array(  	'SELECT_DESTINATION_FORUM'	=> 'Please select a destination forum',  	'SELECT_FORUM'				=> 'Select a forum',  	'SEND_EMAIL'				=> 'Email',				// Used for submit buttons -	'SEND_EMAIL_USER'			=> 'Email',				// Used as: {L_SEND_EMAIL_USER} {USERNAME} -> Email UserX +	'SEND_EMAIL_USER'			=> 'Email %s',  	'SEND_PRIVATE_MESSAGE'		=> 'Send private message',  	'SETTINGS'					=> 'Settings',  	'SIGNATURE'					=> 'Signature', diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 2b9b03101e..59d22aae23 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -221,6 +221,7 @@ $lang = array_merge($lang, array(  		1	=> 'You may embed only %d quote within each other.',  		2	=> 'You may embed only %d quotes within each other.',  	), +	'QUOTE_NO_NESTING'			=> 'You may not embed quotes within each other.',  	'SAVE'						=> 'Save',  	'SAVE_DATE'					=> 'Saved at', @@ -267,6 +268,6 @@ $lang = array_merge($lang, array(  	'VIEW_MESSAGE'				=> '%sView your submitted message%s',  	'VIEW_PRIVATE_MESSAGE'		=> '%sView your submitted private message%s', -	'WRONG_FILESIZE'			=> 'The file is too big, maximum allowed size is %1d %2s.', +	'WRONG_FILESIZE'			=> 'The file is too big, maximum allowed size is %1$d %2$s.',  	'WRONG_SIZE'				=> 'The image must be at least %1$s wide, %2$s high and at most %3$s wide and %4$s high. The submitted image is %5$s wide and %6$s high.',  ));  | 
