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