Subversion Repositories Kolibri OS

Rev

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

Rev 3695 Rev 3848
Line 1... Line 1...
1
//Leency 2008-2013
1
//Leency 2008-2013
Line -... Line 2...
-
 
2
 
-
 
3
#ifdef LANG_RUS
-
 
4
char *captions[] = {
-
 
5
	"Žâªàëâì",               "Enter",
-
 
6
	"Žâªàëâì á ¯®¬®éìî...",  "CrlEnt",
-
 
7
	"Žâªàëâì ª ª ⥪áâ",     "F3",
-
 
8
	"Žâªàëâì ¢ HEX",         "F4",
-
 
9
	//
-
 
10
	"Š®¯¨à®¢ âì",            "Crl+C",
-
 
11
	"‚ë१ âì",              "Crl+X",
-
 
12
	"‚áâ ¢¨âì",              "Crl+V",
-
 
13
	"¥à¥¨¬¥­®¢ âì",         "F2",
-
 
14
	"“¤ «¨âì",               "Del",
-
 
15
	"Ž¡­®¢¨âì",              "F5",
-
 
16
	0, 0};
-
 
17
 
2
 
18
#else
3
char *captions[] = {
19
char *captions[] = {
4
	"Open",          "Enter",
20
	"Open",          "Enter",
5
	"Open with...",  "CrlEnt",
21
	"Open with...",  "CrlEnt",
6
	"View as text",  "F3",
22
	"View as text",  "F3",
Line 9... Line 25...
9
	"Copy",          "Crl+C",
25
	"Copy",          "Crl+C",
10
	"Cut",           "Crl+X",
26
	"Cut",           "Crl+X",
11
	"Paste",         "Crl+V",
27
	"Paste",         "Crl+V",
12
	"Rename",        "F2",
28
	"Rename",        "F2",
13
	"Delete",        "Del",
29
	"Delete",        "Del",
14
	//"Refresh",       "F5",
30
	"Refresh",       "F5",
15
	0, 0};
31
	0, 0};
-
 
32
#endif
Line 16... Line 33...
16
 
33
 
Line 17... Line 34...
17
proc_info MenuForm;
34
proc_info MenuForm;
18
 
35