A bit of cleanup in translation 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: 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
58 // TODO: refactoring ongoing down from here.
59 'menu.projects' => 'Progetti',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 // 'menu.users' => 'Users',
63 // 'menu.teams' => 'Teams',
64 // 'menu.export' => 'Export',
65 'menu.clients' => 'Clienti',
66 'menu.options' => 'Opzioni',
67
68 // Footer - strings on the bottom of most pages.
69 // TODO: translate the following.
70 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
71 // 'footer.credits' => 'Credits',
72 // 'footer.license' => 'License',
73 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
74                                      // This is a link to a webpage that describes how to contribute to the project.
75
76 // Error messages.
77 // TODO: translate the following.
78 // 'error.access_denied' => 'Access denied.',
79 // 'error.sys' => 'System error.',
80 // 'error.db' => 'database error',
81 'error.field' => 'dato "{0}" errato',
82 'error.empty' => 'il campo "{0}" è vuoto',
83 'error.not_equal' => 'il campo "{0}" non è uguale al campo "{1}"',
84 'error.interval' => 'intervallo errato',
85 'error.project' => 'seleziona il progetto',
86 // TODO: translate the following.
87 // 'error.task' => 'Select task.',
88 // 'error.client' => 'Select client.',
89 // 'error.report' => 'Select report.',
90 // 'error.record' => 'Select record.',
91 'error.auth' => 'login o password errati',
92 // Note to translators: this string needs to be translated.
93 // 'error.user_exists' => 'user with this login already exists',
94 'error.project_exists' => 'esiste già un progetto con questo nome',
95 // TODO: translate the following.
96 // 'error.task_exists' => 'Task with this name already exists.',
97 // 'error.client_exists' => 'Client with this name already exists.',
98 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
99 // 'error.no_login' => 'nessun utente con questa e-mail',
100 // Note to translators: the strings below need to be translated
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
108 // Labels for buttons.
109 'button.login' => 'login',
110 'button.now' => 'adesso',
111 'button.save' => 'salva',
112 'button.delete' => 'elimina',
113 'button.cancel' => 'cancella',
114 'button.submit' => 'invia',
115 'button.add_user' => 'Aggiungi utente',
116 'button.add_project' => 'Aggiungi progetto',
117 // TODO: translate the following.
118 // 'button.add_task' => 'Add task',
119 'button.add_client' => 'Aggiungi cliente',
120 // TODO: translate the following.
121 // 'button.add_invoice' => 'Add invoice',
122 // 'button.add_option' => 'Add option',
123 // 'button.add' => 'Add',
124 'button.generate' => 'Genera',
125 // Note to translators: button.reset_password needs an improved translation.
126 // 'button.reset_password' => 'reset password',
127 'button.send' => 'invia',
128 'button.send_by_email' => 'invia tramite e-mail',
129 'button.save_as_new' => 'salva come nuovo',
130 'button.create_team' => 'crea team',
131 'button.export' => 'esporta team',
132 'button.import' => 'importa team',
133 'button.apply' => 'applica',
134
135 // labels for controls on various forms
136 // TODO: translate label.team_name
137 // 'label.team_name' => 'team name',
138 'label.currency' => 'moneta',
139 // TODO: translate label.manager_name and label.manager_login.
140 // 'label.manager_name' => 'manager name',
141 // 'label.manager_login' => 'manager login',
142 'label.password' => 'password',
143 'label.confirm_password' => 'conferma password',
144 'label.email' => 'e-mail',
145 // TODO: translate the following.
146 // 'label.email' => 'Email',
147 'label.cc' => 'Cc',
148 // TODO: translate the following.
149 // 'label.bcc' => 'Bcc',
150 'label.subject' => 'oggetto',
151 'label.total' => 'totale',
152 // Translate the following.
153 // 'label.page' => 'Page',
154 // 'label.condition' => 'Condition',
155 // TODO: translate the following.
156 // 'label.yes' => 'yes',
157 // 'label.no' => 'no',
158
159 // Form titles.
160 // TODO: the entire title section is missing here. See the English file.
161
162 "form.filter.project" => 'progetto',
163 "form.filter.filter" => 'report preferiti',
164 "form.filter.filter_new" => 'salva nei preferiti',
165 "form.filter.filter_confirm_delete" => 'sei sicuro di voler cancellare questo report dai preferiti?',
166
167 // login form attributes
168 "form.login.title" => 'login',
169 "form.login.login" => 'login',
170
171 // password reminder form attributes
172 "form.fpass.title" => 'reset password',
173 "form.fpass.login" => 'login',
174 "form.fpass.send_pass_str" => 'richiesta di reset pasword inviata',
175 "form.fpass.send_pass_subj" => 'richiesta di password reset', 
176 // Note to translators: the strings below must be translated
177 // "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",
178 // "form.fpass.reset_comment" => "to reset your password please type it in and click on save",
179
180 // administrator form
181 "form.admin.title" => 'amministratore',
182 // Note to translators: the string below must be translated
183 // "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).',
184
185 "form.admin.change_pass" => 'cambia la password dell\\\'amministratore',
186 "form.admin.profile.title" => 'teams',
187 "form.admin.profile.noprofiles" => 'il database è vuoto. loggati come amministratore e crea un nuovo team.',
188 "form.admin.profile.comment" => 'elimina team',
189 "form.admin.profile.th.id" => 'id',
190 "form.admin.profile.th.name" => 'nome',
191 "form.admin.profile.th.edit" => 'edit',
192 "form.admin.profile.th.del" => 'elimina',
193 "form.admin.profile.th.active" => 'attivo',
194 "form.admin.options" => 'opzioni',
195 // Note to translators: the strings below are missing and must be added and translated
196 // "form.admin.custom_date_format" => "date format",
197 // "form.admin.custom_time_format" => "time format",
198 // "form.admin.start_week" => "first day of week",
199
200 // my time form attributes
201 "form.mytime.title" => 'giorno',
202 "form.mytime.edit_title" => 'modifica time record',
203 "form.mytime.del_str" => 'elimina time record',
204 "form.mytime.time_form" => ' (hh:mm)',
205 "form.mytime.date" => 'data',
206 "form.mytime.project" => 'progetto',
207 "form.mytime.activity" => 'attività',
208 "form.mytime.start" => 'inizio',
209 "form.mytime.finish" => 'fine',
210 "form.mytime.duration" => 'durata',
211 "form.mytime.note" => 'note',
212 "form.mytime.behalf" => 'attività giornaliera per',
213 "form.mytime.daily" => 'attività giornaliera',
214 "form.mytime.total" => 'ore totali: ',
215 "form.mytime.th.project" => 'progetto',
216 "form.mytime.th.activity" => 'attività',
217 "form.mytime.th.start" => 'inizio',
218 "form.mytime.th.finish" => 'fine',
219 "form.mytime.th.duration" => 'durata',
220 "form.mytime.th.note" => 'note',
221 "form.mytime.th.edit" => 'edit',
222 "form.mytime.th.delete" => 'elimina',
223 "form.mytime.del_yes" => 'time record cancellato',
224 "form.mytime.no_finished_rec" => 'questo record è stato salvato con la sola ora di inzio attività. non è un errore. esegui il logout per altro....',
225 "form.mytime.billable" => 'fatturabile',
226 "form.mytime.warn_tozero_rec" => 'questo time record deve essere cancellato perchè il periodo di riferimento è stato bloccato',
227 // Note to translators: the string below is missing and must be added and translated
228 // "form.mytime.uncompleted" => 'uncompleted',
229
230 // profile form attributes
231 // Note to translators: we need a more accurate translation of form.profile.create_title
232 "form.profile.create_title" => 'crea un nuovo account manager',
233 "form.profile.edit_title" => 'modifca il profilo',
234 "form.profile.name" => 'nome',
235 "form.profile.login" => 'login',
236
237 // Note to translators: the strings below are missing and must be added and translated
238 // "form.profile.showchart" => 'show pie charts',
239 // "form.profile.lang" => 'language',
240 // "form.profile.custom_date_format" => "date format",
241 // "form.profile.custom_time_format" => "time format",
242 // "form.profile.default_format" => "(default)",
243 // "form.profile.start_week" => "first day of week",
244
245 // people form attributes
246 "form.people.ppl_str" => 'persone',
247 "form.people.createu_str" => 'crea un nuovo utente',
248 "form.people.edit_str" => 'modifica utente',
249 "form.people.del_str" => 'elimina utente',
250 "form.people.th.name" => 'nome',
251 "form.people.th.login" => 'login',
252 "form.people.th.role" => 'funzione',
253 "form.people.th.edit" => 'modifica',
254 "form.people.th.del" => 'elimina',
255 "form.people.th.status" => 'stato',
256 "form.people.th.project" => 'progetto',
257 "form.people.th.rate" => 'costo',
258 "form.people.manager" => 'manager',
259 "form.people.comanager" => 'comanager',
260 "form.people.empl" => 'utente',
261 "form.people.name" => 'nome',
262 "form.people.login" => 'login',
263
264 "form.people.rate" => 'costo per ora di default',
265 "form.people.comanager" => 'co-manager',
266 "form.people.projects" => 'progetti',
267
268 // projects form attributes
269 "form.project.proj_title" => 'progetti',
270 "form.project.edit_str" => 'mofifca progetto',
271 "form.project.add_str" => 'aggiungi nuovo progetto',
272 "form.project.del_str" => 'elimina progetto',
273 "form.project.th.name" => 'nome',
274 "form.project.th.edit" => 'modifica',
275 "form.project.th.del" => 'elimina',
276 "form.project.name" => 'nome',
277
278 // activities form attributes
279 "form.activity.act_title" => 'attività',
280 "form.activity.add_title" => 'aggiungi nuova attività',
281 "form.activity.edit_str" => 'modifica attività',
282 "form.activity.del_str" => 'elimina attività',
283 "form.activity.name" => 'nome',
284 "form.activity.project" => 'progetto',
285 "form.activity.th.name" => 'nome',
286 "form.activity.th.project" => 'progetto',
287 "form.activity.th.edit" => 'modifica',
288 "form.activity.th.del" => 'elimina',
289
290 // report attributes
291 "form.report.title" => 'report',
292 "form.report.from" => 'data inizio',
293 "form.report.to" => 'data fine',
294 "form.report.groupby_user" => 'utente',
295 "form.report.groupby_project" => 'progetto',
296 "form.report.groupby_activity" => 'attività',
297 "form.report.duration" => 'durata',
298 "form.report.start" => 'inizio',
299 "form.report.activity" => 'attività',
300 "form.report.show_idle" => 'mostra inattivi',
301 "form.report.finish" => 'fine',
302 "form.report.note" => 'nota',
303 "form.report.project" => 'progetto',
304 "form.report.totals_only" => 'solo i totali',
305 "form.report.total" => 'ore totali',
306 "form.report.th.empllist" => 'utente',
307 "form.report.th.date" => 'data',
308 "form.report.th.project" => 'progetto',
309 "form.report.th.activity" => 'attività',
310 "form.report.th.start" => 'inizio',
311 "form.report.th.finish" => 'fine',
312 "form.report.th.duration" => 'durata',
313 "form.report.th.note" => 'note',
314
315 // mail form attributes
316 "form.mail.from" => 'da',
317 "form.mail.to" => 'a',
318 "form.mail.comment" => 'commento',
319 "form.mail.above" => 'invia questo report tramite e-mail',
320 // Note to translators: this string needs to be translated.
321 // "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.',
322 "form.mail.sending_str" => '<b>messaggio inviato</b>',
323
324 // invoice attributes
325 "form.invoice.title" => 'fattura',
326 "form.invoice.caption" => 'fattura',
327 "form.invoice.above" => 'informazioni aggiuntive per la fattura',
328 "form.invoice.select_cust" => 'seleziona il cliente',
329 "form.invoice.fillform" => 'compila i campi',
330 "form.invoice.date" => 'data',
331 "form.invoice.number" => 'numero fattura',
332 "form.invoice.tax" => 'tassa',
333 "form.invoice.comment" => 'commento ',
334 "form.invoice.th.username" => 'persona',
335 "form.invoice.th.time" => 'ore',
336 "form.invoice.th.rate" => 'costo',
337 "form.invoice.th.summ" => 'ammontare',
338 "form.invoice.subtotal" => 'subtotale',
339 "form.invoice.customer" => 'cliente',
340 "form.invoice.mailinv_above" => 'invia la fattura tramite e-mail',
341 "form.invoice.sending_str" => '<b>fattura inviata</b>',
342
343 "form.migration.zip" => 'compressione',
344 "form.migration.file" => 'seleziona il file',
345 "form.migration.import.title" => 'importa i dati',
346 "form.migration.import.success" => 'importazione eseguita con successo',
347 "form.migration.import.text" => 'importa i dati del team da un file xml',
348 "form.migration.export.title" => 'esporta i dati',
349 "form.migration.export.success" => 'esportazione eseguita con successo',
350 "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.',
351 // Note to translators: the strings below are missing and must be added and translated
352 // "form.migration.compression.none" => 'none',
353 // "form.migration.compression.gzip" => 'gzip',
354 // "form.migration.compression.bzip" => 'bzip',
355
356 "form.client.title" => 'clienti',
357 "form.client.add_title" => 'aggiungi cliente',
358 "form.client.edit_title" => 'modifica cliente',
359 "form.client.del_title" => 'elimina cliente',
360 "form.client.th.name" => 'nome',
361 "form.client.th.edit" => 'modifica',
362 "form.client.th.del" => 'elimina',
363 "form.client.name" => 'nome',
364 "form.client.tax" => 'tassa',
365 "form.client.comment" => 'commento ',
366
367 // miscellaneous strings
368 "forward.forgot_password" => 'password dimenticata?',
369 "forward.edit" => 'modifica',
370 "forward.delete" => 'elimina',
371 "forward.tocsvfile" => 'esporta i dati in un file .csv',
372 "forward.toxmlfile" => 'esporta i dati in un file .xml',
373 "forward.geninvoice" => 'genera la fattura',
374 "forward.change" => 'configura i clienti',
375
376 // strings inside contols on forms
377 "controls.select.project" => '--- seleziona il progetto ---',
378 "controls.select.activity" => '--- seleziona la attività ---',
379 "controls.select.client" => '--- seleziona il cliente ---',
380 "controls.project_bind" => '--- tutti ---',
381 "controls.all" => '--- tutti ---',
382 "controls.notbind" => '--- no ---',
383 "controls.per_tm" => 'questo mese',
384 "controls.per_lm" => 'mese scorso',
385 "controls.per_tw" => 'questa settimana',
386 "controls.per_lw" => 'settimana scorsa',
387 "controls.per_td" => 'questo giorno',
388 "controls.per_at" => 'tutto il tempo',
389 "controls.per_ty" => 'quest\\\'anno',
390 "controls.sel_period" => '--- seleziona il periodo di tempo ---',
391 "controls.sel_groupby" => '--- non raggruppare ---',
392 "controls.inc_billable" => 'fatturabile',
393 "controls.inc_nbillable" => 'non fatturabile',
394 // Note to translators: the string below must be translated
395 // "controls.default" => '--- default ---',
396
397 // labels
398 "label.chart.title1" => 'attività per utente',
399 // Note to translators: the string below is missing and must be added and translated
400 // "label.chart.title2" => 'projects for user',
401 "label.chart.period" => 'grafico per il periodo',
402
403 "label.pinfo" => '%s, %s',
404 "label.pinfo2" => '%s',
405 "label.pbehalf_info" => '%s %s <b>a favore di %s</b>',
406 "label.pminfo" => ' (manager)',
407 "label.pcminfo" => ' (co-manager)',
408 "label.painfo" => ' (amministratore)',
409 "label.time_noentry" => 'nessun inserimento',
410 "label.today" => 'oggi',
411 "label.req_fields" => '* campi obbligatori',
412 "label.sel_project" => 'seleziona il progetto',
413 "label.sel_activity" => 'seleziona la attività',
414 "label.sel_tp" => 'seleziona il periodo di tempo',
415 "label.set_tp" => 'oppure setta le date',
416 "label.fields" => 'mostra i campi',
417 "label.group_title" => 'raggruppa per',
418 "label.include_title" => 'includi records',
419 "label.inv_str" => 'fattura',
420 "label.set_empl" => 'seleziona utenti',
421 "label.sel_all" => 'seleziona tutti',
422 "label.sel_none" => 'deseleziona tutti',
423 "label.or" => 'o',
424 "label.disable" => 'disabilita',
425 "label.enable" => 'abilita',
426 "label.filter" => 'filtro',
427 "label.timeweek" => 'totale settimanale',
428 "label.hrs" => 'ore',
429 // Note to translators: the strings below are missing and must be added and translated
430 // "label.errors" => 'errors',
431 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
432 // "label.calendar_today" => 'today',
433 // "label.calendar_close" => 'close',
434
435 // login hello text
436 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
437 );