gen.php 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?php
  2. return array(
  3. 'action' => array(
  4. 'actualize' => 'Aggiorna',
  5. 'back' => '← Go back', //TODO - Translation
  6. 'back_to_rss_feeds' => '← Indietro',
  7. 'cancel' => 'Annulla',
  8. 'create' => 'Crea',
  9. 'disable' => 'Disabilita',
  10. 'empty' => 'Vuoto',
  11. 'enable' => 'Abilita',
  12. 'export' => 'Esporta',
  13. 'filter' => 'Filtra',
  14. 'import' => 'Importa',
  15. 'manage' => 'Gestisci',
  16. 'mark_favorite' => 'Segna come preferito',
  17. 'mark_read' => 'Segna come letto',
  18. 'remove' => 'Rimuovi',
  19. 'see_website' => 'Vai al sito',
  20. 'submit' => 'Conferma',
  21. 'truncate' => 'Cancella tutti gli articoli',
  22. 'update' => 'Update', // TODO
  23. ),
  24. 'auth' => array(
  25. 'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.', // TODO - Translation
  26. 'email' => 'Indirizzo email',
  27. 'keep_logged_in' => 'Ricorda i dati <small>(%s giorni)</small>',
  28. 'login' => 'Accedi',
  29. 'logout' => 'Esci',
  30. 'password' => array(
  31. '_' => 'Password',
  32. 'format' => '<small>almeno 7 caratteri</small>',
  33. ),
  34. 'registration' => array(
  35. '_' => 'Nuovo profilo',
  36. 'ask' => 'Vuoi creare un nuovo profilo?',
  37. 'title' => 'Creazione profilo',
  38. ),
  39. 'reset' => 'Reset autenticazione',
  40. 'username' => array(
  41. '_' => 'Username',
  42. 'admin' => 'Username amministratore',
  43. 'format' => '<small>massimo 16 caratteri alfanumerici</small>',
  44. ),
  45. ),
  46. 'date' => array(
  47. 'Apr' => '\\A\\p\\r\\i\\l\\e',
  48. 'apr' => 'apr.',
  49. 'april' => 'aprile',
  50. 'Aug' => '\\A\\g\\o\\s\\t\\o',
  51. 'aug' => 'ag.',
  52. 'august' => 'agosto',
  53. 'before_yesterday' => 'Meno recenti',
  54. 'Dec' => '\\D\\i\\c\\e\\m\\b\\r\\e',
  55. 'dec' => 'dic.',
  56. 'december' => 'dicembre',
  57. 'Feb' => '\\F\\e\\b\\b\\r\\a\\i\\o',
  58. 'feb' => 'febbr.',
  59. 'february' => 'febbraio',
  60. 'format_date' => 'j\\ %s Y',
  61. 'format_date_hour' => 'j\\ %s Y \\o\\r\\e H\\:i',
  62. 'fri' => 'Fri',
  63. 'Jan' => '\\G\\e\\n\\u\\a\\i\\o',
  64. 'jan' => 'genn.',
  65. 'january' => 'gennaio',
  66. 'Jul' => '\\L\\u\\g\\l\\i\\o',
  67. 'jul' => 'jul',
  68. 'july' => 'luglio',
  69. 'Jun' => '\\G\\i\\u\\g\\n\\o',
  70. 'jun' => 'jun',
  71. 'june' => 'giugno',
  72. 'last_3_month' => 'Ultimi 3 mesi',
  73. 'last_6_month' => 'Ultimi 6 mesi',
  74. 'last_month' => 'Ultimo mese',
  75. 'last_week' => 'Ultima settimana',
  76. 'last_year' => 'Ultimo anno',
  77. 'Mar' => '\\M\\a\\r\\z\\o',
  78. 'mar' => 'mar.',
  79. 'march' => 'marzo',
  80. 'May' => '\\M\\a\\g\\g\\i\\o',
  81. 'may' => 'maggio',
  82. 'may_' => 'May',
  83. 'mon' => 'Mon',
  84. 'month' => 'mesi',
  85. 'Nov' => '\\N\\o\\v\\e\\m\\b\\r\\e',
  86. 'nov' => 'nov.',
  87. 'november' => 'novembre',
  88. 'Oct' => '\\O\\t\\t\\o\\b\\r\\e',
  89. 'oct' => 'ott.',
  90. 'october' => 'ottobre',
  91. 'sat' => 'Sat',
  92. 'Sep' => '\\S\\e\\t\\t\\e\\m\\b\\r\\e',
  93. 'sep' => 'sett.',
  94. 'september' => 'settembre',
  95. 'sun' => 'Sun',
  96. 'thu' => 'Thu',
  97. 'today' => 'Oggi',
  98. 'tue' => 'Tue',
  99. 'wed' => 'Wed',
  100. 'yesterday' => 'Ieri',
  101. ),
  102. 'freshrss' => array(
  103. '_' => 'Feed RSS Reader',
  104. 'about' => 'Informazioni',
  105. ),
  106. 'js' => array(
  107. 'category_empty' => 'Categoria vuota',
  108. 'confirm_action' => 'Sei sicuro di voler continuare?',
  109. 'confirm_action_feed_cat' => 'Sei sicuro di voler continuare? Verranno persi i preferiti e le ricerche utente correlate!',
  110. 'feedback' => array(
  111. 'body_new_articles' => 'Ci sono %%d nuovi articoli da leggere.',
  112. 'request_failed' => 'Richiesta fallita, probabilmente a causa di problemi di connessione',
  113. 'title_new_articles' => 'Feed RSS Reader: nuovi articoli!',
  114. ),
  115. 'new_article' => 'Sono disponibili nuovi articoli, clicca qui per caricarli.',
  116. 'should_be_activated' => 'JavaScript deve essere abilitato',
  117. ),
  118. 'lang' => array(
  119. 'cz' => 'Čeština',
  120. 'de' => 'Deutsch',
  121. 'en' => 'English',
  122. 'es' => 'Español',
  123. 'fr' => 'Français',
  124. 'he' => 'עברית',
  125. 'it' => 'Italiano',
  126. 'kr' => '한국어',
  127. 'nl' => 'Nederlands',
  128. 'oc' => 'Occitan',
  129. 'pt-br' => 'Português (Brasil)',
  130. 'ru' => 'Русский',
  131. 'tr' => 'Türkçe',
  132. 'zh-cn' => '简体中文',
  133. ),
  134. 'menu' => array(
  135. 'about' => 'Informazioni',
  136. 'admin' => 'Amministrazione',
  137. 'archiving' => 'Archiviazione',
  138. 'authentication' => 'Autenticazione',
  139. 'check_install' => 'Installazione',
  140. 'configuration' => 'Configurazione',
  141. 'display' => 'Visualizzazione',
  142. 'extensions' => 'Estensioni',
  143. 'logs' => 'Logs',
  144. 'queries' => 'Ricerche personali',
  145. 'reading' => 'Lettura',
  146. 'search' => 'Ricerca parole o #tags',
  147. 'sharing' => 'Condivisione',
  148. 'shortcuts' => 'Comandi tastiera',
  149. 'stats' => 'Statistiche',
  150. 'system' => 'Configurazione sistema',
  151. 'update' => 'Aggiornamento',
  152. 'user_management' => 'Gestione utenti',
  153. 'user_profile' => 'Profilo',
  154. ),
  155. 'pagination' => array(
  156. 'first' => 'Prima',
  157. 'last' => 'Ultima',
  158. 'load_more' => 'Carica altri articoli',
  159. 'mark_all_read' => 'Segna tutto come letto',
  160. 'next' => 'Successiva',
  161. 'nothing_to_load' => 'Non ci sono altri articoli',
  162. 'previous' => 'Precedente',
  163. ),
  164. 'share' => array(
  165. 'blogotext' => 'Blogotext',
  166. 'diaspora' => 'Diaspora*',
  167. 'email' => 'Email',
  168. 'facebook' => 'Facebook',
  169. 'gnusocial' => 'GNU social',
  170. 'jdh' => 'Journal du hacker',
  171. 'Known' => 'Siti basati su Known',
  172. 'lemmy' => 'Lemmy',
  173. 'linkedin' => 'LinkedIn',
  174. 'mastodon' => 'Mastodon',
  175. 'movim' => 'Movim',
  176. 'pinboard' => 'Pinboard',
  177. 'pocket' => 'Pocket',
  178. 'print' => 'Stampa',
  179. 'shaarli' => 'Shaarli',
  180. 'twitter' => 'Twitter',
  181. 'wallabag' => 'wallabag v1',
  182. 'wallabagv2' => 'wallabag v2',
  183. ),
  184. 'short' => array(
  185. 'attention' => 'Attenzione!',
  186. 'blank_to_disable' => 'Lascia vuoto per disabilitare',
  187. 'by_author' => 'di:',
  188. 'by_default' => 'predefinito',
  189. 'damn' => 'Ops!',
  190. 'default_category' => 'Senza categoria',
  191. 'no' => 'No',
  192. 'not_applicable' => 'Non disponibile',
  193. 'ok' => 'OK!',
  194. 'or' => 'o',
  195. 'yes' => 'Si',
  196. ),
  197. );