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