diff options
| author | 2015-07-20 16:27:10 +0200 | |
|---|---|---|
| committer | 2015-07-20 16:27:10 +0200 | |
| commit | 2c8b4f5a502cb387f5eccfcc38aa7434bd75637a (patch) | |
| tree | d48c02c8813f1fcd120f8510ac7e6b7f7a784da5 /app/i18n/cz/install.php | |
| parent | 118e0ddd0a3dcd7e08d695567c6caa2d79d4b606 (diff) | |
Add translations
TODO: german and czech translations
See https://github.com/FreshRSS/FreshRSS/issues/909
Diffstat (limited to 'app/i18n/cz/install.php')
| -rw-r--r-- | app/i18n/cz/install.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/cz/install.php b/app/i18n/cz/install.php index 53257c84f..5f84d1cac 100644 --- a/app/i18n/cz/install.php +++ b/app/i18n/cz/install.php @@ -4,7 +4,9 @@ return array( 'action' => array( 'finish' => 'Dokončit instalaci', 'fix_errors_before' => 'Chyby prosím před přechodem na další krok opravte.', + 'keep_install' => 'Keep previous installation', // TODO: translate 'next_step' => 'Přejít na další krok', + 'reinstall' => 'Reinstall FreshRSS', // TODO: translate ), 'auth' => array( 'email_persona' => 'Email pro přihlášení<br /><small>(pro <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', @@ -31,6 +33,7 @@ return array( ), 'check' => array( '_' => 'Kontrola', + 'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO: translate 'cache' => array( 'nok' => 'Zkontrolujte oprávnění adresáře <em>./data/cache</em>. HTTP server musí mít do tohoto adresáře práva zápisu', 'ok' => 'Oprávnění adresáře cache jsou v pořádku.', |
