gen.php 8.5 KB

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