diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/sk/conf.php | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (diff) | |
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/sk/conf.php')
| -rw-r--r-- | app/i18n/sk/conf.php | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php index 1bd41da97..e6b7d5b06 100644 --- a/app/i18n/sk/conf.php +++ b/app/i18n/sk/conf.php @@ -3,7 +3,6 @@ return array( 'archiving' => array( '_' => 'Archivovanie', - 'delete_after' => 'Vymazať články po', 'exception' => 'Purge exception', // TODO - Translation 'help' => 'Viac možností nájdete v nastaveniach kanála', 'keep_favourites' => 'Never delete favourites', // TODO - Translation @@ -25,12 +24,12 @@ return array( '_' => 'Zobrazenie', 'icon' => array( 'bottom_line' => 'Spodný riadok', - 'summary' => 'Summary', // TODO - Translation 'display_authors' => 'Autori', 'entry' => 'Ikony článku', 'publication_date' => 'Dátum zverejnenia', 'related_tags' => 'Značky článku', 'sharing' => 'Zdieľanie', + 'summary' => 'Summary', // TODO - Translation 'top_line' => 'Horný riadok', ), 'language' => 'Jazyk', @@ -40,6 +39,13 @@ return array( ), 'show_nav_buttons' => 'Zobraziť tlačidlá oznámenia', 'theme' => 'Vzhľad', + 'thumbnail' => array( + 'label' => 'Thumbnail', // TODO - Translation + 'landscape' => 'Landscape', // TODO - Translation + 'none' => 'None', // TODO - Translation + 'portrait' => 'Portrait', // TODO - Translation + 'square' => 'Square', // TODO - Translation + ), 'title' => 'Zobraziť', 'width' => array( 'content' => 'Šírka obsahu', @@ -48,13 +54,6 @@ return array( 'no_limit' => 'Bez obmedzenia', 'thin' => 'Úzka', ), - 'thumbnail' => array( - 'label' => 'Thumbnail', // TODO - Translation - 'none' => 'None', // TODO - Translation - 'portrait' => 'Portrait', // TODO - Translation - 'square' => 'Square', // TODO - Translation - 'landscape' => 'Landscape', // TODO - Translation - ), ), 'profile' => array( '_' => 'Správca profilu', @@ -72,7 +71,6 @@ return array( 'query' => array( '_' => 'Dopyty používateľa', 'deprecated' => 'Tento dopyt už nie je platný. Kategória alebo kanál boli vymazané.', - 'display' => 'Zobraziť výsledky dopytu používateľa', 'filter' => array( '_' => 'Použitý filter:', 'categories' => 'Display by category', // TODO - Translation @@ -87,14 +85,11 @@ return array( 'get_category' => 'Zobraziť kategóriu "%s"', 'get_favorite' => 'Zobraziť obľúbené články', 'get_feed' => 'Zobraziť kanál "%s"', - 'get_tag' => 'Display "%s" label', // TODO - Translation 'name' => 'Name', // TODO - Translation 'no_filter' => 'Žiadny filter', - 'none' => 'Zatiaľ ste nevytvorili používateľský dopyt.', 'number' => 'Dopyt číslo %d', 'order_asc' => 'Zobraziť staršie články hore', 'order_desc' => 'Zobraziť novšie články hore', - 'remove' => 'Vymazať dopyt používateľa', 'search' => 'Vyhľadáva sa: "%s"', 'state_0' => 'Zobraziť všetky články', 'state_1' => 'Zobraziť prečítané články', |
