Subversion Repositories Kolibri OS

Rev

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

Rev 8332 Rev 8413
Line 20... Line 20...
20
-
20
-
21
Š®¯¨à®¢ âì áá뫪ã
21
Š®¯¨à®¢ âì áá뫪ã
22
‘ª ç âì ᮤ¥à¦¨¬®¥ áá뫪¨";
22
‘ª ç âì ᮤ¥à¦¨¬®¥ áá뫪¨";
23
char loading_text[] = "‡ £à㧪 ...";
23
char loading_text[] = "‡ £à㧪 ...";
Line 24... Line 24...
24
 
24
 
25
char update_param[] = "-exit http://builds.kolibrios.org/rus/data/programs/cmm/browser/WebView.com";
25
char update_param[] = "-e http://builds.kolibrios.org/rus/data/programs/cmm/browser/WebView.com";
26
char update_download_error[] = "'WebView\nŽè¨¡ª  ¯à¨ ¯®«ã祭¨¨ ®¡­®¢«¥­¨©!' -tE";
26
char update_download_error[] = "'WebView\nŽè¨¡ª  ¯à¨ ¯®«ã祭¨¨ ®¡­®¢«¥­¨©!' -tE";
27
char update_ok[] = "'WebView\nà ã§¥à ¡ë« ãᯥ譮 ®¡­®¢«¥­!' -tO";
27
char update_ok[] = "'WebView\nà ã§¥à ¡ë« ãᯥ譮 ®¡­®¢«¥­!' -tO";
28
char update_is_current[] = "'WebView\n‚ë 㦥 ¨á¯®«ì§ã¥â¥ ¯®á«¥¤­îî ¢¥àá¨î.' -tI";
28
char update_is_current[] = "'WebView\n‚ë 㦥 ¨á¯®«ì§ã¥â¥ ¯®á«¥¤­îî ¢¥àá¨î.' -tI";
29
char update_can_not_copy[] = "'WebView\n¥ ¬®£ã ¯¥à¥¬¥áâ¨âì ­®¢ãî ¢¥àá¨î ¨§ ¯ ¯ª¨ Downloads ­  Ramdisk. ‚®§¬®¦­®, ­¥ ¤®áâ â®ç­® ¬¥áâ .' -tE";
29
char update_can_not_copy[] = "'WebView\n¥ ¬®£ã ¯¥à¥¬¥áâ¨âì ­®¢ãî ¢¥àá¨î ¨§ ¯ ¯ª¨ Downloads ­  Ramdisk. ‚®§¬®¦­®, ­¥ ¤®áâ â®ç­® ¬¥áâ .' -tE";
-
 
30
char clear_cache_ok[] = "'WebView\nŠíè ®ç¨é¥­.' -tI";
-
 
31
#define T_RENDERING "¥­¤¥à¨­£ áâà ­¨æë..."
30
char clear_cache_ok[] = "'WebView\nŠíè ®ç¨é¥­.' -tI";
32
#define T_DONE_IN_SEC "ƒ®â®¢®: %i ᥪ"
31
#else
33
#else
32
char buildin_page_error[] = FROM "res/page_not_found_en.htm""\0";
34
char buildin_page_error[] = FROM "res/page_not_found_en.htm""\0";
33
char buildin_page_home[]  = FROM "res/homepage_en.htm""\0";
35
char buildin_page_home[]  = FROM "res/homepage_en.htm""\0";
34
char buildin_page_help[]  = FROM "res/help_en.htm""\0";
36
char buildin_page_help[]  = FROM "res/help_en.htm""\0";
Line 49... Line 51...
49
Open in new window
51
Open in new window
50
-
52
-
51
Copy link
53
Copy link
52
Download link contents";
54
Download link contents";
53
char loading_text[] = "Loading...";
55
char loading_text[] = "Loading...";
54
char update_param[] = "-exit http://builds.kolibrios.org/eng/data/programs/cmm/browser/WebView.com";
56
char update_param[] = "-e http://builds.kolibrios.org/eng/data/programs/cmm/browser/WebView.com";
55
char update_download_error[] = "'WebView\nError receiving an up to date information!' -tE";
57
char update_download_error[] = "'WebView\nError receiving an up to date information!' -tE";
56
char update_ok[] = "'WebView\nThe browser has been updated!' -tO";
58
char update_ok[] = "'WebView\nThe browser has been updated!' -tO";
57
char update_is_current[] = "'WebView\nThe browser is up to date.' -tI";
59
char update_is_current[] = "'WebView\nThe browser is up to date.' -tI";
58
char update_can_not_copy[] = "'WebView\nError copying a new version from Downloads folder!\nProbably too litle space on Ramdisk.' -tE";
60
char update_can_not_copy[] = "'WebView\nError copying a new version from Downloads folder!\nProbably too litle space on Ramdisk.' -tE";
59
char clear_cache_ok[] = "'WebView\nThe cache has been cleared.' -tI";
61
char clear_cache_ok[] = "'WebView\nThe cache has been cleared.' -tI";
-
 
62
#define T_RENDERING "Rendering..."
-
 
63
#define T_DONE_IN_SEC "Done in %i sec"
60
#endif
64
#endif
Line 61... Line 65...
61
 
65
 
62
#define URL_SERVICE_HISTORY "WebView:history"
66
#define URL_SERVICE_HISTORY "WebView:history"
63
#define URL_SERVICE_HOMEPAGE "WebView:home"
67
#define URL_SERVICE_HOMEPAGE "WebView:home"