gen.php 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'action' => array(
  13. 'actualize' => 'Aggiorna feeds',
  14. 'add' => 'Aggiungi',
  15. 'back' => '← Torna indietro',
  16. 'back_to_rss_feeds' => '← Indietro',
  17. 'cancel' => 'Annulla',
  18. 'create' => 'Crea',
  19. 'delete_muted_feeds' => 'Cancella i feed mutati',
  20. 'demote' => 'Retrocedi',
  21. 'disable' => 'Disabilita',
  22. 'empty' => 'Vuoto',
  23. 'enable' => 'Abilita',
  24. 'export' => 'Esporta',
  25. 'filter' => 'Filtra',
  26. 'import' => 'Importa',
  27. 'load_default_shortcuts' => 'Carica le scorciatoie di default',
  28. 'manage' => 'Gestisci',
  29. 'mark_read' => 'Segna come letto',
  30. 'open_url' => 'Apri URL',
  31. 'promote' => 'Promuovi',
  32. 'purge' => 'Elimina',
  33. 'refresh_opml' => 'Ricarica OPML',
  34. 'remove' => 'Rimuovi',
  35. 'rename' => 'Rinomina',
  36. 'see_website' => 'Vai al sito',
  37. 'submit' => 'Conferma',
  38. 'truncate' => 'Cancella tutti gli articoli',
  39. 'update' => 'Aggiorna',
  40. ),
  41. 'auth' => array(
  42. 'accept_tos' => 'Accetto i <a href="%s">Termini e condizioni del servizio</a>.',
  43. 'email' => 'Indirizzo email',
  44. 'keep_logged_in' => 'Ricorda i dati <small>(%s giorni)</small>',
  45. 'login' => 'Accedi',
  46. 'logout' => 'Esci',
  47. 'password' => array(
  48. '_' => 'Password', // IGNORE
  49. 'format' => '<small>almeno 7 caratteri</small>',
  50. ),
  51. 'registration' => array(
  52. '_' => 'Nuovo profilo',
  53. 'ask' => 'Vuoi creare un nuovo profilo?',
  54. 'title' => 'Creazione profilo',
  55. ),
  56. 'username' => array(
  57. '_' => 'Nome utente',
  58. 'format' => '<small>Massimo 16 caratteri alfanumerici</small>',
  59. ),
  60. ),
  61. 'date' => array(
  62. 'Apr' => '\\A\\p\\r\\i\\l\\e',
  63. 'Aug' => '\\A\\g\\o\\s\\t\\o',
  64. 'Dec' => '\\D\\i\\c\\e\\m\\b\\r\\e',
  65. 'Feb' => '\\F\\e\\b\\b\\r\\a\\i\\o',
  66. 'Jan' => '\\G\\e\\n\\n\\a\\i\\o',
  67. 'Jul' => '\\L\\u\\g\\l\\i\\o',
  68. 'Jun' => '\\G\\i\\u\\g\\n\\o',
  69. 'Mar' => '\\M\\a\\r\\z\\o',
  70. 'May' => '\\M\\a\\g\\g\\i\\o',
  71. 'Nov' => '\\N\\o\\v\\e\\m\\b\\r\\e',
  72. 'Oct' => '\\O\\t\\t\\o\\b\\r\\e',
  73. 'Sep' => '\\S\\e\\t\\t\\e\\m\\b\\r\\e',
  74. 'apr' => 'apr.',
  75. 'april' => 'aprile',
  76. 'aug' => 'ag.',
  77. 'august' => 'agosto',
  78. 'before_yesterday' => 'Meno recenti',
  79. 'dec' => 'dic.',
  80. 'december' => 'dicembre',
  81. 'feb' => 'febbr.',
  82. 'february' => 'febbraio',
  83. 'format_date' => 'j\\ %s Y',
  84. 'format_date_hour' => 'j\\ %s Y \\o\\r\\e H\\:i',
  85. 'fri' => 'Ven',
  86. 'jan' => 'genn.',
  87. 'january' => 'gennaio',
  88. 'jul' => 'jul',
  89. 'july' => 'luglio',
  90. 'jun' => 'jun',
  91. 'june' => 'giugno',
  92. 'last_2_year' => 'Ultimi due anni',
  93. 'last_3_month' => 'Ultimi tre mesi',
  94. 'last_3_year' => 'Ultimi tre anni',
  95. 'last_5_year' => 'Ultimi cinque anni',
  96. 'last_6_month' => 'Ultimi sei mesi',
  97. 'last_month' => 'Ultimo mese',
  98. 'last_week' => 'Ultima settimana',
  99. 'last_year' => 'Ultimo anno',
  100. 'mar' => 'mar.',
  101. 'march' => 'marzo',
  102. 'may' => 'maggio',
  103. 'may_' => 'Mag',
  104. 'mon' => 'Lun',
  105. 'month' => 'mesi',
  106. 'nov' => 'nov.',
  107. 'november' => 'novembre',
  108. 'oct' => 'ott.',
  109. 'october' => 'ottobre',
  110. 'sat' => 'Sab',
  111. 'sep' => 'sett.',
  112. 'september' => 'settembre',
  113. 'sun' => 'Dom',
  114. 'thu' => 'Gio',
  115. 'today' => 'Oggi',
  116. 'tue' => 'Mar',
  117. 'wed' => 'Mer',
  118. 'yesterday' => 'Ieri',
  119. ),
  120. 'dir' => 'ltr', // IGNORE
  121. 'freshrss' => array(
  122. '_' => 'Feed RSS Reader',
  123. 'about' => 'Informazioni',
  124. ),
  125. 'js' => array(
  126. 'category_empty' => 'Categoria vuota',
  127. 'confirm_action' => 'Sei sicuro di voler continuare?',
  128. 'confirm_action_feed_cat' => 'Sei sicuro di voler continuare? Verranno persi i preferiti e le ricerche utente correlate!',
  129. 'feedback' => array(
  130. 'body_new_articles' => 'Ci sono %%d nuovi articoli da leggere.',
  131. 'body_unread_articles' => '(non letti: %%d)',
  132. 'request_failed' => 'Richiesta fallita, probabilmente a causa di problemi di connessione',
  133. 'title_new_articles' => 'Feed RSS Reader: nuovi articoli!',
  134. ),
  135. 'labels_empty' => 'Nessun tag',
  136. 'new_article' => 'Sono disponibili nuovi articoli, clicca qui per caricarli.',
  137. 'should_be_activated' => 'JavaScript deve essere abilitato',
  138. ),
  139. 'lang' => array(
  140. 'cz' => 'Čeština', // IGNORE
  141. 'de' => 'Deutsch', // IGNORE
  142. 'el' => 'Ελληνικά', // IGNORE
  143. 'en' => 'English', // IGNORE
  144. 'en-us' => 'English (United States)', // IGNORE
  145. 'es' => 'Español', // IGNORE
  146. 'fa' => 'فارسی', // IGNORE
  147. 'fr' => 'Français', // IGNORE
  148. 'he' => 'עברית', // IGNORE
  149. 'hu' => 'Magyar', // IGNORE
  150. 'id' => 'Bahasa Indonesia', // IGNORE
  151. 'it' => 'Italiano', // IGNORE
  152. 'ja' => '日本語', // IGNORE
  153. 'ko' => '한국어', // IGNORE
  154. 'lv' => 'Latviešu', // IGNORE
  155. 'nl' => 'Nederlands', // IGNORE
  156. 'oc' => 'Occitan', // IGNORE
  157. 'pl' => 'Polski', // IGNORE
  158. 'pt-br' => 'Português (Brasil)', // IGNORE
  159. 'ru' => 'Русский', // IGNORE
  160. 'sk' => 'Slovenčina', // IGNORE
  161. 'tr' => 'Türkçe', // IGNORE
  162. 'zh-cn' => '简体中文', // IGNORE
  163. 'zh-tw' => '正體中文', // IGNORE
  164. ),
  165. 'menu' => array(
  166. 'about' => 'Informazioni',
  167. 'account' => 'Profilo',
  168. 'admin' => 'Amministrazione',
  169. 'archiving' => 'Archiviazione',
  170. 'authentication' => 'Autenticazione',
  171. 'check_install' => 'Installazione',
  172. 'configuration' => 'Configurazione',
  173. 'display' => 'Visualizzazione',
  174. 'extensions' => 'Estensioni',
  175. 'logs' => 'Log',
  176. 'queries' => 'Ricerche personali',
  177. 'reading' => 'Lettura',
  178. 'search' => 'Ricerca parole o #tags',
  179. 'search_help' => 'Vedi la documentazione per <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">parametri di ricerca avanzati</a>',
  180. 'sharing' => 'Condivisione',
  181. 'shortcuts' => 'Comandi tastiera',
  182. 'stats' => 'Statistiche',
  183. 'system' => 'Configurazione sistema',
  184. 'update' => 'Aggiornamento',
  185. 'user_management' => 'Gestione utenti',
  186. 'user_profile' => 'Profilo',
  187. ),
  188. 'period' => array(
  189. 'days' => 'giorni',
  190. 'hours' => 'ore',
  191. 'months' => 'mesi',
  192. 'weeks' => 'settimane',
  193. 'years' => 'anni',
  194. ),
  195. 'share' => array(
  196. 'Known' => 'Siti basati su Known',
  197. 'archiveORG' => 'archive.org', // IGNORE
  198. 'archivePH' => 'archive.ph', // IGNORE
  199. 'blogotext' => 'Blogotext', // IGNORE
  200. 'buffer' => 'Buffer', // IGNORE
  201. 'clipboard' => 'Appunti',
  202. 'diaspora' => 'Diaspora*', // IGNORE
  203. 'email' => 'Email', // IGNORE
  204. 'email-webmail-firefox-fix' => 'Email (webmail - fix per Firefox)',
  205. 'facebook' => 'Facebook', // IGNORE
  206. 'gnusocial' => 'GNU social', // IGNORE
  207. 'jdh' => 'Journal du hacker', // IGNORE
  208. 'lemmy' => 'Lemmy', // IGNORE
  209. 'linkding' => 'Linkding', // IGNORE
  210. 'linkedin' => 'LinkedIn', // IGNORE
  211. 'mastodon' => 'Mastodon', // IGNORE
  212. 'movim' => 'Movim', // IGNORE
  213. 'omnivore' => 'Omnivore', // IGNORE
  214. 'pinboard' => 'Pinboard', // IGNORE
  215. 'pinterest' => 'Pinterest', // IGNORE
  216. 'pocket' => 'Pocket', // IGNORE
  217. 'print' => 'Stampa',
  218. 'raindrop' => 'Raindrop.io', // IGNORE
  219. 'reddit' => 'Reddit', // IGNORE
  220. 'shaarli' => 'Shaarli', // IGNORE
  221. 'twitter' => 'Twitter', // IGNORE
  222. 'wallabag' => 'wallabag v1', // IGNORE
  223. 'wallabagv2' => 'wallabag v2', // IGNORE
  224. 'web-sharing-api' => 'Condivisione di sistema',
  225. 'whatsapp' => 'Whatsapp', // IGNORE
  226. 'xing' => 'Xing', // IGNORE
  227. ),
  228. 'short' => array(
  229. 'attention' => 'Attenzione!',
  230. 'blank_to_disable' => 'Lascia vuoto per disabilitare',
  231. 'by_author' => 'di:',
  232. 'by_default' => 'predefinito',
  233. 'damn' => 'Ops!',
  234. 'default_category' => 'Senza categoria',
  235. 'no' => 'No', // IGNORE
  236. 'not_applicable' => 'Non disponibile',
  237. 'ok' => 'OK!',
  238. 'or' => 'o',
  239. 'yes' => 'Si',
  240. ),
  241. 'stream' => array(
  242. 'load_more' => 'Carica altri articoli',
  243. 'mark_all_read' => 'Segna tutto come letto',
  244. 'nothing_to_load' => 'Non ci sono altri articoli',
  245. ),
  246. );