Recycled a few more old Italian strings.
[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 = 'Italiano';
35 $i18n_months = array('Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luiglio', '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 // TODO: translate the following.
46 // 'menu.login' => 'Login',
47 // 'menu.logout' => 'Logout',
48 // 'menu.forum' => 'Forum',
49 // 'menu.help' => 'Help',
50 // 'menu.create_team' => 'Create Team',
51 'menu.profile' => 'Profilo',
52 'menu.time' => 'Tempo',
53 // TODO: translate the following.
54 // 'menu.expenses' => 'Expenses',
55 // 'menu.reports' => 'Reports',
56 // 'menu.charts' => 'Charts',
57 'menu.projects' => 'Progetti',
58 // TODO: translate the following.
59 // 'menu.tasks' => 'Tasks',
60 'menu.users' => 'Utenti',
61 // TODO: translate the following.
62 // 'menu.teams' => 'Teams',
63 // 'menu.export' => 'Export',
64 'menu.clients' => 'Clienti',
65 'menu.options' => 'Opzioni',
66
67 // Footer - strings on the bottom of most pages.
68 // TODO: translate the following.
69 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
70 // 'footer.credits' => 'Credits',
71 // 'footer.license' => 'License',
72 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
73                                      // This is a link to a webpage that describes how to contribute to the project.
74
75 // Error messages.
76 // TODO: translate the following.
77 // 'error.access_denied' => 'Access denied.',
78 // 'error.sys' => 'System error.',
79 // 'error.db' => 'Database error.',
80 'error.field' => 'Dato "{0}" errato.',
81 'error.empty' => 'Il campo "{0}" è vuoto.',
82 'error.not_equal' => 'Il campo "{0}" non è uguale al campo "{1}".',
83 // TODO: translate the following.
84 // error.interval' => 'Field "{0}" must be greater than "{1}".',
85 'error.project' => 'Seleziona il progetto.',
86 // TODO: translate the following.
87 // 'error.task' => 'Select task.',
88 'error.client' => 'Seleziona il cliente.',
89 // TODO: translate the following.
90 // 'error.report' => 'Select report.',
91 // 'error.record' => 'Select record.',
92 'error.auth' => 'Login o password errati.',
93 // TODO: translate the following.
94 // 'error.user_exists' => 'User with this login already exists.',
95 'error.project_exists' => 'Esiste già un progetto con questo nome.',
96 // TODO: translate the following.
97 // 'error.task_exists' => 'Task with this name already exists.',
98 // 'error.client_exists' => 'Client with this name already exists.',
99 // 'error.invoice_exists' => 'Invoice with this number already exists.',
100 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
101 // 'error.no_login' => 'No user with this login.',
102 'error.no_teams' => 'Il database è vuoto. loggati come amministratore e crea un nuovo team.',
103 // TODO: translate the following.
104 // 'error.upload' => 'File upload error.',
105 // 'error.range_locked' => 'Date range is locked.',
106 // 'error.mail_send' => 'Error sending mail.',
107 // 'error.no_email' => 'No email associated with this login.',
108 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
109 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
110 // 'error.overlap' => 'Time interval overlaps with existing records.',
111 // 'error.future_date' => 'Date is in future.',
112
113 // Labels for buttons.
114 'button.login' => 'Login',
115 'button.now' => 'Adesso',
116 'button.save' => 'Salva',
117 // TODO: translate the following.
118 // 'button.copy' => 'Copy',
119 'button.cancel' => 'Cancella',
120 'button.submit' => 'Invia',
121 'button.add_user' => 'Aggiungi utente',
122 'button.add_project' => 'Aggiungi progetto',
123 // TODO: translate the following.
124 // 'button.add_task' => 'Add task',
125 'button.add_client' => 'Aggiungi cliente',
126 // TODO: translate the following.
127 // 'button.add_invoice' => 'Add invoice',
128 // 'button.add_option' => 'Add option',
129 // 'button.add' => 'Add',
130 'button.generate' => 'Genera',
131 // TODO: translate the following.
132 // 'button.reset_password' => 'Reset password',
133 'button.send' => 'Invia',
134 'button.send_by_email' => 'Invia tramite e-mail',
135 'button.create_team' => 'Crea team',
136 'button.export' => 'Esporta team',
137 'button.import' => 'Importa team',
138 // TODO: translate the following.
139 // 'button.close' => 'Close',
140 // 'button.stop' => 'Stop',
141
142 // Labels for controls on forms. Labels in this section are used on multiple forms.
143 // TODO: translate the following.
144 // 'label.team_name' => 'Team name',
145 // 'label.address' => 'Address',
146 'label.currency' => 'Moneta',
147 // TODO: translate the following.
148 // 'label.manager_name' => 'Manager name',
149 // 'label.manager_login' => 'Manager login',
150 'label.person_name' => 'Nome',
151 'label.thing_name' => 'Nome',
152 'label.login' => 'Login',
153 'label.password' => 'Password',
154 'label.confirm_password' => 'Conferma password',
155 'label.email' => 'E-mail',
156 'label.cc' => 'Cc',
157 // TODO: translate the following.
158 // 'label.bcc' => 'Bcc',
159 'label.subject' => 'Oggetto',
160 'label.date' => 'Data',
161 'label.start_date' => 'Data inizio',
162 'label.end_date' => 'Data fine',
163 // TODO: translate the following.
164 // 'label.user' => 'User',
165 // 'label.users' => 'Users',
166 // 'label.client' => 'Client',
167 // 'label.clients' => 'Clients',
168 // 'label.option' => 'Option',
169 // 'label.invoice' => 'Invoice',
170 'label.project' => 'Progetto',
171 'label.projects' => 'Progetti',
172 // TODO: translate the following.
173 // 'label.task' => 'Task',
174 // 'label.tasks' => 'Tasks',
175 // 'label.description' => 'Description',
176 'label.start' => 'Inizio',
177 'label.finish' => 'Fine',
178 'label.duration' => 'Durata',
179 'label.note' => 'Nota',
180 // TODO: translate the following.
181 // 'label.notes' => 'Notes',
182 // 'label.item' => 'Item',
183 // 'label.cost' => 'Cost',
184 // 'label.day_total' => 'Day total',
185 // 'label.week_total' => 'Week total',
186 // 'label.month_total' => 'Month total',
187 // 'label.today' => 'Today',
188 'label.total_hours' => 'Ore totali',
189 // TODO: translate the following.
190 // 'label.total_cost' => 'Total cost',
191 // 'label.view' => 'View',
192 'label.edit' => 'Modifica',
193 'label.delete' => 'Elimina',
194 // TODO: translate the following.
195 // 'label.configure' => 'Configure',
196 // 'label.select_all' => 'Select all',
197 // 'label.select_none' => 'Deselect all',
198 // 'label.day_view' => 'Day view',
199 // 'label.week_view' => 'Week view',
200 'label.id' => 'ID',
201 // TODO: translate the following.
202 // 'label.language' => 'Language',
203 // 'label.decimal_mark' => 'Decimal mark',
204 // 'label.date_format' => 'Date format',
205 // 'label.time_format' => 'Time format',
206 // 'label.week_start' => 'First day of week',
207 'label.comment' => 'Commento',
208 'label.status' => 'Stato',
209 'label.tax' => 'Imposta',
210 // TODO: translate the following.
211 // 'label.subtotal' => 'Subtotal',
212 'label.total' => 'Totale',
213 // TODO: translate the following.
214 // 'label.client_name' => 'Client name',
215 // 'label.client_address' => 'Client address',
216 // 'label.or' => 'or',
217 // 'label.error' => 'Error',
218 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
219 // 'label.required_fields' => '* - required fields',
220 // 'label.on_behalf' => 'on behalf of',
221 'label.role_manager' => '(manager)',
222 'label.role_comanager' => '(co-manager)',
223 'label.role_admin' => '(amministratore)',
224 // TODO: translate the following.
225 // 'label.page' => 'Page',
226 // 'label.condition' => 'Condition',
227 // 'label.yes' => 'yes',
228 // 'label.no' => 'no',
229 // Labels for plugins (extensions to Time Tracker that provide additional features).
230 // TODO: translate the following.
231 // 'label.custom_fields' => 'Custom fields',
232 // 'label.monthly_quotas' => 'Monthly quotas',
233 // 'label.type' => 'Type',
234 // 'label.type_dropdown' => 'dropdown',
235 // 'label.type_text' => 'text',
236 // 'label.required' => 'Required',
237 // 'label.fav_report' => 'Favorite report',
238 // 'label.cron_schedule' => 'Cron schedule',
239 // 'label.what_is_it' => 'What is it?',
240 // 'label.expense' => 'Expense',
241 // 'label.quantity' => 'Quantity',
242 // 'label.paid_status' => 'Paid status',
243 // 'label.paid' => 'Paid',
244 // 'label.mark_paid' => 'Mark paid',
245
246 // Form titles.
247 'title.login' => 'Login',
248 // TODO: translate the following.
249 // 'title.teams' => 'Teams',
250 // 'title.create_team' => 'Creating Team',
251 // 'title.edit_team' => 'Editing Team',
252 'title.delete_team' => 'Elimina team',
253 // TODO: translate the following.
254 // 'title.reset_password' => 'Resetting Password',
255 // 'title.change_password' => 'Changing Password',
256 // 'title.time' => 'Time',
257 // 'title.edit_time_record' => 'Editing Time Record',
258 // 'title.delete_time_record' => 'Deleting Time Record',
259 // 'title.expenses' => 'Expenses',
260 // 'title.edit_expense' => 'Editing Expense Item',
261 // 'title.delete_expense' => 'Deleting Expense Item',
262 // 'title.predefined_expenses' => 'Predefined Expenses',
263 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
264 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
265 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
266 // 'title.reports' => 'Reports',
267 // 'title.report' => 'Report',
268 // 'title.send_report' => 'Sending Report',
269 'title.invoice' => 'Fattura',
270 // TODO: translate the following.
271 // 'title.send_invoice' => 'Sending Invoice',
272 // 'title.charts' => 'Charts',
273 'title.projects' => 'Progetti',
274 'title.add_project' => 'Aggiungi progetto',
275 'title.edit_project' => 'Modifica progetto',
276 'title.delete_project' => 'Elimina progetto',
277 // 'title.tasks' => 'Tasks',
278 // 'title.add_task' => 'Adding Task',
279 // 'title.edit_task' => 'Editing Task',
280 // 'title.delete_task' => 'Deleting Task',
281 'title.users' => 'Utenti',
282 'title.add_user' => 'Crea utente',
283 'title.edit_user' => 'Modifica utente',
284 'title.delete_user' => 'Elimina utente',
285 'title.clients' => 'Clienti',
286 'title.add_client' => 'Aggiungi cliente',
287 'title.edit_client' => 'Modifica cliente',
288 'title.delete_client' => 'Elimina cliente',
289 // TODO: translate the following.
290 // 'title.invoices' => 'Invoices',
291 // 'title.add_invoice' => 'Adding Invoice',
292 // 'title.view_invoice' => 'Viewing Invoice',
293 // 'title.delete_invoice' => 'Deleting Invoice',
294 // 'title.notifications' => 'Notifications',
295 // 'title.add_notification' => 'Adding Notification',
296 // 'title.edit_notification' => 'Editing Notification',
297 // 'title.delete_notification' => 'Deleting Notification',
298 // 'title.monthly_quotas' => 'Monthly Quotas',
299 // 'title.export' => 'Exporting Team Data',
300 // 'title.import' => 'Importing Team Data',
301 'title.options' => 'Opzioni',
302 'title.profile' => 'Profilo',
303 // TODO: translate the following.
304 // 'title.cf_custom_fields' => 'Custom Fields',
305 // 'title.cf_add_custom_field' => 'Adding Custom Field',
306 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
307 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
308 // 'title.cf_dropdown_options' => 'Dropdown Options',
309 // 'title.cf_add_dropdown_option' => 'Adding Option',
310 // 'title.cf_edit_dropdown_option' => 'Editing Option',
311 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
312 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
313 // It is also a name for the Locking plugin on the Team profile page.
314 // 'title.locking' => 'Locking',
315
316 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
317 // Strings that are used in a single form must go to the specific form section.
318 // TODO: translate the following.
319 // 'dropdown.all' => '--- all ---',
320 // 'dropdown.no' => '--- no ---',
321 // 'dropdown.current_day' => 'today',
322 // 'dropdown.previous_day' => 'yesterday',
323 // 'dropdown.selected_day' => 'day',
324 // 'dropdown.current_week' => 'this week',
325 // 'dropdown.previous_week' => 'previous week',
326 // 'dropdown.selected_week' => 'week',
327 // 'dropdown.current_month' => 'this month',
328 // 'dropdown.previous_month' => 'previous month',
329 // 'dropdown.selected_month' => 'month',
330 // 'dropdown.current_year' => 'this year',
331 // 'dropdown.previous_year' => 'previous year',
332 // 'dropdown.selected_year' => 'year',
333 // 'dropdown.all_time' => 'all time',
334 'dropdown.projects' => 'progetti',
335 // TODO: translate the following.
336 // 'dropdown.tasks' => 'tasks',
337 'dropdown.clients' => 'clienti',
338 // TODO: translate the following.
339 // 'dropdown.select' => '--- select ---',
340 // 'dropdown.select_invoice' => '--- select invoice ---',
341 // 'dropdown.status_active' => 'active',
342 // 'dropdown.status_inactive' => 'inactive',
343 // 'dropdown.delete'=>'delete',
344 // 'dropdown.do_not_delete'=>'do not delete',
345 // 'dropdown.paid' => 'paid',
346 // 'dropdown.not_paid' => 'not paid',
347
348 // 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.
349 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
350 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
351 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
352
353 // Login form. See example at https://timetracker.anuko.com/login.php.
354 'form.login.forgot_password' => 'Password dimenticata?',
355 // TODO: translate the following.
356 // 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
357
358 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
359 // TODO: improve form.reset_password.message by specifying that it was sent "by email".
360 // English form: 'form.reset_password.message' => 'Password reset request sent by email.',
361 'form.reset_password.message' => 'Richiesta di reset pasword inviata.',
362 // TODO: translate the following.
363 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
364 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, 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",
365
366 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
367 // TODO: translate the following.
368 // 'form.change_password.tip' => 'Type new password and click on Save.',
369
370 // Time form. See example at https://timetracker.anuko.com/time.php.
371 // TODO: translate the following.
372 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
373 'form.time.billable' => 'Fatturabile',
374 // TODO: translate the following.
375 // 'form.time.uncompleted' => 'Uncompleted',
376 // 'form.time.remaining_quota' => 'Remaining quota',
377 // 'form.time.over_quota' => 'Over quota',
378
379 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
380 'form.time_edit.uncompleted' => 'Questo record è stato salvato con la sola ora di inzio attività. Non è un errore.',
381
382 // Week view form. See example at https://timetracker.anuko.com/week.php.
383 // TODO: translate the following.
384 // 'form.week.new_entry' => 'New entry',
385
386 // Reports form. See example at https://timetracker.anuko.com/reports.php
387 // TODO: translate the following.
388 'form.reports.save_as_favorite' => 'Salva nei preferiti',
389 'form.reports.confirm_delete' => 'Sei sicuro di voler cancellare questo report dai preferiti?',
390 // TODO: translate the following.
391 // 'form.reports.include_records' => 'Include records',
392 // 'form.reports.include_billable' => 'billable',
393 // 'form.reports.include_not_billable' => 'not billable',
394 // 'form.reports.include_invoiced' => 'invoiced',
395 // 'form.reports.include_not_invoiced' => 'not invoiced',
396 // 'form.reports.select_period' => 'Select time period',
397 // 'form.reports.set_period' => 'or set dates',
398 // 'form.reports.show_fields' => 'Show fields',
399 // 'form.reports.group_by' => 'Group by',
400 // 'form.reports.group_by_no' => '--- no grouping ---',
401 'form.reports.group_by_date' => 'data',
402 'form.reports.group_by_user' => 'utente',
403 // TODO: translate the following.
404 // 'form.reports.group_by_client' => 'client',
405 'form.reports.group_by_project' => 'progetto',
406 // TODO: translate the following.
407 // 'form.reports.group_by_task' => 'task',
408 'form.reports.totals_only' => 'Solo i totali',
409
410 // Report form. See example at https://timetracker.anuko.com/report.php
411 // (after generating a report at https://timetracker.anuko.com/reports.php).
412 // TODO: translate the following.
413 // 'form.report.export' => 'Export',
414 // 'form.report.assign_to_invoice' => 'Assign to invoice',
415
416 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
417 // (you can get to this form after generating a report).
418 // TODO: translate the following.
419 // 'form.invoice.number' => 'Invoice number',
420 // 'form.invoice.person' => 'Person',
421 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
422 // 'form.invoice.invoice_entries' => 'Invoice entries',
423 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
424
425 // Charts form. See example at https://timetracker.anuko.com/charts.php
426 // TODO: translate the following.
427 // 'form.charts.interval' => 'Interval',
428 // 'form.charts.chart' => 'Chart',
429
430 // Projects form. See example at https://timetracker.anuko.com/projects.php
431 // TODO: translate the following.
432 //'form.projects.active_projects' => 'Active Projects',
433 // 'form.projects.inactive_projects' => 'Inactive Projects',
434
435 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
436 // TODO: translate the following.
437 // 'form.tasks.active_tasks' => 'Active Tasks',
438 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
439
440 // Users form. See example at https://timetracker.anuko.com/users.php
441 // TODO: translate the following.
442 // 'form.users.active_users' => 'Active Users',
443 // 'form.users.inactive_users' => 'Inactive Users',
444 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
445 // 'form.users.role' => 'Role',
446 'form.users.manager' => 'Manager',
447 'form.users.comanager' => 'Co-manager',
448 'form.users.rate' => 'Costo',
449 'form.users.default_rate' => 'Costo per ora di default',
450
451 // Clients form. See example at https://timetracker.anuko.com/clients.php
452 // TODO: translate the following.
453 // 'form.clients.active_clients' => 'Active Clients',
454 // 'form.clients.inactive_clients' => 'Inactive Clients',
455
456 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
457 // TODO: translate the following.
458 // 'form.client.client_to_delete' => 'Client to delete',
459 // 'form.client.client_entries' => 'Client entries',
460
461 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
462 // TODO: translate the following.
463 // 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.',
464 // 'form.export.compression' => 'Compression',
465 // 'form.export.compression_none' => 'none',
466 // 'form.export.compression_bzip' => 'bzip',
467
468 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
469 // TODO: translate the following.
470 // 'form.import.hint' => 'Import team data from an xml file.',
471 // 'form.import.file' => 'Select file',
472 // 'form.import.success' => 'Import completed successfully.',
473
474 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
475 // TODO: translate the following.
476 // 'form.teams.hint' =>  'Create a new team by creating a new team manager account.<br>You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
477
478 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
479 // TODO: translate the following.
480 // 'form.profile.12_hours' => '12 hours',
481 // 'form.profile.24_hours' => '24 hours',
482 // 'form.profile.tracking_mode' => 'Tracking mode',
483 // 'form.profile.mode_time' => 'time',
484 // 'form.profile.mode_projects' => 'projects',
485 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
486 // 'form.profile.record_type' => 'Record type',
487 // 'form.profile.type_all' => 'all',
488 // 'form.profile.type_start_finish' => 'start and finish',
489 // 'form.profile.type_duration' => 'duration',
490 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
491 // 'form.profile.uncompleted_indicators_none' => 'do not show',
492 // 'form.profile.uncompleted_indicators_show' => 'show',
493 // 'form.profile.plugins' => 'Plugins',
494
495 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
496 // TODO: translate the following.
497 'form.mail.from' => 'Da',
498 'form.mail.to' => 'A',
499 // 'form.mail.report_subject' => 'Time Tracker Report',
500 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
501 // 'form.mail.report_sent' => 'Report sent.',
502 // 'form.mail.invoice_sent' => 'Invoice sent.',
503
504 // Quotas configuration form.
505 // TODO: translate the following.
506 // 'form.quota.year' => 'Year',
507 // 'form.quota.month' => 'Month',
508 // 'form.quota.quota' => 'Quota',
509 // 'form.quota.workday_hours' => 'Hours in work day',
510 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
511
512
513
514 // TODO: refactoring ongoing down from here.
515 // Strings below are not use in current code. See if we can recycle something from below.
516
517 // invoice attributes
518 "form.invoice.select_cust" => 'seleziona il cliente',
519 "form.invoice.fillform" => 'compila i campi',
520 "form.invoice.date" => 'data',
521 "form.invoice.number" => 'numero fattura',
522 "form.invoice.th.username" => 'persona',
523 "form.invoice.th.time" => 'ore',
524 "form.invoice.th.rate" => 'costo',
525 "form.invoice.th.summ" => 'ammontare',
526 "form.invoice.subtotal" => 'subtotale',
527 "form.invoice.customer" => 'cliente',
528 "form.invoice.mailinv_above" => 'invia la fattura tramite e-mail',
529 "form.invoice.sending_str" => '<b>fattura inviata</b>',
530
531 "form.migration.zip" => 'compressione',
532 "form.migration.file" => 'seleziona il file',
533 "form.migration.import.title" => 'importa i dati',
534 "form.migration.import.success" => 'importazione eseguita con successo',
535 "form.migration.import.text" => 'importa i dati del team da un file xml',
536 "form.migration.export.title" => 'esporta i dati',
537 "form.migration.export.success" => 'esportazione eseguita con successo',
538 "form.migration.export.text" => 'puoi esporate tutti i dati dei team in un file xml. questo può essere utile se devi trasferire i dati da un server ad un altro.',
539
540 // miscellaneous strings
541 "forward.tocsvfile" => 'esporta i dati in un file .csv',
542 "forward.toxmlfile" => 'esporta i dati in un file .xml',
543 "forward.geninvoice" => 'genera la fattura',
544 "forward.change" => 'configura i clienti',
545
546 // strings inside contols on forms
547 "controls.select.project" => '--- seleziona il progetto ---',
548 "controls.select.activity" => '--- seleziona la attività ---',
549 "controls.select.client" => '--- seleziona il cliente ---',
550 "controls.project_bind" => '--- tutti ---',
551 "controls.all" => '--- tutti ---',
552 "controls.notbind" => '--- no ---',
553 "controls.per_tm" => 'questo mese',
554 "controls.per_lm" => 'mese scorso',
555 "controls.per_tw" => 'questa settimana',
556 "controls.per_lw" => 'settimana scorsa',
557 "controls.per_td" => 'questo giorno',
558 "controls.per_at" => 'tutto il tempo',
559 "controls.per_ty" => 'quest\\\'anno',
560 "controls.sel_period" => '--- seleziona il periodo di tempo ---',
561 "controls.sel_groupby" => '--- non raggruppare ---',
562 "controls.inc_billable" => 'fatturabile',
563 "controls.inc_nbillable" => 'non fatturabile',
564 // Note to translators: the string below must be translated
565 // "controls.default" => '--- default ---',
566
567 // labels
568 "label.chart.title1" => 'attività per utente',
569 // Note to translators: the string below is missing and must be added and translated
570 // "label.chart.title2" => 'projects for user',
571 "label.chart.period" => 'grafico per il periodo',
572
573 "label.pbehalf_info" => '%s %s <b>a favore di %s</b>',
574 "label.time_noentry" => 'nessun inserimento',
575 "label.today" => 'oggi',
576 "label.req_fields" => '* campi obbligatori',
577 "label.sel_project" => 'seleziona il progetto',
578 "label.sel_activity" => 'seleziona la attività',
579 "label.sel_tp" => 'seleziona il periodo di tempo',
580 "label.set_tp" => 'oppure setta le date',
581 "label.fields" => 'mostra i campi',
582 "label.group_title" => 'raggruppa per',
583 "label.include_title" => 'includi records',
584 "label.inv_str" => 'fattura',
585 "label.set_empl" => 'seleziona utenti',
586 "label.sel_all" => 'seleziona tutti',
587 "label.sel_none" => 'deseleziona tutti',
588 "label.or" => 'o',
589 "label.disable" => 'disabilita',
590 "label.enable" => 'abilita',
591 "label.filter" => 'filtro',
592 "label.timeweek" => 'totale settimanale',
593 "label.hrs" => 'ore',
594 );