summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-iw
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-15 16:12:10 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-15 16:12:10 -0800
commit9266c558bf1d21ff647525ff99f7dadbca417309 (patch)
tree1630b1ba80f4793caf39d865528e662bdb1037fe /core/res/res/raw-iw
parentb798689749c64baba81f02e10cf2157c747d6b46 (diff)
downloadframeworks_base-9266c558bf1d21ff647525ff99f7dadbca417309.zip
frameworks_base-9266c558bf1d21ff647525ff99f7dadbca417309.tar.gz
frameworks_base-9266c558bf1d21ff647525ff99f7dadbca417309.tar.bz2
auto import from //branches/cupcake/...@126645
Diffstat (limited to 'core/res/res/raw-iw')
-rw-r--r--core/res/res/raw-iw/loaderror.html18
-rw-r--r--core/res/res/raw-iw/nodomain.html24
2 files changed, 42 insertions, 0 deletions
diff --git a/core/res/res/raw-iw/loaderror.html b/core/res/res/raw-iw/loaderror.html
new file mode 100644
index 0000000..8155432
--- /dev/null
+++ b/core/res/res/raw-iw/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>דף האינטרנט ב-&lrm;<a href="%s">%s</a>&lrm; לא ניטן לטעינה בתור:</p>
+ <!-- The %e is replaced by a localized error string -->
+ <p>&lrm;%e</p>
+ </body>
+ </head>
+</html>
diff --git a/core/res/res/raw-iw/nodomain.html b/core/res/res/raw-iw/nodomain.html
new file mode 100644
index 0000000..f7b9f42
--- /dev/null
+++ b/core/res/res/raw-iw/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>ייתכן שדף האינטרנט ב-&lrm;<a href="%s">%s</a>&lrm; מושבת באופן זמני או שעבר לצמיתות לכתובת אינטרנט חדשה.</p>
+
+ <p><b>להלן מספר הצעות:</b></p>
+ <ul>
+ <li>בדוק כדי לוודא שההתקן שלך כולל חיבור אותות ונתונים</li>
+ <li>טען מחדש דף אינטרנט זה במועד מאוחר יותר.</li>
+ <li>הצג עותק של דף האינטרנט של Google שנשמר במטמון</li>
+
+ </ul>
+ </body>
+ </head>
+</html>