PageRenderTime 37ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/it_IT/settings.php

https://github.com/higa4/Ushahidi-Localizations
PHP | 174 lines | 174 code | 0 blank | 0 comment | 0 complexity | 19f599e8aa178bfcefb9a749b721e7d1 MD5 | raw file
  1. <?php
  2. $lang = array(
  3. 'allow_comments' => array(
  4. 'between' => 'Il campo autorizza commenti non sembra contenere un valore valido?',
  5. 'required' => 'Il campo autorizza commenti รจ richiesto.',
  6. ),
  7. 'allow_feed' => array(
  8. 'between' => 'The include feed field does not appear to contain a valid value?',
  9. 'required' => 'The include feed field is required.',
  10. ),
  11. 'allow_reports' => array(
  12. 'between' => 'The allow reports field does not appear to contain a valid value?',
  13. 'required' => 'The allow reports field is required.',
  14. ),
  15. 'allow_stat_sharing' => array(
  16. 'between' => 'The stat sharing field does not appear to contain a valid value?',
  17. 'required' => 'The stat sharing field is required.',
  18. ),
  19. 'api' => array(
  20. 'default_record_limit' => 'Default no. of records to be fetched per API request',
  21. ),
  22. 'api_akismet' => array(
  23. 'alpha_numeric' => 'The Akismet field does not appear to contain a valid value?',
  24. 'length' => 'The Akismet field does not appear to contain a valid value?',
  25. ),
  26. 'cleanurl' => array(
  27. 'clean_url_disabled' => 'Sembra che il tuo server non sia configurato per gestire le clean URLs. Dovrai modificare la configurazione del tuo server prima di abilitare le clean URL. Maggiori informazioni su come abilitare le clean URLs in questo forum <a href="http://forums.ushahidi.com/topic/server-configuration-for-apache-mod-rewrite" target="_blank">post</a>',
  28. 'clean_url_enabled' => 'Questa opzione consente di accedere a Ushahidi con "clean" URLs. Senza "index.php" nella URL.',
  29. 'enable_clean_url' => 'Abilita Clean URLs',
  30. 'title' => 'Clean URLs',
  31. ),
  32. 'clickatell_api' => array(
  33. 'length' => 'The Clickatell API number field must be no more 20 characters long.',
  34. 'required' => 'The Clickatell API number field is required.',
  35. ),
  36. 'clickatell_password' => array(
  37. 'length' => 'The Clickatell Password field must be at least 5 and no more 50 characters long.',
  38. 'required' => 'The Clickatell Password field is required.',
  39. ),
  40. 'clickatell_username' => array(
  41. 'length' => 'The Clickatell Username field must be no more 50 characters long.',
  42. 'required' => 'The Clickatell Username field is required.',
  43. ),
  44. 'configure_map' => 'Configura la Mappa',
  45. 'default_location' => 'Luogo di default',
  46. 'default_map_all' => array(
  47. 'alpha_numeric' => 'The color feed field does not appear to contain a valid value?',
  48. 'length' => 'The color field must be no more 6 characters long.',
  49. 'required' => 'The color field is required.',
  50. ),
  51. 'default_map_view' => 'Vista Mappa di Default',
  52. 'default_zoom_level' => 'Livello di default dello zoom',
  53. 'download_city_list' => 'Recupera la citt',
  54. 'email_host' => array(
  55. 'length' => 'The Mail server port field is too long',
  56. 'numeric' => 'The Mail server port field should contain numbers only.',
  57. ),
  58. 'email_password' => array(
  59. 'length' => 'The Mail Server Password field must be at least 5 and no more 50 characters long.',
  60. 'required' => 'The Mail Server Password field is required.',
  61. ),
  62. 'email_port' => array(
  63. 'length' => 'The Mail server port field is too long',
  64. 'numeric' => 'The Mail server port field should contain numbers only.',
  65. ),
  66. 'email_servertype' => array(
  67. 'length' => 'The Mail server port field is too long',
  68. 'required' => 'The Mail Server Type field is required.',
  69. ),
  70. 'email_username' => array(
  71. 'length' => 'The Mail Server Username field must be no more 50 characters long.',
  72. 'required' => 'The Mail Server Username field is required.',
  73. ),
  74. 'google_analytics' => array(
  75. 'length' => 'The Google Analytics field must contain a valid Web Property ID in the format UA-XXXXX-XX.',
  76. ),
  77. 'items_per_page' => array(
  78. 'between' => 'The items per page (Frontend) field does not appear to contain a valid value?',
  79. 'required' => 'The items per page (Frontend) field is required.',
  80. ),
  81. 'items_per_page_admin' => array(
  82. 'between' => 'The items per page (Admin) field does not appear to contain a valid value?',
  83. 'required' => 'The items per page (Admin) field is required.',
  84. ),
  85. 'map' => array(
  86. 'default_location' => 'Setting up your map provider is a straight- forward process. Select a provider, obtain an API key from the provider\'s site, and enter the API key',
  87. 'zoom' => 'Zoom Level',
  88. ),
  89. 'map_provider' => array(
  90. 'choose' => 'Seleziona un Provider della mappa',
  91. 'enter_api' => 'Digita la nuova API Key',
  92. 'get_api' => 'Ottieni una API Key',
  93. 'info' => 'Definire il fornitore della mappa - provider - ',
  94. 'name' => 'Provider Mappa',
  95. ),
  96. 'map_settings' => 'Setting Mappa',
  97. 'multiple_countries' => 'Questa installazione di Ushahidi ',
  98. 'select_default_location' => 'Seleziona un paese di default',
  99. 'set_location' => 'Clicca e trascina la mappa per definire la tua esatta localizzazione',
  100. 'site' => array(
  101. 'allow_clustering' => 'Cluster delle segnalazioni sulla Mappa',
  102. 'allow_comments' => 'Consenti agli Utenti di commentare le segnalazioni',
  103. 'allow_feed' => 'Includere RSS News Feed sul Website',
  104. 'allow_reports' => 'Consenti agli utenti di inviare Segnalazioni',
  105. 'api_akismet' => 'Akismet Key',
  106. 'cache_pages' => 'Pagine Cache',
  107. 'cache_pages_lifetime' => 'Durata temporale delle Pagine Cache',
  108. 'copyright_statement' => 'Copyright del sito',
  109. 'default_category_colors' => 'Colore di default per tutte le categorie',
  110. 'display_contact_page' => 'Mostra la Pagina Contatti',
  111. 'display_howtohelp_page' => 'Mostra la pagina "Come aiutare"',
  112. 'email_alerts' => 'Indirizzo Email per gli alert',
  113. 'email_notice' => '<span>Per ricevere report via email, ti preghiamo di configurare le impostazioni del tuo account email.</span>',
  114. 'email_site' => 'Indirizzo email del sito',
  115. 'google_analytics' => 'Google Analytics',
  116. 'google_analytics_example' => 'Web Property ID - Formato: UA-XXXXX-XX',
  117. 'items_per_page' => 'Items per Pagina - Front End',
  118. 'items_per_page_admin' => 'Items Per Pagina - Admin',
  119. 'kismet_notice' => 'Prevenire spam nei commenti utilizzando <a href="http://akismet.com/" target="_blank">Akismet</a> da Automattic. <BR />Puoi ricevere una API key gratuita registrandoti un <a href="http://en.wordpress.com/api-keys/" target="_blank">account come utente WordPress.com</a>',
  120. 'laconica_configuration' => 'Credenziali Laconica',
  121. 'laconica_site' => 'Sito Laconica ',
  122. 'language' => 'Lingua del Sito',
  123. 'name' => 'Nome Sito',
  124. 'share_site_stats' => 'Condividi le statistiche del Sito in API',
  125. 'tagline' => 'Tagline Sito',
  126. 'title' => 'Impostazioni Sito',
  127. 'twitter_configuration' => 'Credenziali Twitter',
  128. 'twitter_hashtags' => 'Hashtags - Separati da virgola ',
  129. ),
  130. 'site_email' => array(
  131. 'email' => 'The site email field does not appear to contain a valid email address?',
  132. 'length' => 'The site email field must be at least 4 and no more 100 characters long.',
  133. ),
  134. 'site_name' => array(
  135. 'length' => 'The site name field must be at least 3 and no more 50 characters long.',
  136. 'required' => 'The site name field is required.',
  137. ),
  138. 'site_tagline' => array(
  139. 'length' => 'The tagline field must be at least 3 and no more 100 characters long.',
  140. 'required' => 'The tagline field is required.',
  141. ),
  142. 'sms' => array(
  143. 'clickatell_api' => 'Il tuo Clickatell API Number',
  144. 'clickatell_check_balance' => 'Controlla il tuo credito Your Clickatell Credit Balance',
  145. 'clickatell_load_balance' => 'Load Credit Balance',
  146. 'clickatell_password' => 'La tua Clickatell Password',
  147. 'clickatell_text_1' => 'Iscriviti al servizio Clickatells <a href="https://www.clickatell.com/central/user/client/step1.php?prod_id=2" target="_blank">cliccando qui</a>',
  148. 'clickatell_text_2' => 'Inserisci le credenziali del tuo accesso Clickatell qui sotto',
  149. 'clickatell_username' => 'Il tuo Clickatell User Name',
  150. 'flsms_description' => 'FrontlineSMS ',
  151. 'flsms_download' => 'Download Frontline SMS e installalo sul tuo computer',
  152. 'flsms_instructions' => 'I Messaggi ricevuti con FrontlineSMS hub possono essere sincronizzati con Ushahidi. Istruzioni dettagliate sulla sincronizzazione si trovano <strong><a href="http://wiki.ushahididev.com/doku.php?id=how_to_use_ushahidi_alpha#how_to_setup_frontlinesms_to_sync_with_ushahidi" target="_blank">qui</a></strong>. Avrai bisogno della key e del link che trovi pi',
  153. 'flsms_key' => 'La tua Ushahidi Sync Key',
  154. 'flsms_link' => 'FrontlineSMS HTTP Post LINK',
  155. 'flsms_synchronize' => 'Sync con Ushahidi',
  156. 'flsms_text_1' => 'Inserisci il numero di telefono collegato a Frontline SMS nel campo',
  157. 'flsms_text_2' => 'Inserisci nel campo qui sotto il numero senza nessun + o trattino',
  158. 'option_1' => 'Optione 1: Usa Frontline SMS',
  159. 'option_2' => 'Option 2: Usa un Global SMS Gateway',
  160. 'title' => 'SMS Setup - Opzioni',
  161. ),
  162. 'sms_no1' => array(
  163. 'length' => 'The phone 1 field does not appear to contain a valid value?',
  164. 'numeric' => 'The phone 1 field should contain numbers only.',
  165. ),
  166. 'sms_no2' => array(
  167. 'length' => 'The phone 2 field is too long',
  168. 'numeric' => 'The phone 2 field should contain numbers only.',
  169. ),
  170. 'sms_no3' => array(
  171. 'length' => 'The phone 3 field is too long',
  172. 'numeric' => 'The phone 3 field should contain numbers only.',
  173. ));
  174. ?>