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
197
198
199 // TODO: refactoring ongoing down from here.
200
201 'label.total' => 'totale',
202 // Translate the following.
203 // 'label.page' => 'Page',
204 // 'label.condition' => 'Condition',
205 // TODO: translate the following.
206 // 'label.yes' => 'yes',
207 // 'label.no' => 'no',
208
209 // Form titles.
210 // TODO: the entire title section is missing here. See the English file.
211
212 "form.filter.project" => 'progetto',
213 "form.filter.filter" => 'report preferiti',
214 "form.filter.filter_new" => 'salva nei preferiti',
215 "form.filter.filter_confirm_delete" => 'sei sicuro di voler cancellare questo report dai preferiti?',
216
217 // login form attributes
218 "form.login.title" => 'login',
219 "form.login.login" => 'login',
220
221 // password reminder form attributes
222 "form.fpass.title" => 'reset password',
223 "form.fpass.login" => 'login',
224 "form.fpass.send_pass_str" => 'richiesta di reset pasword inviata',
225 "form.fpass.send_pass_subj" => 'richiesta di password reset', 
226 // Note to translators: the strings below must be translated
227 // "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",
228 // "form.fpass.reset_comment" => "to reset your password please type it in and click on save",
229
230 // administrator form
231 "form.admin.title" => 'amministratore',
232 // Note to translators: the string below must be translated
233 // "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).',
234
235 "form.admin.change_pass" => 'cambia la password dell\\\'amministratore',
236 "form.admin.profile.title" => 'teams',
237 "form.admin.profile.noprofiles" => 'il database è vuoto. loggati come amministratore e crea un nuovo team.',
238 "form.admin.profile.comment" => 'elimina team',
239 "form.admin.profile.th.id" => 'id',
240 "form.admin.profile.th.name" => 'nome',
241 "form.admin.profile.th.edit" => 'edit',
242 "form.admin.profile.th.del" => 'elimina',
243 "form.admin.profile.th.active" => 'attivo',
244 "form.admin.options" => 'opzioni',
245 // Note to translators: the strings below are missing and must be added and translated
246 // "form.admin.custom_date_format" => "date format",
247 // "form.admin.custom_time_format" => "time format",
248 // "form.admin.start_week" => "first day of week",
249
250 // my time form attributes
251 "form.mytime.title" => 'giorno',
252 "form.mytime.edit_title" => 'modifica time record',
253 "form.mytime.del_str" => 'elimina time record',
254 "form.mytime.time_form" => ' (hh:mm)',
255 "form.mytime.date" => 'data',
256 "form.mytime.project" => 'progetto',
257 "form.mytime.activity" => 'attività',
258 "form.mytime.start" => 'inizio',
259 "form.mytime.finish" => 'fine',
260 "form.mytime.duration" => 'durata',
261 "form.mytime.note" => 'note',
262 "form.mytime.behalf" => 'attività giornaliera per',
263 "form.mytime.daily" => 'attività giornaliera',
264 "form.mytime.total" => 'ore totali: ',
265 "form.mytime.th.project" => 'progetto',
266 "form.mytime.th.activity" => 'attività',
267 "form.mytime.th.start" => 'inizio',
268 "form.mytime.th.finish" => 'fine',
269 "form.mytime.th.duration" => 'durata',
270 "form.mytime.th.note" => 'note',
271 "form.mytime.th.edit" => 'edit',
272 "form.mytime.th.delete" => 'elimina',
273 "form.mytime.del_yes" => 'time record cancellato',
274 "form.mytime.no_finished_rec" => 'questo record è stato salvato con la sola ora di inzio attività. non è un errore. esegui il logout per altro....',
275 "form.mytime.billable" => 'fatturabile',
276 "form.mytime.warn_tozero_rec" => 'questo time record deve essere cancellato perchè il periodo di riferimento è stato bloccato',
277 // Note to translators: the string below is missing and must be added and translated
278 // "form.mytime.uncompleted" => 'uncompleted',
279
280 // profile form attributes
281 // Note to translators: we need a more accurate translation of form.profile.create_title
282 "form.profile.create_title" => 'crea un nuovo account manager',
283 "form.profile.edit_title" => 'modifca il profilo',
284 "form.profile.name" => 'nome',
285 "form.profile.login" => 'login',
286
287 // Note to translators: the strings below are missing and must be added and translated
288 // "form.profile.showchart" => 'show pie charts',
289 // "form.profile.lang" => 'language',
290 // "form.profile.custom_date_format" => "date format",
291 // "form.profile.custom_time_format" => "time format",
292 // "form.profile.default_format" => "(default)",
293 // "form.profile.start_week" => "first day of week",
294
295 // people form attributes
296 "form.people.ppl_str" => 'persone',
297 "form.people.createu_str" => 'crea un nuovo utente',
298 "form.people.edit_str" => 'modifica utente',
299 "form.people.del_str" => 'elimina utente',
300 "form.people.th.name" => 'nome',
301 "form.people.th.login" => 'login',
302 "form.people.th.role" => 'funzione',
303 "form.people.th.edit" => 'modifica',
304 "form.people.th.del" => 'elimina',
305 "form.people.th.status" => 'stato',
306 "form.people.th.project" => 'progetto',
307 "form.people.th.rate" => 'costo',
308 "form.people.manager" => 'manager',
309 "form.people.comanager" => 'comanager',
310 "form.people.empl" => 'utente',
311 "form.people.name" => 'nome',
312 "form.people.login" => 'login',
313
314 "form.people.rate" => 'costo per ora di default',
315 "form.people.comanager" => 'co-manager',
316 "form.people.projects" => 'progetti',
317
318 // projects form attributes
319 "form.project.proj_title" => 'progetti',
320 "form.project.edit_str" => 'mofifca progetto',
321 "form.project.add_str" => 'aggiungi nuovo progetto',
322 "form.project.del_str" => 'elimina progetto',
323 "form.project.th.name" => 'nome',
324 "form.project.th.edit" => 'modifica',
325 "form.project.th.del" => 'elimina',
326 "form.project.name" => 'nome',
327
328 // activities form attributes
329 "form.activity.act_title" => 'attività',
330 "form.activity.add_title" => 'aggiungi nuova attività',
331 "form.activity.edit_str" => 'modifica attività',
332 "form.activity.del_str" => 'elimina attività',
333 "form.activity.name" => 'nome',
334 "form.activity.project" => 'progetto',
335 "form.activity.th.name" => 'nome',
336 "form.activity.th.project" => 'progetto',
337 "form.activity.th.edit" => 'modifica',
338 "form.activity.th.del" => 'elimina',
339
340 // report attributes
341 "form.report.title" => 'report',
342 "form.report.from" => 'data inizio',
343 "form.report.to" => 'data fine',
344 "form.report.groupby_user" => 'utente',
345 "form.report.groupby_project" => 'progetto',
346 "form.report.groupby_activity" => 'attività',
347 "form.report.duration" => 'durata',
348 "form.report.start" => 'inizio',
349 "form.report.activity" => 'attività',
350 "form.report.show_idle" => 'mostra inattivi',
351 "form.report.finish" => 'fine',
352 "form.report.note" => 'nota',
353 "form.report.project" => 'progetto',
354 "form.report.totals_only" => 'solo i totali',
355 "form.report.total" => 'ore totali',
356 "form.report.th.empllist" => 'utente',
357 "form.report.th.date" => 'data',
358 "form.report.th.project" => 'progetto',
359 "form.report.th.activity" => 'attività',
360 "form.report.th.start" => 'inizio',
361 "form.report.th.finish" => 'fine',
362 "form.report.th.duration" => 'durata',
363 "form.report.th.note" => 'note',
364
365 // mail form attributes
366 "form.mail.from" => 'da',
367 "form.mail.to" => 'a',
368 "form.mail.comment" => 'commento',
369 "form.mail.above" => 'invia questo report tramite e-mail',
370 // Note to translators: this string needs to be translated.
371 // "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.',
372 "form.mail.sending_str" => '<b>messaggio inviato</b>',
373
374 // invoice attributes
375 "form.invoice.title" => 'fattura',
376 "form.invoice.caption" => 'fattura',
377 "form.invoice.above" => 'informazioni aggiuntive per la fattura',
378 "form.invoice.select_cust" => 'seleziona il cliente',
379 "form.invoice.fillform" => 'compila i campi',
380 "form.invoice.date" => 'data',
381 "form.invoice.number" => 'numero fattura',
382 "form.invoice.tax" => 'tassa',
383 "form.invoice.comment" => 'commento ',
384 "form.invoice.th.username" => 'persona',
385 "form.invoice.th.time" => 'ore',
386 "form.invoice.th.rate" => 'costo',
387 "form.invoice.th.summ" => 'ammontare',
388 "form.invoice.subtotal" => 'subtotale',
389 "form.invoice.customer" => 'cliente',
390 "form.invoice.mailinv_above" => 'invia la fattura tramite e-mail',
391 "form.invoice.sending_str" => '<b>fattura inviata</b>',
392
393 "form.migration.zip" => 'compressione',
394 "form.migration.file" => 'seleziona il file',
395 "form.migration.import.title" => 'importa i dati',
396 "form.migration.import.success" => 'importazione eseguita con successo',
397 "form.migration.import.text" => 'importa i dati del team da un file xml',
398 "form.migration.export.title" => 'esporta i dati',
399 "form.migration.export.success" => 'esportazione eseguita con successo',
400 "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.',
401 // Note to translators: the strings below are missing and must be added and translated
402 // "form.migration.compression.none" => 'none',
403 // "form.migration.compression.gzip" => 'gzip',
404 // "form.migration.compression.bzip" => 'bzip',
405
406 "form.client.title" => 'clienti',
407 "form.client.add_title" => 'aggiungi cliente',
408 "form.client.edit_title" => 'modifica cliente',
409 "form.client.del_title" => 'elimina cliente',
410 "form.client.th.name" => 'nome',
411 "form.client.th.edit" => 'modifica',
412 "form.client.th.del" => 'elimina',
413 "form.client.name" => 'nome',
414 "form.client.tax" => 'tassa',
415 "form.client.comment" => 'commento ',
416
417 // miscellaneous strings
418 "forward.forgot_password" => 'password dimenticata?',
419 "forward.edit" => 'modifica',
420 "forward.delete" => 'elimina',
421 "forward.tocsvfile" => 'esporta i dati in un file .csv',
422 "forward.toxmlfile" => 'esporta i dati in un file .xml',
423 "forward.geninvoice" => 'genera la fattura',
424 "forward.change" => 'configura i clienti',
425
426 // strings inside contols on forms
427 "controls.select.project" => '--- seleziona il progetto ---',
428 "controls.select.activity" => '--- seleziona la attività ---',
429 "controls.select.client" => '--- seleziona il cliente ---',
430 "controls.project_bind" => '--- tutti ---',
431 "controls.all" => '--- tutti ---',
432 "controls.notbind" => '--- no ---',
433 "controls.per_tm" => 'questo mese',
434 "controls.per_lm" => 'mese scorso',
435 "controls.per_tw" => 'questa settimana',
436 "controls.per_lw" => 'settimana scorsa',
437 "controls.per_td" => 'questo giorno',
438 "controls.per_at" => 'tutto il tempo',
439 "controls.per_ty" => 'quest\\\'anno',
440 "controls.sel_period" => '--- seleziona il periodo di tempo ---',
441 "controls.sel_groupby" => '--- non raggruppare ---',
442 "controls.inc_billable" => 'fatturabile',
443 "controls.inc_nbillable" => 'non fatturabile',
444 // Note to translators: the string below must be translated
445 // "controls.default" => '--- default ---',
446
447 // labels
448 "label.chart.title1" => 'attività per utente',
449 // Note to translators: the string below is missing and must be added and translated
450 // "label.chart.title2" => 'projects for user',
451 "label.chart.period" => 'grafico per il periodo',
452
453 "label.pinfo" => '%s, %s',
454 "label.pinfo2" => '%s',
455 "label.pbehalf_info" => '%s %s <b>a favore di %s</b>',
456 "label.pminfo" => ' (manager)',
457 "label.pcminfo" => ' (co-manager)',
458 "label.painfo" => ' (amministratore)',
459 "label.time_noentry" => 'nessun inserimento',
460 "label.today" => 'oggi',
461 "label.req_fields" => '* campi obbligatori',
462 "label.sel_project" => 'seleziona il progetto',
463 "label.sel_activity" => 'seleziona la attività',
464 "label.sel_tp" => 'seleziona il periodo di tempo',
465 "label.set_tp" => 'oppure setta le date',
466 "label.fields" => 'mostra i campi',
467 "label.group_title" => 'raggruppa per',
468 "label.include_title" => 'includi records',
469 "label.inv_str" => 'fattura',
470 "label.set_empl" => 'seleziona utenti',
471 "label.sel_all" => 'seleziona tutti',
472 "label.sel_none" => 'deseleziona tutti',
473 "label.or" => 'o',
474 "label.disable" => 'disabilita',
475 "label.enable" => 'abilita',
476 "label.filter" => 'filtro',
477 "label.timeweek" => 'totale settimanale',
478 "label.hrs" => 'ore',
479 // Note to translators: the strings below are missing and must be added and translated
480 // "label.errors" => 'errors',
481 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
482 // "label.calendar_today" => 'today',
483 // "label.calendar_close" => 'close',
484
485 // login hello text
486 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
487 );