Subversion Repositories Kolibri OS

Rev

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

Rev 5487 Rev 5499
Line 11... Line 11...
11
#include "..\lib\clipboard.h"
11
#include "..\lib\clipboard.h"
12
#include "..\lib\strings.h"
12
#include "..\lib\strings.h"
13
#include "..\lib\mem.h"
13
#include "..\lib\mem.h"
14
#include "..\lib\dll.h"
14
#include "..\lib\dll.h"
15
#include "..\lib\file_system.h"
15
#include "..\lib\file_system.h"
16
#include "..\lib\figures.h"
16
#include "..\lib\gui.h"
17
#include "..\lib\list_box.h"
17
#include "..\lib\list_box.h"
18
#include "..\lib\copyf.h"
18
#include "..\lib\copyf.h"
19
#include "..\lib\random.h"
19
#include "..\lib\random.h"
20
//obj
20
//obj
21
#include "..\lib\lib.obj\libini.h"
21
#include "..\lib\obj\libini.h"
22
#include "..\lib\lib.obj\box_lib.h"
22
#include "..\lib\obj\box_lib.h"
23
//images
23
//images
24
#include "imgs\toolbar.txt"
24
#include "imgs\toolbar.txt"
25
#include "imgs\left_p.txt"
25
#include "imgs\left_p.txt"
26
#include "imgs\icons.txt"
26
#include "imgs\icons.txt"
Line 36... Line 36...
36
	?define T_NO "¥â"
36
	?define T_NO "¥â"
37
	?define T_DEL_ERROR_1 "Žè¨¡ª .  ¯ª  ­¥ ¯ãáâ ï."
37
	?define T_DEL_ERROR_1 "Žè¨¡ª .  ¯ª  ­¥ ¯ãáâ ï."
38
	?define WAIT_DELETING_FOLDER "“¤ «ï¥âáï ¯ ¯ª . ®¤®¦¨â¥..."
38
	?define WAIT_DELETING_FOLDER "“¤ «ï¥âáï ¯ ¯ª . ®¤®¦¨â¥..."
39
	?define NOT_CREATE_FOLDER "¥ 㤠«®áì ᮧ¤ âì ¯ ¯ªã."
39
	?define NOT_CREATE_FOLDER "¥ 㤠«®áì ᮧ¤ âì ¯ ¯ªã."
40
	?define NOT_CREATE_FILE "¥ 㤠«®áì ᮧ¤ âì ä ©«."
40
	?define NOT_CREATE_FILE "¥ 㤠«®áì ᮧ¤ âì ä ©«."
41
	?define ERROR_1 "Žè¨¡ª  ¯à¨ § £à㧪¥ ¡¨¡«¨®â¥ª¨ /rd/1/lib/box_lib.obj"
41
	?define ERROR_1 "Žè¨¡ª  ¯à¨ § £à㧪¥ ¡¨¡«¨®â¥ª¨ /rd/1/lib/box_obj"
42
	?define T_PASTE_WINDOW "Š®¯¨àãî..."
42
	?define T_PASTE_WINDOW "Š®¯¨àãî..."
43
	?define T_PASTE_WINDOW_TEXT "Š®¯¨àã¥âáï ä ©«:"
43
	?define T_PASTE_WINDOW_TEXT "Š®¯¨àã¥âáï ä ©«:"
44
	?define T_CANCEL_PASTE "Š®¯¨à®¢ ­¨¥ ¯à¥ªà é¥­®.  ¯ª  ᪮¯¨à®¢ ­  ­¥ ¯®«­®áâìî."
44
	?define T_CANCEL_PASTE "Š®¯¨à®¢ ­¨¥ ¯à¥ªà é¥­®.  ¯ª  ᪮¯¨à®¢ ­  ­¥ ¯®«­®áâìî."
45
	?define T_SELECT_APP_TO_OPEN_WITH "‚ë¡¥à¨â¥ ¯à®£à ¬¬ã ¤«ï ®âªàëâ¨ï ä ©« "
45
	?define T_SELECT_APP_TO_OPEN_WITH "‚ë¡¥à¨â¥ ¯à®£à ¬¬ã ¤«ï ®âªàëâ¨ï ä ©« "
46
#elif LANG_EST
46
#elif LANG_EST
Line 54... Line 54...
54
	?define T_NO "Ei"
54
	?define T_NO "Ei"
55
	?define T_DEL_ERROR_1 "Viga. Kataloog ei ole tühi."
55
	?define T_DEL_ERROR_1 "Viga. Kataloog ei ole tühi."
56
	?define WAIT_DELETING_FOLDER "Deleting folder. Please, wait..."
56
	?define WAIT_DELETING_FOLDER "Deleting folder. Please, wait..."
57
	?define NOT_CREATE_FOLDER "Kataloogi ei saa luua."
57
	?define NOT_CREATE_FOLDER "Kataloogi ei saa luua."
58
	?define NOT_CREATE_FILE "Faili ei saa luua."
58
	?define NOT_CREATE_FILE "Faili ei saa luua."
59
	?define ERROR_1 "Viga teegi laadimisel /rd/1/lib/box_lib.obj"
59
	?define ERROR_1 "Viga teegi laadimisel /rd/1/lib/box_obj"
60
	?define T_PASTE_WINDOW "Kopeerin..."
60
	?define T_PASTE_WINDOW "Kopeerin..."
61
	?define T_PASTE_WINDOW_TEXT "Kopeerin faili:"
61
	?define T_PASTE_WINDOW_TEXT "Kopeerin faili:"
62
	?define T_CANCEL_PASTE "Copy process terminated. Folder copied incompletely."
62
	?define T_CANCEL_PASTE "Copy process terminated. Folder copied incompletely."
63
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
63
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
64
#else
64
#else
Line 72... Line 72...
72
	?define T_NO "No"
72
	?define T_NO "No"
73
	?define T_DEL_ERROR_1 "Error. Folder isn't empty."
73
	?define T_DEL_ERROR_1 "Error. Folder isn't empty."
74
	?define WAIT_DELETING_FOLDER "Deleting folder. Please, wait..."
74
	?define WAIT_DELETING_FOLDER "Deleting folder. Please, wait..."
75
	?define NOT_CREATE_FOLDER "Folder can not be created."
75
	?define NOT_CREATE_FOLDER "Folder can not be created."
76
	?define NOT_CREATE_FILE "File can not be created."
76
	?define NOT_CREATE_FILE "File can not be created."
77
	?define ERROR_1 "Error while loading library /rd/1/lib/box_lib.obj"
77
	?define ERROR_1 "Error while loading library /rd/1/lib/box_obj"
78
	?define T_PASTE_WINDOW "Copying..."
78
	?define T_PASTE_WINDOW "Copying..."
79
	?define T_PASTE_WINDOW_TEXT "Copying file:"
79
	?define T_PASTE_WINDOW_TEXT "Copying file:"
80
	?define T_CANCEL_PASTE "Copy process terminated. Folder copied incompletely."
80
	?define T_CANCEL_PASTE "Copy process terminated. Folder copied incompletely."
81
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
81
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
82
#endif
82
#endif