home *** CD-ROM | disk | FTP | other *** search
/ PC Open 19 / pcopen19.iso / Zipped / CALMIR21.ZIP / SOURCE.ZIP / SRC / LOCALE.RC < prev    next >
Encoding:
Text File  |  1998-02-20  |  6.7 KB  |  170 lines

  1. #include "locale.pas"
  2.  
  3. STRINGTABLE
  4. {
  5.   SCannotFindLicense, "Cannot find LICENSE.TXT.  You can obtain "
  6.     "a GNU General Public License by writing to the Free Software "
  7.     "Foundation Inc., 675 Mass Ave, Cambridge, MA 02139, USA.";
  8.  
  9.   SCannotRunNotepad, "Unable to run Notepad.  Read LICENSE.TXT "
  10.     "with another text editor";
  11.   SWelcome, "Welcome";
  12.  
  13.   SCannotMoveToBin, "Unable to move %s into bin";
  14.   SCannotRestoreItem, "Unable to restore %s";
  15.   SCannotRestoreFolderOverFile, "Cannot restore folder %s because there "
  16.    "is an existing file using that name";
  17.   SQueryReplaceFile, "Replace existing file %s?";
  18.   SDriveRefPrompt, "&Drive:";
  19.   SFolderRefPrompt, "F&older:";
  20.   SFileRefPrompt, "&File:";
  21.   SInternetRefPrompt, "&URL:";
  22.  
  23.   SMenuCascadeBrowsers, "Cascade browsers";
  24.   SMenuArrangeIcons, "Arrange icons";
  25.   SMenuLineUpIcons, "Line up icons";
  26.   SMenuCloseBrowsers, "Close browsers";
  27.   SMenuClearDesktop, "Clear desktop";
  28.   SMenuProperties, "Properties...";
  29.   SMenuAbout, "About...";
  30.   SSelectFolder, "Select folder";
  31.   SAliasProperties, "Alias Properties";
  32.   SShortcutProperties, "Shortcut Properties";
  33.   SMenuShortcutProperties, "Properties...";
  34.   SMenuShortcutOpen, "Open";
  35.   SMenuShortcutRemove, "Remove";
  36.   SMenuBinEmpty, "Empty";
  37.  
  38.   SCloseUnnamedDialog, "Please close Calmira's active dialog box first";
  39.   SCloseSpecificDialog, "Please close the \"%s\" dialog first";
  40.   SNotifyEndWindows, "This will end your Windows session.";
  41.   SQueryQuit, "Are you sure you want to close Calmira?";
  42.   SOpenFolder, "Open folder";
  43.   SFolderName, "Folder name";
  44.   SUnknownCommand, "Unknown command \"%s\"";
  45.   SCannotOpenFolder, "Unable to read the directory of %s";
  46.   SQueryReplaceAlias, "Replace existing alias?";
  47.   SCannotOpenTarget, "Unable to open %s";
  48.   SQueryDeleteShortcut, "Delete shortcut to \"%s\"?";
  49.  
  50.   SFileAlreadyExists, "There is an existing file called %s";
  51.   SFolderAlreadyExists, "A folder called %s already exists";
  52.   SCannotChangeAttr, "Unable to change attributes of %s";
  53.   SInvalidFilename, "%s is not a valid filename";
  54.   SCannotRename, "Unable to rename %s to %s";
  55.   SChangeDescription, "Change description";
  56.   SDescribe, "Describe \"%s\"";
  57.   SCannotOpenFileWith, "Unable to open file %s with program %s";
  58.   SCannotPutFolderOnSelf, "Cannot copy or move a folder onto itself";
  59.   SCannotPutFolderInSelf, "Cannot copy or move a folder into one of "
  60.     "its sub-folders";
  61.   SCannotPutFolderOverFile, "Cannot copy or move folder %s because an "
  62.    "existing file has the destintation name";
  63.  
  64.   SQueryAffectProtected, "%s is Read Only, Hidden or System.\n%s this file?";
  65.   SCannotCopyFileToSelf, "Cannot copy file %s to itself";
  66.   SCannotMoveFileToSelf, "Cannot move file %s to itself";
  67.   SCannotCreateFolder, "Unable to create folder %s";
  68.   SCannotReplaceFile, "Cannot replace %s";
  69.   SCannotMoveFile, "Cannot move %s";
  70.   SCannotCyclicCopy, "Cannot copy a folder into itself or one of its sub-folders";
  71.   SCannotCyclicMove, "Cannot move a folder into itself or one of its sub-folders";
  72.   SCannotDeleteFile, "Cannot delete %s";
  73.   SNoFilesFound, "No files found";
  74.   SCannotRunDefViewer, "Unable to run the default viewer.";
  75.   SFileNotAssociated, "This file is not associated with a program.  "
  76.    "Associate it first, or specify a default file viewer to use.";
  77.   SCannotRunOrView, "Unable to run program or view the file %s.";
  78.   SConfirmNewFolder, "%s does not exist.  Create a new folder?";
  79.  
  80.   SNetSuccess, "The connection/disconnection was successful";
  81.   SNetNotSupported, "This operation is not supported";
  82.   SOutOfMemory, "Out of memory";
  83.   SNetError, "An error has occured on the network";
  84.   SBadPointer, "Invalid pointer";
  85.   SBadNetworkResource, "Invalid network resource name";
  86.   SBadLocalName, "Invalid local device";
  87.   SInvalidPassword, "Invalid password";
  88.   SAccessDenied, "Access denied!";
  89.   SFilesWereOpen, "Files were open so the connection was not cancelled";
  90.   SAlreadyConnected, "This device is already remotely connected";
  91.   SNetOperationFailed, "The connection/disconnection failed";
  92.   SQueryCloseOpenFiles, "Do you want to close any open files or print jobs?";
  93.  
  94.   SQueryCopyItems, "Copy %d item%s from %s to %s?";
  95.   SQueryMoveItems, "Move %d item%s from %s to %s?";
  96.   SQueryDeleteItems, "Delete %d item%s from %s?";
  97.   SCannotPutToSelf, "Cannot copy or move items onto themselves";
  98.   SCreateFolder, "Create folder";
  99.   SNewFolderName, "New folder name";
  100.   SRename, "Rename %s";
  101.   SNewFilename, "New filename";
  102.   SCreateAlias, "Create alias";
  103.   SAliasFilename, "Alias filename";
  104.   SPrintFile, "Print file";
  105.   SFilename, "Filename";
  106.   SDuplicateFile, "Duplicate %s";
  107.   SDirectoryOf, "Directory of ";
  108.  
  109.   SCopy, "Copy";
  110.   SMove, "Move";
  111.   SDelete, "Delete";
  112.   SCopyFile, "Copy file";
  113.   SMoveFile, "Move file";
  114.   SCopyFolder, "Copy folder";
  115.   SMoveFolder, "Move folder";
  116.   SDeleteFile, "Delete file";
  117.   SDeleteFolder, "Delete folder";
  118.   SProgressCopy, "Copying...";
  119.   SProgressMove, "Moving...";
  120.   SProgressDelete, "Deleting";
  121.   SProgressBinning, "Moving to bin";
  122.   SProgressRestoring, "Restoring from bin";
  123.   SProgressEmptying, "Emptying bin";
  124.  
  125.   SAddMenuItem, "Add menu item";
  126.   SInsertMenuItem, "Insert menu item";
  127.   SMenuItemProperties, "Menu item properties";
  128.   SQueryDeleteMenu, "Delete this menu?";
  129.   SCannotFindProgman, "Cannot find Program Manager";
  130.   SCaptionNeedsText, "The menu caption must contain some text";
  131.   SQuerySaveAdvanced, "Save advanced settings?";
  132.   SAddAdvanced, "Add an entry";
  133.   SIdentValue, "Ident=Value";
  134.   SModifyAdvanced, "Modify entry";
  135.   SAddExclusion, "Add taskbar exclusion";
  136.   SModuleClass, "Module [classname]";
  137.   SAddApplet, "Add applet tray program";
  138.   SAppletFormat, "<Popup hint>=<command line>";
  139.  
  140.   SUnknown, "Unknown";
  141.   SFolderContents, "%s in %d file%s";
  142.   SSelectionContents, "%d file%s in %d folder%s";
  143.   STotalContents, "%d file%s, %d folder%s, %s total";
  144.   SVersion, "Version";
  145.   SAssociation, "Association";
  146.   SAssociateTypeWith, "Associate the file type .%s with:";
  147.   SNoRegCommand, "No command specified";
  148.   SSpecifyFiles, "Please specify the files to search for.";
  149.   SStopSearch, "Stop";
  150.   SStartSearch, "Search";
  151.   SNoMatchingFiles, "No matching files found";
  152.   SFindListboxFull, "The Find dialog's listbox is full.";
  153.  
  154.   SProductName, "Product name";
  155.   SLegalCopyright, "Legal copyright";
  156.   SDescription, "Description";
  157.   SType, "Type";
  158.   SSubType, "Subtype";
  159.   SFileOS, "File OS";
  160.   SComments, "Comments";
  161.   SProductVersion, "Product version";
  162.   SFileVersion, "File version";
  163.   SCompany, "Company";
  164.   SLegalTrademarks, "Legal trademarks";
  165.   SInternalName, "Internal name";
  166.   SPrivateBuild, "Private build";
  167.   SSpecialBuild, "Special build";
  168.   SOriginalFilename, "Original filename";
  169. }
  170.