home *** CD-ROM | disk | FTP | other *** search
- {**************************************************************************}
- { }
- { Calmira shell for Microsoft« Windows(TM) 3.1 }
- { Source Release 2.0 }
- { Copyright (C) 1997-1998 Li-Hsin Huang }
- { }
- { This program is free software; you can redistribute it and/or modify }
- { it under the terms of the GNU General Public License as published by }
- { the Free Software Foundation; either version 2 of the License, or }
- { (at your option) any later version. }
- { }
- { This program is distributed in the hope that it will be useful, }
- { but WITHOUT ANY WARRANTY; without even the implied warranty of }
- { MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the }
- { GNU General Public License for more details. }
- { }
- { You should have received a copy of the GNU General Public License }
- { along with this program; if not, write to the Free Software }
- { Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. }
- { }
- {**************************************************************************}
-
- unit Locale;
-
- interface
-
- {$R LOCALE.RES}
-
- const
- SCannotFindLicense = 1024;
- SCannotRunNotepad = 1025;
- SWelcome = 1026;
- SCannotMoveToBin = 1027;
- SCannotRestoreItem = 1028;
- SCannotRestoreFolderOverFile = 1029;
- SQueryReplaceFile = 1030;
- SDriveRefPrompt = 1031;
- SFolderRefPrompt = 1032;
- SFileRefPrompt = 1033;
- SInternetRefPrompt = 1034;
-
- SMenuCascadeBrowsers = 1040;
- SMenuArrangeIcons = 1041;
- SMenuLineUpIcons = 1042;
- SMenuCloseBrowsers = 1043;
- SMenuClearDesktop = 1044;
- SMenuProperties = 1045;
- SMenuAbout = 1046;
- SSelectFolder = 1047;
- SAliasProperties = 1048;
- SShortcutProperties = 1049;
- SMenuShortcutProperties = 1050;
- SMenuShortcutOpen = 1051;
- SMenuShortcutRemove = 1052;
- SMenuBinEmpty = 1053;
-
- SCloseUnnamedDialog = 1056;
- SCloseSpecificDialog = 1057;
- SNotifyEndWindows = 1058;
- SQueryQuit = 1059;
- SOpenFolder = 1060;
- SFolderName = 1061;
- SUnknownCommand = 1062;
- SCannotOpenFolder = 1063;
- SQueryReplaceAlias = 1064;
- SCannotOpenTarget = 1065;
- SQueryDeleteShortcut = 1066;
-
- SFileAlreadyExists = 1072;
- SFolderAlreadyExists = 1073;
- SCannotChangeAttr = 1074;
- SInvalidFilename = 1075;
- SCannotRename = 1076;
- SChangeDescription = 1077;
- SDescribe = 1078;
- SCannotOpenFileWith = 1079;
- SCannotPutFolderOnSelf = 1080;
- SCannotPutFolderInSelf = 1081;
- SCannotPutFolderOverFile = 1082;
-
- SQueryAffectProtected = 1088;
- SCannotCopyFileToSelf = 1089;
- SCannotMoveFileToSelf = 1090;
- SCannotCreateFolder = 1091;
- SCannotReplaceFile = 1092;
- SCannotMoveFile = 1093;
- SCannotCyclicCopy = 1094;
- SCannotCyclicMove = 1095;
- SCannotDeleteFile = 1096;
- SNoFilesFound = 1097;
- SCannotRunDefViewer = 1098;
- SFileNotAssociated = 1099;
- SCannotRunOrView = 1100;
- SConfirmNewFolder = 1101;
-
- SNetSuccess = 1104;
- SNetNotSupported = 1105;
- SOutOfMemory = 1106;
- SNetError = 1107;
- SBadPointer = 1108;
- SBadNetworkResource = 1109;
- SBadLocalName = 1110;
- SInvalidPassword = 1111;
- SAccessDenied = 1112;
- SFilesWereOpen = 1113;
- SAlreadyConnected = 1114;
- SNetOperationFailed = 1115;
- SQueryCloseOpenFiles = 1116;
-
- SQueryCopyItems = 1120;
- SQueryMoveItems = 1121;
- SQueryDeleteItems = 1122;
- SCannotPutToSelf = 1123;
- SCreateFolder = 1124;
- SNewFolderName =1125;
- SRename = 1126;
- SNewFilename = 1127;
- SCreateAlias = 1128;
- SAliasFilename = 1129;
- SPrintFile = 1130;
- SFilename = 1131;
- SDuplicateFile = 1132;
- SDirectoryOf = 1133;
-
- SCopy = 1136;
- SMove = 1137;
- SDelete = 1138;
- SCopyFile = 1139;
- SMoveFile = 1140;
- SCopyFolder = 1141;
- SMoveFolder = 1142;
- SDeleteFile = 1143;
- SDeleteFolder = 1144;
- SProgressCopy = 1145;
- SProgressMove = 1146;
- SProgressDelete = 1147;
- SProgressBinning = 1148;
- SProgressRestoring = 1149;
- SProgressEmptying = 1150;
-
- SAddMenuItem = 1152;
- SInsertMenuItem = 1153;
- SMenuItemProperties = 1154;
- SQueryDeleteMenu = 1155;
- SCannotFindProgman = 1156;
- SCaptionNeedsText = 1157;
- SQuerySaveAdvanced = 1158;
- SAddAdvanced = 1159;
- SIdentValue = 1160;
- SModifyAdvanced = 1161;
- SAddExclusion = 1162;
- SModuleClass = 1163;
- SAddApplet = 1164;
- SAppletFormat = 1165;
-
- SUnknown = 1168;
- SFolderContents = 1169;
- SSelectionContents = 1170;
- STotalContents = 1171;
- SVersion = 1172;
- SAssociation = 1173;
- SAssociateTypeWith = 1174;
- SNoRegCommand = 1175;
- SSpecifyFiles = 1176;
- SStopSearch = 1177;
- SStartSearch = 1178;
- SNoMatchingFiles = 1179;
- SFindListboxFull = 1180;
-
- SProductName = 1184;
- SLegalCopyright = 1185;
- SDescription = 1186;
- SType = 1187;
- SSubType = 1188;
- SFileOS = 1189;
- SComments = 1190;
- SProductVersion = 1191;
- SFileVersion = 1192;
- SCompany = 1193;
- SLegalTrademarks = 1194;
- SInternalName = 1195;
- SPrivateBuild = 1196;
- SSpecialBuild = 1197;
- SOriginalFilename = 1198;
-
- implementation
-
- end.
-