fix clang build
[far2l.git] / multiarc / src / marclng.hpp
blobbe81b1d0297576b76aa2ff3228501ced38fd7e89
1 #ifndef __MARCLNG_HPP__
2 #define __MARCLNG_HPP__
4 enum LanguageID
6 MOk,
7 MCancel,
8 MReset,
10 MWarning,
11 MError,
13 MExtractTitle,
14 MExtractTo,
15 MExtrPassword,
16 MExtrWithoutPaths,
17 MExtrDel,
18 MExtrExtract,
19 MExtrCancel,
21 MExtrVolume,
22 MExtrVolumeAsk1,
23 MExtrVolumeAsk2,
24 MExtrVolumeSelFiles,
25 MExtrAllVolumes,
27 MGetPasswordTitle,
28 MGetPassword,
29 MGetPasswordForFile,
31 MArchiveVolumeTitle,
32 MArchiveVolume,
34 MDeleteTitle,
35 MDeleteFile,
36 MDeleteFiles,
37 MDeleteNumberOfFiles,
38 MDeleteDelete,
39 MDeleteCancel,
41 MCannotPutToFolder,
42 MPutToRoot,
44 MAddTitle,
45 MAddToArc,
46 MAddSwitches,
47 MAddPassword,
48 MAddReenterPassword,
49 MAddDelete,
50 MAddAdd,
51 MAddSelect,
52 MAddSave,
53 MAddCancel,
55 MAddPswNotMatch,
57 MSelectArchiver,
58 MSelectF4,
60 MArcCmdTitle,
61 MArcCmdTest,
62 MArcCmdComment,
63 MArcCmdCommentFiles,
64 MArcCmdSFX,
65 MArcCmdRecover,
66 MArcCmdProtect,
67 MArcCmdLock,
69 MArcNonZero,
70 MArcCommandNotFound,
71 MCannotCreateListFile,
72 MCannotFindArchivator,
74 MArcFormat,
76 MArcReadFiles,
77 MArcReadTitle,
78 MArcReading,
80 MBadArchive,
81 MUnexpEOF,
82 MReadError,
84 MSeveralOS,
85 MInfoTitle,
86 MInfoArchive,
87 MInfoArcType,
88 MInfoSolid,
89 MInfoSFX,
90 MInfoVolume,
91 MInfoHdrEncrypted,
92 MInfoNormal,
93 MInfoArcComment,
94 MInfoPresent,
95 MInfoAbsent,
96 MInfoFileComments,
97 MInfoPasswords,
98 MInfoRecovery,
99 MInfoLock,
100 MInfoAuthVer,
101 MInfoChapters,
102 MInfoDict,
103 MInfoDictKb,
104 MInfoTotalFiles,
105 MInfoTotalSize,
106 MInfoPackedSize,
107 MInfoRatio,
109 MAltF6,
110 MAltShiftF9,
112 MWaitForExternalProgram,
114 MCfgLine0,
115 MCfgLine1,
116 MCfgLine2,
118 MGConfigTitle,
119 MGConfigHideNone,
120 MGConfigHideView,
121 MGConfigHideAlways,
122 MGConfigProcessShiftF1,
123 MGConfigAllowChangeDir,
124 MGConfigUseLastHistory,
125 // MGConfigDeleteExtFile,
126 // MGConfigAddExtArchive,
127 MGConfigAutoResetExactArcName,
128 MGConfigOldDialogStyle,
130 MGConfigDizNames,
131 MGConfigReadDiz,
132 MGConfigUpdateDiz,
134 MArcSettingsExtract,
135 MArcSettingsExtractWithoutPath,
136 MArcSettingsTest,
137 MArcSettingsDelete,
138 MArcSettingsComment,
139 MArcSettingsCommentFiles,
140 MArcSettingsSFX,
141 MArcSettingsLock,
142 MArcSettingsProtect,
143 MArcSettingsRecover,
144 MArcSettingsAdd,
145 MArcSettingsMove,
146 MArcSettingsAddRecurse,
147 MArcSettingsMoveRecurse,
148 MArcSettingsAllFilesMask,
149 MArcSettingsDefaultExt,
151 MBackground,
152 MExactArcName,
154 MComment,
155 MInputComment,
157 MPriorityOfProcess,
158 MIdle_Priority_Class,
159 MBelow_Normal_Priority_Class,
160 MNormal_Priority_Class,
161 MAbove_Normal_Priority_Class,
162 MHigh_Priority_Class,
165 #endif // __MARCLNG_HPP__