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