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/it/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/it/conf.php')
| -rw-r--r-- | app/i18n/it/conf.php | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 78bfd743e..d24dda3a1 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -3,7 +3,6 @@ return array( 'archiving' => array( '_' => 'Archiviazione', - 'delete_after' => 'Rimuovi articoli dopo', 'exception' => 'Purge exception', // TODO - Translation 'help' => 'Altre opzioni sono disponibili nelle impostazioni dei singoli feed', 'keep_favourites' => 'Never delete favourites', // TODO - Translation @@ -25,12 +24,12 @@ return array( '_' => 'Visualizzazione', 'icon' => array( 'bottom_line' => 'Barra in fondo', - 'summary' => 'Summary', // TODO - Translation 'display_authors' => 'Authors', // TODO - Translation 'entry' => 'Icone degli articoli', 'publication_date' => 'Data di pubblicazione', 'related_tags' => 'Tags correlati', 'sharing' => 'Condivisione', + 'summary' => 'Summary', // TODO - Translation 'top_line' => 'Barra in alto', ), 'language' => 'Lingua', @@ -40,6 +39,13 @@ return array( ), 'show_nav_buttons' => 'Show the navigation buttons', // TODO - Translation 'theme' => 'Tema', + 'thumbnail' => array( + 'label' => 'Thumbnail', // TODO - Translation + 'landscape' => 'Landscape', // TODO - Translation + 'none' => 'None', // TODO - Translation + 'portrait' => 'Portrait', // TODO - Translation + 'square' => 'Square', // TODO - Translation + ), 'title' => 'Visualizzazione', 'width' => array( 'content' => 'Larghezza contenuto', @@ -48,13 +54,6 @@ return array( 'no_limit' => 'Nessun limite', 'thin' => 'Stretto', ), - 'thumbnail' => array( - 'label' => 'Thumbnail', // TODO - Translation - 'none' => 'None', // TODO - Translation - 'portrait' => 'Portrait', // TODO - Translation - 'square' => 'Square', // TODO - Translation - 'landscape' => 'Landscape', // TODO - Translation - ), ), 'profile' => array( '_' => 'Gestione profili', @@ -72,7 +71,6 @@ return array( 'query' => array( '_' => 'Ricerche personali', 'deprecated' => 'Questa query non è più valida. La categoria o il feed di riferimento non stati cancellati.', - 'display' => 'Display user query results', // TODO - Translation 'filter' => array( '_' => 'Filtro applicato:', 'categories' => 'Display by category', // TODO - Translation @@ -87,14 +85,11 @@ return array( 'get_category' => 'Mostra la categoria "%s" ', 'get_favorite' => 'Mostra articoli preferiti', 'get_feed' => 'Mostra feed "%s" ', - 'get_tag' => 'Display "%s" label', // TODO - Translation 'name' => 'Name', // TODO - Translation 'no_filter' => 'Nessun filtro', - 'none' => 'Non hai creato nessuna ricerca personale.', 'number' => 'Ricerca n°%d', 'order_asc' => 'Mostra prima gli articoli più vecchi', 'order_desc' => 'Mostra prima gli articoli più nuovi', - 'remove' => 'Remove user query', // TODO - Translation 'search' => 'Cerca per "%s"', 'state_0' => 'Mostra tutti gli articoli', 'state_1' => 'Mostra gli articoli letti', @@ -165,20 +160,20 @@ return array( 'sharing' => array( '_' => 'Condivisione', 'add' => 'Add a sharing method', // TODO - Translation - 'blogotext' => 'Blogotext', // TODO - Translation - 'diaspora' => 'Diaspora*', // TODO - Translation + 'blogotext' => 'Blogotext', + 'diaspora' => 'Diaspora*', 'email' => 'Email', // TODO - Translation - 'facebook' => 'Facebook', // TODO - Translation + 'facebook' => 'Facebook', 'more_information' => 'Ulteriori informazioni', 'print' => 'Stampa', 'raindrop' => 'Raindrop.io', 'remove' => 'Remove sharing method', // TODO - Translation - 'shaarli' => 'Shaarli', // TODO - Translation + 'shaarli' => 'Shaarli', 'share_name' => 'Nome condivisione', 'share_url' => 'URL condivisione', 'title' => 'Condividi', - 'twitter' => 'Twitter', // TODO - Translation - 'wallabag' => 'wallabag', // TODO - Translation + 'twitter' => 'Twitter', + 'wallabag' => 'wallabag', ), 'shortcut' => array( '_' => 'Comandi tastiera', |
