Translation of error messages during installation

This commit is contained in:
Elixcz 2022-09-23 23:42:03 +02:00
parent e6feb2ed67
commit bfb93204e7
No known key found for this signature in database
GPG key ID: 5DEC9DC9750F899A
3 changed files with 9 additions and 4 deletions

View file

@ -452,5 +452,8 @@
"publish-as-unlisted": "Nezobrazené",
"the-page-can-be-seen-and-shared-by-anyone-with-the-link": "Stránka bude publikována, ale zobrazit ji mohou pouze návštěvníci znající odkaz na tuto stránku",
"page-position": "Pozice stránky",
"page-description": "Popis stránky"
"page-description": "Popis stránky",
"missing-file,-upload-the-file-htaccess-to-the-root-directory": "Chybějící soubor, nahrajte .htaccess soubor do rootu webu.",
"module-mod_rewrite-is-not-installed-or-loaded": "Modul mod_rewrite není nainstalován nebo povolen.",
"writing-test-failure,-check-directory-\"bl-content\"-permissions": "Test zápisu byl neúspěšný, nastavte složce \"bl-content\" oprávnění pro zápis."
}

View file

@ -3,7 +3,7 @@
"native": "English",
"english-name": "English",
"locale": "en, en_US, en_AU, en_CA, en_GB, en_IE, en_NZ",
"last-update": "2022-05-28",
"last-update": "2018-08-09",
"authors": [
"Diego @dignajar",
"Clickwork https:\/\/clickwork.ch",
@ -405,5 +405,7 @@
"hour": "hour",
"second": "second",
"parent-page": "Parent page",
"enable-dark-mode-for-the-admin-panel-the-theme-has-to-support-this-feature": "Enable dark mode for the admin panel. The theme has to support this feature."
"missing-file,-upload-the-file-htaccess-to-the-root-directory": "Missing file, upload the file .htaccess to the root directory.",
"module-mod_rewrite-is-not-installed-or-loaded": "Module mod_rewrite is not installed or loaded.",
"writing-test-failure,-check-directory-\"bl-content\"-permissions": "Writing test failure, check directory \"bl-content\" permissions."
}

View file

@ -724,7 +724,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<table class="table">
<tbody>
<tr>
<th>' . $error . '</th>
<th>' . $L->get($error) . '</th>
</tr>
</tbody>
</table>