summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-it
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:45 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:45 -0800
commitd83a98f4ce9cfa908f5c54bbd70f03eec07e7553 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /core/res/res/raw-it
parent076357b8567458d4b6dfdcf839ef751634cd2bfb (diff)
downloadframeworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.zip
frameworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.tar.gz
frameworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.tar.bz2
auto import from //depot/cupcake/@135843
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, 0 insertions, 42 deletions
diff --git a/core/res/res/raw-it/loaderror.html b/core/res/res/raw-it/loaderror.html
deleted file mode 100644
index e81466a..0000000
--- a/core/res/res/raw-it/loaderror.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<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
deleted file mode 100644
index a2321c7..0000000
--- a/core/res/res/raw-it/nodomain.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<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>