home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / language / English / projects.English.inc < prev    next >
Text File  |  2004-03-08  |  3KB  |  83 lines

  1. <?php
  2. $pm_invalid_period = 'You entered an invalid time period';
  3. $pm_add_hours_success = 'Data as entered below was saved successfully';
  4. $pm_already_booked = 'You have already booked in this period';
  5. $pm_new_entry = 'New entry at';
  6. $pm_fees = 'Fees';
  7. $pm_new_fee = 'New fee';
  8. $pm_users = 'Users';
  9. $pm_materials = 'Materials';
  10. $pm_new_material = 'New material';
  11. $pm_project_data = 'Projectdata from';
  12. $pm_load= 'Load';
  13. $pm_enter_data = 'Enter data';
  14. $pm_value = 'Value';
  15. $pm_too_old = 'You are not allow to enter data older then one week';
  16.  
  17. $pm_employee = 'Employee';
  18. $pm_project = 'Project';
  19. $pm_starttime = 'Starting time';
  20. $pm_endtime = 'Ending time';
  21. $pm_breaktime = 'Break time';
  22. $pm_this_week = 'Entered this week';
  23. $pm_no_projects = 'You don\'t have any projects';
  24. $pm_hours = 'Hours';
  25. $pm_total_hours = 'Total number of hours';
  26. $pm_client = 'Client';
  27. $pm_created_at = 'Created at';
  28.  
  29. $pm_show_all = 'Show all';
  30. $pm_show_period = 'Show from';
  31. $pm_to = 'to';
  32. $pm_show_month = 'Show month';
  33.  
  34. $pm_total_hours_days = 'Total number of hours/days';
  35. $pm_projects_count = 'project(s)';
  36. $pm_show_data = 'Show data';
  37. $pm_new_project = 'New project';
  38. $pm_other_contacts = 'Other contacts';
  39. $pm_no_contacts = 'You don\'t have a contact that can function as a client for this project. Please create one first';
  40.  
  41. $pm_unit_value = 'Unit value';
  42. $pm_units = 'Units';
  43. $pm_mins = 'mins';
  44. $pm_no_fees = 'There are no fees created yet. Only a user with administrator privileges can create fees.';
  45. $pm_fee = 'Fee';
  46. $pm_no_contact = 'None';
  47. $pm_load_period= 'Period';
  48. $pm_load_type= 'Only load data for';
  49. $pm_total_fee = 'Total fee';
  50. $pm_total_days = 'Total days';
  51. $pm_total_units = 'Total units';
  52. $pm_summary = 'Summary';
  53. $pm_this_entry = 'this booking';
  54. $pm_entry = 'booking';
  55. //translation required
  56. $pm_timer_started_at = 'Timer started at';
  57. $pm_start_timer = 'Clock in';
  58. $pm_stop_timer = 'Clock out';
  59.  
  60. $pm_start_date = 'Start date';
  61. $pm_end_date = 'End date';
  62. $pm_responsible = 'Responsible';
  63. $pm_status = 'Status';
  64.  
  65. $pm_status_values[1] = 'Offer';
  66. $pm_status_values[2] = 'Ongoing';
  67. $pm_status_values[3] = 'Waiting';
  68. $pm_status_values[4] = 'Done';
  69. $pm_status_values[5] = 'Billed';
  70.  
  71. $pm_filter = 'Filter';
  72. $pm_project_exists = 'A project with this name already exists';
  73.  
  74. $pm_clocked_in = 'You are clocked in. Click here if you want to clock out';
  75.  
  76. $pm_alert = 'This project is over due';
  77. $pm_budget = 'Budget';
  78. $pm_probability = 'Probability';
  79. $pm_yours_only = 'Yourself';
  80. $pm_description = 'Description';
  81.  
  82. $pm_no_projects = 'No projects found.';
  83. ?>