summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-fi/loaderror.html
blob: 2ef97f4fcb49f143b64ac8d17417baca3dcc6671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
        <title>Verkkosivu ei ole k&auml;ytett&auml;viss&auml;</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>Verkkosivu ei ole k&auml;ytett&auml;viss&auml;</h2>
            <p>Verkkosivua osoitteessa <a href="%s">%s</a> ei voi ladata, koska:</p>
            <!-- The %e is replaced by a localized error string -->
            <p>%e</p>
        </body>
    </head>
</html>