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