diff options
| author | 2021-12-06 19:20:58 +0100 | |
|---|---|---|
| committer | 2021-12-06 19:20:58 +0100 | |
| commit | 8c3f205e91bed0cbc952ef09c5aa370909c64401 (patch) | |
| tree | eac01ec6b8dd456712e19df0cae99cfccfdeb364 /app/i18n/sk/install.php | |
| parent | ba4a41c417c13c27822727879c44d3e14a130ef2 (diff) | |
Updated translation (#4034)
I translated strings with "TODO - Translation" comment. ;)
Diffstat (limited to 'app/i18n/sk/install.php')
| -rw-r--r-- | app/i18n/sk/install.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/sk/install.php b/app/i18n/sk/install.php index 1667fa528..1784682f1 100644 --- a/app/i18n/sk/install.php +++ b/app/i18n/sk/install.php @@ -83,9 +83,9 @@ return array( 'reload' => 'Tekrar kontrol et', 'tmp' => array( 'nok' => 'Skontrolujte oprávnenia prístupu do priečinku <em>%s</em>. HTTP server musí mať právo doň zapisovať.', - 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation + 'ok' => 'Oprávnenia pre dočasný priečinok sú OK.', ), - 'unknown_process_username' => 'unknown', // TODO - Translation + 'unknown_process_username' => 'neznámy', 'users' => array( 'nok' => 'Skontrolujte oprávnenia prístupu do priečinku <em>%s</em>. HTTP server musí mať právo doň zapisovať.', 'ok' => 'Oprávnenia prístupu do priečinku používateľov sú OK.', @@ -111,10 +111,10 @@ return array( 'choose' => 'Vyberte jazyk pre FreshRSS', 'defined' => 'Jazyk bol nastavený.', ), - 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO - Translation + 'missing_applied_migrations' => 'Niečo sa nepodarilo. Ručne vytvorte prázdny súbor <em>%s</em>.', 'ok' => 'Inštalácia bola úspešná.', 'session' => array( - 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + 'nok' => 'Webový server pravdepodobne nie je správne nastavený na použitie cookies pre relácie PHP!', ), 'step' => 'krok %d', 'steps' => 'Kroky', |
