|
6 | 6 | ; Fatal error page |
7 | 7 | ; These will be processed by the JavaScript Build |
8 | 8 | 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 |
10 | 10 | BUILD_FATAL_TEXT="The server returned a \"{{statusCode_statusText}}\"" |
11 | 11 | BUILD_FATAL_URL_TEXT="Help me resolve this" |
12 | 12 |
|
13 | 13 | ; Build incomplete error page |
14 | 14 | ; These will be processed by the JavaScript Build |
15 | 15 | 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 |
17 | 17 | 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." |
18 | 18 | BUILD_INCOMPLETE_URL_TEXT="More Details" |
19 | 19 |
|
20 | 20 | ; No XML PHP error page |
21 | 21 | ; These will be processed by the JavaScript Build |
22 | 22 | 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 |
24 | 24 | BUILD_NOXML_TEXT="Your host needs to use PHP with support for the XML library to run this version of Joomla!" |
25 | 25 | BUILD_NOXML_URL_TEXT="Help me resolve this" |
26 | 26 |
|
27 | 27 | ; Minimum PHP error page |
28 | 28 | ; These will be processed by the JavaScript Build |
29 | 29 | 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 |
31 | 31 | BUILD_MIN_PHP_ERROR_TEXT="Your host needs to use PHP version {{phpversion}} or newer to run this version of Joomla." |
32 | 32 | BUILD_MIN_PHP_ERROR_URL_TEXT="Help me resolve this" |
33 | 33 |
|
|
0 commit comments