Skip to content

Commit 1d137d5

Browse files
authored
[5.0] Error Pages language (#41934)
Added a note to the strings in the installation language file that is used for building the error page. As seen in the screenshot several language packs have translated instead of localised the string or as in the case of German does not include the country part of the code resulting in unclear options @tecpromotion
1 parent 82feae2 commit 1d137d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

installation/language/en-GB/joomla.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@
66
; Fatal error page
77
; These will be processed by the JavaScript Build
88
BUILD_FATAL_HEADER="Sorry, there was a problem we could not recover from."
9-
BUILD_FATAL_LANGUAGE="English GB"
9+
BUILD_FATAL_LANGUAGE="English GB"; IMPORTANT NOTE FOR TRANSLATORS: Do not literally translate this line, instead add the localised name of the language. For example French will be Français FR
1010
BUILD_FATAL_TEXT="The server returned a \"{{statusCode_statusText}}\""
1111
BUILD_FATAL_URL_TEXT="Help me resolve this"
1212

1313
; Build incomplete error page
1414
; These will be processed by the JavaScript Build
1515
BUILD_INCOMPLETE_HEADER="Environment Setup Incomplete"
16-
BUILD_INCOMPLETE_LANGUAGE="English GB"
16+
BUILD_INCOMPLETE_LANGUAGE="English GB"; IMPORTANT NOTE FOR TRANSLATORS: Do not literally translate this line, instead add the localised name of the language. For example French will be Français FR
1717
BUILD_INCOMPLETE_TEXT="It looks like you are trying to run Joomla! from our git repository. To do so requires you to complete a couple of extra steps first."
1818
BUILD_INCOMPLETE_URL_TEXT="More Details"
1919

2020
; No XML PHP error page
2121
; These will be processed by the JavaScript Build
2222
BUILD_NOXML_HEADER="Sorry, your PHP is missing a vital library"
23-
BUILD_NOXML_LANGUAGE="English GB"
23+
BUILD_NOXML_LANGUAGE="English GB"; IMPORTANT NOTE FOR TRANSLATORS: Do not literally translate this line, instead add the localised name of the language. For example French will be Français FR
2424
BUILD_NOXML_TEXT="Your host needs to use PHP with support for the XML library to run this version of Joomla!"
2525
BUILD_NOXML_URL_TEXT="Help me resolve this"
2626

2727
; Minimum PHP error page
2828
; These will be processed by the JavaScript Build
2929
BUILD_MIN_PHP_ERROR_HEADER="Sorry, your PHP version is not supported."
30-
BUILD_MIN_PHP_ERROR_LANGUAGE="English GB"
30+
BUILD_MIN_PHP_ERROR_LANGUAGE="English GB"; IMPORTANT NOTE FOR TRANSLATORS: Do not literally translate this line, instead add the localised name of the language. For example French will be Français FR
3131
BUILD_MIN_PHP_ERROR_TEXT="Your host needs to use PHP version {{phpversion}} or newer to run this version of Joomla."
3232
BUILD_MIN_PHP_ERROR_URL_TEXT="Help me resolve this"
3333

0 commit comments

Comments
 (0)