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

  1. <?php
  2. $strType = "Type";
  3. $strModified = "Modified";
  4. $strSize = "Size";
  5. $fbRefresh = "refresh";
  6. $fbProperties = "properties";
  7. $fbNewFolder = "new folder";
  8. $fbDelete = "delete";
  9. $fbCut = "cut";
  10. $fbPaste = "paste";
  11. $fbCopy = "copy";
  12. $fbFiletypes = "filetypes";
  13. $fbPath = "Path";
  14. $fbFolders = "Folders";
  15. $fbNoSelect = "You didn't select an item. Click on an icon next to the name to select an item.";
  16. $fbConfirmDelete = "Confirm delete";
  17. $fbGeneral = "General";
  18. $fbConfirmOverwrite = "Confirm overwrite";
  19. $strOverwritePrefix = "Are you sure you want to overwrite ";
  20. $strOverwriteSuffix = "?";
  21. $fbDescription = "Description";
  22. $fbLocation = "Location";
  23. $fbUpload = "upload";
  24. $fbUpload_text = "Select file to upload";
  25. $fbUpload_nofile = "No file was not recieved.";
  26. $fbFolderExists = "The folder already exists.";
  27. $fbEmailFile = "e-mail file";
  28. $fbFolder = "Folder";
  29. $fbSelect = "Select file...";
  30. $fbNoFile = "The file you tried to upload is too big.<br /> The maximum transferable filesize is set to: ";
  31. $fbPleaseWait = "Please wait. Sending data...";
  32. $fbFilename = "Filename";
  33. $fbUpLevel = "level up";
  34. $fbItems = "item(s)";
  35. $fbFolderSize = "Size of folder";
  36. $fbMaxUploadSize = "Maximum size";
  37. $ml_file_too_big = "The file you tried to attach is too big, the maximum filesize for attachments is set to: ";
  38. $cmdSearch = "Search";
  39. $fbNameExists = "The name already exists.";
  40. $fbThis = 'this';
  41. $fbFiles = 'Files';
  42. $fs_no_multi_select = 'U can\'t select more then one item with this option';
  43. $cms_untitled = 'Untitled';
  44. $cms_insert_file = 'Insert file';
  45. $cms_preview = 'Preview';
  46. $cms_keywords = 'Keywords';
  47. $cms_priority = 'Priority';
  48. $cms_hide_folder = 'Hide this folder on the site';
  49. $cms_theme = 'Theme';
  50. $cms_use_go_auth = 'Use Group-Office authentication on this site';
  51. $cms_search_files_prefix = 'The HTML files that contain the word';
  52. $cms_search_files_suffix = 'are automatically selected. Click on \''.$cmdOk.'\' to save this selection.';
  53. $cms_new_site = 'New site';
  54. $cms_search_files = 'search files';
  55. $cms_subscribe = 'subscribe';
  56. $cms_sites = 'site(s)';
  57. $cms_style = 'Style';
  58. $cms_insert_file_url = 'Insert URL';
  59. $cms_templates = 'templates';
  60. $cms_files = 'files';
  61. $cms_items = 'item(s)';
  62. $cms_header = 'Header';
  63. $cms_footer = 'Footer';
  64. $cms_new_theme = 'new theme';
  65. $cms_themes = 'theme(s)';
  66. $cms_themes_menu = 'themes';
  67. $cms_all_sites = 'all sites';
  68. $cms_your_sites = 'your sites';
  69. $cms_cmd_new_site = 'new site';
  70. $cms_template_items = 'template(s)';
  71. $cms_new_template_item = 'new template';
  72.  
  73. $cms_found_one = '1 file found';
  74. $cms_found = 'files found';
  75. $cms_empty = 'This section is empty and probably under maintanance.';
  76. $cms_new_page = 'new page';
  77.  
  78. ?>