PageRenderTime 34ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/application/plugins/time/language/en_us/time.php

https://github.com/fb83/Project-Pier
PHP | 61 lines | 35 code | 15 blank | 11 comment | 0 complexity | 58e2b6e985befe29c279462f169a7cca 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. // source: actions.php
  4. // Time
  5. 'add time' => 'Add time',
  6. 'edit time' => 'Edit time',
  7. 'delete time' => 'Delete time',
  8. 'mark as' => 'Mark as',
  9. // source: administration.php
  10. // ---------------------------------------------------
  11. // Time Manager
  12. // ---------------------------------------------------
  13. 'time manager' => 'Time Manager',
  14. 'unbilled time' => 'Unbilled Time',
  15. 'billed time' => 'Billed Time',
  16. 'view by user' => 'View By User',
  17. 'view by project' => 'View By Project',
  18. 'view time by project' => 'View Time By Project',
  19. 'view time by user' => 'View Time By User',
  20. 'unbilled' => 'Unbilled',
  21. 'billed' => 'Billed',
  22. 'mark as billed' => 'Mark as Billed',
  23. 'mark as unbilled' => 'Mark as Unbilled',
  24. // source: messages.php
  25. 'no time records in project' => 'There are no time records in this project',
  26. 'confirm delete time' => 'Are you sure that you want to delete this time?',
  27. // Add time form
  28. 'time name required' => 'Time name value is required',
  29. 'time date required' => 'Time date value is required',
  30. 'time hours required' => 'Time hours value is required',
  31. // source: objects.php
  32. 'time' => 'Time',
  33. 'times' => 'Times',
  34. 'billable time' => 'Billable time',
  35. 'bill' => 'Bill',
  36. // source: project_interface.php
  37. 'private time desc' => 'Private times are visible only to owner company members. Members of client companies will not be able to see them.',
  38. // Time
  39. 'report by task' => 'Report by task',
  40. 'time spent on project' => 'Time Spent on Project',
  41. 'hour(s)' => 'hour(s)',
  42. 'times error changing status' => 'There was an error changing the status of one of your items.',
  43. 'times items successfully marked' => 'Items successfully marked as %s',
  44. 'times time spent on task' => 'Time spent on task %s',
  45. );
  46. ?>