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.
 
  11 // | There are only two ways to violate the license:
 
  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).
 
  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).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  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.
 
  32 // Note to translators: Please use proper capitalization rules for your language.
 
  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');
 
  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');
 
  41 $i18n_key_words = array(
 
  44 // TODO: Translate the following:
 
  45 // 'menu.login' => 'Login',
 
  46 // 'menu.logout' => 'Logout',
 
  47 // 'menu.forum' => 'Forum',
 
  48 // 'menu.help' => 'Help',
 
  49 // Note to translators: menu.create_team a more accurate translation.
 
  50 'menu.create_team' => 'Crea un nuovo account',
 
  51 'menu.profile' => 'Profilo',
 
  52 'menu.time' => 'Tempo di lavoro',
 
  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' => 'Users',
 
  61 // 'menu.teams' => 'Teams',
 
  62 // 'menu.export' => 'Export',
 
  63 'menu.clients' => 'Clienti',
 
  64 'menu.options' => 'Opzioni',
 
  66 // Footer - strings on the bottom of most pages.
 
  67 // TODO: Translate the following:
 
  68 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 
  69 // 'footer.credits' => 'Credits',
 
  70 // 'footer.license' => 'License',
 
  71 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
 
  72                                      // This is a link to a webpage that describes how to contribute to the project.
 
  75 // TODO: Translate the following:
 
  76 // 'error.access_denied' => 'Access denied.',
 
  77 // 'error.sys' => 'System error.',
 
  78 // 'error.db' => 'database error',
 
  79 'error.field' => 'dato "{0}" errato',
 
  80 'error.empty' => 'il campo "{0}" è vuoto',
 
  81 'error.not_equal' => 'il campo "{0}" non è uguale al campo "{1}"',
 
  82 'error.interval' => 'intervallo errato',
 
  83 'error.project' => 'seleziona il progetto',
 
  84 'error.activity' => 'seleziona la attività',
 
  85 'error.auth' => 'login o password errati',
 
  86 // Note to translators: this string needs to be translated.
 
  87 // 'error.user_exists' => 'user with this login already exists',
 
  88 'error.project_exists' => 'esiste già un progetto con questo nome',
 
  89 'error.activity_exists' => 'esiste già una attività con questo nome',
 
  90 // TODO: translate error.client_exists.
 
  91 // 'error.client_exists' => 'client with this name already exists',
 
  92 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
 
  93 // 'error.no_login' => 'nessun utente con questa e-mail',
 
  94 // Note to translators: the strings below need to be translated
 
  95 // 'error.upload' => 'file upload error',
 
  96 // 'error.range_locked' => 'Date range is locked.',
 
  97 // 'error.mail_send' => 'error sending mail',
 
  98 // 'error.no_email' => 'no email associated with this login',
 
  99 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
 
 100 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
 
 102 // labels for various buttons
 
 103 'button.login' => 'login',
 
 104 'button.now' => 'adesso',
 
 105 // 'button.set' => 'set',
 
 106 'button.save' => 'salva',
 
 107 'button.delete' => 'elimina',
 
 108 'button.cancel' => 'cancella',
 
 109 'button.submit' => 'invia',
 
 110 'button.add_user' => 'aggiungi utente',
 
 111 'button.add_project' => 'aggiungi progetto',
 
 112 'button.add_activity' => 'aggiungi attività',
 
 113 'button.add_client' => 'aggiungi cliente',
 
 114 'button.add' => 'add',
 
 115 'button.generate' => 'genera',
 
 116 // Note to translators: button.reset_password needs an improved translation.
 
 117 // 'button.reset_password' => 'reset password',
 
 118 'button.send' => 'invia',
 
 119 'button.send_by_email' => 'invia tramite e-mail',
 
 120 'button.save_as_new' => 'salva come nuovo',
 
 121 'button.create_team' => 'crea team',
 
 122 'button.export' => 'esporta team',
 
 123 'button.import' => 'importa team',
 
 124 'button.apply' => 'applica',
 
 126 // labels for controls on various forms
 
 127 // TODO: translate label.team_name
 
 128 // 'label.team_name' => 'team name',
 
 129 'label.currency' => 'moneta',
 
 130 // TODO: translate label.manager_name and label.manager_login.
 
 131 // 'label.manager_name' => 'manager name',
 
 132 // 'label.manager_login' => 'manager login',
 
 133 'label.password' => 'password',
 
 134 'label.confirm_password' => 'conferma password',
 
 135 'label.email' => 'e-mail',
 
 136 'label.total' => 'totale',
 
 137 // Translate the following string.
 
 138 // 'label.page' => 'Page',
 
 141 // TODO: the entire title section is missing here. See the English file.
 
 143 "form.filter.project" => 'progetto',
 
 144 "form.filter.filter" => 'report preferiti',
 
 145 "form.filter.filter_new" => 'salva nei preferiti',
 
 146 "form.filter.filter_confirm_delete" => 'sei sicuro di voler cancellare questo report dai preferiti?',
 
 148 // login form attributes
 
 149 "form.login.title" => 'login',
 
 150 "form.login.login" => 'login',
 
 152 // password reminder form attributes
 
 153 "form.fpass.title" => 'reset password',
 
 154 "form.fpass.login" => 'login',
 
 155 "form.fpass.send_pass_str" => 'richiesta di reset pasword inviata',
 
 156 "form.fpass.send_pass_subj" => 'richiesta di password reset', 
 
 157 // Note to translators: the strings below must be translated
 
 158 // "form.fpass.send_pass_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",
 
 159 // "form.fpass.reset_comment" => "to reset your password please type it in and click on save",
 
 161 // administrator form
 
 162 "form.admin.title" => 'amministratore',
 
 163 // Note to translators: the string below must be translated
 
 164 // "form.admin.duty_text" => '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 e-mail collisions are allowed).',
 
 166 "form.admin.change_pass" => 'cambia la password dell\\\'amministratore',
 
 167 "form.admin.profile.title" => 'teams',
 
 168 "form.admin.profile.noprofiles" => 'il database è vuoto. loggati come amministratore e crea un nuovo team.',
 
 169 "form.admin.profile.comment" => 'elimina team',
 
 170 "form.admin.profile.th.id" => 'id',
 
 171 "form.admin.profile.th.name" => 'nome',
 
 172 "form.admin.profile.th.edit" => 'edit',
 
 173 "form.admin.profile.th.del" => 'elimina',
 
 174 "form.admin.profile.th.active" => 'attivo',
 
 175 "form.admin.options" => 'opzioni',
 
 176 // Note to translators: the strings below are missing and must be added and translated
 
 177 // "form.admin.custom_date_format" => "date format",
 
 178 // "form.admin.custom_time_format" => "time format",
 
 179 // "form.admin.start_week" => "first day of week",
 
 181 // my time form attributes
 
 182 "form.mytime.title" => 'giorno',
 
 183 "form.mytime.edit_title" => 'modifica time record',
 
 184 "form.mytime.del_str" => 'elimina time record',
 
 185 "form.mytime.time_form" => ' (hh:mm)',
 
 186 "form.mytime.date" => 'data',
 
 187 "form.mytime.project" => 'progetto',
 
 188 "form.mytime.activity" => 'attività',
 
 189 "form.mytime.start" => 'inizio',
 
 190 "form.mytime.finish" => 'fine',
 
 191 "form.mytime.duration" => 'durata',
 
 192 "form.mytime.note" => 'note',
 
 193 "form.mytime.behalf" => 'attività giornaliera per',
 
 194 "form.mytime.daily" => 'attività giornaliera',
 
 195 "form.mytime.total" => 'ore totali: ',
 
 196 "form.mytime.th.project" => 'progetto',
 
 197 "form.mytime.th.activity" => 'attività',
 
 198 "form.mytime.th.start" => 'inizio',
 
 199 "form.mytime.th.finish" => 'fine',
 
 200 "form.mytime.th.duration" => 'durata',
 
 201 "form.mytime.th.note" => 'note',
 
 202 "form.mytime.th.edit" => 'edit',
 
 203 "form.mytime.th.delete" => 'elimina',
 
 204 "form.mytime.del_yes" => 'time record cancellato',
 
 205 "form.mytime.no_finished_rec" => 'questo record è stato salvato con la sola ora di inzio attività. non è un errore. esegui il logout per altro....',
 
 206 "form.mytime.billable" => 'fatturabile',
 
 207 "form.mytime.warn_tozero_rec" => 'questo time record deve essere cancellato perchè il periodo di riferimento è stato bloccato',
 
 208 // Note to translators: the string below is missing and must be added and translated
 
 209 // "form.mytime.uncompleted" => 'uncompleted',
 
 211 // profile form attributes
 
 212 // Note to translators: we need a more accurate translation of form.profile.create_title
 
 213 "form.profile.create_title" => 'crea un nuovo account manager',
 
 214 "form.profile.edit_title" => 'modifca il profilo',
 
 215 "form.profile.name" => 'nome',
 
 216 "form.profile.login" => 'login',
 
 218 // Note to translators: the strings below are missing and must be added and translated
 
 219 // "form.profile.showchart" => 'show pie charts',
 
 220 // "form.profile.lang" => 'language',
 
 221 // "form.profile.custom_date_format" => "date format",
 
 222 // "form.profile.custom_time_format" => "time format",
 
 223 // "form.profile.default_format" => "(default)",
 
 224 // "form.profile.start_week" => "first day of week",
 
 226 // people form attributes
 
 227 "form.people.ppl_str" => 'persone',
 
 228 "form.people.createu_str" => 'crea un nuovo utente',
 
 229 "form.people.edit_str" => 'modifica utente',
 
 230 "form.people.del_str" => 'elimina utente',
 
 231 "form.people.th.name" => 'nome',
 
 232 "form.people.th.login" => 'login',
 
 233 "form.people.th.role" => 'funzione',
 
 234 "form.people.th.edit" => 'modifica',
 
 235 "form.people.th.del" => 'elimina',
 
 236 "form.people.th.status" => 'stato',
 
 237 "form.people.th.project" => 'progetto',
 
 238 "form.people.th.rate" => 'costo',
 
 239 "form.people.manager" => 'manager',
 
 240 "form.people.comanager" => 'comanager',
 
 241 "form.people.empl" => 'utente',
 
 242 "form.people.name" => 'nome',
 
 243 "form.people.login" => 'login',
 
 245 "form.people.rate" => 'costo per ora di default',
 
 246 "form.people.comanager" => 'co-manager',
 
 247 "form.people.projects" => 'progetti',
 
 249 // projects form attributes
 
 250 "form.project.proj_title" => 'progetti',
 
 251 "form.project.edit_str" => 'mofifca progetto',
 
 252 "form.project.add_str" => 'aggiungi nuovo progetto',
 
 253 "form.project.del_str" => 'elimina progetto',
 
 254 "form.project.th.name" => 'nome',
 
 255 "form.project.th.edit" => 'modifica',
 
 256 "form.project.th.del" => 'elimina',
 
 257 "form.project.name" => 'nome',
 
 259 // activities form attributes
 
 260 "form.activity.act_title" => 'attività',
 
 261 "form.activity.add_title" => 'aggiungi nuova attività',
 
 262 "form.activity.edit_str" => 'modifica attività',
 
 263 "form.activity.del_str" => 'elimina attività',
 
 264 "form.activity.name" => 'nome',
 
 265 "form.activity.project" => 'progetto',
 
 266 "form.activity.th.name" => 'nome',
 
 267 "form.activity.th.project" => 'progetto',
 
 268 "form.activity.th.edit" => 'modifica',
 
 269 "form.activity.th.del" => 'elimina',
 
 272 "form.report.title" => 'report',
 
 273 "form.report.from" => 'data inizio',
 
 274 "form.report.to" => 'data fine',
 
 275 "form.report.groupby_user" => 'utente',
 
 276 "form.report.groupby_project" => 'progetto',
 
 277 "form.report.groupby_activity" => 'attività',
 
 278 "form.report.duration" => 'durata',
 
 279 "form.report.start" => 'inizio',
 
 280 "form.report.activity" => 'attività',
 
 281 "form.report.show_idle" => 'mostra inattivi',
 
 282 "form.report.finish" => 'fine',
 
 283 "form.report.note" => 'nota',
 
 284 "form.report.project" => 'progetto',
 
 285 "form.report.totals_only" => 'solo i totali',
 
 286 "form.report.total" => 'ore totali',
 
 287 "form.report.th.empllist" => 'utente',
 
 288 "form.report.th.date" => 'data',
 
 289 "form.report.th.project" => 'progetto',
 
 290 "form.report.th.activity" => 'attività',
 
 291 "form.report.th.start" => 'inizio',
 
 292 "form.report.th.finish" => 'fine',
 
 293 "form.report.th.duration" => 'durata',
 
 294 "form.report.th.note" => 'note',
 
 296 // mail form attributes
 
 297 "form.mail.from" => 'da',
 
 298 "form.mail.to" => 'a',
 
 299 "form.mail.cc" => 'cc',
 
 300 "form.mail.subject" => 'oggetto',
 
 301 "form.mail.comment" => 'commento',
 
 302 "form.mail.above" => 'invia questo report tramite e-mail',
 
 303 // Note to translators: this string needs to be translated.
 
 304 // "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.',
 
 305 "form.mail.sending_str" => '<b>messaggio inviato</b>',
 
 307 // invoice attributes
 
 308 "form.invoice.title" => 'fattura',
 
 309 "form.invoice.caption" => 'fattura',
 
 310 "form.invoice.above" => 'informazioni aggiuntive per la fattura',
 
 311 "form.invoice.select_cust" => 'seleziona il cliente',
 
 312 "form.invoice.fillform" => 'compila i campi',
 
 313 "form.invoice.date" => 'data',
 
 314 "form.invoice.number" => 'numero fattura',
 
 315 "form.invoice.tax" => 'tassa',
 
 316 "form.invoice.comment" => 'commento ',
 
 317 "form.invoice.th.username" => 'persona',
 
 318 "form.invoice.th.time" => 'ore',
 
 319 "form.invoice.th.rate" => 'costo',
 
 320 "form.invoice.th.summ" => 'ammontare',
 
 321 "form.invoice.subtotal" => 'subtotale',
 
 322 "form.invoice.customer" => 'cliente',
 
 323 "form.invoice.mailinv_above" => 'invia la fattura tramite e-mail',
 
 324 "form.invoice.sending_str" => '<b>fattura inviata</b>',
 
 326 "form.migration.zip" => 'compressione',
 
 327 "form.migration.file" => 'seleziona il file',
 
 328 "form.migration.import.title" => 'importa i dati',
 
 329 "form.migration.import.success" => 'importazione eseguita con successo',
 
 330 "form.migration.import.text" => 'importa i dati del team da un file xml',
 
 331 "form.migration.export.title" => 'esporta i dati',
 
 332 "form.migration.export.success" => 'esportazione eseguita con successo',
 
 333 "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.',
 
 334 // Note to translators: the strings below are missing and must be added and translated
 
 335 // "form.migration.compression.none" => 'none',
 
 336 // "form.migration.compression.gzip" => 'gzip',
 
 337 // "form.migration.compression.bzip" => 'bzip',
 
 339 "form.client.title" => 'clienti',
 
 340 "form.client.add_title" => 'aggiungi cliente',
 
 341 "form.client.edit_title" => 'modifica cliente',
 
 342 "form.client.del_title" => 'elimina cliente',
 
 343 "form.client.th.name" => 'nome',
 
 344 "form.client.th.edit" => 'modifica',
 
 345 "form.client.th.del" => 'elimina',
 
 346 "form.client.name" => 'nome',
 
 347 "form.client.tax" => 'tassa',
 
 348 "form.client.comment" => 'commento ',
 
 350 // miscellaneous strings
 
 351 "forward.forgot_password" => 'password dimenticata?',
 
 352 "forward.edit" => 'modifica',
 
 353 "forward.delete" => 'elimina',
 
 354 "forward.tocsvfile" => 'esporta i dati in un file .csv',
 
 355 "forward.toxmlfile" => 'esporta i dati in un file .xml',
 
 356 "forward.geninvoice" => 'genera la fattura',
 
 357 "forward.change" => 'configura i clienti',
 
 359 // strings inside contols on forms
 
 360 "controls.select.project" => '--- seleziona il progetto ---',
 
 361 "controls.select.activity" => '--- seleziona la attività ---',
 
 362 "controls.select.client" => '--- seleziona il cliente ---',
 
 363 "controls.project_bind" => '--- tutti ---',
 
 364 "controls.all" => '--- tutti ---',
 
 365 "controls.notbind" => '--- no ---',
 
 366 "controls.per_tm" => 'questo mese',
 
 367 "controls.per_lm" => 'mese scorso',
 
 368 "controls.per_tw" => 'questa settimana',
 
 369 "controls.per_lw" => 'settimana scorsa',
 
 370 "controls.per_td" => 'questo giorno',
 
 371 "controls.per_at" => 'tutto il tempo',
 
 372 "controls.per_ty" => 'quest\\\'anno',
 
 373 "controls.sel_period" => '--- seleziona il periodo di tempo ---',
 
 374 "controls.sel_groupby" => '--- non raggruppare ---',
 
 375 "controls.inc_billable" => 'fatturabile',
 
 376 "controls.inc_nbillable" => 'non fatturabile',
 
 377 // Note to translators: the string below must be translated
 
 378 // "controls.default" => '--- default ---',
 
 381 "label.chart.title1" => 'attività per utente',
 
 382 // Note to translators: the string below is missing and must be added and translated
 
 383 // "label.chart.title2" => 'projects for user',
 
 384 "label.chart.period" => 'grafico per il periodo',
 
 386 "label.pinfo" => '%s, %s',
 
 387 "label.pinfo2" => '%s',
 
 388 "label.pbehalf_info" => '%s %s <b>a favore di %s</b>',
 
 389 "label.pminfo" => ' (manager)',
 
 390 "label.pcminfo" => ' (co-manager)',
 
 391 "label.painfo" => ' (amministratore)',
 
 392 "label.time_noentry" => 'nessun inserimento',
 
 393 "label.today" => 'oggi',
 
 394 "label.req_fields" => '* campi obbligatori',
 
 395 "label.sel_project" => 'seleziona il progetto',
 
 396 "label.sel_activity" => 'seleziona la attività',
 
 397 "label.sel_tp" => 'seleziona il periodo di tempo',
 
 398 "label.set_tp" => 'oppure setta le date',
 
 399 "label.fields" => 'mostra i campi',
 
 400 "label.group_title" => 'raggruppa per',
 
 401 "label.include_title" => 'includi records',
 
 402 "label.inv_str" => 'fattura',
 
 403 "label.set_empl" => 'seleziona utenti',
 
 404 "label.sel_all" => 'seleziona tutti',
 
 405 "label.sel_none" => 'deseleziona tutti',
 
 407 "label.disable" => 'disabilita',
 
 408 "label.enable" => 'abilita',
 
 409 "label.filter" => 'filtro',
 
 410 "label.timeweek" => 'totale settimanale',
 
 411 "label.hrs" => 'ore',
 
 412 // Note to translators: the strings below are missing and must be added and translated
 
 413 // "label.errors" => 'errors',
 
 414 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 415 // "label.calendar_today" => 'today',
 
 416 // "label.calendar_close" => 'close',
 
 419 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",