summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-th
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-th
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-th')
-rw-r--r--core/res/res/raw-th/loaderror.html18
-rw-r--r--core/res/res/raw-th/nodomain.html24
2 files changed, 42 insertions, 0 deletions
diff --git a/core/res/res/raw-th/loaderror.html b/core/res/res/raw-th/loaderror.html
new file mode 100644
index 0000000..05310a7
--- /dev/null
+++ b/core/res/res/raw-th/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-th/nodomain.html b/core/res/res/raw-th/nodomain.html
new file mode 100644
index 0000000..37b8593
--- /dev/null
+++ b/core/res/res/raw-th/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>