diff options
Diffstat (limited to 'app/i18n/it/sub.php')
| -rw-r--r-- | app/i18n/it/sub.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php index bc49111cb..a069d091b 100644 --- a/app/i18n/it/sub.php +++ b/app/i18n/it/sub.php @@ -11,6 +11,7 @@ return array( 'title' => 'Bookmarklet', // TODO - Translation ), 'category' => array( + '_' => 'Categoria', 'add' => 'Aggiungi una categoria', 'archiving' => 'Archiviazione', 'empty' => 'Categoria vuota', @@ -19,7 +20,6 @@ return array( 'position' => 'Display position', // TODO - Translation 'position_help' => 'To control category sort order', // TODO - Translation 'title' => 'Titolo', - '_' => 'Categoria', ), 'feed' => array( 'add' => 'Aggiungi un Feed RSS', @@ -39,16 +39,16 @@ return array( 'empty' => 'Questo feed non contiene articoli. Per favore verifica il sito direttamente.', 'error' => 'Questo feed ha generato un errore. Per favore verifica se ancora disponibile.', 'filteractions' => array( - 'help' => 'Write one search filter per line.', // TODO - Translation '_' => 'Filter actions', // TODO - Translation + 'help' => 'Write one search filter per line.', // TODO - Translation ), 'information' => 'Informazioni', 'keep_min' => 'Numero minimo di articoli da mantenere', 'maintenance' => array( 'clear_cache' => 'Clear cache', // TODO - Translation - 'clear_cache_help' => 'Clear the cache of this feed on disk', // TODO - Translation + 'clear_cache_help' => 'Clear the cache for this feed.', // TODO - Translation 'reload_articles' => 'Reload articles', // TODO - Translation - 'reload_articles_help' => 'Reload articles and fetch complete content', // TODO - Translation + 'reload_articles_help' => 'Reload articles and fetch complete content if a selector is defined.', // TODO - Translation 'title' => 'Maintenance', // TODO - Translation ), 'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.', @@ -56,13 +56,13 @@ return array( 'no_selected' => 'Nessun feed selezionato.', 'number_entries' => '%d articoli', 'priority' => array( + '_' => 'Visibility', // TODO - Translation 'archived' => 'Do not show (archived)', // TODO - Translation 'main_stream' => 'Mostra in homepage', 'normal' => 'Show in its category', // TODO - Translation - '_' => 'Visibility', // TODO - Translation ), 'selector_preview' => array( - 'show_raw' => 'Show source', // TODO - Translation + 'show_raw' => 'Show source code', // TODO - Translation 'show_rendered' => 'Show content', // TODO - Translation ), 'show' => array( @@ -108,8 +108,8 @@ return array( 'subscription_tools' => 'Subscription tools', // TODO - Translation ), 'title' => array( + '_' => 'Gestione sottoscrizioni', 'feed_management' => 'Gestione RSS feeds', 'subscription_tools' => 'Subscription tools', // TODO - Translation - '_' => 'Gestione sottoscrizioni', ), ); |
