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