summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-it
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-it
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-it')
-rw-r--r--core/res/res/raw-it/loaderror.html18
-rw-r--r--core/res/res/raw-it/nodomain.html24
2 files changed, 42 insertions, 0 deletions
diff --git a/core/res/res/raw-it/loaderror.html b/core/res/res/raw-it/loaderror.html
new file mode 100644
index 0000000..e81466a
--- /dev/null
+++ b/core/res/res/raw-it/loaderror.html
@@ -0,0 +1,18 @@
+<html>
+ <head>
+ <title>Pagina web non disponibile</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>Pagina web non disponibile</h2>
+ <p>Non &egrave; stato possibile caricare la pagina web all'indirizzo <a href="%s">%s</a>. Errore:</p>
+ <!-- The %e is replaced by a localized error string -->
+ <p>%e</p>
+ </body>
+ </head>
+</html>
diff --git a/core/res/res/raw-it/nodomain.html b/core/res/res/raw-it/nodomain.html
new file mode 100644
index 0000000..a2321c7
--- /dev/null
+++ b/core/res/res/raw-it/nodomain.html
@@ -0,0 +1,24 @@
+<html>
+ <head>
+ <title>Pagina web non disponibile</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>Pagina web non disponibile</h2>
+ <p>La pagina web all'indirizzo <a href="%s">%s</a> potrebbe essere temporaneamente non disponibile oppure essere stata spostata permanentemente a un nuovo indirizzo.</p>
+
+ <p><b>Ecco alcuni suggerimenti:</b></p>
+ <ul>
+ <li>Controlla che ci sia segnale e che la connessione dati sia attiva</li>
+ <li>Ricarica la pagina web in seguito</li>
+ <li>Visualizza la copia cache della pagina web su Google</li>
+
+ </ul>
+ </body>
+ </head>
+</html>