Subversion Repositories Kolibri OS

Rev

Rev 7781 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

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