home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / language / English / cms.English.inc < prev    next >
Text File  |  2004-03-08  |  4KB  |  98 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. $fbFolder = "Folder";
  28. $fbSelect = "Select file...";
  29. $fbNoFile = "The file you tried to upload is too big.<br /> The maximum transferable filesize is set to: ";
  30. $fbPleaseWait = "Please wait. Sending data...";
  31. $fbFilename = "Filename";
  32. $fbUpLevel = "Level up";
  33. $fbItems = "item(s)";
  34. $fbFolderSize = "Size of folder";
  35. $fbMaxUploadSize = "Maximum size";
  36. $ml_file_too_big = "The file you tried to attach is too big, the maximum filesize for attachments is set to: ";
  37. $cmdSearch = "Search";
  38. $fbNameExists = "The name already exists.";
  39. $fbThis = 'this';
  40. $fbFiles = 'Files';
  41. $fs_no_multi_select = 'U can\'t select more then one item with this option';
  42. $cms_untitled = 'Untitled';
  43. $cms_insert_file = 'Insert file';
  44. $cms_preview = 'Preview';
  45. $cms_keywords = 'Keywords';
  46. $cms_priority = 'Priority';
  47. $cms_hide_folder = 'Hide this folder on the site';
  48. $cms_theme = 'Theme';
  49. $cms_use_go_auth = 'Use Group-Office authentication on this site';
  50. $cms_search_files_prefix = 'The HTML files that contain the word';
  51. $cms_search_files_suffix = 'are automatically selected. Click on \'Ok\' to save this selection.';
  52. $cms_new_site = 'New site';
  53. $cms_search_files = 'Search files';
  54. $cms_subscribe = 'Subscribe';
  55. $cms_sites = 'site(s)';
  56. $cms_style = 'Style';
  57. $cms_insert_file_url = 'Insert URL';
  58. $cms_templates = 'Templates';
  59. $cms_files = 'Files';
  60. $cms_items = 'item(s)';
  61. $cms_header = 'Header';
  62. $cms_footer = 'Footer';
  63. $cms_new_theme = 'New theme';
  64. $cms_themes = 'theme(s)';
  65. $cms_themes_menu = 'Themes';
  66. $cms_all_sites = 'All sites';
  67. $cms_your_sites = 'Your sites';
  68. $cms_cmd_new_site = 'New site';
  69. $cms_template_items = 'template(s)';
  70. $cms_new_template_item = 'New template';
  71. $cms_found_one = '1 file found';
  72. $cms_found = 'files found';
  73. $cms_empty = 'This section is empty and probably under maintanance.';
  74. $cms_new_page = 'New page';
  75. $cms_search_words = 'Search words';
  76. $cms_no_themes = 'You don\'t have any themes yet. Create a theme first.';
  77. $cms_edit_search_words = 'edit search words';
  78. $cms_id = 'Site ID';
  79.  
  80. //translation required
  81. $cms_cleanup = 'Cleanup';
  82. $cms_settings = 'Settings';
  83. $cms_site_exists = 'A site with that name already exists';
  84. $cms_main_template = 'Main';
  85. $cms_confirm_close = 'Changes will be lost are you sure?';
  86. $cms_additional_style = 'Style that is hidden from the editor';
  87. $cms_restrict_editor = 'Restrict editor to predefined styles';
  88. $cms_enable_publish = 'Enable local website publishing';
  89.  
  90. $cms_path_not_writable = 'The path you entered is invalid or not writable for Group-Office.';
  91. $cms_publish = 'Publishing';
  92. $cms_path_already_used = 'The path you entered is already in use by another website.';
  93. $cms_site_offline = 'This site is currently taken offline';
  94.  
  95. $cms_disable_publish = 'Take site offline';
  96. $cms_publish_dynamic = 'Publish dynamic';
  97. $cms_publish_static = 'Publish static';
  98. ?>