diff options
| author | 2020-07-23 20:36:49 +0200 | |
|---|---|---|
| committer | 2020-07-23 20:36:49 +0200 | |
| commit | 5cee45922b834bb5b836cf6d153a8848a3d3d649 (patch) | |
| tree | 80247d618e07c5dbcdf4bd9936c12294d1a1d462 /app/i18n/cz/conf.php | |
| parent | a23a7f2dbbacf915be5fbb751d7e77e1609f91a5 (diff) | |
[i18n] Update en-UK grammar and style (#3068)
Taken from <https://github.com/FreshRSS/FreshRSS/pull/3060>
Diffstat (limited to 'app/i18n/cz/conf.php')
| -rw-r--r-- | app/i18n/cz/conf.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php index 073e10f0a..5bdc115a5 100644 --- a/app/i18n/cz/conf.php +++ b/app/i18n/cz/conf.php @@ -11,7 +11,7 @@ return array( 'keep_max' => 'Maximum number of articles to keep', // TODO - Translation 'keep_min_by_feed' => 'Zachovat tento minimální počet článků v každém kanálu', 'keep_period' => 'Maximum age of articles to keep', // TODO - Translation - 'keep_unreads' => 'Never delete unreads', // TODO - Translation + 'keep_unreads' => 'Never delete unread articles', // TODO - Translation 'maintenance' => 'Maintenance', // TODO - Translation 'optimize' => 'Optimalizovat databázi', 'optimize_help' => 'Občasná údržba zmenší velikost databáze', @@ -98,7 +98,7 @@ return array( 'reading' => array( '_' => 'Čtení', 'after_onread' => 'Po “označit vše jako přečtené”,', - 'always_show_favorites' => 'Show all articles in favorites by default', // TODO - Translation + 'always_show_favorites' => 'Show all articles in favourites by default', // TODO - Translation 'articles_per_page' => 'Počet článků na stranu', 'auto_load_more' => 'Načítat další články dole na stránce', 'auto_remove_article' => 'Po přečtení články schovat', |
