diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-02 15:11:40 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-02 15:11:40 +0000 |
commit | cc4a0a2f7a02f909735d265f4f199f9736c30a48 (patch) | |
tree | aa984be5c8fca4b1f05d7fa755b2f3d382a89cf7 /phpBB/language/en/acp/language.php | |
parent | fc76c94ab14993f98e0bbbf8b26150886ce69352 (diff) | |
download | forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.gz forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.bz2 forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.xz forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.zip |
consistent acp layout regarding backlinks and messages.
git-svn-id: file:///svn/phpbb/trunk@6428 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/language.php')
-rw-r--r-- | phpBB/language/en/acp/language.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php index a4da720d66..27b325be3c 100644 --- a/phpBB/language/en/acp/language.php +++ b/phpBB/language/en/acp/language.php @@ -45,7 +45,7 @@ $lang = array_merge($lang, array( '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.', - 'LANGUAGE_DETAILS_UPDATED' => 'Language details successfully updated', + '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 seperate 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', @@ -69,7 +69,8 @@ $lang = array_merge($lang, array( 'MISSING_LANG_VARIABLES' => 'Missing language variables', 'MODS_FILES' => 'MODs language files', - 'NO_LANG_ID' => 'You haven’t specified a language pack', + '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_UNINSTALLED_LANGUAGE_PACKS' => 'No uninstalled language packs', @@ -84,11 +85,12 @@ $lang = array_merge($lang, array( 'UNINSTALLED_LANGUAGE_PACKS' => 'Uninstalled language packs', - 'UPLOAD_COMPLETED' => 'The upload has completed', + 'UNABLE_TO_WRITE_FILE' => 'The file could not be written to %s.', + 'UPLOAD_COMPLETED' => 'The upload was completed successfully.', 'UPLOAD_METHOD' => 'Upload method', 'UPLOAD_SETTINGS' => 'Upload settings', - 'WRONG_LANGUAGE_FILE' => 'Selected language file is invalid', + 'WRONG_LANGUAGE_FILE' => 'Selected language file is invalid.', )); ?>
\ No newline at end of file |