Subversion Repositories Kolibri OS

Rev

Rev 8981 | Rev 9471 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8981 Rev 8983
Line 52... Line 52...
52
	60, " áâனª¨", "F10",
52
	60, " áâனª¨", "F10",
53
	0,0,0
53
	0,0,0
54
};
54
};
55
#define T_PROG "à®£à ¬¬ë "
55
#define T_PROG "à®£à ¬¬ë "
56
#define T_SYS  "‘¨á⥬  "
56
#define T_SYS  "‘¨á⥬  "
57
#define T_CD   "CD-ROM "
57
#define T_CD   "CD-Rom "
58
#define T_FD   "„¨áª¥â  "
58
#define T_FD   "„¨áª¥â  "
59
#define T_HD   "†¥á⪨© ¤¨áª "
59
#define T_HD   "†¥á⪨© ¤¨áª "
60
#define T_SATA "SATA ¤¨áª "
60
#define T_SATA "SATA ¤¨áª "
61
#define T_USB  "USB ¤¨áª "
61
#define T_USB  "USB ¤¨áª "
62
#define T_RAM  "RAM ¤¨áª "
62
#define T_RAM  "RAM ¤¨áª "
63
#define T_UNC  "¥¨§¢¥áâ­® "
63
#define T_UNC  "¥¨§¢¥áâ­® "
-
 
64
 
-
 
65
#define WINDOW_TITLE_PROPERTIES "‘¢®©á⢠"
-
 
66
#define T_CLOSE "‡ ªàëâì"
-
 
67
#define T_APPLY "à¨¬¥­¨âì"
-
 
68
#define QUEST_1 "à¨¬¥­¨âì ª® ¢á¥¬ ¢«®¦¥­­ë¬"
-
 
69
#define QUEST_2 "ä ©« ¬ ¨ ¯ ¯ª ¬?"
-
 
70
#define PR_T_NAME "ˆ¬ï:"
-
 
71
#define PR_T_DEST " á¯®«®¦¥­¨¥:"
-
 
72
#define PR_T_SIZE " §¬¥à:"
-
 
73
#define CREATED_OPENED_MODIFIED "‘®§¤ ­:\nŽâªàëâ:\nˆ§¬¥­¥­:"
-
 
74
#define SET_6 "” ©«®¢: "
-
 
75
#define SET_7 "  ¯®ª: "
-
 
76
#define PR_T_CONTAINS "‘®¤¥à¦¨â: "
-
 
77
#define FLAGS " €ââਡãâë "
-
 
78
#define PR_T_HIDDEN "‘ªàëâë©"
-
 
79
#define PR_T_SYSTEM "‘¨á⥬­ë©"
-
 
80
#define PR_T_ONLY_READ "’®«ìª® ç⥭¨¥"
-
 
81
#define SET_BYTE_LANG "¡ ©â"
-
 
82
 
-
 
83
#define TITLE_SETT " áâனª¨"
-
 
84
#define SHOW_DEVICE_CLASS "‚뢮¤¨âì ­ §¢ ­¨ï ª« áá  ãáâனáâ¢"
-
 
85
#define SHOW_STATUS_BAR "®ª §ë¢ âì áâ âãá ¡ à"
-
 
86
#define BIG_ICONS "ˆá¯®«ì§®¢ âì ¡®«ì訥 ¨ª®­ª¨"
-
 
87
#define COLORED_LINES "®¤á¢¥ç¨¢ âì ç¥â­ë¥ «¨­¨¨ ¢ ᯨ᪥"
-
 
88
#define FONT_SIZE_LABEL " §¬¥à èà¨äâ "
-
 
89
#define LIST_LINE_HEIGHT "‚ëá®â  áâப¨ ¢ ᯨ᪥"
-
 
90
#define SAVE_PATH_AS_DEFAULT "’¥ªã騩 ¯ãâì"
-
 
91
#define SAVE_START_PATH_AS_DEFAULT "‚¢¥¤¥­­ë© ¯ãâì"
-
 
92
#define EDIT_FILE_ASSOCIATIONS "¥¤ ªâ¨à®¢ âì  áá®æ¨ æ¨¨ ä ©«®¢"
-
 
93
#define START_PATH " ‘â àâ®¢ë© ¯ãâì: "
-
 
94
 
64
//===================================================//
95
//===================================================//
65
//                                                   //
96
//                                                   //
66
//                      ENGLISH                      //
97
//                      ENGLISH                      //
67
//                                                   //
98
//                                                   //
68
//===================================================//
99
//===================================================//
Line 116... Line 147...
116
	60, "Settings", "F10",
147
	60, "Settings", "F10",
117
	0,0,0
148
	0,0,0
118
};
149
};
119
#define T_PROG "Programs "
150
#define T_PROG "Programs "
120
#define T_SYS  "System "
151
#define T_SYS  "System "
121
#define T_CD   "CD-ROM "
152
#define T_CD   "CD-Rom "
122
#define T_FD   "Floppy disk "
153
#define T_FD   "Floppy disk "
123
#define T_HD   "Hard disk "
154
#define T_HD   "Hard disk "
124
#define T_SATA "SATA disk "
155
#define T_SATA "SATA disk "
125
#define T_USB  "USB disk "
156
#define T_USB  "USB disk "
126
#define T_RAM  "RAM disk "
157
#define T_RAM  "RAM disk "
127
#define T_UNC  "Unknown "
158
#define T_UNC  "Unknown "
-
 
159
 
-
 
160
#define WINDOW_TITLE_PROPERTIES "Properties"
-
 
161
#define T_CLOSE "Close"
-
 
162
#define T_APPLY "Apply"
-
 
163
#define QUEST_1 "Apply to all subfolders"
-
 
164
#define QUEST_2 "files and Folders?"
-
 
165
#define PR_T_NAME "Name:"
-
 
166
#define PR_T_DEST "Destination:"
-
 
167
#define PR_T_SIZE "Size:"
-
 
168
#define CREATED_OPENED_MODIFIED "Created:\nOpened:\nModified:"
-
 
169
#define SET_6 "Files: "
-
 
170
#define SET_7 " Folders: "
-
 
171
#define PR_T_CONTAINS "Contains: "
-
 
172
#define FLAGS " Attributes "
-
 
173
#define PR_T_HIDDEN "Hidden"
-
 
174
#define PR_T_SYSTEM "System"
-
 
175
#define PR_T_ONLY_READ "Read-only"
-
 
176
#define SET_BYTE_LANG "byte"
-
 
177
 
-
 
178
#define TITLE_SETT "Settings"
-
 
179
#define SHOW_DEVICE_CLASS "Show device class name"
-
 
180
#define SHOW_STATUS_BAR "Show status bar"
-
 
181
#define BIG_ICONS "Big icons in list"
-
 
182
#define COLORED_LINES "Highlight even lines in list"
-
 
183
#define FONT_SIZE_LABEL "Font size"
-
 
184
#define LIST_LINE_HEIGHT "List line height"
-
 
185
#define SAVE_PATH_AS_DEFAULT "Current path"
-
 
186
#define SAVE_START_PATH_AS_DEFAULT "Typed path"
-
 
187
#define EDIT_FILE_ASSOCIATIONS "Edit file associations"
-
 
188
#define START_PATH " Start path: "
-
 
189
 
128
#endif
190
#endif
Line 129... Line 191...
129
 
191
 
130
//===================================================//
192
//===================================================//
131
//                                                   //
193
//                                                   //
Line 150... Line 212...
150
	CUT_BTN,
212
	CUT_BTN,
151
	PASTE_BTN,
213
	PASTE_BTN,
152
	KFM_FUNC_ID = 450
214
	KFM_FUNC_ID = 450
153
};
215
};
Line -... Line 216...
-
 
216
 
-
 
217
#define B_SETINGS_APPLY_SUBFOLDER 301
-
 
218
#define B_SETINGS_APPLY_NO_SUBFOLDER 302
-
 
219
#define B_APPLY 11
-
 
220
#define B_CLOSE 12
154
 
221
 
155
//OpenDir options
222
//OpenDir options
156
enum {
223
enum {
157
	WITH_REDRAW, 
224
	WITH_REDRAW, 
158
	ONLY_OPEN
225
	ONLY_OPEN