A bit of cleanup.
[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 = 'Italian (Italiano)';
35 $i18n_months = array('Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', '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 'menu.login' => 'Login',
46 'menu.logout' => 'Logout',
47 'menu.forum' => 'Forum',
48 'menu.help' => 'Aiuto',
49 'menu.create_group' => 'Crea gruppo',
50 'menu.profile' => 'Profilo',
51 'menu.group' => 'Gruppo',
52 'menu.time' => 'Tempo',
53 'menu.expenses' => 'Spese',
54 'menu.reports' => 'Rapporti',
55 'menu.charts' => 'Grafici',
56 'menu.projects' => 'Progetti',
57 'menu.tasks' => 'Compiti',
58 'menu.users' => 'Utenti',
59 'menu.groups' => 'Gruppi',
60 'menu.export' => 'Esportazione',
61 'menu.clients' => 'Clienti',
62 'menu.options' => 'Opzioni',
63
64 // Footer - strings on the bottom of most pages.
65 'footer.contribute_msg' => 'Puoi collaborare al progetto Time Tracker in diversi modi.',
66 'footer.credits' => 'Credits',
67 'footer.license' => 'Licenza',
68 'footer.improve' => 'Collabora',
69
70 // Error messages.
71 'error.access_denied' => 'Accesso negato.',
72 'error.sys' => 'Errore di sistema.',
73 'error.db' => 'Errore database.',
74 // TODO: translate the following.
75 // 'error.feature_disabled' => 'Feature is disabled.',
76 'error.field' => 'Dato "{0}" errato.',
77 'error.empty' => 'Il campo "{0}" è vuoto.',
78 'error.not_equal' => 'Il campo "{0}" non è uguale al campo "{1}".',
79 'error.interval' => 'Il campo "{0}" deve essere maggiore di "{1}".',
80 'error.project' => 'Seleziona il progetto.',
81 'error.task' => 'Seleziona compito.',
82 'error.client' => 'Seleziona il cliente.',
83 'error.report' => 'Seleziona rapporto.',
84 'error.record' => 'Seleziona record.',
85 'error.auth' => 'Login o password errati.',
86 'error.user_exists' => 'Esiste già un utente con questo username.',
87 // TODO: translate the following.
88 // 'error.object_exists' => 'Object with this name already exists.',
89 'error.project_exists' => 'Esiste già un progetto con questo nome.',
90 'error.task_exists' => 'Esiste già un compito con questo nome.',
91 'error.client_exists' => 'Esiste già un cliente con questo nome.',
92 'error.invoice_exists' => 'Esiste già una fattura con questo numero.',
93 // TODO: translate the following.
94 // 'error.role_exists' => 'Role with this rank already exists.',
95 'error.no_invoiceable_items' => 'Non ci sono voci fatturabili.',
96 'error.no_login' => 'Non esiste un utente con questo username.',
97 'error.no_groups' => 'Il database è vuoto. Loggati come amministratore e crea un nuovo gruppo.',
98 'error.upload' => 'Errore di caricamento file.',
99 'error.range_locked' => 'Intervallo data bloccato.',
100 'error.mail_send' => 'Errore nella fase di invio mail.',
101 'error.no_email' => 'Non ci sono email associate a questo username.',
102 'error.uncompleted_exists' => 'Esiste una voce incompleta. Chiudila o cancellala.',
103 'error.goto_uncompleted' => 'Vai alle voce incompleta.',
104 'error.overlap' => 'Intervallo temporale sovrapposto a voci esistenti.',
105 'error.future_date' => 'La data è nel futuro.',
106
107 // Labels for buttons.
108 'button.login' => 'Login',
109 'button.now' => 'Adesso',
110 'button.save' => 'Salva',
111 'button.copy' => 'Copia',
112 'button.cancel' => 'Cancella',
113 'button.submit' => 'Invia',
114 'button.add' => 'Aggiungi',
115 'button.delete' => 'Elimina',
116 'button.generate' => 'Genera',
117 'button.reset_password' => 'Reset password',
118 'button.send' => 'Invia',
119 'button.send_by_email' => 'Invia tramite e-mail',
120 'button.create_group' => 'Crea gruppo',
121 'button.export' => 'Esporta gruppo',
122 'button.import' => 'Importa gruppo',
123 'button.close' => 'Chiudi',
124 'button.stop' => 'Stop',
125
126 // Labels for controls on forms. Labels in this section are used on multiple forms.
127 'label.group_name' => 'Nome del gruppo',
128 'label.address' => 'Indirizzo',
129 'label.currency' => 'Moneta',
130 'label.manager_name' => 'Nome manager',
131 'label.manager_login' => 'Username manager',
132 'label.person_name' => 'Nome',
133 'label.thing_name' => 'Nome',
134 'label.login' => 'Login',
135 'label.password' => 'Password',
136 'label.confirm_password' => 'Conferma password',
137 'label.email' => 'E-mail',
138 'label.cc' => 'Cc',
139 'label.bcc' => 'Ccn',
140 'label.subject' => 'Oggetto',
141 'label.date' => 'Data',
142 'label.start_date' => 'Data inizio',
143 'label.end_date' => 'Data fine',
144 'label.user' => 'Utente',
145 'label.users' => 'Utenti',
146 // TODO: translate the following.
147 // 'label.roles' => 'Roles',
148 'label.client' => 'Cliente',
149 'label.clients' => 'Clienti',
150 'label.option' => 'Opzion',
151 'label.invoice' => 'Fattura',
152 'label.project' => 'Progetto',
153 'label.projects' => 'Progetti',
154 'label.task' => 'Compito',
155 'label.tasks' => 'Compiti',
156 'label.description' => 'Descrizione',
157 'label.start' => 'Inizio',
158 'label.finish' => 'Fine',
159 'label.duration' => 'Durata',
160 'label.note' => 'Nota',
161 'label.notes' => 'Note',
162 'label.item' => 'Voce',
163 'label.cost' => 'Costo',
164 // TODO: translate the following.
165 // 'label.ip' => 'IP',
166 'label.day_total' => 'Totale giornaliero',
167 'label.week_total' => 'Totale settimanale',
168 'label.month_total' => 'Totale mensile',
169 'label.today' => 'Oggi',
170 'label.view' => 'Visualizza',
171 'label.edit' => 'Modifica',
172 'label.delete' => 'Elimina',
173 'label.configure' => 'Configura',
174 'label.select_all' => 'Seleziona tutti',
175 'label.select_none' => 'Deseleziona tutti',
176 'label.day_view' => 'Vista giornaliera',
177 'label.week_view' => 'Vista settimanale',
178 'label.id' => 'ID',
179 'label.language' => 'Lingua',
180 'label.decimal_mark' => 'Separatore decimale',
181 'label.date_format' => 'Formato data',
182 'label.time_format' => 'Formato ora',
183 'label.week_start' => 'Primo giorno della settimana',
184 'label.comment' => 'Commento',
185 'label.status' => 'Stato',
186 'label.tax' => 'Imposta',
187 'label.subtotal' => 'Subtotale',
188 'label.total' => 'Totale',
189 'label.client_name' => 'Nome cliente',
190 'label.client_address' => 'Indirizzo cliente',
191 'label.or' => 'o',
192 'label.error' => 'Errore',
193 'label.ldap_hint' => 'Digita il tuo <b>Login Windows</b> e la tua <b>password</b> nei campi qui sotto.',
194 'label.required_fields' => '* campi obbligatori',
195 'label.on_behalf' => 'a favore di',
196 'label.role_manager' => '(manager)',
197 'label.role_comanager' => '(co-manager)',
198 'label.role_admin' => '(amministratore)',
199 'label.page' => 'Pagina',
200 'label.condition' => 'Condizione',
201 'label.yes' => 'si',
202 'label.no' => 'no',
203 // Labels for plugins (extensions to Time Tracker that provide additional features).
204 'label.custom_fields' => 'Campi personalizzati',
205 'label.monthly_quotas' => 'Quote mensili',
206 'label.type' => 'Tipo',
207 'label.type_dropdown' => 'menu a tendina',
208 'label.type_text' => 'testo',
209 'label.required' => 'Obbligatorio',
210 'label.fav_report' => 'Rapporto preferito',
211 'label.schedule' => 'Programma',
212 'label.what_is_it' => 'Cosa è?',
213 'label.expense' => 'Spesa',
214 'label.quantity' => 'Quantità',
215 'label.paid_status' => 'Stato pagamento',
216 'label.paid' => 'Pagato',
217 'label.mark_paid' => 'Segna come pagato',
218 'label.week_note' => 'Nota settimanale',
219 'label.week_list' => 'Lista settimanale',
220
221 // Form titles.
222 // TODO: Improve titles for consistency, so that each title explains correctly what each
223 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
224 // Compare with English file to see how it is done there and do Italian titles similarly.
225 // Specifically: Eliminazione vs Elimina - we probably want nouns in titles.
226 'title.login' => 'Login',
227 'title.groups' => 'Gruppi',
228 'title.create_group' => 'Creazione gruppo',
229 'title.edit_group' => 'Modifica gruppo',
230 'title.delete_group' => 'Elimina gruppo',
231 'title.reset_password' => 'Reset password',
232 'title.change_password' => 'Cambio password',
233 'title.time' => 'Tempo',
234 'title.edit_time_record' => 'Modifica record temporale',
235 'title.delete_time_record' => 'Eliminazione record temporale',
236 'title.expenses' => 'Spese',
237 'title.edit_expense' => 'Modifica voce di spesa',
238 'title.delete_expense' => 'Eliminezione voce di spesa',
239 'title.predefined_expenses' => 'Spese predefinite',
240 'title.add_predefined_expense' => 'Aggiunta spese predefinite',
241 'title.edit_predefined_expense' => 'Modifica spese predefinite',
242 'title.delete_predefined_expense' => 'Eliminazione spese predefinite',
243 'title.reports' => 'Rapporti',
244 'title.report' => 'Rapporto',
245 'title.send_report' => 'Invio Rapporto',
246 'title.invoice' => 'Fattura',
247 'title.send_invoice' => 'Invia fattura',
248 'title.charts' => 'Grafici',
249 'title.projects' => 'Progetti',
250 'title.add_project' => 'Aggiungi progetto',
251 'title.edit_project' => 'Modifica progetto',
252 'title.delete_project' => 'Elimina progetto',
253 'title.tasks' => 'Compiti',
254 'title.add_task' => 'Aggiungi compito',
255 'title.edit_task' => 'Modifica compito',
256 'title.delete_task' => 'Eliminazione compito',
257 'title.users' => 'Utenti',
258 'title.add_user' => 'Crea utente',
259 'title.edit_user' => 'Modifica utente',
260 'title.delete_user' => 'Elimina utente',
261 // TODO: translate the following.
262 // 'title.roles' => 'Roles',
263 // 'title.add_role' => 'Adding Role',
264 // 'title.edit_role' => 'Editing Role',
265 // 'title.delete_role' => 'Deleting Role',
266 'title.clients' => 'Clienti',
267 'title.add_client' => 'Aggiungi cliente',
268 'title.edit_client' => 'Modifica cliente',
269 'title.delete_client' => 'Elimina cliente',
270 'title.invoices' => 'Fatture',
271 'title.add_invoice' => 'Aggiunta fattura',
272 'title.view_invoice' => 'Visualizzazione fattura',
273 'title.delete_invoice' => 'Eliminazione fattura',
274 'title.notifications' => 'Notifiche',
275 'title.add_notification' => 'Aggiunta notifica',
276 'title.edit_notification' => 'Modifica notifica',
277 'title.delete_notification' => 'Eliminazione notifica',
278 'title.monthly_quotas' => 'Quote mensili',
279 'title.export' => 'Esporta i dati del gruppo',
280 'title.import' => 'Importa i dati del gruppo',
281 'title.options' => 'Opzioni',
282 'title.profile' => 'Profilo',
283 // TODO: translate the following.
284 // 'title.group' => 'Group Settings',
285 'title.cf_custom_fields' => 'Campi personalizzati',
286 'title.cf_add_custom_field' => 'Aggiunta campo personalizzato',
287 'title.cf_edit_custom_field' => 'Modifica campo personalizzato',
288 'title.cf_delete_custom_field' => 'Eliminazione campo personalizzato',
289 'title.cf_dropdown_options' => 'Opzioni menu di scelta',
290 'title.cf_add_dropdown_option' => 'Aggiunta opzione',
291 'title.cf_edit_dropdown_option' => 'Modifica opzione',
292 'title.cf_delete_dropdown_option' => 'Eliminazione opzione',
293 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
294 // It is also a name for the Locking plugin on the group settings page.
295 'title.locking' => 'Bloccaggio',
296 'title.week_view' => 'Vista settimanale',
297 // 'title.swap_roles' => 'Swapping Roles',
298
299 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
300 // Strings that are used in a single form must go to the specific form section.
301 'dropdown.all' => '--- tutti ---',
302 'dropdown.no' => '--- no ---',
303 'dropdown.current_day' => 'oggi',
304 'dropdown.previous_day' => 'ieri',
305 'dropdown.selected_day' => 'giorno',
306 'dropdown.current_week' => 'questa settimana',
307 'dropdown.previous_week' => 'settimana scorsa',
308 'dropdown.selected_week' => 'settimana',
309 'dropdown.current_month' => 'questo mese',
310 'dropdown.previous_month' => 'mese scorso',
311 'dropdown.selected_month' => 'mese',
312 'dropdown.current_year' => 'quest\\\'anno',
313 'dropdown.previous_year' => 'anno precedente',
314 'dropdown.selected_year' => 'anno',
315 'dropdown.all_time' => 'tutto il tempo',
316 'dropdown.projects' => 'progetti',
317 'dropdown.tasks' => 'compiti',
318 'dropdown.clients' => 'clienti',
319 'dropdown.select' => '--- seleziona ---',
320 'dropdown.select_invoice' => '--- seleziona la fattura ---',
321 'dropdown.status_active' => 'attivo',
322 'dropdown.status_inactive' => 'inattivo',
323 'dropdown.delete' => 'elimina',
324 'dropdown.do_not_delete' => 'non eliminare',
325 'dropdown.paid' => 'pagato',
326 'dropdown.not_paid' => 'non pagato',
327
328 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
329 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
330 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
331 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
332
333 // Login form. See example at https://timetracker.anuko.com/login.php.
334 'form.login.forgot_password' => 'Password dimenticata?',
335 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> è un sistema semplice e open source per registrare i tempi di lavoro.',
336
337 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
338 'form.reset_password.message' => 'Richiesta di reset password inviata via mail.',
339 'form.reset_password.email_subject' => 'Richiesta reset password per Anuko Time Tracker',
340 // TODO: English string has changed. "from IP added. Re-translate the beginning.
341 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s 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",
342 // "IP %s" probably sounds awkward.
343 'form.reset_password.email_body' => "Caro utente,\n\n qualcuno, IP %s, ha richiesto di reimpostare la tua password per Anuko Time Tracker. Per favore visita questo link per reimpostare la tua password.\n\n%s\n\nAnuko Time Tracker è un sistema semplice e open source per registrare i tempi di lavoro. Visita https://www.anuko.com per maggiori informazioni.\n\n",
344
345 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
346 'form.change_password.tip' => 'Digita una nuova password e clicca su Salva.',
347
348 // Time form. See example at https://timetracker.anuko.com/time.php.
349 'form.time.duration_format' => '(oo:mm o 0.0h)',
350 'form.time.billable' => 'Fatturabile',
351 'form.time.uncompleted' => 'Incompleti',
352 'form.time.remaining_quota' => 'Quota rimanente',
353 'form.time.over_quota' => 'Sopra quota',
354
355 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
356 'form.time_edit.uncompleted' => 'Questo record è stato salvato con la sola ora di inzio attività. Non è un errore.',
357
358 // Week view form. See example at https://timetracker.anuko.com/week.php.
359 'form.week.new_entry' => 'Nuova voce',
360
361 // Reports form. See example at https://timetracker.anuko.com/reports.php
362 'form.reports.save_as_favorite' => 'Salva nei preferiti',
363 'form.reports.confirm_delete' => 'Sei sicuro di voler cancellare questo report dai preferiti?',
364 'form.reports.include_billable' => 'fatturabile',
365 'form.reports.include_not_billable' => 'non fatturabile',
366 'form.reports.include_invoiced' => 'fatturato',
367 'form.reports.include_not_invoiced' => 'non fatturato',
368 'form.reports.select_period' => 'Seleziona il periodo di tempo',
369 'form.reports.set_period' => 'oppure setta le date',
370 'form.reports.show_fields' => 'Mostra i campi',
371 'form.reports.group_by' => 'Raggruppa per',
372 'form.reports.group_by_no' => '--- non raggruppare ---',
373 'form.reports.group_by_date' => 'data',
374 'form.reports.group_by_user' => 'utente',
375 'form.reports.group_by_client' => 'cliente',
376 'form.reports.group_by_project' => 'progetto',
377 'form.reports.group_by_task' => 'compito',
378 'form.reports.totals_only' => 'Solo i totali',
379
380 // Report form. See example at https://timetracker.anuko.com/report.php
381 // (after generating a report at https://timetracker.anuko.com/reports.php).
382 'form.report.export' => 'Esporta',
383 'form.report.assign_to_invoice' => 'Assegna alla fattura',
384
385 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
386 // (you can get to this form after generating a report).
387 'form.invoice.number' => 'Numero fattura',
388 'form.invoice.person' => 'Persona',
389
390 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
391 'form.invoice.invoice_to_delete' => 'Fattura da eliminare',
392 'form.invoice.invoice_entries' => 'Voci fattura',
393 'form.invoice.confirm_deleting_entries' => 'Per favore conferma di voler eliminare le voci fattura da Time Tracker.',
394
395 // Charts form. See example at https://timetracker.anuko.com/charts.php
396 'form.charts.interval' => 'Intervallo',
397 'form.charts.chart' => 'Grafico',
398
399 // Projects form. See example at https://timetracker.anuko.com/projects.php
400 'form.projects.active_projects' => 'Progetti attivi',
401 'form.projects.inactive_projects' => 'Progetti inattivi',
402
403 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
404 'form.tasks.active_tasks' => 'Compiti attivi',
405 'form.tasks.inactive_tasks' => 'Compiti inattivi',
406
407 // Users form. See example at https://timetracker.anuko.com/users.php
408 'form.users.active_users' => 'Utenti attivi',
409 'form.users.inactive_users' => 'Utenti inattivi',
410 'form.users.uncompleted_entry' => 'Questo utente ha un record temporale incompleto',
411 'form.users.role' => 'Ruolo',
412 'form.users.manager' => 'Manager',
413 'form.users.comanager' => 'Co-manager',
414 'form.users.rate' => 'Costo',
415 'form.users.default_rate' => 'Costo per ora di default',
416
417 // Roles form. See example at https://timetracker.anuko.com/roles.php
418 // TODO: translate the following.
419 // 'form.roles.active_roles' => 'Active Roles',
420 // 'form.roles.inactive_roles' => 'Inactive Roles',
421 // 'form.roles.rank' => 'Rank',
422 // 'form.roles.rights' => 'Rights',
423 // 'form.roles.assigned' => 'Assigned',
424 // 'form.roles.not_assigned' => 'Not assigned',
425
426 // Clients form. See example at https://timetracker.anuko.com/clients.php
427 'form.clients.active_clients' => 'Clienti attivi',
428 'form.clients.inactive_clients' => 'Clienti inattivi',
429
430 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
431 'form.client.client_to_delete' => 'Client da eliminare',
432 'form.client.client_entries' => 'Voci client',
433
434 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
435 'form.export.hint' => 'Puoi esporate tutti i dati dei gruppo in un file xml. Questo può essere utile se devi trasferire i dati da un server ad un altro.',
436 'form.export.compression' => 'Compressione',
437 'form.export.compression_none' => 'niente',
438 'form.export.compression_bzip' => 'bzip',
439
440 // Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
441 'form.import.hint' => 'Importa i dati del gruppo da un file xml.',
442 'form.import.file' => 'Seleziona il file',
443 'form.import.success' => 'Importazione eseguita con successo.',
444
445 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
446 'form.groups.hint' => 'Crea un nuovo gruppo creando un account gruppo manager.<br>Puoi anche importare i dati di un gruppo da un file xml esportato da un altro server Anuko Time Tracker (non sono ammessi login duplicati).',
447
448 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
449 // TODO: translate the following.
450 // 'form.profile.swap_roles' => 'Swap roles',
451 'form.profile.12_hours' => '12 ore',
452 'form.profile.24_hours' => '24 ore',
453 'form.profile.show_holidays' => 'Mostra vacanze',
454 'form.profile.tracking_mode' => 'Modalità di registrazione',
455 'form.profile.mode_time' => 'tempo',
456 'form.profile.mode_projects' => 'progetti',
457 'form.profile.mode_projects_and_tasks' => 'progetti e compiti',
458 'form.profile.record_type' => 'Tipo di record',
459 'form.profile.type_all' => 'tutto',
460 'form.profile.type_start_finish' => 'inizio e fine',
461 'form.profile.type_duration' => 'durata',
462 // TODO: translate the following.
463 // 'form.profile.punch_mode' => 'Punch mode',
464 // 'form.profile.allow_overlap' => 'Allow overlap',
465 // 'form.profile.future_entries' => 'Future entries',
466 'form.profile.uncompleted_indicators' => 'Indicatori incompleti',
467 // TODO: translate the following.
468 // 'form.profile.allow_ip' => 'Allow IP',
469 'form.profile.plugins' => 'Plugin',
470
471 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
472 'form.mail.from' => 'Da',
473 'form.mail.to' => 'A',
474 'form.mail.report_subject' => 'Rapporto Time Tracker',
475 'form.mail.footer' => 'Anuko Time Tracker è un sistema semplice e open source <br>per registrare i tempi di lavoro. Visita <a href="https://www.anuko.com">www.anuko.com</a> per maggiori informazioni.',
476 'form.mail.report_sent' => 'Rapporto inviato.',
477 'form.mail.invoice_sent' => 'Fattura inviata.',
478
479 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
480 'form.quota.year' => 'Anno',
481 'form.quota.month' => 'Mese',
482 'form.quota.quota' => 'Quota',
483 'form.quota.workday_hours' => 'Ore lavorative in un giorno',
484 'form.quota.hint' => 'Se i valori sono vuoti, le quote vengono calcolate automaticamente basandosi su ore giornaliere e vacanze.',
485
486 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
487 // TODO: translate the following.
488 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
489 // 'form.swap.swap_with' => 'Swap roles with',
490
491 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
492 // TODO: translate the following.
493 // 'role.user.label' => 'User',
494 // 'role.user.low_case_label' => 'user',
495 // 'role.user.description' => 'A regular member without management rights.',
496 // 'role.client.label' => 'Client',
497 // 'role.client.low_case_label' => 'client',
498 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
499 // 'role.supervisor.label' => 'Supervisor',
500 // 'role.supervisor.low_case_label' => 'supervisor',
501 // 'role.supervisor.description' => 'A person with a small set of management rights.',
502 // 'role.comanager.label' => 'Co-manager',
503 // 'role.comanager.low_case_label' => 'co-manager',
504 // 'role.comanager.description' => 'A person with a big set of management functions.',
505 // 'role.manager.label' => 'Manager',
506 // 'role.manager.low_case_label' => 'manager',
507 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
508 // 'role.top_manager.label' => 'Top manager',
509 // 'role.top_manager.low_case_label' => 'top manager',
510 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
511 // 'role.admin.label' => 'Administrator',
512 // 'role.admin.low_case_label' => 'administrator',
513 // 'role.admin.description' => 'Site adminsitrator.',
514 );