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