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

  1. <?php
  2. $pm_invalid_period = 'Du har indtastet en forkert tidsperiode';
  3. $pm_add_hours_success = 'De indtastede data er gemt';
  4. $pm_already_booked = 'Du har allerede en aftale i den periode';
  5. $pm_new_entry = 'Ny aftale ved';
  6. $pm_fees = 'Bel°b';
  7. $pm_new_fee = 'Nyt bel°b';
  8. $pm_users = 'Brugere';
  9. $pm_materials = 'Materialer';
  10. $pm_new_material = 'Nyt materiale';
  11. $pm_project_data = 'Projekt data fra';
  12. $pm_load= 'Hent';
  13. $pm_enter_data = 'Indtast data';
  14. $pm_value = 'Vµrdi';
  15. $pm_too_old = 'Du kan ikke indtaste data der er mere end en uge gamle';
  16.  
  17. $pm_employee = 'Ansatte';
  18. $pm_project = 'Projekt';
  19. $pm_starttime = 'Start tidspunkt';
  20. $pm_endtime = 'Slut tidspunk';
  21. $pm_breaktime = 'Break time';
  22. $pm_this_week = 'Indtastet denne uge';
  23. $pm_no_projects = 'Du har ingen projekter';
  24. $pm_hours = 'Timer';
  25. $pm_total_hours = 'Total antal timer';
  26. $pm_client = 'Klient';
  27. $pm_created_at = 'Oprettet';
  28.  
  29. $pm_show_all = 'Vis alle';
  30. $pm_show_period = 'Vis alle';
  31. $pm_to = 'til';
  32. $pm_show_month = 'Vis mσned';
  33.  
  34. $pm_total_hours_days = 'Ialt timer/dage';
  35. $pm_projects_count = 'projekt(er)';
  36. $pm_show_data = 'Vis data';
  37. $pm_new_project = 'Nyt projekt';
  38. $pm_other_contacts = 'Andre kontakter';
  39. $pm_no_contacts = 'Du har ingen kontakter der kan bruges som klient til dette projekt. Du skal f°rst oprette kontakter';
  40.  
  41. //translation required
  42. $pm_unit_value = 'Unit value';
  43. $pm_units = 'Units';
  44. $pm_mins = 'mins';
  45. $pm_no_fees = 'There are no fees created yet. Only a user with administrator privileges can create fees.';
  46. $pm_fee = 'Fee';
  47. $pm_no_contact = 'None';
  48. $pm_load_period= 'Period';
  49. $pm_load_type= 'Load data for';
  50. $pm_total_fee = 'Total fee';
  51. $pm_total_days = 'Total days';
  52. $pm_total_units = 'Total units';
  53. $pm_summary = 'Summary';
  54. ?>
  55.