Project

General

Profile

« Previous | Next » 

Revision 334

added italian translation [Alessio Spadaro]

View differences:

trunk/app/views/mailer/attachments_add_it.rhtml
1
<%= @added_to %>
2
<%= @attachments.size %> file aggiunti.
3
<% @attachments.each do |attachment | %>
4
- <%= attachment.filename %><% end %>
5

  
6
<%= @url %>
0 7

  
trunk/app/views/mailer/document_add_it.rhtml
1
Un documento e' stato aggiunto a <%= @document.project.name %> (<%= @document.category.name %>):
2
<%= l(:field_title) %>: <%= @document.title %>
3

  
4
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
0 5

  
trunk/app/views/mailer/issue_add_it.rhtml
1
E' stata segnalata l'anomalia #<%= @issue.id %>.
2
----------------------------------------
3
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
0 4

  
trunk/app/views/mailer/issue_edit_it.rhtml
1
L'anomalia #<%= @issue.id %> e' stata aggiornata.
2
<%= @journal.user.name %>
3
<% for detail in @journal.details %>
4
<%= show_detail(detail, true) %>
5
<% end %>
6
<%= @journal.notes if @journal.notes? %>
7
----------------------------------------
8
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
0 9

  
trunk/app/views/mailer/lost_password_it.rhtml
1
Per cambiare la password, usate il seguente collegamento:
2

  
3
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
0 4

  
trunk/app/views/mailer/register_it.rhtml
1
Per attivare la vostra utenza redMine, usate il seguente collegamento:
2

  
3
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
0 4

  
trunk/doc/README
60 60
* Karim Trott (german translation)
61 61
* Todd McGrath (help with english translation)
62 62
* Satoru Kurashiki (japanese translation)
63
* Alessio Spadaro (italian translation)
trunk/lang/it.yml
1
_gloc_rule_default: '|n| n==1 ? "" : "_plural" '
2

  
3
actionview_datehelper_select_day_prefix:
4
actionview_datehelper_select_month_names: Gennaio,Febbraio,Marzo,Aprile,Maggio,Giugno,Luglio,Agosto,Settembre,Ottobre,Novembre,Dicembre
5
actionview_datehelper_select_month_names_abbr: Gen,Feb,Mar,Apr,Mag,Giu,Lug,Ago,Set,Ott,Nov,Dic
6
actionview_datehelper_select_month_prefix:
7
actionview_datehelper_select_year_prefix:
8
actionview_datehelper_time_in_words_day: 1 giorno
9
actionview_datehelper_time_in_words_day_plural: %d giorni
10
actionview_datehelper_time_in_words_hour_about: circa un'ora
11
actionview_datehelper_time_in_words_hour_about_plural: circa %d ore
12
actionview_datehelper_time_in_words_hour_about_single: circa un'ora
13
actionview_datehelper_time_in_words_minute: 1 minuto
14
actionview_datehelper_time_in_words_minute_half: mezzo minuto
15
actionview_datehelper_time_in_words_minute_less_than: meno di un minuto
16
actionview_datehelper_time_in_words_minute_plural: %d minuti
17
actionview_datehelper_time_in_words_minute_single: 1 minuto
18
actionview_datehelper_time_in_words_second_less_than: meno di un secondo
19
actionview_datehelper_time_in_words_second_less_than_plural: meno di %d secondi
20
actionview_instancetag_blank_option: Scegli
21

  
22
activerecord_error_inclusion: non è incluso nella lista
23
activerecord_error_exclusion: e' riservato
24
activerecord_error_invalid: non e' valido
25
activerecord_error_confirmation: doesn't match confirmation
26
activerecord_error_accepted: deve essere accettato
27
activerecord_error_empty: non puo' essere vuoto
28
activerecord_error_blank: non puo' essere blank
29
activerecord_error_too_long: e' troppo lungo/a
30
activerecord_error_too_short: e' troppo corto/a
31
activerecord_error_wrong_length: e' della lunghezza sbagliata
32
activerecord_error_taken: e' gia' stato/a preso/a
33
activerecord_error_not_a_number: non e' un numero
34
activerecord_error_not_a_date: non e' una data valida
35
activerecord_error_greater_than_start_date: deve essere maggiore della data di partenza
36

  
37
general_fmt_age: %d yr
38
general_fmt_age_plural: %d yrs
39
general_fmt_date: %%d/%%m/%%Y
40
general_fmt_datetime: %%d/%%m/%%Y %%I:%%M %%p
41
general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
42
general_fmt_time: %%I:%%M %%p
43
general_text_No: 'No'
44
general_text_Yes: 'Si'
45
general_text_no: 'no'
46
general_text_yes: 'si'
47
general_lang_it: 'Italiano'
48
general_csv_separator: ','
49
general_csv_encoding: ISO-8859-1
50
general_pdf_encoding: ISO-8859-1
51
general_day_names: Lunedì,Martedì,Mercoledì,Giovedì,Venerdì,Sabato,Domenica
52

  
53
notice_account_updated: L'utenza è stata aggiornata.
54
notice_account_invalid_creditentials: Nome utente o password non validi.
55
notice_account_password_updated: La password è stata aggiornata.
56
notice_account_wrong_password: Password errata
57
notice_account_register_done: L'utenza è stata creata.
58
notice_account_unknown_email: Utente sconosciuto.
59
notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
60
notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
61
notice_account_activated: Your account has been activated. You can now log in.
62
notice_successful_create: Successful creation.
63
notice_successful_update: Successful update.
64
notice_successful_delete: Successful deletion.
65
notice_successful_connection: Successful connection.
66
notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
67
notice_locking_conflict: Data have been updated by another user.
68
notice_scm_error: Entry and/or revision doesn't exist in the repository.
69

  
70
mail_subject_lost_password: Password redMine
71
mail_subject_register: Attivazione utenza redMine
72

  
73
gui_validation_error: 1 errore
74
gui_validation_error_plural: %d errori
75

  
76
field_name: Nome
77
field_description: Descrizione
78
field_summary: Sommario
79
field_is_required: Richiesto
80
field_firstname: Nome
81
field_lastname: Cognome
82
field_mail: Email
83
field_filename: File
84
field_filesize: Dimensione
85
field_downloads: Downloads
86
field_author: Autore
87
field_created_on: Creato
88
field_updated_on: Aggiornato
89
field_field_format: Formato
90
field_is_for_all: Per tutti i progetti
91
field_possible_values: Valori possibili
92
field_regexp: Espressione regolare
93
field_min_length: Lunghezza minima
94
field_max_length: Lunghezza massima
95
field_value: Valore
96
field_category: Categoria
97
field_title: Titolo
98
field_project: Progetto
99
field_issue: Issue
100
field_status: Stato
101
field_notes: Note
102
field_is_closed: Chiude il contesto
103
field_is_default: Stato predefinito
104
field_html_color: Colore
105
field_tracker: Tracker
106
field_subject: Oggetto
107
field_due_date: Data ultima
108
field_assigned_to: Assegnato a
109
field_priority: Priorita'
110
field_fixed_version: Versione di fix
111
field_user: Utente
112
field_role: Ruolo
113
field_homepage: Homepage
114
field_is_public: Pubblico
115
field_parent: Sottoprogetto di
116
field_is_in_chlog: Contesti mostrati nel changelog
117
field_is_in_roadmap: Contesti mostrati nel roadmap
118
field_login: Login
119
field_mail_notification: Notifiche via e-mail
120
field_admin: Amministratore
121
field_locked: Bloccato
122
field_last_login_on: Ultima connessione
123
field_language: Lingua
124
field_effective_date: Data
125
field_password: Password
126
field_new_password: Nuova password
127
field_password_confirmation: Conferma
128
field_version: Versione
129
field_type: Tipo
130
field_host: Host
131
field_port: Porta
132
field_account: Utenza
133
field_base_dn: DN base
134
field_attr_login: Attributo login
135
field_attr_firstname: Attributo nome
136
field_attr_lastname: Attributo cognome
137
field_attr_mail: Attributo e-mail
138
field_onthefly: Creazione utenza "al volo"
139
field_start_date: Inizio
140
field_done_ratio: %% completo
141
field_auth_source: Modalità di autenticazione
142
field_hide_mail: Nascondi il mio indirizzo di e-mail
143
field_comment: Commento
144
field_url: URL
145
field_start_page: Pagina principale
146

  
147
setting_app_title: Titolo applicazione
148
setting_app_subtitle: Sottotitolo applicazione
149
setting_welcome_text: Testo di benvenuto
150
setting_default_language: Lingua di default
151
setting_login_required: Autenticazione richiesta
152
setting_self_registration: Auto-registrazione abilitata
153
setting_attachment_max_size: Massima dimensione allegati
154
setting_issues_export_limit: Limite esportazione contesti
155
setting_mail_from: Indirizzo sorgente e-mail
156
setting_host_name: Nome host
157
setting_text_formatting: Formattazione testo
158
setting_wiki_compression: Compressione di storia di Wiki
159

  
160
label_user: Utente
161
label_user_plural: Utenti
162
label_user_new: Nuovo utente
163
label_project: Progetto
164
label_project_new: New project
165
label_project_plural: Progetti
166
label_project_latest: Ultimi progetti registrati
167
label_issue: Contesto
168
label_issue_new: Nuovo contesto
169
label_issue_plural: Contesti
170
label_issue_view_all: Mostra tutti i contesti
171
label_document: Documento
172
label_document_new: Nuovo documento
173
label_document_plural: Documenti
174
label_role: Ruolo
175
label_role_plural: Ruoli
176
label_role_new: Nuovo ruolo
177
label_role_and_permissions: Ruoli e permessi
178
label_member: Membro
179
label_member_new: Nuovo membro
180
label_member_plural: Membri
181
label_tracker: Tracker
182
label_tracker_plural: Trackers
183
label_tracker_new: Nuovo tracker
184
label_workflow: Workflow
185
label_issue_status: Stato contesti
186
label_issue_status_plural: Stati contesto
187
label_issue_status_new: Nuovo stato
188
label_issue_category: Categorie contesti
189
label_issue_category_plural: Categorie contesto
190
label_issue_category_new: Nuova categoria
191
label_custom_field: Campo personalizzato
192
label_custom_field_plural: Campi personalizzati
193
label_custom_field_new: Nuovo campo personalizzato
194
label_enumerations: Enumerazioni
195
label_enumeration_new: Nuovo valore
196
label_information: Informazione
197
label_information_plural: Informazioni
198
label_please_login: Autenticarsi
199
label_register: Registrati
200
label_password_lost: Password dimenticata
201
label_home: Home
202
label_my_page: Pagina personale
203
label_my_account: La mia utenza
204
label_my_projects: I miei progetti
205
label_administration: Amministrazione
206
label_login: Login
207
label_logout: Logout
208
label_help: Aiuto
209
label_reported_issues: Contesti segnalati
210
label_assigned_to_me_issues: I miei contesti
211
label_last_login: Ultimo collegamento
212
label_last_updates: Ultimo aggiornamento
213
label_last_updates_plural: %d ultimo aggiornamento
214
label_registered_on: Registrato il
215
label_activity: Attività
216
label_new: Nuovo
217
label_logged_as: Autenticato come
218
label_environment: Ambiente
219
label_authentication: Autenticazione
220
label_auth_source: Modalità di autenticazione
221
label_auth_source_new: Nuova modalità di autenticazione
222
label_auth_source_plural: Modalità di autenticazione
223
label_subproject: Sottoprogetto
224
label_subproject_plural: Sottoprogetti
225
label_min_max_length: Lunghezza minima - massima
226
label_list: Elenco
227
label_date: Data
228
label_integer: Intero
229
label_boolean: Booleano
230
label_string: Testo
231
label_text: Testo esteso
232
label_attribute: Attributo
233
label_attribute_plural: Attributi
234
label_download: %d Download
235
label_download_plural: %d Download
236
label_no_data: Nessun dato disponibile
237
label_change_status: Cambia stato
238
label_history: Cronologia
239
label_attachment: File
240
label_attachment_new: Nuovo file
241
label_attachment_delete: Elimina file
242
label_attachment_plural: File
243
label_report: Report
244
label_report_plural: Report
245
label_news: Notizia
246
label_news_new: Aggiungi notizia
247
label_news_plural: Notizie
248
label_news_latest: Utime notizie
249
label_news_view_all: Tutte le notizie
250
label_change_log: Change log
251
label_settings: Impostazioni
252
label_overview: Panoramica
253
label_version: Versione
254
label_version_new: Nuova versione
255
label_version_plural: Versioni
256
label_confirmation: Conferma
257
label_export_to: Esporta su
258
label_read: Leggi...
259
label_public_projects: Progetti pubblici
260
label_open_issues: aperta
261
label_open_issues_plural: aperte
262
label_closed_issues: chiusa
263
label_closed_issues_plural: chiuse
264
label_total: Totale
265
label_permissions: Permessi
266
label_current_status: Stato attuale
267
label_new_statuses_allowed: Nuovi stati possibili
268
label_all: tutti
269
label_none: nessuno
270
label_next: Successivo
271
label_previous: Precedente
272
label_used_by: Usato da
273
label_details: Dettagli...
274
label_add_note: Aggiungi una nota
275
label_per_page: Per pagina
276
label_calendar: Calendario
277
label_months_from: mesi da
278
label_gantt: Gantt
279
label_internal: Interno
280
label_last_changes: ultime %d modifiche
281
label_change_view_all: Tutte le modifiche
282
label_personalize_page: Personalizza la pagina
283
label_comment: Commento
284
label_comment_plural: Commenti
285
label_comment_add: Aggiungi un commento
286
label_comment_added: Commento aggiunto
287
label_comment_delete: Elimina commenti
288
label_query: Custom query
289
label_query_plural: Query personalizzate
290
label_query_new: Nuova query
291
label_filter_add: Aggiungi filtro
292
label_filter_plural: Filtri
293
label_equals: è
294
label_not_equals: non è
295
label_in_less_than: è minore di
296
label_in_more_than: è maggiore di
297
label_in: in
298
label_today: oggi
299
label_less_than_ago: meno di giorni fa
300
label_more_than_ago: più di giorni fa
301
label_ago: giorni fa
302
label_contains: contiene
303
label_not_contains: non contiene
304
label_day_plural: giorni
305
label_repository: SVN Repository
306
label_browse: Browse
307
label_modification: %d modifica
308
label_modification_plural: %d modifiche
309
label_revision: Versione
310
label_revision_plural: Versioni
311
label_added: aggiunto
312
label_modified: modificato
313
label_deleted: eliminato
314
label_latest_revision: Ultima versione
315
label_view_revisions: Mostra versioni
316
label_max_size: Dimensione massima
317
label_on: 'on'
318
label_sort_highest: Sposta in cima
319
label_sort_higher: Su
320
label_sort_lower: Giù
321
label_sort_lowest: Sposta in fondo
322
label_roadmap: Roadmap
323
label_search: Ricerca
324
label_result: %d risultato
325
label_result_plural: %d risultati
326
label_all_words: Tutte le parole
327
label_wiki: Wiki
328
label_page_index: Indice
329
label_current_version: Versione corrente
330
label_preview: Previsione
331

  
332
button_login: Login
333
button_submit: Invia
334
button_save: Salva
335
button_check_all: Seleziona tutti
336
button_uncheck_all: Deseleziona tutti
337
button_delete: Elimina
338
button_create: Crea
339
button_test: Test
340
button_edit: Modifica
341
button_add: Aggiungi
342
button_change: Modifica
343
button_apply: Applica
344
button_clear: Pulisci
345
button_lock: Blocca
346
button_unlock: Sblocca
347
button_download: Scarica
348
button_list: Elenca
349
button_view: Mostra
350
button_move: Sposta
351
button_back: Indietro
352
button_cancel: Annulla
353
button_activate: Attiva
354
button_sort: Ordina
355

  
356
text_select_mail_notifications: Select actions for which mail notifications should be sent.
357
text_regexp_info: eg. ^[A-Z0-9]+$
358
text_min_max_length_info: 0 means no restriction
359
text_project_destroy_confirmation: Are you sure you want to delete this project and all related data ?
360
text_workflow_edit: Select a role and a tracker to edit the workflow
361
text_are_you_sure: Are you sure ?
362
text_journal_changed: changed from %s to %s
363
text_journal_set_to: set to %s
364
text_journal_deleted: deleted
365
text_tip_task_begin_day: task beginning this day
366
text_tip_task_end_day: task ending this day
367
text_tip_task_begin_end_day: task beginning and ending this day
368

  
369
default_role_manager: Manager
370
default_role_developper: Sviluppatore
371
default_role_reporter: Reporter
372
default_tracker_bug: Contesto
373
default_tracker_feature: Funzione
374
default_tracker_support: Supporto
375
default_issue_status_new: Nuovo/a
376
default_issue_status_assigned: Assegnato/a
377
default_issue_status_resolved: Risolto/a
378
default_issue_status_feedback: Feedback
379
default_issue_status_closed: Chiuso/a
380
default_issue_status_rejected: Rifiutato/a
381
default_doc_category_user: Documentazione utente
382
default_doc_category_tech: Documentazione tecnica
383
default_priority_low: Bassa
384
default_priority_normal: Normale
385
default_priority_high: Alta
386
default_priority_urgent: Urgente
387
default_priority_immediate: Immediata
388

  
389
enumeration_issue_priorities: Priorità contesti
390
enumeration_doc_categories: Categorie di documenti
trunk/public/javascripts/calendar/lang/calendar-it.js
1
// ** I18N
2

  
3
// Calendar EN language
4
// Author: Mihai Bazon, <[email protected]>
5
// Encoding: any
6
// Distributed under the same terms as the calendar itself.
7

  
8
// For translators: please use UTF-8 if possible.  We strongly believe that
9
// Unicode is the answer to a real internationalized world.  Also please
10
// include your contact information in the header, as can be seen above.
11

  
12
// full day names
13
Calendar._DN = new Array
14
("Domenica",
15
 "Lunedì",
16
 "Martedì",
17
 "Mercoledì",
18
 "Giovedì",
19
 "Venerdì",
20
 "Sabato",
21
 "Domenica");
22

  
23
// Please note that the following array of short day names (and the same goes
24
// for short month names, _SMN) isn't absolutely necessary.  We give it here
25
// for exemplification on how one can customize the short day names, but if
26
// they are simply the first N letters of the full name you can simply say:
27
//
28
//   Calendar._SDN_len = N; // short day name length
29
//   Calendar._SMN_len = N; // short month name length
30
//
31
// If N = 3 then this is not needed either since we assume a value of 3 if not
32
// present, to be compatible with translation files that were written before
33
// this feature.
34

  
35
// short day names
36
Calendar._SDN = new Array
37
("Dom",
38
 "Lun",
39
 "Mar",
40
 "Mer",
41
 "Gio",
42
 "Ven",
43
 "Sab",
44
 "Dom");
45

  
46
// First day of the week. "0" means display Sunday first, "1" means display
47
// Monday first, etc.
48
Calendar._FD = 1;
49

  
50
// full month names
51
Calendar._MN = new Array
52
("Gennaio",
53
 "Febbraio",
54
 "Marzo",
55
 "Aprile",
56
 "Maggio",
57
 "Giugno",
58
 "Luglio",
59
 "Agosto",
60
 "Settembre",
61
 "Ottobre",
62
 "Novembre",
63
 "Dicembre");
64

  
65
// short month names
66
Calendar._SMN = new Array
67
("Gen",
68
 "Feb",
69
 "Mar",
70
 "Apr",
71
 "Mag",
72
 "Giu",
73
 "Lug",
74
 "Ago",
75
 "Set",
76
 "Ott",
77
 "Nov",
78
 "Dic");
79

  
80
// tooltips
81
Calendar._TT = {};
82
Calendar._TT["INFO"] = "Informazioni sul calendario";
83

  
84
Calendar._TT["ABOUT"] =
85
"DHTML Date/Time Selector\n" +
86
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
87
"For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
88
"Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
89
"\n\n" +
90
"Date selection:\n" +
91
"- Use the \xab, \xbb buttons to select year\n" +
92
"- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" +
93
"- Hold mouse button on any of the above buttons for faster selection.";
94
Calendar._TT["ABOUT_TIME"] = "\n\n" +
95
"Time selection:\n" +
96
"- Click on any of the time parts to increase it\n" +
97
"- or Shift-click to decrease it\n" +
98
"- or click and drag for faster selection.";
99

  
100
Calendar._TT["PREV_YEAR"] = "Anno prec. (tieni premuto per menu)";
101
Calendar._TT["PREV_MONTH"] = "Mese prec. (tieni premuto per menu)";
102
Calendar._TT["GO_TODAY"] = "Oggi";
103
Calendar._TT["NEXT_MONTH"] = "Mese succ. (tieni premuto per menu)";
104
Calendar._TT["NEXT_YEAR"] = "Anno succ. (tieni premuto per menu)";
105
Calendar._TT["SEL_DATE"] = "Seleziona data";
106
Calendar._TT["DRAG_TO_MOVE"] = "Trascina per spostare";
107
Calendar._TT["PART_TODAY"] = " (oggi)";
108

  
109
// the following is to inform that "%s" is to be the first day of week
110
// %s will be replaced with the day name.
111
Calendar._TT["DAY_FIRST"] = "Mostra %s per primo";
112

  
113
// This may be locale-dependent.  It specifies the week-end days, as an array
114
// of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
115
// means Monday, etc.
116
Calendar._TT["WEEKEND"] = "0,6";
117

  
118
Calendar._TT["CLOSE"] = "Chiudi";
119
Calendar._TT["TODAY"] = "Oggi";
120
Calendar._TT["TIME_PART"] = "(Shift-)Click o trascina per modificare";
121

  
122
// date formats
123
Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
124
Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
125

  
126
Calendar._TT["WK"] = "sett";
127
Calendar._TT["TIME"] = "Ora:";
trunk/test/functional/application_controller_test.rb
28 28
    @response   = ActionController::TestResponse.new
29 29
  end
30 30

  
31
  # check that all 4 supported languages are valid
31
  # check that all 6 supported languages are valid
32 32
  def test_localization
33
    assert_equal 5, GLoc.valid_languages.size
33
    assert_equal 6, GLoc.valid_languages.size
34 34
    GLoc.valid_languages.each do |lang|
35 35
      assert set_language_if_valid(lang)
36 36
    end

Also available in: Unified diff