More work on labels.
[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: 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 - short selection strings that are displayed on top of application web pages.
44 // Example: https://timetracker.anuko.com (black menu on top).
45 // TODO: translate the following.
46 // 'menu.login' => 'Login',
47 // 'menu.logout' => 'Logout',
48 // 'menu.forum' => 'Forum',
49 // 'menu.help' => 'Help',
50 // 'menu.create_team' => 'Create Team',
51 'menu.profile' => 'Profilo',
52 'menu.time' => 'Tempo',
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 // TODO: translate the following.
83 // error.interval' => 'Field "{0}" must be greater than "{1}".',
84 'error.project' => 'Seleziona il progetto.',
85 // TODO: translate the following.
86 // 'error.task' => 'Select task.',
87 // 'error.client' => 'Select client.',
88 // 'error.report' => 'Select report.',
89 // 'error.record' => 'Select record.',
90 'error.auth' => 'Login o password errati.',
91 // TODO: translate the following.
92 // 'error.user_exists' => 'User with this login already exists.',
93 'error.project_exists' => 'Esiste già un progetto con questo nome.',
94 // TODO: translate the following.
95 // 'error.task_exists' => 'Task with this name already exists.',
96 // 'error.client_exists' => 'Client with this name already exists.',
97 // 'error.invoice_exists' => 'Invoice with this number already exists.',
98 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
99 // 'error.no_login' => 'No user with this login.',
100 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
101 // 'error.upload' => 'File upload error.',
102 // 'error.range_locked' => 'Date range is locked.',
103 // 'error.mail_send' => 'Error sending mail.',
104 // 'error.no_email' => 'No email associated with this login.',
105 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
106 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
107 // 'error.overlap' => 'Time interval overlaps with existing records.',
108 // 'error.future_date' => 'Date is in future.',
109
110 // Labels for buttons.
111 'button.login' => 'Login',
112 'button.now' => 'Adesso',
113 'button.save' => 'Salva',
114 // TODO: translate the following.
115 // 'button.copy' => 'Copy',
116 'button.cancel' => 'Cancella',
117 'button.submit' => 'Invia',
118 'button.add_user' => 'Aggiungi utente',
119 'button.add_project' => 'Aggiungi progetto',
120 // TODO: translate the following.
121 // 'button.add_task' => 'Add task',
122 'button.add_client' => 'Aggiungi cliente',
123 // TODO: translate the following.
124 // 'button.add_invoice' => 'Add invoice',
125 // 'button.add_option' => 'Add option',
126 // 'button.add' => 'Add',
127 'button.generate' => 'Genera',
128 // TODO: translate the following.
129 // 'button.reset_password' => 'Reset password',
130 'button.send' => 'Invia',
131 'button.send_by_email' => 'Invia tramite e-mail',
132 'button.create_team' => 'Crea team',
133 'button.export' => 'Esporta team',
134 'button.import' => 'Importa team',
135 // TODO: translate the following.
136 // 'button.close' => 'Close',
137 // 'button.stop' => 'Stop',
138
139 // Labels for controls on forms. Labels in this section are used on multiple forms.
140 // TODO: translate the following.
141 // 'label.team_name' => 'Team name',
142 // 'label.address' => 'Address',
143 'label.currency' => 'Moneta',
144 // TODO: translate the following.
145 // 'label.manager_name' => 'Manager name',
146 // 'label.manager_login' => 'Manager login',
147 // 'label.person_name' => 'Name',
148 // 'label.thing_name' => 'Name',
149 // 'label.login' => 'Login',
150 'label.password' => 'Password',
151 'label.confirm_password' => 'Conferma password',
152 'label.email' => 'E-mail',
153 'label.cc' => 'Cc',
154 // TODO: translate the following.
155 // 'label.bcc' => 'Bcc',
156 'label.subject' => 'Oggetto',
157 // TODO: translate the following.
158 // 'label.date' => 'Date',
159 // 'label.start_date' => 'Start date',
160 // 'label.end_date' => 'End date',
161 // 'label.user' => 'User',
162 // 'label.users' => 'Users',
163 // 'label.client' => 'Client',
164 // 'label.clients' => 'Clients',
165 // 'label.option' => 'Option',
166 // 'label.invoice' => 'Invoice',
167 // 'label.project' => 'Project',
168 // 'label.projects' => 'Projects',
169 // 'label.task' => 'Task',
170 // 'label.tasks' => 'Tasks',
171 // 'label.description' => 'Description',
172 // 'label.start' => 'Start',
173 // 'label.finish' => 'Finish',
174 // 'label.duration' => 'Duration',
175 // 'label.note' => 'Note',
176 // 'label.notes' => 'Notes',
177 // 'label.item' => 'Item',
178 // 'label.cost' => 'Cost',
179 // 'label.day_total' => 'Day total',
180 // 'label.week_total' => 'Week total',
181 // 'label.month_total' => 'Month total',
182 // 'label.today' => 'Today',
183 // 'label.total_hours' => 'Total hours',
184 // 'label.total_cost' => 'Total cost',
185 // 'label.view' => 'View',
186 // 'label.edit' => 'Edit',
187 'label.delete' => 'Elimina',
188 // TODO: translate the following.
189 // 'label.configure' => 'Configure',
190 // 'label.select_all' => 'Select all',
191 // 'label.select_none' => 'Deselect all',
192 // 'label.day_view' => 'Day view',
193 // 'label.week_view' => 'Week view',
194 // 'label.id' => 'ID',
195 // 'label.language' => 'Language',
196 // 'label.decimal_mark' => 'Decimal mark',
197 // 'label.date_format' => 'Date format',
198 // 'label.time_format' => 'Time format',
199 // 'label.week_start' => 'First day of week',
200 // 'label.comment' => 'Comment',
201 // 'label.status' => 'Status',
202 // 'label.tax' => 'Tax',
203 // 'label.subtotal' => 'Subtotal',
204 'label.total' => 'Totale',
205
206
207
208 // TODO: refactoring ongoing down from here.
209
210 // Translate the following.
211 // 'label.page' => 'Page',
212 // 'label.condition' => 'Condition',
213 // TODO: translate the following.
214 // 'label.yes' => 'yes',
215 // 'label.no' => 'no',
216
217 // Form titles.
218 // TODO: the entire title section is missing here. See the English file.
219
220 "form.filter.project" => 'progetto',
221 "form.filter.filter" => 'report preferiti',
222 "form.filter.filter_new" => 'salva nei preferiti',
223 "form.filter.filter_confirm_delete" => 'sei sicuro di voler cancellare questo report dai preferiti?',
224
225 // login form attributes
226 "form.login.title" => 'login',
227 "form.login.login" => 'login',
228
229 // password reminder form attributes
230 "form.fpass.title" => 'reset password',
231 "form.fpass.login" => 'login',
232 "form.fpass.send_pass_str" => 'richiesta di reset pasword inviata',
233 "form.fpass.send_pass_subj" => 'richiesta di password reset', 
234 // Note to translators: the strings below must be translated
235 // "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",
236 // "form.fpass.reset_comment" => "to reset your password please type it in and click on save",
237
238 // administrator form
239 "form.admin.title" => 'amministratore',
240 // Note to translators: the string below must be translated
241 // "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).',
242
243 "form.admin.change_pass" => 'cambia la password dell\\\'amministratore',
244 "form.admin.profile.title" => 'teams',
245 "form.admin.profile.noprofiles" => 'il database è vuoto. loggati come amministratore e crea un nuovo team.',
246 "form.admin.profile.comment" => 'elimina team',
247 "form.admin.profile.th.id" => 'id',
248 "form.admin.profile.th.name" => 'nome',
249 "form.admin.profile.th.edit" => 'edit',
250 "form.admin.profile.th.del" => 'elimina',
251 "form.admin.profile.th.active" => 'attivo',
252 "form.admin.options" => 'opzioni',
253 // Note to translators: the strings below are missing and must be added and translated
254 // "form.admin.custom_date_format" => "date format",
255 // "form.admin.custom_time_format" => "time format",
256 // "form.admin.start_week" => "first day of week",
257
258 // my time form attributes
259 "form.mytime.title" => 'giorno',
260 "form.mytime.edit_title" => 'modifica time record',
261 "form.mytime.del_str" => 'elimina time record',
262 "form.mytime.time_form" => ' (hh:mm)',
263 "form.mytime.date" => 'data',
264 "form.mytime.project" => 'progetto',
265 "form.mytime.activity" => 'attività',
266 "form.mytime.start" => 'inizio',
267 "form.mytime.finish" => 'fine',
268 "form.mytime.duration" => 'durata',
269 "form.mytime.note" => 'note',
270 "form.mytime.behalf" => 'attività giornaliera per',
271 "form.mytime.daily" => 'attività giornaliera',
272 "form.mytime.total" => 'ore totali: ',
273 "form.mytime.th.project" => 'progetto',
274 "form.mytime.th.activity" => 'attività',
275 "form.mytime.th.start" => 'inizio',
276 "form.mytime.th.finish" => 'fine',
277 "form.mytime.th.duration" => 'durata',
278 "form.mytime.th.note" => 'note',
279 "form.mytime.th.edit" => 'edit',
280 "form.mytime.th.delete" => 'elimina',
281 "form.mytime.del_yes" => 'time record cancellato',
282 "form.mytime.no_finished_rec" => 'questo record è stato salvato con la sola ora di inzio attività. non è un errore. esegui il logout per altro....',
283 "form.mytime.billable" => 'fatturabile',
284 "form.mytime.warn_tozero_rec" => 'questo time record deve essere cancellato perchè il periodo di riferimento è stato bloccato',
285 // Note to translators: the string below is missing and must be added and translated
286 // "form.mytime.uncompleted" => 'uncompleted',
287
288 // profile form attributes
289 // Note to translators: we need a more accurate translation of form.profile.create_title
290 "form.profile.create_title" => 'crea un nuovo account manager',
291 "form.profile.edit_title" => 'modifca il profilo',
292 "form.profile.name" => 'nome',
293 "form.profile.login" => 'login',
294
295 // Note to translators: the strings below are missing and must be added and translated
296 // "form.profile.showchart" => 'show pie charts',
297 // "form.profile.lang" => 'language',
298 // "form.profile.custom_date_format" => "date format",
299 // "form.profile.custom_time_format" => "time format",
300 // "form.profile.default_format" => "(default)",
301 // "form.profile.start_week" => "first day of week",
302
303 // people form attributes
304 "form.people.ppl_str" => 'persone',
305 "form.people.createu_str" => 'crea un nuovo utente',
306 "form.people.edit_str" => 'modifica utente',
307 "form.people.del_str" => 'elimina utente',
308 "form.people.th.name" => 'nome',
309 "form.people.th.login" => 'login',
310 "form.people.th.role" => 'funzione',
311 "form.people.th.edit" => 'modifica',
312 "form.people.th.del" => 'elimina',
313 "form.people.th.status" => 'stato',
314 "form.people.th.project" => 'progetto',
315 "form.people.th.rate" => 'costo',
316 "form.people.manager" => 'manager',
317 "form.people.comanager" => 'comanager',
318 "form.people.empl" => 'utente',
319 "form.people.name" => 'nome',
320 "form.people.login" => 'login',
321
322 "form.people.rate" => 'costo per ora di default',
323 "form.people.comanager" => 'co-manager',
324 "form.people.projects" => 'progetti',
325
326 // projects form attributes
327 "form.project.proj_title" => 'progetti',
328 "form.project.edit_str" => 'mofifca progetto',
329 "form.project.add_str" => 'aggiungi nuovo progetto',
330 "form.project.del_str" => 'elimina progetto',
331 "form.project.th.name" => 'nome',
332 "form.project.th.edit" => 'modifica',
333 "form.project.th.del" => 'elimina',
334 "form.project.name" => 'nome',
335
336 // activities form attributes
337 "form.activity.act_title" => 'attività',
338 "form.activity.add_title" => 'aggiungi nuova attività',
339 "form.activity.edit_str" => 'modifica attività',
340 "form.activity.del_str" => 'elimina attività',
341 "form.activity.name" => 'nome',
342 "form.activity.project" => 'progetto',
343 "form.activity.th.name" => 'nome',
344 "form.activity.th.project" => 'progetto',
345 "form.activity.th.edit" => 'modifica',
346 "form.activity.th.del" => 'elimina',
347
348 // report attributes
349 "form.report.title" => 'report',
350 "form.report.from" => 'data inizio',
351 "form.report.to" => 'data fine',
352 "form.report.groupby_user" => 'utente',
353 "form.report.groupby_project" => 'progetto',
354 "form.report.groupby_activity" => 'attività',
355 "form.report.duration" => 'durata',
356 "form.report.start" => 'inizio',
357 "form.report.activity" => 'attività',
358 "form.report.show_idle" => 'mostra inattivi',
359 "form.report.finish" => 'fine',
360 "form.report.note" => 'nota',
361 "form.report.project" => 'progetto',
362 "form.report.totals_only" => 'solo i totali',
363 "form.report.total" => 'ore totali',
364 "form.report.th.empllist" => 'utente',
365 "form.report.th.date" => 'data',
366 "form.report.th.project" => 'progetto',
367 "form.report.th.activity" => 'attività',
368 "form.report.th.start" => 'inizio',
369 "form.report.th.finish" => 'fine',
370 "form.report.th.duration" => 'durata',
371 "form.report.th.note" => 'note',
372
373 // mail form attributes
374 "form.mail.from" => 'da',
375 "form.mail.to" => 'a',
376 "form.mail.comment" => 'commento',
377 "form.mail.above" => 'invia questo report tramite e-mail',
378 // Note to translators: this string needs to be translated.
379 // "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.',
380 "form.mail.sending_str" => '<b>messaggio inviato</b>',
381
382 // invoice attributes
383 "form.invoice.title" => 'fattura',
384 "form.invoice.caption" => 'fattura',
385 "form.invoice.above" => 'informazioni aggiuntive per la fattura',
386 "form.invoice.select_cust" => 'seleziona il cliente',
387 "form.invoice.fillform" => 'compila i campi',
388 "form.invoice.date" => 'data',
389 "form.invoice.number" => 'numero fattura',
390 "form.invoice.tax" => 'tassa',
391 "form.invoice.comment" => 'commento ',
392 "form.invoice.th.username" => 'persona',
393 "form.invoice.th.time" => 'ore',
394 "form.invoice.th.rate" => 'costo',
395 "form.invoice.th.summ" => 'ammontare',
396 "form.invoice.subtotal" => 'subtotale',
397 "form.invoice.customer" => 'cliente',
398 "form.invoice.mailinv_above" => 'invia la fattura tramite e-mail',
399 "form.invoice.sending_str" => '<b>fattura inviata</b>',
400
401 "form.migration.zip" => 'compressione',
402 "form.migration.file" => 'seleziona il file',
403 "form.migration.import.title" => 'importa i dati',
404 "form.migration.import.success" => 'importazione eseguita con successo',
405 "form.migration.import.text" => 'importa i dati del team da un file xml',
406 "form.migration.export.title" => 'esporta i dati',
407 "form.migration.export.success" => 'esportazione eseguita con successo',
408 "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.',
409 // Note to translators: the strings below are missing and must be added and translated
410 // "form.migration.compression.none" => 'none',
411 // "form.migration.compression.gzip" => 'gzip',
412 // "form.migration.compression.bzip" => 'bzip',
413
414 "form.client.title" => 'clienti',
415 "form.client.add_title" => 'aggiungi cliente',
416 "form.client.edit_title" => 'modifica cliente',
417 "form.client.del_title" => 'elimina cliente',
418 "form.client.th.name" => 'nome',
419 "form.client.th.edit" => 'modifica',
420 "form.client.th.del" => 'elimina',
421 "form.client.name" => 'nome',
422 "form.client.tax" => 'tassa',
423 "form.client.comment" => 'commento ',
424
425 // miscellaneous strings
426 "forward.forgot_password" => 'password dimenticata?',
427 "forward.edit" => 'modifica',
428 "forward.delete" => 'elimina',
429 "forward.tocsvfile" => 'esporta i dati in un file .csv',
430 "forward.toxmlfile" => 'esporta i dati in un file .xml',
431 "forward.geninvoice" => 'genera la fattura',
432 "forward.change" => 'configura i clienti',
433
434 // strings inside contols on forms
435 "controls.select.project" => '--- seleziona il progetto ---',
436 "controls.select.activity" => '--- seleziona la attività ---',
437 "controls.select.client" => '--- seleziona il cliente ---',
438 "controls.project_bind" => '--- tutti ---',
439 "controls.all" => '--- tutti ---',
440 "controls.notbind" => '--- no ---',
441 "controls.per_tm" => 'questo mese',
442 "controls.per_lm" => 'mese scorso',
443 "controls.per_tw" => 'questa settimana',
444 "controls.per_lw" => 'settimana scorsa',
445 "controls.per_td" => 'questo giorno',
446 "controls.per_at" => 'tutto il tempo',
447 "controls.per_ty" => 'quest\\\'anno',
448 "controls.sel_period" => '--- seleziona il periodo di tempo ---',
449 "controls.sel_groupby" => '--- non raggruppare ---',
450 "controls.inc_billable" => 'fatturabile',
451 "controls.inc_nbillable" => 'non fatturabile',
452 // Note to translators: the string below must be translated
453 // "controls.default" => '--- default ---',
454
455 // labels
456 "label.chart.title1" => 'attività per utente',
457 // Note to translators: the string below is missing and must be added and translated
458 // "label.chart.title2" => 'projects for user',
459 "label.chart.period" => 'grafico per il periodo',
460
461 "label.pinfo" => '%s, %s',
462 "label.pinfo2" => '%s',
463 "label.pbehalf_info" => '%s %s <b>a favore di %s</b>',
464 "label.pminfo" => ' (manager)',
465 "label.pcminfo" => ' (co-manager)',
466 "label.painfo" => ' (amministratore)',
467 "label.time_noentry" => 'nessun inserimento',
468 "label.today" => 'oggi',
469 "label.req_fields" => '* campi obbligatori',
470 "label.sel_project" => 'seleziona il progetto',
471 "label.sel_activity" => 'seleziona la attività',
472 "label.sel_tp" => 'seleziona il periodo di tempo',
473 "label.set_tp" => 'oppure setta le date',
474 "label.fields" => 'mostra i campi',
475 "label.group_title" => 'raggruppa per',
476 "label.include_title" => 'includi records',
477 "label.inv_str" => 'fattura',
478 "label.set_empl" => 'seleziona utenti',
479 "label.sel_all" => 'seleziona tutti',
480 "label.sel_none" => 'deseleziona tutti',
481 "label.or" => 'o',
482 "label.disable" => 'disabilita',
483 "label.enable" => 'abilita',
484 "label.filter" => 'filtro',
485 "label.timeweek" => 'totale settimanale',
486 "label.hrs" => 'ore',
487 // Note to translators: the strings below are missing and must be added and translated
488 // "label.errors" => 'errors',
489 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
490 // "label.calendar_today" => 'today',
491 // "label.calendar_close" => 'close',
492
493 // login hello text
494 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
495 );