mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
185 lines
5.2 KiB
PHP
185 lines
5.2 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'action' => array(
|
|
'actualize' => 'Aggiorna',
|
|
'back_to_rss_feeds' => '← Indietro',
|
|
'cancel' => 'Annulla',
|
|
'create' => 'Crea',
|
|
'disable' => 'Disabilita',
|
|
'empty' => 'Vuoto',
|
|
'enable' => 'Abilita',
|
|
'export' => 'Esporta',
|
|
'filter' => 'Filtra',
|
|
'import' => 'Importa',
|
|
'manage' => 'Gestisci',
|
|
'mark_read' => 'Segna come letto',
|
|
'mark_favorite' => 'Segna come preferito',
|
|
'remove' => 'Rimuovi',
|
|
'see_website' => 'Vai al sito',
|
|
'submit' => 'Conferma',
|
|
'truncate' => 'Cancella tutti gli articoli',
|
|
),
|
|
'auth' => array(
|
|
'email' => 'Indirizzo email',
|
|
'keep_logged_in' => 'Ricorda i dati <small>(1 mese)</small>',
|
|
'login' => 'Accedi',
|
|
'login_persona' => 'Accedi con Mozilla Persona',
|
|
'login_persona_problem' => 'Problemi di connessione con Mozilla Persona?',
|
|
'logout' => 'Esci',
|
|
'password' => array(
|
|
'_' => 'Password',
|
|
'format' => '<small>almeno 7 caratteri</small>',
|
|
),
|
|
'registration' => array(
|
|
'_' => 'Nuovo profilo',
|
|
'ask' => 'Vuoi creare un nuovo profilo?',
|
|
'title' => 'Creazione profilo',
|
|
),
|
|
'reset' => 'Reset autenticazione',
|
|
'username' => array(
|
|
'_' => 'Username',
|
|
'admin' => 'Username amministratore',
|
|
'format' => '<small>massimo 16 caratteri alfanumerici</small>',
|
|
),
|
|
'will_reset' => 'Il sistema di autenticazione verrà resettato: un form verrà usato per Mozilla Persona.',
|
|
),
|
|
'date' => array(
|
|
'Apr' => '\\A\\p\\r\\i\\l\\e',
|
|
'Aug' => '\\A\\g\\o\\s\\t\\o',
|
|
'Dec' => '\\D\\i\\c\\e\\m\\b\\r\\e',
|
|
'Feb' => '\\F\\e\\b\\b\\r\\a\\i\\o',
|
|
'Jan' => '\\G\\e\\n\\u\\a\\i\\o',
|
|
'Jul' => '\\L\\u\\g\\l\\i\\o',
|
|
'Jun' => '\\G\\i\\u\\g\\n\\o',
|
|
'Mar' => '\\M\\a\\r\\z\\o',
|
|
'May' => '\\M\\a\\g\\g\\i\\o',
|
|
'Nov' => '\\N\\o\\v\\e\\m\\b\\r\\e',
|
|
'Oct' => '\\O\\t\\t\\o\\b\\r\\e',
|
|
'Sep' => '\\S\\e\\t\\t\\e\\m\\b\\r\\e',
|
|
'apr' => 'apr',
|
|
'april' => 'Apr',
|
|
'aug' => 'aug',
|
|
'august' => 'Aug',
|
|
'before_yesterday' => 'Meno recenti',
|
|
'dec' => 'dec',
|
|
'december' => 'Dec',
|
|
'feb' => 'feb',
|
|
'february' => 'Feb',
|
|
'format_date' => 'j\\ %s Y',
|
|
'format_date_hour' => 'j\\ %s Y \\o\\r\\e H\\:i',
|
|
'fri' => 'Fri',
|
|
'jan' => 'jan',
|
|
'january' => 'Jan',
|
|
'jul' => 'jul',
|
|
'july' => 'Jul',
|
|
'jun' => 'jun',
|
|
'june' => 'Jun',
|
|
'last_3_month' => 'Ultimi 3 mesi',
|
|
'last_6_month' => 'Ultimi 6 mesi',
|
|
'last_month' => 'Ultimo mese',
|
|
'last_week' => 'Ultima settimana',
|
|
'last_year' => 'Ultimo anno',
|
|
'mar' => 'mar',
|
|
'march' => 'Mar',
|
|
'may' => 'May',
|
|
'mon' => 'Mon',
|
|
'month' => 'mesi',
|
|
'nov' => 'nov',
|
|
'november' => 'Nov',
|
|
'oct' => 'oct',
|
|
'october' => 'Oct',
|
|
'sat' => 'Sat',
|
|
'sep' => 'sep',
|
|
'september' => 'Sep',
|
|
'sun' => 'Sun',
|
|
'thu' => 'Thu',
|
|
'today' => 'Oggi',
|
|
'tue' => 'Tue',
|
|
'wed' => 'Wed',
|
|
'yesterday' => 'Ieri',
|
|
),
|
|
'freshrss' => array(
|
|
'_' => 'Feed RSS Reader',
|
|
'about' => 'Informazioni',
|
|
),
|
|
'js' => array(
|
|
'category_empty' => 'Categoria vuota',
|
|
'confirm_action' => 'Sei sicuro di voler continuare?',
|
|
'confirm_action_feed_cat' => 'Sei sicuro di voler continuare? Verranno persi i preferiti e le ricerche utente correlate!',
|
|
'feedback' => array(
|
|
'body_new_articles' => 'Ci sono %%d nuovi articoli da leggere.',
|
|
'request_failed' => 'Richiesta fallita, probabilmente a causa di problemi di connessione',
|
|
'title_new_articles' => 'Feed RSS Reader: nuovi articoli!',
|
|
),
|
|
'new_article' => 'Sono disponibili nuovi articoli, clicca qui per caricarli.',
|
|
'should_be_activated' => 'JavaScript deve essere abilitato',
|
|
),
|
|
'lang' => array(
|
|
'cz' => 'Čeština',
|
|
'de' => 'Deutsch',
|
|
'en' => 'English',
|
|
'fr' => 'Français',
|
|
'it' => 'Italiano',
|
|
'nl' => 'Nederlands',
|
|
'ru' => 'Русский',
|
|
'tr' => 'Türkçe',
|
|
),
|
|
'menu' => array(
|
|
'about' => 'Informazioni',
|
|
'admin' => 'Amministrazione',
|
|
'archiving' => 'Archiviazione',
|
|
'authentication' => 'Autenticazione',
|
|
'check_install' => 'Installazione',
|
|
'configuration' => 'Configurazione',
|
|
'display' => 'Visualizzazione',
|
|
'extensions' => 'Estensioni',
|
|
'logs' => 'Logs',
|
|
'queries' => 'Ricerche personali',
|
|
'reading' => 'Lettura',
|
|
'search' => 'Ricerca parole o #tags',
|
|
'sharing' => 'Condivisione',
|
|
'shortcuts' => 'Comandi tastiera',
|
|
'stats' => 'Statistiche',
|
|
'system' => 'Configurazione sistema',
|
|
'update' => 'Aggiornamento',
|
|
'user_management' => 'Gestione utenti',
|
|
'user_profile' => 'Profilo',
|
|
),
|
|
'pagination' => array(
|
|
'first' => 'Prima',
|
|
'last' => 'Ultima',
|
|
'load_more' => 'Carica altri articoli',
|
|
'mark_all_read' => 'Segna tutto come letto',
|
|
'next' => 'Successiva',
|
|
'nothing_to_load' => 'Non ci sono altri articoli',
|
|
'previous' => 'Precedente',
|
|
),
|
|
'share' => array(
|
|
'blogotext' => 'Blogotext',
|
|
'diaspora' => 'Diaspora*',
|
|
'email' => 'Email',
|
|
'facebook' => 'Facebook',
|
|
'g+' => 'Google+',
|
|
'movim' => 'Movim',
|
|
'print' => 'Stampa',
|
|
'shaarli' => 'Shaarli',
|
|
'twitter' => 'Twitter',
|
|
'wallabag' => 'wallabag v1',
|
|
'wallabagv2' => 'wallabag v2',
|
|
'jdh' => 'Journal du hacker',
|
|
),
|
|
'short' => array(
|
|
'attention' => 'Attenzione!',
|
|
'blank_to_disable' => 'Lascia vuoto per disabilitare',
|
|
'by_author' => 'di <em>%s</em>',
|
|
'by_default' => 'predefinito',
|
|
'damn' => 'Ops!',
|
|
'default_category' => 'Senza categoria',
|
|
'no' => 'No',
|
|
'not_applicable' => 'Non disponibile',
|
|
'ok' => 'OK!',
|
|
'or' => 'o',
|
|
'yes' => 'Si',
|
|
),
|
|
);
|