summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-fr
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-fr
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-fr')
-rw-r--r--core/res/res/raw-fr/loaderror.html18
-rw-r--r--core/res/res/raw-fr/nodomain.html24
2 files changed, 42 insertions, 0 deletions
diff --git a/core/res/res/raw-fr/loaderror.html b/core/res/res/raw-fr/loaderror.html
new file mode 100644
index 0000000..f61f50b
--- /dev/null
+++ b/core/res/res/raw-fr/loaderror.html
@@ -0,0 +1,18 @@
+<html>
+ <head>
+ <title>Page Web non disponible</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>Page Web non disponible</h2>
+ <p>Impossible de charger la page Web &agrave; l'adresse <a href="%s">%s</a> en tant que&nbsp;:</p>
+ <!-- The %e is replaced by a localized error string -->
+ <p>%e</p>
+ </body>
+ </head>
+</html>
diff --git a/core/res/res/raw-fr/nodomain.html b/core/res/res/raw-fr/nodomain.html
new file mode 100644
index 0000000..b3b93b3
--- /dev/null
+++ b/core/res/res/raw-fr/nodomain.html
@@ -0,0 +1,24 @@
+<html>
+ <head>
+ <title>Page Web non disponible</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>Page Web non disponible</h2>
+ <p>La page Web &agrave; l'adresse <a href="%s">%s</a> est peut-&ecirc;tre temporairement inaccessible ou a &eacute;t&eacute; d&eacute;plac&eacute;e d&eacute;finitivement vers une nouvelle adresse Web.</p>
+
+ <p><b>Voici quelques suggestions&nbsp;:</b></p>
+ <ul>
+ <li>assurez-vous que votre appareil &eacute;met un signal et dispose d'une connexion de donn&eacute;es&nbsp;;</li>
+ <li>rechargez cette page Web ult&eacute;rieurement&nbsp;;</li>
+ <li>affichez une copie en cache de la page Web &agrave; partir de Google.</li>
+
+ </ul>
+ </body>
+ </head>
+</html>