Subversion Repositories Kolibri OS

Rev

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

Rev 3878 Rev 3883
Line 33... Line 33...
33
	?define T_DEL_ERROR_1 "Žè¨¡ª .  ¯ª  ­¥ ¯ãáâ ï."
33
	?define T_DEL_ERROR_1 "Žè¨¡ª .  ¯ª  ­¥ ¯ãáâ ï."
34
	?define T_DEL_ERROR_2 "Žè¨¡ª . ” ©«®¢ ï á¨á⥬  ⮫쪮 ¤«ï ç⥭¨ï."
34
	?define T_DEL_ERROR_2 "Žè¨¡ª . ” ©«®¢ ï á¨á⥬  ⮫쪮 ¤«ï ç⥭¨ï."
35
	?define NOT_CREATE_FOLDER "¥ 㤠«®áì ᮧ¤ âì ¯ ¯ªã."
35
	?define NOT_CREATE_FOLDER "¥ 㤠«®áì ᮧ¤ âì ¯ ¯ªã."
36
	?define NOT_CREATE_FILE "¥ 㤠«®áì ᮧ¤ âì ä ©«."
36
	?define NOT_CREATE_FILE "¥ 㤠«®áì ᮧ¤ âì ä ©«."
37
	?define ERROR_1 "Žè¨¡ª  ¯à¨ § £à㧪¥ ¡¨¡«¨®â¥ª¨ /rd/1/lib/box_lib.obj"
37
	?define ERROR_1 "Žè¨¡ª  ¯à¨ § £à㧪¥ ¡¨¡«¨®â¥ª¨ /rd/1/lib/box_lib.obj"
38
	
-
 
-
 
38
	?define T_PASTE_WINDOW "Š®¯¨àãî..."
-
 
39
	?define T_PASTE_WINDOW_TEXT "Š®¯¨àã¥âáï ä ©«:"
39
#else
40
#else
40
	?define T_FILE "File"
41
	?define T_FILE "File"
41
	?define T_TYPE "Type"
42
	?define T_TYPE "Type"
42
	?define T_SIZE "Size"
43
	?define T_SIZE "Size"
43
	?define T_NEW_FOLDER "New folder"
44
	?define T_NEW_FOLDER "New folder"
Line 48... Line 49...
48
	?define T_DEL_ERROR_1 "Error. Folder isn't empty."
49
	?define T_DEL_ERROR_1 "Error. Folder isn't empty."
49
	?define T_DEL_ERROR_2 "Error. Filesystem read-only."
50
	?define T_DEL_ERROR_2 "Error. Filesystem read-only."
50
	?define NOT_CREATE_FOLDER "Folder can not be created."
51
	?define NOT_CREATE_FOLDER "Folder can not be created."
51
	?define NOT_CREATE_FILE "File can not be created."
52
	?define NOT_CREATE_FILE "File can not be created."
52
	?define ERROR_1 "Error while loading library /rd/1/lib/box_lib.obj"
53
	?define ERROR_1 "Error while loading library /rd/1/lib/box_lib.obj"
-
 
54
	?define T_PASTE_WINDOW "Copying..."
-
 
55
	?define T_PASTE_WINDOW_TEXT "Copying file:"
53
#endif
56
#endif
Line 54... Line 57...
54
 
57
 
Line 55... Line 58...
55
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
58
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
56
 
59
 
57
#define TITLE "Eolite File Manager v1.94"
60
#define TITLE "Eolite File Manager v1.95"
58
#define ABOUT_TITLE "Eolite v1.94"
61
#define ABOUT_TITLE "Eolite v1.95"
59
dword col_work    = 0xE4DFE1;
62
dword col_work    = 0xE4DFE1;
60
dword col_border  = 0x9098B0; //A0A0B8; //0x819FC5;
63
dword col_border  = 0x9098B0; //A0A0B8; //0x819FC5;
61
dword col_padding = 0xC8C9C9;
64
dword col_padding = 0xC8C9C9;