Subversion Repositories Kolibri OS

Rev

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

Rev 7764 Rev 7765
Line 1... Line 1...
1
char version[]="WebView 2.2";
1
char version[]="WebView 2.25";
Line 2... Line 2...
2
 
2
 
3
#ifdef LANG_RUS
3
#ifdef LANG_RUS
4
char page_not_found[] = FROM "html\\page_not_found_ru.htm""\0";
4
char page_not_found[] = FROM "html\\page_not_found_ru.htm""\0";
5
char homepage[] = FROM "html\\homepage_ru.htm""\0";
5
char homepage[] = FROM "html\\homepage_ru.htm""\0";
Line 10... Line 10...
10
¥¤ ªâ¨à®¢ âì ¨á室­¨ª";
10
¥¤ ªâ¨à®¢ âì ¨á室­¨ª";
11
char main_menu[] = 
11
char main_menu[] = 
12
"Žâªàëâì ä ©«
12
"Žâªàëâì ä ©«
13
®¢®¥ ®ª­®
13
®¢®¥ ®ª­®
14
ˆáâ®à¨ï
14
ˆáâ®à¨ï
15
Œ¥­¥¤¦¥à § £à㧮ª";
15
Œ¥­¥¤¦¥à § £à㧮ª
-
 
16
Ž¡­®¢¨âì ¡à ã§¥à";
16
char link_menu[] =
17
char link_menu[] =
17
"Š®¯¨à®¢ âì áá뫪ã
18
"Š®¯¨à®¢ âì áá뫪ã
18
‘ª ç âì ᮤ¥à¦¨¬®¥ áá뫪¨";
19
‘ª ç âì ᮤ¥à¦¨¬®¥ áá뫪¨";
19
char loading_text[] = "‡ £à㧪 ...";
20
char loading_text[] = "‡ £à㧪 ...";
-
 
21
 
-
 
22
char update_param[] = "-download_and_exit http://builds.kolibrios.org/rus/data/programs/cmm/browser/WebView.com";
-
 
23
char update_download_error[] = "'WebView\nŽè¨¡ª  ¯à¨ ¯®«ã祭¨¨ ®¡­®¢«¥­¨©!' -tE";
-
 
24
char update_ok[] = "'WebView\nà ã§¥à ¡ë« ãᯥ譮 ®¡­®¢«¥­!' -tO";
-
 
25
char update_is_current[] = "'WebView\n‚ë 㦥 ¨á¯®«ì§ã¥â¥ ¯®á«¥¤­îî ¢¥àá¨î.' -I";
-
 
26
char update_can_not_copy[] = "'WebView\n¥ ¬®£ã ¯¥à¥¬¥áâ¨âì ­®¢ãî ¢¥àá¨î ¨§ ¯ ¯ª¨ Downloads ­  Ramdisk. ‚®§¬®¦­®, ­¥ ¤®áâ â®ç­® ¬¥áâ .' -E";
20
#else
27
#else
21
char page_not_found[] = FROM "html\\page_not_found_en.htm""\0";
28
char page_not_found[] = FROM "html\\page_not_found_en.htm""\0";
22
char homepage[] = FROM "html\\homepage_en.htm""\0";
29
char homepage[] = FROM "html\\homepage_en.htm""\0";
23
char help[] = FROM "html\\help_en.htm""\0";
30
char help[] = FROM "html\\help_en.htm""\0";
24
char accept_language[]= "Accept-Language: en\n";
31
char accept_language[]= "Accept-Language: en\n";
Line 27... Line 34...
27
Edit source";
34
Edit source";
28
char main_menu[] = 
35
char main_menu[] = 
29
"Open local file
36
"Open local file
30
New window
37
New window
31
History
38
History
32
Download Manager";
39
Download Manager
-
 
40
Update browser";
33
char link_menu[] =
41
char link_menu[] =
34
"Copy link
42
"Copy link
35
Download link contents";
43
Download link contents";
36
char loading_text[] = "Loading...";
44
char loading_text[] = "Loading...";
-
 
45
char update_param[] = "-download_and_exit http://builds.kolibrios.org/eng/data/programs/cmm/browser/WebView.com";
-
 
46
char update_download_error[] = "'WebView\nError receiving an up to date information!' -tE";
-
 
47
char update_ok[] = "'WebView\nThe browser has been updated!' -tO";
-
 
48
char update_is_current[] = "'WebView\nThe browser is up to date.' -I";
-
 
49
char update_can_not_copy[] = "'WebView\nError copying a new version from Downloads folder!\nProbably too litle space on Ramdisk.' -E";
37
#endif
50
#endif
Line 38... Line 51...
38
 
51
 
39
#define URL_SERVICE_HISTORY "WebView:history"
52
#define URL_SERVICE_HISTORY "WebView:history"
40
#define URL_SERVICE_HOMEPAGE "WebView:home"
53
#define URL_SERVICE_HOMEPAGE "WebView:home"