gen.php 5.2 KB

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