PageRenderTime 59ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 0ms

/application/plugins/time/language/it_it/time.php

https://github.com/fb83/Project-Pier
PHP | 36 lines | 31 code | 5 blank | 0 comment | 0 complexity | e6df7fd94aeb50e81c8e9844639cbd02 MD5 | raw file
Possible License(s): AGPL-1.0, GPL-2.0, AGPL-3.0, LGPL-2.1, GPL-3.0
  1. <?php
  2. return array(
  3. 'add time' => 'Aggiungi tempo',
  4. 'billable time' => 'Tempo fatturabile',
  5. 'billed time' => 'Tempo fatturato',
  6. 'billed' => 'Fatturato',
  7. 'confirm delete time' => 'Sei sicuro di cancellare questo tempo?',
  8. 'delete time' => 'Cancella tempo',
  9. 'edit time' => 'Modifica tempo',
  10. 'hour(s)' => 'ora(e)',
  11. 'mark as billed' => 'Segna come Fatturato',
  12. 'mark as unbilled' => 'Segna come Non-fatturato',
  13. 'mark as' => 'Segna come',
  14. 'no time records in project' => 'Non ci sono registrazioni di tempo in questo progetto',
  15. 'private time desc' => 'I tempi privati sono visibili solo ai membri dell\'azienda proprietaria. I membri delle aziende clienti non sono in grado di vederli.',
  16. 'report by task' => 'Report per attivitĂ ',
  17. 'time date required' => 'La data della registrazione tempi è necessaria',
  18. 'time hours required' => 'Le ore della registrazione tempi sono necessarie',
  19. 'time manager' => 'Gestione tempo',
  20. 'time name required' => 'Il nome della registrazione tempi è necessario',
  21. 'time spent on project' => 'Tempo speso sul progetto',
  22. 'time' => 'Tempo',
  23. 'times' => 'Tempi',
  24. 'unbilled time' => 'Tempo non-fatturato',
  25. 'unbilled' => 'Non-fatturato',
  26. 'view by project' => 'Vedi per progetto',
  27. 'view by user' => 'Vedi per utente',
  28. 'view time by project' => 'Vedi tempo per progetto',
  29. 'view time by user' => 'Vedi tempo per utente',
  30. ); // array
  31. ?>