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