summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-nl
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-nl
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-nl')
-rw-r--r--core/res/res/raw-nl/loaderror.html18
-rw-r--r--core/res/res/raw-nl/nodomain.html24
2 files changed, 42 insertions, 0 deletions
diff --git a/core/res/res/raw-nl/loaderror.html b/core/res/res/raw-nl/loaderror.html
new file mode 100644
index 0000000..76bb07c
--- /dev/null
+++ b/core/res/res/raw-nl/loaderror.html
@@ -0,0 +1,18 @@
+<html>
+ <head>
+ <title>Webpagina niet beschikbaar</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>Webpagina niet beschikbaar</h2>
+ <p>De webpagina op <a href="%s">%s</a> kan niet worden geladen als:</p>
+ <!-- The %e is replaced by a localized error string -->
+ <p>%e</p>
+ </body>
+ </head>
+</html>
diff --git a/core/res/res/raw-nl/nodomain.html b/core/res/res/raw-nl/nodomain.html
new file mode 100644
index 0000000..ffac947
--- /dev/null
+++ b/core/res/res/raw-nl/nodomain.html
@@ -0,0 +1,24 @@
+<html>
+ <head>
+ <title>Webpagina niet beschikbaar</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>Webpagina niet beschikbaar</h2>
+ <p>De webpagina op <a href="%s">%s</a> is mogelijk tijdelijk niet beschikbaar of is permanent verplaatst naar een nieuw webadres.</p>
+
+ <p><b>Hier volgen enkele suggesties:</b></p>
+ <ul>
+ <li>Controleer of uw apparaat een signaal en gegevensverbinding heeft.</li>
+ <li>Laad deze webpagina later opnieuw.</li>
+ <li>Bekijk een exemplaar van de webpagina uit het cachegeheugen van Google.</li>
+
+ </ul>
+ </body>
+ </head>
+</html>