diff --git a/bl-languages/cs_CZ.json b/bl-languages/cs_CZ.json index 63a7a7f9..c9ac69e6 100644 --- a/bl-languages/cs_CZ.json +++ b/bl-languages/cs_CZ.json @@ -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." } diff --git a/bl-languages/en.json b/bl-languages/en.json index 40971053..5c6c4a06 100644 --- a/bl-languages/en.json +++ b/bl-languages/en.json @@ -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." } diff --git a/install.php b/install.php index fa66707c..ade44f10 100644 --- a/install.php +++ b/install.php @@ -724,7 +724,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') { - +
' . $error . '' . $L->get($error) . '