summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-ru
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:31:44 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:31:44 -0800
commit9066cfe9886ac131c34d59ed0e2d287b0e3c0087 (patch)
treed88beb88001f2482911e3d28e43833b50e4b4e97 /core/res/res/raw-ru
parentd83a98f4ce9cfa908f5c54bbd70f03eec07e7553 (diff)
downloadframeworks_base-9066cfe9886ac131c34d59ed0e2d287b0e3c0087.zip
frameworks_base-9066cfe9886ac131c34d59ed0e2d287b0e3c0087.tar.gz
frameworks_base-9066cfe9886ac131c34d59ed0e2d287b0e3c0087.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'core/res/res/raw-ru')
-rw-r--r--core/res/res/raw-ru/loaderror.html18
-rw-r--r--core/res/res/raw-ru/nodomain.html24
2 files changed, 42 insertions, 0 deletions
diff --git a/core/res/res/raw-ru/loaderror.html b/core/res/res/raw-ru/loaderror.html
new file mode 100644
index 0000000..5a0312e
--- /dev/null
+++ b/core/res/res/raw-ru/loaderror.html
@@ -0,0 +1,18 @@
+<html>
+ <head>
+ <title>Веб-страница недоступна</title>
+ <style type="text/css">
+ body { margin-top: 0px; padding-top: 0px; }
+ h2 { margin-top: 5px; padding-top: 0px; }
+ </style>
+
+ <body>
+
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
+ <h2>Веб-страница недоступна</h2>
+ <p>Невозможно загрузить веб-страницу по адресу <a href="%s">%s</a> по следующей причине:</p>
+ <!-- The %e is replaced by a localized error string -->
+ <p>%e</p>
+ </body>
+ </head>
+</html>
diff --git a/core/res/res/raw-ru/nodomain.html b/core/res/res/raw-ru/nodomain.html
new file mode 100644
index 0000000..86a42a1
--- /dev/null
+++ b/core/res/res/raw-ru/nodomain.html
@@ -0,0 +1,24 @@
+<html>
+ <head>
+ <title>Веб-страница недоступна</title>
+ <style type="text/css">
+ body { margin-top: 0px; padding-top: 0px; }
+ h2 { margin-top: 5px; padding-top: 0px; }
+ </style>
+
+ <body>
+
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
+ <h2>Веб-страница недоступна</h2>
+ <p>Возможно, веб-страница по адресу <a href="%s">%s</a> временно отключена или навсегда перемещена на новый веб-адрес.</p>
+
+ <p><b>Вот несколько советов:</b></p>
+ <ul>
+ <li>Убедитесь, что у вашего устройства есть сигнал и подключение для передачи данных.</li>
+ <li>Повторите загрузку веб-страницы позже.</li>
+ <li>Просмотрите копию веб-страницы, сохраненную в кэше Google.</li>
+
+ </ul>
+ </body>
+ </head>
+</html>