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

  1. <?php
  2. $strLookIn = 'Look in';
  3. $strType = "Type";
  4. $strModified = "Modified";
  5. $strCreated = "Created";
  6. $strAccessed = "Accessed";
  7. $strSize = "Size";
  8. $fbRefresh = "Refresh";
  9. $fbProperties = "Properties";
  10. $fbNewFolder = "New folder";
  11. $fbDelete = "Delete";
  12. $fbCut = "Cut";
  13. $fbPaste = "Paste";
  14. $fbCopy = "Copy";
  15. $fbFiletypes = "Filetypes";
  16. $fbSharing = "Sharing";
  17. $fbShares = "Shared folders";
  18. $fbShare = "Shared folder";
  19. $fbPath = "Path";
  20. $fbFolders = "Folders";
  21. $fbNoSelect = "You didn't select an item. Click on an icon next to the name to select an item.";
  22. $fbConfirmDelete = "Confirm delete";
  23. $fbWritePermissions = "Write permissions";
  24. $fbReadPermissions = "Read permissions";
  25. $fbGeneral = "General";
  26. $fbConfirmOverwrite = "Confirm overwrite";
  27. $strOverwritePrefix = "Are you sure you want to overwrite ";
  28. $strOverwriteSuffix = "?";
  29. $fbDescription = "Description";
  30. $fbLocation = "Location";
  31. $fbUpload = "Upload";
  32. $fbUpload_text = "Select file to upload";
  33. $fbUpload_nofile = "No file was not recieved.";
  34. $fbVersions = "Versions";
  35. $fbDelete_version = "Are you sure you want to delete this version?";
  36. $fbFolderExists = "The folder already exists.";
  37. $fbEmailFile = "E-mail file";
  38. $fbFolder = "Folder";
  39. $fbSelect = "Select file...";
  40. $fbNoFile = "The file you tried to upload is too big.<br /> The maximum transferable filesize is set to: ";
  41. $fbPleaseWait = "Please wait. Sending data...";
  42. $fbFilename = "Filename";
  43. $fbUpLevel = "Level up";
  44. $fbItems = "item(s)";
  45. $fbFolderSize = "Size of folder";
  46. $fbMaxUploadSize = "Maximum size";
  47. $ml_file_too_big = "The file you tried to attach is too big, the maximum filesize for attachments is set to: ";
  48. $cmdSearch = "Search";
  49. $fbNoRightToOverwrite = "The file already exist and you do not have the right to overwrite it.";
  50. $fbSaveFile = "Save File As...";
  51. $fbNameExists = "The name already exists in this folder.";
  52. $fbThis = 'this';
  53. $fbFiles = 'Files';
  54. $fs_activate_sharing = 'Activate sharing';
  55. $fs_calculate_folder_size = 'Calculate folder size';
  56. $fs_no_multi_select = 'U can\'t select more then one item with this option';
  57. $fs_search = 'Search';
  58. $search_title = "Search for files and folders";
  59. $fs_keyword = 'Keyword';
  60. $fs_enter_keyword = 'Please enter a keyword';
  61. $fs_modified_before = 'Modified before';
  62. $fs_modified_after = 'Modified after';
  63.  
  64. //translation required
  65. $fb_compress='Compress';
  66. $fb_decompress='Decompress';
  67. $fb_failed_to_create = 'Failed to create archive.';
  68. $fb_failed_to_extract = 'Failed to extract';
  69. $fb_compression_type = 'Compression';
  70. ?>