codekingpro commited on
Commit
3f05e2a
·
verified ·
1 Parent(s): 4c69b2a

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. android-sdk/platforms/android-34/data/res/layout-xlarge/breadcrumbs_in_fragment_material.xml +34 -0
  2. android-sdk/platforms/android-34/data/res/layout-xlarge/select_dialog_item_holo.xml +36 -0
  3. android-sdk/platforms/android-34/data/res/layout-xlarge/select_dialog_multichoice_holo.xml +29 -0
  4. android-sdk/platforms/android-34/data/res/layout-xlarge/select_dialog_singlechoice_holo.xml +29 -0
  5. android-sdk/platforms/android-34/data/res/menu/language_selection_list.xml +25 -0
  6. android-sdk/platforms/android-34/data/res/menu/webview_copy.xml +53 -0
  7. android-sdk/platforms/android-34/data/res/menu/webview_find.xml +28 -0
  8. android-sdk/platforms/android-34/data/res/mipmap-watch-anydpi/sym_def_app_icon_foreground.xml +20 -0
  9. android-sdk/platforms/android-34/data/res/raw-ar/loaderror.html +19 -0
  10. android-sdk/platforms/android-34/data/res/raw-ar/nodomain.html +25 -0
  11. android-sdk/platforms/android-34/data/res/raw-cs/loaderror.html +19 -0
  12. android-sdk/platforms/android-34/data/res/raw-cs/nodomain.html +25 -0
  13. android-sdk/platforms/android-34/data/res/raw-da/loaderror.html +19 -0
  14. android-sdk/platforms/android-34/data/res/raw-da/nodomain.html +25 -0
  15. android-sdk/platforms/android-34/data/res/raw-de/loaderror.html +19 -0
  16. android-sdk/platforms/android-34/data/res/raw-de/nodomain.html +25 -0
  17. android-sdk/platforms/android-34/data/res/raw-en-rGB/loaderror.html +19 -0
  18. android-sdk/platforms/android-34/data/res/raw-en-rGB/nodomain.html +25 -0
  19. android-sdk/platforms/android-34/data/res/raw-es/loaderror.html +19 -0
  20. android-sdk/platforms/android-34/data/res/raw-es/nodomain.html +25 -0
  21. android-sdk/platforms/android-34/data/res/raw-fi/loaderror.html +19 -0
  22. android-sdk/platforms/android-34/data/res/raw-fi/nodomain.html +25 -0
  23. android-sdk/platforms/android-34/data/res/raw-fr/loaderror.html +19 -0
  24. android-sdk/platforms/android-34/data/res/raw-fr/nodomain.html +25 -0
  25. android-sdk/platforms/android-34/data/res/raw-hu/loaderror.html +19 -0
  26. android-sdk/platforms/android-34/data/res/raw-hu/nodomain.html +25 -0
  27. android-sdk/platforms/android-34/data/res/raw-it/loaderror.html +19 -0
  28. android-sdk/platforms/android-34/data/res/raw-it/nodomain.html +25 -0
  29. android-sdk/platforms/android-34/data/res/raw-iw/loaderror.html +19 -0
  30. android-sdk/platforms/android-34/data/res/raw-iw/nodomain.html +25 -0
  31. android-sdk/platforms/android-34/data/res/raw-ja/loaderror.html +19 -0
  32. android-sdk/platforms/android-34/data/res/raw-ja/nodomain.html +25 -0
  33. android-sdk/platforms/android-34/data/res/raw-ko/loaderror.html +19 -0
  34. android-sdk/platforms/android-34/data/res/raw-ko/nodomain.html +25 -0
  35. android-sdk/platforms/android-34/data/res/raw-nl/loaderror.html +19 -0
  36. android-sdk/platforms/android-34/data/res/raw-nl/nodomain.html +25 -0
  37. android-sdk/platforms/android-34/data/res/raw-pl/loaderror.html +19 -0
  38. android-sdk/platforms/android-34/data/res/raw-pl/nodomain.html +25 -0
  39. android-sdk/platforms/android-34/data/res/raw-pt-rBR/loaderror.html +19 -0
  40. android-sdk/platforms/android-34/data/res/raw-pt-rBR/nodomain.html +25 -0
  41. android-sdk/platforms/android-34/data/res/raw-rm/loaderror.html +19 -0
  42. android-sdk/platforms/android-34/data/res/raw-rm/nodomain.html +24 -0
  43. android-sdk/platforms/android-34/data/res/raw-ru/loaderror.html +19 -0
  44. android-sdk/platforms/android-34/data/res/raw-ru/nodomain.html +25 -0
  45. android-sdk/platforms/android-34/data/res/raw-th/loaderror.html +19 -0
  46. android-sdk/platforms/android-34/data/res/raw-th/nodomain.html +25 -0
  47. android-sdk/platforms/android-34/data/res/raw-tr/loaderror.html +19 -0
  48. android-sdk/platforms/android-34/data/res/raw-tr/nodomain.html +25 -0
  49. android-sdk/platforms/android-34/data/res/raw-zh-rCN/loaderror.html +19 -0
  50. android-sdk/platforms/android-34/data/res/raw-zh-rCN/nodomain.html +25 -0
android-sdk/platforms/android-34/data/res/layout-xlarge/breadcrumbs_in_fragment_material.xml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Copyright (C) 2014 The Android Open Source Project
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+
17
+ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18
+ android:id="@+android:id/breadcrumb_section"
19
+ android:orientation="vertical"
20
+ android:layout_height="wrap_content"
21
+ android:layout_width="match_parent"
22
+ android:layout_marginStart="@dimen/preference_breadcrumbs_padding_start_material"
23
+ android:layout_marginEnd="@dimen/preference_breadcrumbs_padding_end_material"
24
+ >
25
+ <android.app.FragmentBreadCrumbs
26
+ android:id="@android:id/title"
27
+ android:layout_height="72dip"
28
+ android:layout_width="match_parent"
29
+ android:paddingTop="16dip"
30
+ android:paddingBottom="8dip"
31
+ android:gravity="center_vertical|start"
32
+ />
33
+
34
+ </LinearLayout>
android-sdk/platforms/android-34/data/res/layout-xlarge/select_dialog_item_holo.xml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!--
3
+ /*
4
+ ** Copyright 2010, The Android Open Source Project
5
+ **
6
+ ** Licensed under the Apache License, Version 2.0 (the "License");
7
+ ** you may not use this file except in compliance with the License.
8
+ ** You may obtain a copy of the License at
9
+ **
10
+ ** http://www.apache.org/licenses/LICENSE-2.0
11
+ **
12
+ ** Unless required by applicable law or agreed to in writing, software
13
+ ** distributed under the License is distributed on an "AS IS" BASIS,
14
+ ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ ** See the License for the specific language governing permissions and
16
+ ** limitations under the License.
17
+ */
18
+ -->
19
+
20
+ <!--
21
+ This layout file is used by the AlertDialog when displaying a list of items.
22
+ This layout file is inflated and used as the TextView to display individual
23
+ items.
24
+ -->
25
+ <TextView xmlns:android="http://schemas.android.com/apk/res/android"
26
+ android:id="@android:id/text1"
27
+ android:layout_width="match_parent"
28
+ android:layout_height="wrap_content"
29
+ android:minHeight="?android:attr/listPreferredItemHeight"
30
+ android:textAppearance="?android:attr/textAppearanceMedium"
31
+ android:textColor="?android:attr/textColorAlertDialogListItem"
32
+ android:gravity="center_vertical"
33
+ android:paddingStart="16dip"
34
+ android:paddingEnd="16dip"
35
+ android:ellipsize="marquee"
36
+ />
android-sdk/platforms/android-34/data/res/layout-xlarge/select_dialog_multichoice_holo.xml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Copyright (C) 2010 The Android Open Source Project
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+
17
+ <CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
18
+ android:id="@android:id/text1"
19
+ android:layout_width="match_parent"
20
+ android:layout_height="wrap_content"
21
+ android:minHeight="?android:attr/listPreferredItemHeight"
22
+ android:textAppearance="?android:attr/textAppearanceMedium"
23
+ android:textColor="?android:attr/textColorAlertDialogListItem"
24
+ android:gravity="center_vertical"
25
+ android:paddingStart="16dip"
26
+ android:paddingEnd="16dip"
27
+ android:checkMark="?android:attr/listChoiceIndicatorMultiple"
28
+ android:ellipsize="marquee"
29
+ />
android-sdk/platforms/android-34/data/res/layout-xlarge/select_dialog_singlechoice_holo.xml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Copyright (C) 2010 The Android Open Source Project
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+
17
+ <CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
18
+ android:id="@android:id/text1"
19
+ android:layout_width="match_parent"
20
+ android:layout_height="wrap_content"
21
+ android:minHeight="?android:attr/listPreferredItemHeight"
22
+ android:textAppearance="?android:attr/textAppearanceMedium"
23
+ android:textColor="?android:attr/textColorAlertDialogListItem"
24
+ android:gravity="center_vertical"
25
+ android:paddingStart="16dip"
26
+ android:paddingEnd="16dip"
27
+ android:checkMark="?android:attr/listChoiceIndicatorSingle"
28
+ android:ellipsize="marquee"
29
+ />
android-sdk/platforms/android-34/data/res/menu/language_selection_list.xml ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Copyright (C) 2016 The Android Open Source Project
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+
17
+ <menu xmlns:android="http://schemas.android.com/apk/res/android">
18
+ <item
19
+ android:id="@+id/locale_search_menu"
20
+ android:title="@string/locale_search_menu"
21
+ android:icon="@*android:drawable/ic_search_api_material"
22
+ android:showAsAction="always|collapseActionView"
23
+ android:actionViewClass="android.widget.SearchView" />
24
+
25
+ </menu>
android-sdk/platforms/android-34/data/res/menu/webview_copy.xml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Copyright (C) 2010 The Android Open Source Project
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+
17
+ <menu xmlns:android="http://schemas.android.com/apk/res/android">
18
+ <item android:id="@+id/select_all"
19
+ android:title="@string/selectAll"
20
+ android:showAsAction="ifRoom|withText"
21
+ />
22
+ <item android:id="@+id/cut"
23
+ android:icon="?android:attr/actionModeCutDrawable"
24
+ android:title="@string/cut"
25
+ android:showAsAction="ifRoom|withText"
26
+ />
27
+ <item android:id="@+id/copy"
28
+ android:icon="?android:attr/actionModeCopyDrawable"
29
+ android:title="@string/copy"
30
+ android:showAsAction="ifRoom|withText"
31
+ />
32
+ <item android:id="@+id/paste"
33
+ android:icon="?android:attr/actionModePasteDrawable"
34
+ android:title="@string/paste"
35
+ android:showAsAction="ifRoom|withText"
36
+ />
37
+ <item android:id="@+id/share"
38
+ android:icon="?android:attr/actionModeShareDrawable"
39
+ android:title="@string/share"
40
+ android:showAsAction="ifRoom|withText"
41
+ />
42
+ <item android:id="@+id/find"
43
+ android:icon="?android:attr/actionModeFindDrawable"
44
+ android:title="@string/find"
45
+ android:showAsAction="ifRoom|withText"
46
+ />
47
+ <item android:id="@+id/websearch"
48
+ android:icon="?android:attr/actionModeWebSearchDrawable"
49
+ android:title="@string/websearch"
50
+ android:showAsAction="ifRoom|withText"
51
+ />
52
+ </menu>
53
+
android-sdk/platforms/android-34/data/res/menu/webview_find.xml ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Copyright (C) 2010 The Android Open Source Project
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+
17
+ <menu xmlns:android="http://schemas.android.com/apk/res/android">
18
+ <item android:id="@+id/find_prev"
19
+ android:icon="?android:attr/findOnPagePreviousDrawable"
20
+ android:showAsAction="always"
21
+ android:title="@string/find_previous"
22
+ />
23
+ <item android:id="@+id/find_next"
24
+ android:icon="?android:attr/findOnPageNextDrawable"
25
+ android:showAsAction="always"
26
+ android:title="@string/find_next"
27
+ />
28
+ </menu>
android-sdk/platforms/android-34/data/res/mipmap-watch-anydpi/sym_def_app_icon_foreground.xml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <inset
3
+ xmlns:android="http://schemas.android.com/apk/res/android"
4
+ android:insetLeft="22.22%"
5
+ android:insetRight="22.22%"
6
+ android:insetTop="22.22%"
7
+ android:insetBottom="22.22%">
8
+ <vector
9
+ android:width="60dp"
10
+ android:height="60dp"
11
+ android:viewportWidth="24.0"
12
+ android:viewportHeight="24.0">
13
+ <path
14
+ android:fillColor="#FFFFFF"
15
+ android:pathData="M20,12c0,-2.6 -1.2,-4.8 -3.1,-6.3l-0.5,-2.8c-1.4,-0.7 -2.9,-1.1 -4.5,-1.1c-1.6,0 -3.1,0.4 -4.5,1.1L7,5.7C5.1,7.2 3.9,9.4 3.9,12c0,2.6 1.2,4.8 3.1,6.3l0.5,2.8c1.4,0.7 2.9,1.1 4.5,1.1c1.6,0 3.2,-0.4 4.5,-1.1l0.5,-2.8C18.8,16.8 20,14.6 20,12zM12,18c-3.3,0 -6,-2.7 -6,-6c0,-3.3 2.7,-6 6,-6s6,2.7 6,6C18,15.3 15.3,18 12,18z"/>
16
+ <path
17
+ android:fillColor="#FFFFFF"
18
+ android:pathData="M11.2,15.6h1.4v-4.3h-1.4V15.6zM11.2,9.8h1.4V8.4h-1.4V9.8z"/>
19
+ </vector>
20
+ </inset>
android-sdk/platforms/android-34/data/res/raw-ar/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>صفحة الويب غير متوفرة</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; direction: rtl; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>صفحة الويب غير متوفرة</h2>
14
+ <p>تعذر تحميل صفحة الويب الموجودة على <a href="%s">%s</a> كـ:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-ar/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>صفحة الويب غير متوفرة</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; direction: rtl; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>صفحة الويب غير متوفرة</h2>
14
+ <p>قد تكون صفحة الويب الموجودة على <a href="%s">%s</a> معطلة مؤقتًا، أو قد تمّ نقلها نهائيًا إلى عنوان ويب جديد.</p>
15
+
16
+ <p><b>فيما يلي بعض الاقتراحات:</b></p>
17
+ <ul>
18
+ <li>تأكد من أن جهازك به وصلة للإشارة والبيانات.</li>
19
+ <li>أعد تحميل صفحة الويب لاحقًا.</li>
20
+ <li>قم بعرض نسخة مخبأة من صفحة الويب من صفحة Google.</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-cs/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</h2>
14
+ <p>Webov&aacute; str&aacute;nka na adrese <a href="%s">%s</a> nemohla b&yacute;t načtena. Chyba:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-cs/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</h2>
14
+ <p>Webov&aacute; str&aacute;nka na adrese <a href="%s">%s</a> je možn&aacute; dočasně nedostupn&aacute; nebo byla možn&aacute; přesunuta na novou adresu. </p>
15
+
16
+ <p><b>Možnosti dalš&iacute;ho postupu:</b></p>
17
+ <ul>
18
+ <li>Zkontrolujte na sv&eacute;m zař&iacute;zen&iacute;, zda je sign&aacute;l dostatečně siln&yacute; a zda je funkčn&iacute; datov&eacute; připojen&iacute;.</li>
19
+ <li>Otevřete tuto webovou str&aacute;nku později.</li>
20
+ <li>Pod&iacute;vejte se na kopii t&eacute;to webov&eacute; str&aacute;nky v mezipaměti vyhled&aacute;vače Google</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-da/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Websiden er ikke tilg&aelig;ngelig</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Websiden er ikke tilg&aelig;ngelig</h2>
14
+ <p>Websiden p&aring; <a href="%s">%s</a> kunne ikke indl&aelig;ses som:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-da/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Websiden er ikke tilg&aelig;ngelig</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Websiden er ikke tilg&aelig;ngelig</h2>
14
+ <p>Websiden p&aring; <a href="%s">%s</a> kan v&aelig;re midlertidigt nede eller flyttet permanent til en ny internetadresse.</p>
15
+
16
+ <p><b>Her er nogle forslag:</b></p>
17
+ <ul>
18
+ <li>Kontroller, at dit udstyr har signal- og dataforbindelse</li>
19
+ <li>Genindl&aelig;s websiden senere</li>
20
+ <li>Se en cached kopi af websiden fra Google</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-de/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Webseite nicht verf&uuml;gbar</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Webseite nicht verf&uuml;gbar</h2>
14
+ <p>Die Webseite unter <a href="%s">%s</a> konnte nicht geladen werden als:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-de/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Webseite nicht verf&uuml;gbar</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Webseite nicht verf&uuml;gbar</h2>
14
+ <p>Die Webseite unter <a href="%s">%s</a> ist m&ouml;glicherweise vor&uuml;bergehend deaktiviert oder dauerhaft an eine neue Webadresse verschoben worden.</p>
15
+
16
+ <p><b>Hier sind einige Vorschl&auml;ge:</b></p>
17
+ <ul>
18
+ <li>Stellen Sie sicher, dass Ihr Ger&auml;t ein Signal empf&auml;ngt und &uuml;ber eine Datenverbindung verf&uuml;gt.</li>
19
+ <li>Laden Sie die Webseite sp&auml;ter erneut.</li>
20
+ <li>Zeigen Sie eine im Cache gespeicherte Kopie der Webseite von Google an.</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-en-rGB/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Web page not available</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Web page not available</h2>
14
+ <p>The Web page at <a href="%s">%s</a> could not be loaded as:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-en-rGB/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Web page not available</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Web page not available</h2>
14
+ <p>The Web page at <a href="%s">%s</a> might be temporarily down or it may have moved permanently to a new web address.</p>
15
+
16
+ <p><b>Here are some suggestions:</b></p>
17
+ <ul>
18
+ <li>Check to make sure that your device has a signal and data connection</li>
19
+ <li>Reload this web page later.</li>
20
+ <li>View a cached copy of the web page from Google</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-es/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>P&aacute;gina web no disponible</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>P&aacute;gina web no disponible</h2>
14
+ <p>La p&aacute;gina web <a href="%s">%s</a> no se ha podido cargar como:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-es/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>P&aacute;gina web no disponible</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>P&aacute;gina web no disponible</h2>
14
+ <p>Es posible que la p&aacute;gina web <a href="%s">%s</a> se encuentre temporalmente fuera de servicio o se haya trasladado a otra direcci&oacute;n web de forma permanente.</p>
15
+
16
+ <p><b>Sugerencias:</b></p>
17
+ <ul>
18
+ <li>Aseg&uacute;rate de que tu dispositivo disponga de se&ntilde;al y de una conexi&oacute;n de datos.</li>
19
+ <li>Vuelve a cargar la p&aacute;gina m&aacute;s tarde.</li>
20
+ <li>Accede a una copia de la p&aacute;gina almacenada en cach&eacute; desde Google.</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-fi/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Verkkosivu ei ole k&auml;ytett&auml;viss&auml;</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Verkkosivu ei ole k&auml;ytett&auml;viss&auml;</h2>
14
+ <p>Verkkosivua osoitteessa <a href="%s">%s</a> ei voi ladata, koska:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-fi/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Verkkosivu ei ole k&auml;ytett&auml;viss&auml;</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Verkkosivu ei ole k&auml;ytett&auml;viss&auml;</h2>
14
+ <p>Verkkosivu osoitteessa <a href="%s">%s</a> saattaa olla v&auml;liaikaisesti pois k&auml;yt&ouml;st&auml; tai muuttanut pysyv&auml;sti uuteen osoitteeseen.</p>
15
+
16
+ <p><b>T&auml;ss&auml; muutamia ehdotuksia:</b></p>
17
+ <ul>
18
+ <li>Tarkista, ett&auml; laitteesi signaali ja verkkoyhteys ovat kunnossa</li>
19
+ <li>Lataa t&auml;m&auml; verkkosivu my&ouml;hemmin uudelleen.</li>
20
+ <li>Katsele Googlessa verkkosivun v&auml;limuistissa olevaa versiota </li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-fr/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Page Web non disponible</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Page Web non disponible</h2>
14
+ <p>Impossible de charger la page Web &agrave; l'adresse <a href="%s">%s</a> en tant que&nbsp;:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-fr/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Page Web non disponible</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Page Web non disponible</h2>
14
+ <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>
15
+
16
+ <p><b>Voici quelques suggestions&nbsp;:</b></p>
17
+ <ul>
18
+ <li>assurez-vous que votre appareil &eacute;met un signal et dispose d'une connexion de donn&eacute;es&nbsp;;</li>
19
+ <li>rechargez cette page Web ult&eacute;rieurement&nbsp;;</li>
20
+ <li>affichez une copie en cache de la page Web &agrave; partir de Google.</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-hu/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>A weboldal nem &eacute;rhető el</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>A weboldal nem &eacute;rhető el</h2>
14
+ <p>A k&ouml;vetkező <a href="%s">%s</a> weboldalt nem siker&uuml;lt bet&ouml;lteni, mert:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-hu/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>A weboldal nem &eacute;rhető el</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>A weboldal nem &eacute;rhető el</h2>
14
+ <p>A k&ouml;vetkező <a href="%s">%s</a> weboldal val&oacute;sz&iacute;nűleg ideiglenesen &uuml;zemen k&iacute;v&uuml;l van vagy v&eacute;glegesen &uacute;j webc&iacute;mre k&ouml;lt&ouml;z&ouml;tt.</p>
15
+
16
+ <p><b>&Iacute;me p&aacute;r javaslat:</b></p>
17
+ <ul>
18
+ <li>Ellenőrizze, hogy k&eacute;sz&uuml;l&eacute;ke fogja-e a jelet &eacute;s k&eacute;pes-e adat&aacute;tvitelre.</li>
19
+ <li>T&ouml;ltse &uacute;jra ezt a weboldalt k&eacute;sőbb.</li>
20
+ <li>A weboldal t&aacute;rolt v&aacute;ltozat&aacute;nak megtekint&eacute;se a Google-r&oacute;l</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-it/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Pagina web non disponibile</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Pagina web non disponibile</h2>
14
+ <p>Non &egrave; stato possibile caricare la pagina web all'indirizzo <a href="%s">%s</a>. Errore:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-it/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Pagina web non disponibile</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Pagina web non disponibile</h2>
14
+ <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>
15
+
16
+ <p><b>Ecco alcuni suggerimenti:</b></p>
17
+ <ul>
18
+ <li>Controlla che ci sia segnale e che la connessione dati sia attiva</li>
19
+ <li>Ricarica la pagina web in seguito</li>
20
+ <li>Visualizza la copia cache della pagina web su Google</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-iw/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>דף אינטרנט לא זמין</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; direction: rtl; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>דף אינטרנט לא זמין</h2>
14
+ <p>דף האינטרנט ב-&lrm;<a href="%s">%s</a>&lrm; לא ניטן לטעינה בתור:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>&lrm;%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-iw/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>דף אינטרנט לא זמין</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; direction: rtl; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>דף אינטרנט לא זמין</h2>
14
+ <p>ייתכן שדף האינטרנט ב-&lrm;<a href="%s">%s</a>&lrm; מושבת באופן זמני או שעבר לצמיתות לכתובת אינטרנט חדשה.</p>
15
+
16
+ <p><b>להלן מספר הצעות:</b></p>
17
+ <ul>
18
+ <li>בדוק כדי לוודא שההתקן שלך כולל חיבור אותות ונתונים</li>
19
+ <li>טען מחדש דף אינטרנט זה במועד מאוחר יותר.</li>
20
+ <li>הצג עותק של דף האינטרנט של Google שנשמר במטמון</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-ja/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>ページが見つかりませんでした</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>ページが見つかりませんでした</h2>
14
+ <p>次の原因によりウェブページ <a href="%s">%s</a> を読み込めませんでした。</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-ja/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>ページが見つかりませんでした</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>ページが見つかりませんでした</h2>
14
+ <p>ウェブページ <a href="%s">%s</a> は一時的にご利用いただけないか、URLが変更された可能性があります。</p>
15
+
16
+ <p><b>ヒント:</b></p>
17
+ <ul>
18
+ <li>端末を圏内で使用していてデータ接続がアクティブであることを確認します</li>
19
+ <li>しばらくしてからページをリロードします</li>
20
+ <li>Googleでキャッシュされたページを表示します</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-ko/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>웹페이지를 표시할 수 없습니다.</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>웹페이지를 표시할 수 없습니다.</h2>
14
+ <p><a href="%s">%s</a>에 있는 웹페이지를 다음으로 로드할 수 없습니다.</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-ko/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>웹페이지를 표시할 수 없습니다.</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>웹페이지를 표시할 수 없습니다.</h2>
14
+ <p><a href="%s">%s</a>에 있는 웹페이지가 일시적으로 중단되었거나 새 웹 주소가 영구적으로 이동했을 수 있습니다.</p>
15
+
16
+ <p><b>다음은 몇 가지 제안사항입니다.</b></p>
17
+ <ul>
18
+ <li>휴대기기의 신호 및 데이터 접속 상태를 확인하세요.</li>
19
+ <li>나중에 웹페이지를 다시 로드하세요.</li>
20
+ <li>Google에서 웹페이지의 캐시된 사본을 확인하세요.</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-nl/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Webpagina niet beschikbaar</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Webpagina niet beschikbaar</h2>
14
+ <p>De webpagina op <a href="%s">%s</a> kan niet worden geladen als:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-nl/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Webpagina niet beschikbaar</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Webpagina niet beschikbaar</h2>
14
+ <p>De webpagina op <a href="%s">%s</a> is mogelijk tijdelijk niet beschikbaar of is permanent verplaatst naar een nieuw webadres.</p>
15
+
16
+ <p><b>Hier volgen enkele suggesties:</b></p>
17
+ <ul>
18
+ <li>Controleer of uw apparaat een signaal en gegevensverbinding heeft.</li>
19
+ <li>Laad deze webpagina later opnieuw.</li>
20
+ <li>Bekijk een exemplaar van de webpagina uit het cachegeheugen van Google.</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-pl/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Strona internetowa jest niedostępna</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Strona internetowa jest niedostępna</h2>
14
+ <p>Nie można załadować strony internetowej pod adresem <a href="%s">%s</a> jako:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-pl/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Strona internetowa jest niedostępna</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Strona internetowa jest niedostępna</h2>
14
+ <p>Strona internetowa pod adresem <a href="%s">%s</a> może być czasowo niedostępna lub mogła zostać trwale przeniesiona na nowy adres internetowy.</p>
15
+
16
+ <p><b>Oto kilka sugestii:</b></p>
17
+ <ul>
18
+ <li>Upewnij się, że w urządzeniu jest sygnał i połączenie transmisji danych.</li>
19
+ <li>Ponownie załaduj tę stronę internetową p&oacute;źniej.</li>
20
+ <li>Wyświetl kopię zapasową strony internetowej z serwisu Google.</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-pt-rBR/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>P&aacute;gina da web n&atilde;o dispon&iacute;vel</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>P&aacute;gina da web n&atilde;o dispon&iacute;vel</h2>
14
+ <p>N&atilde;o foi poss&iacute;vel carregar a p&aacute;gina da web localizada em <a href="%s">%s</a> como:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-pt-rBR/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>P&aacute;gina da web n&atilde;o dispon&iacute;vel</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>P&aacute;gina da web n&atilde;o dispon&iacute;vel</h2>
14
+ <p>A p&aacute;gina da web localizada em <a href="%s">%s</a> pode estar temporariamente inativa ou pode ter sido movida permanentemente para um novo endere&ccedil;o da web.</p>
15
+
16
+ <p><b>Veja algumas sugest&otilde;es:</b></p>
17
+ <ul>
18
+ <li>Verifique se seu aparelho possui sinal e uma conex&atilde;o de dados.</li>
19
+ <li>Carregue esta p&aacute;gina da web novamente mais tarde.</li>
20
+ <li>Visualize uma c&oacute;pia da p&aacute;gina da web armazenada em cache proveniente do Google.</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-rm/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Pagina d'internet betg disponibla</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Pagina d'internet betg disponibla</h2>
14
+ <p>Impussibel da chargiar la pagina d'internet sut <a href="%s">%s</a>. Errur:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-rm/nodomain.html ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Pagina d'internet betg disponibla</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Pagina d'internet betg disponibla</h2>
14
+ <p>La pagina d'internet sut <a href="%s">%s</a> &egrave; eventualmain deactivada temporarmain u spustada definitivamain ad ina nova adressa da web.</p>
15
+
16
+ <p><b>Qua in p&egrave;r propostas:</b></p>
17
+ <ul>
18
+ <li>Controllai che Voss apparat recepescha in signal e dispona d'ina connexiun da datas.</li>
19
+ <li>Chargiai pli tard danovamain la pagina d'internet.</li>
20
+ <li>Chargiai ina copia da la pagina da web memorisada en il cache da Google.</li>
21
+ </ul>
22
+ </body>
23
+ </head>
24
+ </html>
android-sdk/platforms/android-34/data/res/raw-ru/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Веб-страница недоступна</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Веб-страница недоступна</h2>
14
+ <p>Невозможно загрузить веб-страницу по адресу <a href="%s">%s</a> по следующей причине:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-ru/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Веб-страница недоступна</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Веб-страница недоступна</h2>
14
+ <p>Возможно, веб-страница по адресу <a href="%s">%s</a> временно отключена или навсегда перемещена на новый веб-адрес.</p>
15
+
16
+ <p><b>Вот несколько советов:</b></p>
17
+ <ul>
18
+ <li>Убедитесь, что у вашего устройства есть сигнал и подключение для передачи данных.</li>
19
+ <li>Повторите загрузку веб-страницы позже.</li>
20
+ <li>Просмотрите копию веб-страницы, сохраненную в кэше Google.</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-th/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>ไม่มีเว็บเพจนี้</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>ไม่มีเว็บเพจนี้</h2>
14
+ <p>เว็บเพจนี้ที่ <a href="%s">%s</a> ไม่สามารถโหลดเป็น:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-th/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>ไม่มีเว็บเพจนี้</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>ไม่มีเว็บเพจนี้</h2>
14
+ <p>เว็บเพจที่ <a href="%s">%s</a> อาจใช้งานไม่ได้ชั่วคราว หรืออาจถูกย้ายไปยังที่อยู่เว็บใหม่เป็นการถาวร</p>
15
+
16
+ <p><b>ต่อไปนี้เป็นคำแนะนำบางประการ:</b></p>
17
+ <ul>
18
+ <li>ตรวจสอบให้แน่ใจว่าอุปกรณ์ของคุณมีสัญญาณและการเชื่อมต่อข้อมูล</li>
19
+ <li>โหลดเว็บเพจนี้ใหม่ภายหลัง</li>
20
+ <li>ดูสำเนาเว็บเพจที่เก็บไว้ในแคชจาก Google</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-tr/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Web sayfası yok</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Web sayfası yok</h2>
14
+ <p><a href="%s">%s</a> adresindeki web sayfası y&uuml;klenemedi:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-tr/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>Web sayfası yok</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>Web sayfası yok</h2>
14
+ <p><a href="%s">%s</a> adresindeki web sayfası ge&ccedil;ici olarak arızalı veya kalıcı olarak yeni bir web adresine taşınmış olabilir.</p>
15
+
16
+ <p><b>Bazı &ouml;neriler:</b></p>
17
+ <ul>
18
+ <li>Aygıtınızın sinyal aldığını ve veri bağlantısı bulunduğunu kontrol edin.</li>
19
+ <li>Bu web sayfasını daha sonra tekrar y&uuml;kleyin.</li>
20
+ <li>Google'dan web sayfasının &ouml;nbelleğe alınmış kopyasına bakın</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>
android-sdk/platforms/android-34/data/res/raw-zh-rCN/loaderror.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>找不到网页</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>找不到网页</h2>
14
+ <p><a href="%s">%s</a> 处的网页不能载入为:</p>
15
+ <!-- The %e is replaced by a localized error string -->
16
+ <p>%e</p>
17
+ </body>
18
+ </head>
19
+ </html>
android-sdk/platforms/android-34/data/res/raw-zh-rCN/nodomain.html ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4
+ <title>找不到网页</title>
5
+ <style type="text/css">
6
+ body { margin-top: 0px; padding-top: 0px; }
7
+ h2 { margin-top: 5px; padding-top: 0px; }
8
+ </style>
9
+
10
+ <body>
11
+
12
+ <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
13
+ <h2>找不到网页</h2>
14
+ <p><a href="%s">%s</a> 处的网页可能暂时出现故障,也可能已永久移至某个新的网络地址。</p>
15
+
16
+ <p><b>以下是几点建议:</b></p>
17
+ <ul>
18
+ <li>进行检查以确保您的设备具有信号和数据连接</li>
19
+ <li>稍后重新载入该网页。</li>
20
+ <li>查看 Google 提供的该网页的缓存副本</li>
21
+
22
+ </ul>
23
+ </body>
24
+ </head>
25
+ </html>