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