Some refactoring in localization files.
[timetracker.git] / WEB-INF / resources / it.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 // Note to translators: Please use proper capitalization rules for your language.
33
34 $i18n_language = 'Italiano';
35 $i18n_months = array('gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luiglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre');
36 $i18n_weekdays = array('domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato');
37 $i18n_weekdays_short = array('do', 'lu', 'ma', 'me', 'gi', 've', 'sa');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '01/06', '04/12', '04/13', '04/25', '05/01', '06/02', '08/15', '11/01', '12/08', '12/25', '12/26');
40
41 $i18n_key_words = array(
42
43 // Menus.
44 // TODO: translate the following.
45 // 'menu.login' => 'Login',
46 // 'menu.logout' => 'Logout',
47 // 'menu.forum' => 'Forum',
48 // 'menu.help' => 'Help',
49 // Note to translators: menu.create_team a more accurate translation.
50 'menu.create_team' => 'Crea un nuovo account',
51 'menu.profile' => 'Profilo',
52 'menu.time' => 'Tempo di lavoro',
53 // TODO: translate the following.
54 // 'menu.expenses' => 'Expenses',
55 // 'menu.reports' => 'Reports',
56 // 'menu.charts' => 'Charts',
57 'menu.projects' => 'Progetti',
58 // TODO: translate the following.
59 // 'menu.tasks' => 'Tasks',
60 // 'menu.users' => 'Users',
61 // 'menu.teams' => 'Teams',
62 // 'menu.export' => 'Export',
63 'menu.clients' => 'Clienti',
64 'menu.options' => 'Opzioni',
65
66 // Footer - strings on the bottom of most pages.
67 // TODO: translate the following.
68 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
69 // 'footer.credits' => 'Credits',
70 // 'footer.license' => 'License',
71 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
72                                      // This is a link to a webpage that describes how to contribute to the project.
73
74 // Error messages.
75 // TODO: translate the following.
76 // 'error.access_denied' => 'Access denied.',
77 // 'error.sys' => 'System error.',
78 // 'error.db' => 'database error',
79 'error.field' => 'dato "{0}" errato',
80 'error.empty' => 'il campo "{0}" è vuoto',
81 'error.not_equal' => 'il campo "{0}" non è uguale al campo "{1}"',
82 'error.interval' => 'intervallo errato',
83 'error.project' => 'seleziona il progetto',
84 // TODO: translate the following.
85 // 'error.task' => 'Select task.',
86 // 'error.client' => 'Select client.',
87 // 'error.report' => 'Select report.',
88 // 'error.record' => 'Select record.',
89 'error.auth' => 'login o password errati',
90 // Note to translators: this string needs to be translated.
91 // 'error.user_exists' => 'user with this login already exists',
92 'error.project_exists' => 'esiste già un progetto con questo nome',
93 // TODO: translate the following.
94 // 'error.task_exists' => 'Task with this name already exists.',
95 // 'error.client_exists' => 'Client with this name already exists.',
96 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
97 // 'error.no_login' => 'nessun utente con questa e-mail',
98 // Note to translators: the strings below need to be translated
99 // 'error.upload' => 'file upload error',
100 // 'error.range_locked' => 'Date range is locked.',
101 // 'error.mail_send' => 'error sending mail',
102 // 'error.no_email' => 'no email associated with this login',
103 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
104 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
105
106 // Labels for buttons.
107 'button.login' => 'login',
108 'button.now' => 'adesso',
109 'button.save' => 'salva',
110 'button.delete' => 'elimina',
111 'button.cancel' => 'cancella',
112 'button.submit' => 'invia',
113 'button.add_user' => 'Aggiungi utente',
114 'button.add_project' => 'Aggiungi progetto',
115 // TODO: translate the following.
116 // 'button.add_task' => 'Add task',
117 'button.add_client' => 'Aggiungi cliente',
118 // TODO: translate the following.
119 // 'button.add_invoice' => 'Add invoice',
120 // 'button.add_option' => 'Add option',
121 // 'button.add' => 'Add',
122 'button.generate' => 'Genera',
123 // Note to translators: button.reset_password needs an improved translation.
124 // 'button.reset_password' => 'reset password',
125 'button.send' => 'invia',
126 'button.send_by_email' => 'invia tramite e-mail',
127 'button.save_as_new' => 'salva come nuovo',
128 'button.create_team' => 'crea team',
129 'button.export' => 'esporta team',
130 'button.import' => 'importa team',
131 'button.apply' => 'applica',
132
133 // labels for controls on various forms
134 // TODO: translate label.team_name
135 // 'label.team_name' => 'team name',
136 'label.currency' => 'moneta',
137 // TODO: translate label.manager_name and label.manager_login.
138 // 'label.manager_name' => 'manager name',
139 // 'label.manager_login' => 'manager login',
140 'label.password' => 'password',
141 'label.confirm_password' => 'conferma password',
142 'label.email' => 'e-mail',
143 // TODO: translate the following.
144 // 'label.email' => 'Email',
145 'label.cc' => 'Cc',
146 // TODO: translate the following.
147 // 'label.bcc' => 'Bcc',
148 'label.subject' => 'oggetto',
149 'label.total' => 'totale',
150 // Translate the following.
151 // 'label.page' => 'Page',
152 // 'label.condition' => 'Condition',
153 // TODO: translate the following.
154 // 'label.yes' => 'yes',
155 // 'label.no' => 'no',
156
157 // Form titles.
158 // TODO: the entire title section is missing here. See the English file.
159
160 "form.filter.project" => 'progetto',
161 "form.filter.filter" => 'report preferiti',
162 "form.filter.filter_new" => 'salva nei preferiti',
163 "form.filter.filter_confirm_delete" => 'sei sicuro di voler cancellare questo report dai preferiti?',
164
165 // login form attributes
166 "form.login.title" => 'login',
167 "form.login.login" => 'login',
168
169 // password reminder form attributes
170 "form.fpass.title" => 'reset password',
171 "form.fpass.login" => 'login',
172 "form.fpass.send_pass_str" => 'richiesta di reset pasword inviata',
173 "form.fpass.send_pass_subj" => 'richiesta di password reset', 
174 // Note to translators: the strings below must be translated
175 // "form.fpass.send_pass_body" => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
176 // "form.fpass.reset_comment" => "to reset your password please type it in and click on save",
177
178 // administrator form
179 "form.admin.title" => 'amministratore',
180 // Note to translators: the string below must be translated
181 // "form.admin.duty_text" => 'create a new team by creating a new team manager account.<br>you can also import team data from an xml file from another Anuko Time Tracker server (no e-mail collisions are allowed).',
182
183 "form.admin.change_pass" => 'cambia la password dell\\\'amministratore',
184 "form.admin.profile.title" => 'teams',
185 "form.admin.profile.noprofiles" => 'il database è vuoto. loggati come amministratore e crea un nuovo team.',
186 "form.admin.profile.comment" => 'elimina team',
187 "form.admin.profile.th.id" => 'id',
188 "form.admin.profile.th.name" => 'nome',
189 "form.admin.profile.th.edit" => 'edit',
190 "form.admin.profile.th.del" => 'elimina',
191 "form.admin.profile.th.active" => 'attivo',
192 "form.admin.options" => 'opzioni',
193 // Note to translators: the strings below are missing and must be added and translated
194 // "form.admin.custom_date_format" => "date format",
195 // "form.admin.custom_time_format" => "time format",
196 // "form.admin.start_week" => "first day of week",
197
198 // my time form attributes
199 "form.mytime.title" => 'giorno',
200 "form.mytime.edit_title" => 'modifica time record',
201 "form.mytime.del_str" => 'elimina time record',
202 "form.mytime.time_form" => ' (hh:mm)',
203 "form.mytime.date" => 'data',
204 "form.mytime.project" => 'progetto',
205 "form.mytime.activity" => 'attività',
206 "form.mytime.start" => 'inizio',
207 "form.mytime.finish" => 'fine',
208 "form.mytime.duration" => 'durata',
209 "form.mytime.note" => 'note',
210 "form.mytime.behalf" => 'attività giornaliera per',
211 "form.mytime.daily" => 'attività giornaliera',
212 "form.mytime.total" => 'ore totali: ',
213 "form.mytime.th.project" => 'progetto',
214 "form.mytime.th.activity" => 'attività',
215 "form.mytime.th.start" => 'inizio',
216 "form.mytime.th.finish" => 'fine',
217 "form.mytime.th.duration" => 'durata',
218 "form.mytime.th.note" => 'note',
219 "form.mytime.th.edit" => 'edit',
220 "form.mytime.th.delete" => 'elimina',
221 "form.mytime.del_yes" => 'time record cancellato',
222 "form.mytime.no_finished_rec" => 'questo record è stato salvato con la sola ora di inzio attività. non è un errore. esegui il logout per altro....',
223 "form.mytime.billable" => 'fatturabile',
224 "form.mytime.warn_tozero_rec" => 'questo time record deve essere cancellato perchè il periodo di riferimento è stato bloccato',
225 // Note to translators: the string below is missing and must be added and translated
226 // "form.mytime.uncompleted" => 'uncompleted',
227
228 // profile form attributes
229 // Note to translators: we need a more accurate translation of form.profile.create_title
230 "form.profile.create_title" => 'crea un nuovo account manager',
231 "form.profile.edit_title" => 'modifca il profilo',
232 "form.profile.name" => 'nome',
233 "form.profile.login" => 'login',
234
235 // Note to translators: the strings below are missing and must be added and translated
236 // "form.profile.showchart" => 'show pie charts',
237 // "form.profile.lang" => 'language',
238 // "form.profile.custom_date_format" => "date format",
239 // "form.profile.custom_time_format" => "time format",
240 // "form.profile.default_format" => "(default)",
241 // "form.profile.start_week" => "first day of week",
242
243 // people form attributes
244 "form.people.ppl_str" => 'persone',
245 "form.people.createu_str" => 'crea un nuovo utente',
246 "form.people.edit_str" => 'modifica utente',
247 "form.people.del_str" => 'elimina utente',
248 "form.people.th.name" => 'nome',
249 "form.people.th.login" => 'login',
250 "form.people.th.role" => 'funzione',
251 "form.people.th.edit" => 'modifica',
252 "form.people.th.del" => 'elimina',
253 "form.people.th.status" => 'stato',
254 "form.people.th.project" => 'progetto',
255 "form.people.th.rate" => 'costo',
256 "form.people.manager" => 'manager',
257 "form.people.comanager" => 'comanager',
258 "form.people.empl" => 'utente',
259 "form.people.name" => 'nome',
260 "form.people.login" => 'login',
261
262 "form.people.rate" => 'costo per ora di default',
263 "form.people.comanager" => 'co-manager',
264 "form.people.projects" => 'progetti',
265
266 // projects form attributes
267 "form.project.proj_title" => 'progetti',
268 "form.project.edit_str" => 'mofifca progetto',
269 "form.project.add_str" => 'aggiungi nuovo progetto',
270 "form.project.del_str" => 'elimina progetto',
271 "form.project.th.name" => 'nome',
272 "form.project.th.edit" => 'modifica',
273 "form.project.th.del" => 'elimina',
274 "form.project.name" => 'nome',
275
276 // activities form attributes
277 "form.activity.act_title" => 'attività',
278 "form.activity.add_title" => 'aggiungi nuova attività',
279 "form.activity.edit_str" => 'modifica attività',
280 "form.activity.del_str" => 'elimina attività',
281 "form.activity.name" => 'nome',
282 "form.activity.project" => 'progetto',
283 "form.activity.th.name" => 'nome',
284 "form.activity.th.project" => 'progetto',
285 "form.activity.th.edit" => 'modifica',
286 "form.activity.th.del" => 'elimina',
287
288 // report attributes
289 "form.report.title" => 'report',
290 "form.report.from" => 'data inizio',
291 "form.report.to" => 'data fine',
292 "form.report.groupby_user" => 'utente',
293 "form.report.groupby_project" => 'progetto',
294 "form.report.groupby_activity" => 'attività',
295 "form.report.duration" => 'durata',
296 "form.report.start" => 'inizio',
297 "form.report.activity" => 'attività',
298 "form.report.show_idle" => 'mostra inattivi',
299 "form.report.finish" => 'fine',
300 "form.report.note" => 'nota',
301 "form.report.project" => 'progetto',
302 "form.report.totals_only" => 'solo i totali',
303 "form.report.total" => 'ore totali',
304 "form.report.th.empllist" => 'utente',
305 "form.report.th.date" => 'data',
306 "form.report.th.project" => 'progetto',
307 "form.report.th.activity" => 'attività',
308 "form.report.th.start" => 'inizio',
309 "form.report.th.finish" => 'fine',
310 "form.report.th.duration" => 'durata',
311 "form.report.th.note" => 'note',
312
313 // mail form attributes
314 "form.mail.from" => 'da',
315 "form.mail.to" => 'a',
316 "form.mail.comment" => 'commento',
317 "form.mail.above" => 'invia questo report tramite e-mail',
318 // Note to translators: this string needs to be translated.
319 // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
320 "form.mail.sending_str" => '<b>messaggio inviato</b>',
321
322 // invoice attributes
323 "form.invoice.title" => 'fattura',
324 "form.invoice.caption" => 'fattura',
325 "form.invoice.above" => 'informazioni aggiuntive per la fattura',
326 "form.invoice.select_cust" => 'seleziona il cliente',
327 "form.invoice.fillform" => 'compila i campi',
328 "form.invoice.date" => 'data',
329 "form.invoice.number" => 'numero fattura',
330 "form.invoice.tax" => 'tassa',
331 "form.invoice.comment" => 'commento ',
332 "form.invoice.th.username" => 'persona',
333 "form.invoice.th.time" => 'ore',
334 "form.invoice.th.rate" => 'costo',
335 "form.invoice.th.summ" => 'ammontare',
336 "form.invoice.subtotal" => 'subtotale',
337 "form.invoice.customer" => 'cliente',
338 "form.invoice.mailinv_above" => 'invia la fattura tramite e-mail',
339 "form.invoice.sending_str" => '<b>fattura inviata</b>',
340
341 "form.migration.zip" => 'compressione',
342 "form.migration.file" => 'seleziona il file',
343 "form.migration.import.title" => 'importa i dati',
344 "form.migration.import.success" => 'importazione eseguita con successo',
345 "form.migration.import.text" => 'importa i dati del team da un file xml',
346 "form.migration.export.title" => 'esporta i dati',
347 "form.migration.export.success" => 'esportazione eseguita con successo',
348 "form.migration.export.text" => 'puoi esporate tutti i dati dei team in un file xml. questo può essere utile se devi trasferire i dati da un server ad un altro.',
349 // Note to translators: the strings below are missing and must be added and translated
350 // "form.migration.compression.none" => 'none',
351 // "form.migration.compression.gzip" => 'gzip',
352 // "form.migration.compression.bzip" => 'bzip',
353
354 "form.client.title" => 'clienti',
355 "form.client.add_title" => 'aggiungi cliente',
356 "form.client.edit_title" => 'modifica cliente',
357 "form.client.del_title" => 'elimina cliente',
358 "form.client.th.name" => 'nome',
359 "form.client.th.edit" => 'modifica',
360 "form.client.th.del" => 'elimina',
361 "form.client.name" => 'nome',
362 "form.client.tax" => 'tassa',
363 "form.client.comment" => 'commento ',
364
365 // miscellaneous strings
366 "forward.forgot_password" => 'password dimenticata?',
367 "forward.edit" => 'modifica',
368 "forward.delete" => 'elimina',
369 "forward.tocsvfile" => 'esporta i dati in un file .csv',
370 "forward.toxmlfile" => 'esporta i dati in un file .xml',
371 "forward.geninvoice" => 'genera la fattura',
372 "forward.change" => 'configura i clienti',
373
374 // strings inside contols on forms
375 "controls.select.project" => '--- seleziona il progetto ---',
376 "controls.select.activity" => '--- seleziona la attività ---',
377 "controls.select.client" => '--- seleziona il cliente ---',
378 "controls.project_bind" => '--- tutti ---',
379 "controls.all" => '--- tutti ---',
380 "controls.notbind" => '--- no ---',
381 "controls.per_tm" => 'questo mese',
382 "controls.per_lm" => 'mese scorso',
383 "controls.per_tw" => 'questa settimana',
384 "controls.per_lw" => 'settimana scorsa',
385 "controls.per_td" => 'questo giorno',
386 "controls.per_at" => 'tutto il tempo',
387 "controls.per_ty" => 'quest\\\'anno',
388 "controls.sel_period" => '--- seleziona il periodo di tempo ---',
389 "controls.sel_groupby" => '--- non raggruppare ---',
390 "controls.inc_billable" => 'fatturabile',
391 "controls.inc_nbillable" => 'non fatturabile',
392 // Note to translators: the string below must be translated
393 // "controls.default" => '--- default ---',
394
395 // labels
396 "label.chart.title1" => 'attività per utente',
397 // Note to translators: the string below is missing and must be added and translated
398 // "label.chart.title2" => 'projects for user',
399 "label.chart.period" => 'grafico per il periodo',
400
401 "label.pinfo" => '%s, %s',
402 "label.pinfo2" => '%s',
403 "label.pbehalf_info" => '%s %s <b>a favore di %s</b>',
404 "label.pminfo" => ' (manager)',
405 "label.pcminfo" => ' (co-manager)',
406 "label.painfo" => ' (amministratore)',
407 "label.time_noentry" => 'nessun inserimento',
408 "label.today" => 'oggi',
409 "label.req_fields" => '* campi obbligatori',
410 "label.sel_project" => 'seleziona il progetto',
411 "label.sel_activity" => 'seleziona la attività',
412 "label.sel_tp" => 'seleziona il periodo di tempo',
413 "label.set_tp" => 'oppure setta le date',
414 "label.fields" => 'mostra i campi',
415 "label.group_title" => 'raggruppa per',
416 "label.include_title" => 'includi records',
417 "label.inv_str" => 'fattura',
418 "label.set_empl" => 'seleziona utenti',
419 "label.sel_all" => 'seleziona tutti',
420 "label.sel_none" => 'deseleziona tutti',
421 "label.or" => 'o',
422 "label.disable" => 'disabilita',
423 "label.enable" => 'abilita',
424 "label.filter" => 'filtro',
425 "label.timeweek" => 'totale settimanale',
426 "label.hrs" => 'ore',
427 // Note to translators: the strings below are missing and must be added and translated
428 // "label.errors" => 'errors',
429 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
430 // "label.calendar_today" => 'today',
431 // "label.calendar_close" => 'close',
432
433 // login hello text
434 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
435 );