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