1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 05:25:01 +02:00

[ticket/12527] Fix "board’s language" vs "boards language"

PHPBB3-12527
This commit is contained in:
Joas Schilling 2014-05-18 12:28:28 +02:00
parent 192bb74e3c
commit b040c3f7c1

View File

@ -44,7 +44,7 @@ $lang = array_merge($lang, array(
'LANGUAGE_DETAILS_UPDATED' => 'Language details successfully updated.',
'LANGUAGE_PACK_ALREADY_INSTALLED' => 'This language pack is already installed.',
'LANGUAGE_PACK_DELETED' => 'The language pack “%s” 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 boards default language.',
'LANGUAGE_PACK_DETAILS' => 'Language pack details',
'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.',
@ -64,7 +64,7 @@ $lang = array_merge($lang, array(
'NO_FILE_SELECTED' => 'You havent specified a language file.',
'NO_LANG_ID' => 'You havent 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 boards default language first.',
'NO_UNINSTALLED_LANGUAGE_PACKS' => 'No uninstalled language packs',
'THOSE_MISSING_LANG_FILES' => 'The following language files are missing from the “%s” language folder',