summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:51 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:51 -0800
commit8106e501baad76e7192c7ddbb9f5e179c7ff6f9b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /res
parent8b1096d1ada329a296059ccff04e5d78eefa77c1 (diff)
downloadandroid_packages_apps_PackageInstaller-8106e501baad76e7192c7ddbb9f5e179c7ff6f9b.tar.gz
android_packages_apps_PackageInstaller-8106e501baad76e7192c7ddbb9f5e179c7ff6f9b.tar.bz2
android_packages_apps_PackageInstaller-8106e501baad76e7192c7ddbb9f5e179c7ff6f9b.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'res')
-rwxr-xr-xres/drawable/button_indicator_finish.pngbin617 -> 0 bytes
-rwxr-xr-xres/layout/app_details.xml52
-rwxr-xr-xres/layout/install_confirm.xml108
-rwxr-xr-xres/layout/install_done.xml71
-rwxr-xr-xres/layout/install_start.xml27
-rwxr-xr-xres/layout/op_progress.xml46
-rwxr-xr-xres/layout/uninstall_confirm.xml91
-rwxr-xr-xres/layout/uninstall_done.xml62
-rw-r--r--res/values-cs/strings.xml48
-rw-r--r--res/values-de/strings.xml48
-rw-r--r--res/values-es/strings.xml48
-rw-r--r--res/values-fr/strings.xml48
-rw-r--r--res/values-it/strings.xml48
-rw-r--r--res/values-ja/strings.xml48
-rw-r--r--res/values-ko/strings.xml48
-rw-r--r--res/values-nb/strings.xml48
-rw-r--r--res/values-nl/strings.xml48
-rw-r--r--res/values-pl/strings.xml48
-rw-r--r--res/values-ru/strings.xml48
-rw-r--r--res/values-zh-rCN/strings.xml48
-rw-r--r--res/values-zh-rTW/strings.xml48
-rwxr-xr-xres/values/colors.xml23
-rw-r--r--res/values/strings.xml53
23 files changed, 0 insertions, 1157 deletions
diff --git a/res/drawable/button_indicator_finish.png b/res/drawable/button_indicator_finish.png
deleted file mode 100755
index 5a01bcc4..00000000
--- a/res/drawable/button_indicator_finish.png
+++ /dev/null
Binary files differ
diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml
deleted file mode 100755
index 3ea84309..00000000
--- a/res/layout/app_details.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<!--
-Defines the layout of the application snippet that appears on top of the
-installation screens
--->
-<!-- The snippet about the application - title, icon, description. -->
-<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/app_snippet"
- android:layout_width="fill_parent"
- android:layout_height="65dip"
- android:background="@color/title_background">
- <ImageView android:id="@+id/app_icon"
- android:paddingLeft="6dip"
- android:layout_width="54dip"
- android:layout_height="48dip"
- android:background="@color/transparent"
- android:layout_alignParentLeft="true"
- android:gravity="center"
- android:layout_centerInParent="true"
- android:scaleType="centerCrop" />
- <TextView android:id="@+id/app_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:textColor="?android:attr/textColorPrimary"
- android:shadowColor="@color/shadow"
- android:shadowRadius="2"
- android:layout_toRightOf="@id/app_icon"
- android:singleLine="true"
- android:gravity="center"
- android:layout_centerInParent="true"
- android:paddingRight="6dip"
- android:paddingLeft="6dip"
- android:ellipsize="end"/>
-</RelativeLayout>
-
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml
deleted file mode 100755
index bc4fde2a..00000000
--- a/res/layout/install_confirm.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<!--
-
- Defines the layout of the splash screen that displays the security
- settings required for an application and requests the confirmation of the
- user before it is installed.
--->
-
-<ScrollView
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:fillViewport="true"
- android:background="@color/view_background">
-
- <LinearLayout
- android:id="@+id/all_details"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical">
-
- <include
- layout="@layout/app_details"
- android:id="@+id/app_snippet"/>
- <TextView
- android:id="@+id/install_confirm_question"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1.0"
- android:text="@string/install_confirm_question"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="?android:attr/textColorSecondary"
- android:paddingTop="20dip"
- android:paddingLeft="20dip"
- android:paddingBottom="20dip"/>
-
- <!-- Security settings description. -->
- <LinearLayout
- android:id="@+id/permissions_section"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:id="@+id/security_settings_desc"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="?android:attr/textColorSecondary"
- android:paddingTop="20dip"
- android:paddingLeft="20dip"
- android:paddingBottom="20dip"/>
-
- <LinearLayout
- android:id="@+id/security_settings_list"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1.0"
- android:orientation="vertical"/>
- </LinearLayout>
-
- <!-- OK confirm and cancel buttons. -->
- <LinearLayout
- android:background="@color/title_background"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:gravity="bottom"
- android:orientation="horizontal">
- <Button
- android:id="@+id/ok_button"
- android:text="@string/install"
- android:layout_width="150dip"
- android:paddingLeft="6dip"
- android:layout_gravity="left"
- android:layout_weight="0.4"
- android:layout_height="wrap_content"/>
- <!-- Spacer -->
- <View
- android:id="@+id/buttons_spacer_left"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:visibility="gone"
- android:layout_weight="0.2" />
- <Button
- android:id="@+id/cancel_button"
- android:layout_width="150dip"
- android:paddingRight="6dip"
- android:layout_gravity="right"
- android:text="@string/cancel"
- android:layout_weight="0.4"
- android:layout_height="wrap_content"/>
- </LinearLayout>
- </LinearLayout>
-</ScrollView>
diff --git a/res/layout/install_done.xml b/res/layout/install_done.xml
deleted file mode 100755
index e33f57b7..00000000
--- a/res/layout/install_done.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <include
- layout="@layout/app_details"
- android:gravity="top"
- android:id="@+id/app_snippet" />
- <TextView
- android:id="@+id/center_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingLeft="20dip"
- android:paddingTop="36dip"
- android:drawablePadding="6dip"
- android:layout_below="@id/app_snippet"
- android:textColor="?android:attr/textColorSecondary"
- android:textAppearance="?android:attr/textAppearanceMedium"/>
-
- <!-- Launch and close buttons. -->
- <LinearLayout
- android:background="@color/title_background"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:orientation="horizontal">
- <Button
- android:id="@+id/launch_button"
- android:text="@string/launch"
- android:layout_width="150dip"
- android:paddingLeft="6dip"
- android:layout_gravity="left"
- android:layout_weight="0.4"
- android:layout_height="wrap_content"/>
- <!-- Spacer -->
- <View
- android:id="@+id/buttons_spacer_left"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:visibility="gone"
- android:layout_weight="0.2" />
- <Button
- android:id="@+id/done_button"
- android:layout_width="150dip"
- android:paddingRight="6dip"
- android:layout_gravity="right"
- android:text="@string/done"
- android:layout_weight="0.4"
- android:layout_height="wrap_content"/>
- </LinearLayout>
-
-</RelativeLayout>
-
-
diff --git a/res/layout/install_start.xml b/res/layout/install_start.xml
deleted file mode 100755
index 1ef0ab5d..00000000
--- a/res/layout/install_start.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <include
- layout="@layout/app_details"
- android:id="@+id/app_snippet"/>
-</RelativeLayout>
-
-
diff --git a/res/layout/op_progress.xml b/res/layout/op_progress.xml
deleted file mode 100755
index b957fdf7..00000000
--- a/res/layout/op_progress.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <include
- layout="@layout/app_details"
- android:id="@+id/app_snippet"/>
- <ProgressBar
- android:id="@+id/progress_bar"
- style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:paddingTop="24dip"
- android:paddingLeft="24dip"
- android:paddingRight="24dip"
- android:max="100" />
- <TextView
- android:id="@+id/center_text"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:paddingLeft="24dip"
- android:paddingTop="16dip"
- android:text="@string/installing"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="?android:attr/textColorSecondary"/>
-</LinearLayout>
-
-
diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml
deleted file mode 100755
index 62bd1544..00000000
--- a/res/layout/uninstall_confirm.xml
+++ /dev/null
@@ -1,91 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<!--
-
- Defines the layout of the confirmation screen that gets displayed when an
- application is about to be uninstalled. Includes ok and cancel buttons
- to let the uinstallation continue or abort.
--->
-
-<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="@color/view_background">
-
- <!-- The snippet about the application - title, icon, description. -->
- <include
- layout="@layout/app_details"
- android:layout_alignParentTop="true"
- android:id="@+id/app_snippet" />
-
- <!-- uninstall application confirmation question -->
- <TextView
- android:id="@+id/uninstall_question"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/uninstall_application_question"
- android:textStyle="bold"
- android:paddingTop="16dip"
- android:paddingLeft="16dip"
- android:layout_below="@id/app_snippet"
- android:textColor="?android:attr/textColorSecondary"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:paddingBottom="36dip"/>
-
- <!-- uninstall application confirmation text -->
- <TextView
- android:id="@+id/uninstall_confirm_text"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/uninstall_application_text"
- android:textColor="?android:attr/textColorSecondary"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_below="@id/uninstall_question"
- android:paddingLeft="16dip"/>
- <!-- OK confirm and cancel buttons. -->
- <LinearLayout
- android:background="@color/title_background"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:orientation="horizontal">
- <Button
- android:id="@+id/ok_button"
- android:text="@string/ok"
- android:layout_width="150dip"
- android:paddingLeft="6dip"
- android:layout_gravity="left"
- android:layout_weight="0.4"
- android:layout_height="wrap_content"/>
- <!-- Spacer -->
- <View
- android:id="@+id/buttons_spacer_left"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:visibility="gone"
- android:layout_weight="0.2" />
- <Button
- android:id="@+id/cancel_button"
- android:layout_width="150dip"
- android:paddingRight="6dip"
- android:layout_gravity="right"
- android:text="@string/cancel"
- android:layout_weight="0.4"
- android:layout_height="wrap_content"/>
- </LinearLayout>
-</RelativeLayout>
diff --git a/res/layout/uninstall_done.xml b/res/layout/uninstall_done.xml
deleted file mode 100755
index 082d48b5..00000000
--- a/res/layout/uninstall_done.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <LinearLayout
- android:id="@+id/top_box"
- android:background="@color/title_background"
- android:layout_width="fill_parent"
- android:layout_height="65dip"
- android:layout_alignParentTop="true"/>
-
- <TextView
- android:id="@+id/center_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:paddingTop="60dip"
- android:textColor="?android:attr/textColorSecondary"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_below="@id/top_box"/>
- <!-- OK confirm and cancel buttons. -->
- <!-- LinearLayout
- android:background="@color/title_background"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:orientation="horizontal" -->
-
- <RelativeLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:background="@color/title_background"
- android:layout_alignParentBottom="true">
-
- <Button
- android:id="@+id/ok_button"
- android:paddingRight="6dip"
- android:layout_alignParentRight="true"
- android:text="@string/ok"
- android:layout_width="150dip"
- android:layout_height="wrap_content"/>
- </RelativeLayout>
-</RelativeLayout>
-
-
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
deleted file mode 100644
index c76ddff1..00000000
--- a/res/values-cs/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"Nástroj na instalaci balíčků"</string>
- <string name="install">"Instalovat"</string>
- <string name="done">"Hotovo"</string>
- <string name="security_settings_desc">"Povolit této aplikaci:"</string>
- <string name="cancel">"Zrušit"</string>
- <string name="unknown">"Neznámé"</string>
- <string name="installing">"Instalace..."</string>
- <string name="install_done">"Aplikace byla nainstalována"</string>
- <string name="install_confirm_question">"Chcete tuto aplikaci nainstalovat?"</string>
- <string name="install_failed">"Instalace aplikace se nezdařila"</string>
- <string name="launch">"Otevřít"</string>
- <string name="unknown_apps_dlg_title">"Instalace byla zablokována"</string>
- <string name="unknown_apps_dlg_text">"Váš telefon je z důvodu zabezpečení nastaven tak, aby blokoval instalaci aplikací, které nepocházejí z webu Android Market."</string>
- <string name="ok">"OK"</string>
- <string name="settings">"Nastavení"</string>
- <string name="manage_applications">"Správa aplikací"</string>
- <string name="dlg_app_replacement_title">"Nahradit aplikaci"</string>
- <string name="dlg_app_replacement_statement">"Aplikace, kterou instalujete, nahradí jinou aplikaci."\n\n"Všechna dříve zadaná data uživatelů budou uložena."</string>
- <string name="out_of_space_dlg_title">"Nedostatek místa"</string>
- <string name="out_of_space_dlg_text">"Aplikaci <xliff:g id="APP_NAME">%1$s</xliff:g> nebylo možné zobrazit. Uvolněte v telefonu nějaké místo a zkuste to znovu."</string>
- <string name="dlg_ok">"OK"</string>
- <string name="app_not_found_dlg_title">"Aplikace nebyla nalezena"</string>
- <string name="app_not_found_dlg_text">"Aplikace nebyla nalezena na seznamu nainstalovaných aplikací."</string>
- <string name="uninstall_application_question">"Odinstalovat aplikaci?"</string>
- <string name="uninstall_application_text">"Tato aplikace bude odstraněna z vašeho telefonu."</string>
- <string name="uninstalling">"Probíhá odinstalace..."</string>
- <string name="uninstall_done">"Odinstalace byla dokončena."</string>
- <string name="uninstall_failed">"Odinstalace aplikace se nezdařila."</string>
- <string name="Parse_error_dlg_title">"Chyba analýzy"</string>
- <string name="Parse_error_dlg_text">"Při analýze balíčku došlo k problému."</string>
-</resources>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
deleted file mode 100644
index 1e5607e2..00000000
--- a/res/values-de/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"Paket-Installer"</string>
- <string name="install">"Installieren"</string>
- <string name="done">"Fertig"</string>
- <string name="security_settings_desc">"Folgendes auf dieser Anwendung zulassen:"</string>
- <string name="cancel">"Abbrechen"</string>
- <string name="unknown">"Unbekannt"</string>
- <string name="installing">"Installation..."</string>
- <string name="install_done">"Anwendung installiert"</string>
- <string name="install_confirm_question">"Möchten Sie diese Anwendung installieren?"</string>
- <string name="install_failed">"Installation der Anwendung nicht erfolgreich"</string>
- <string name="launch">"Öffnen"</string>
- <string name="unknown_apps_dlg_title">"Installation gesperrt"</string>
- <string name="unknown_apps_dlg_text">"Aus Sicherheitsgründen ist Ihr Telefon so eingestellt, dass die Installation von Nicht-Android Market-Anwendungen gesperrt ist."</string>
- <string name="ok">"OK"</string>
- <string name="settings">"Einstellungen"</string>
- <string name="manage_applications">"Anwendungen verwalten"</string>
- <string name="dlg_app_replacement_title">"Anwendung ersetzen"</string>
- <string name="dlg_app_replacement_statement">"Die zu installierende Anwendung ersetzt eine andere Anwendung."\n\n"Alle vorhandenen Nutzerdaten werden gespeichert."</string>
- <string name="out_of_space_dlg_title">"Kein freier Speicher vorhanden"</string>
- <string name="out_of_space_dlg_text">"<xliff:g id="APP_NAME">%1$s</xliff:g> konnte nicht geprüft werden. Bereinigen Sie den Speicher Ihres Telefons und versuchen Sie es erneut."</string>
- <string name="dlg_ok">"OK"</string>
- <string name="app_not_found_dlg_title">"Anwendung nicht gefunden"</string>
- <string name="app_not_found_dlg_text">"Diese Anwendung wurde in der Liste der installierten Anwendungen nicht gefunden."</string>
- <string name="uninstall_application_question">"Anwendung deinstallieren?"</string>
- <string name="uninstall_application_text">"Diese Anwendung wird von Ihrem Telefon entfernt."</string>
- <string name="uninstalling">"Deinstallation..."</string>
- <string name="uninstall_done">"Deinstallation abgeschlossen!"</string>
- <string name="uninstall_failed">"Deinstallierung der Anwendung fehlgeschlagen"</string>
- <string name="Parse_error_dlg_title">"Parsingfehler"</string>
- <string name="Parse_error_dlg_text">"Beim Parsen des Pakets ist ein Problem aufgetreten."</string>
-</resources>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
deleted file mode 100644
index d3403aef..00000000
--- a/res/values-es/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"Instalador de paquetes"</string>
- <string name="install">"Instalar"</string>
- <string name="done">"Hecho"</string>
- <string name="security_settings_desc">"Permitir a esta aplicación:"</string>
- <string name="cancel">"Cancelar"</string>
- <string name="unknown">"Desconocida"</string>
- <string name="installing">"Instalando…"</string>
- <string name="install_done">"Aplicación instalada"</string>
- <string name="install_confirm_question">"¿Quieres instalar esta aplicación?"</string>
- <string name="install_failed">"La aplicación no se instaló correctamente."</string>
- <string name="launch">"Abierta"</string>
- <string name="unknown_apps_dlg_title">"Instalación bloqueada"</string>
- <string name="unknown_apps_dlg_text">"Por motivos de seguridad, tu teléfono se ha configurado para bloquear la instalación de aplicaciones que no pertenecen a Android Market."</string>
- <string name="ok">"Aceptar"</string>
- <string name="settings">"Configuración"</string>
- <string name="manage_applications">"Administrar aplicaciones"</string>
- <string name="dlg_app_replacement_title">"Sustituir aplicación"</string>
- <string name="dlg_app_replacement_statement">"La aplicación que quieres instalar sustituirá a otra aplicación."\n\n"Se guardarán todos los datos de usuarios anteriores."</string>
- <string name="out_of_space_dlg_title">"Sin espacio"</string>
- <string name="out_of_space_dlg_text">"No se ha podido ver el archivo <xliff:g id="APP_NAME">%1$s</xliff:g>. Libera espacio en el teléfono e inténtalo de nuevo."</string>
- <string name="dlg_ok">"Aceptar"</string>
- <string name="app_not_found_dlg_title">"No se ha encontrado la aplicación."</string>
- <string name="app_not_found_dlg_text">"No se ha encontrado la aplicación en la lista de aplicaciones instaladas."</string>
- <string name="uninstall_application_question">"Desinstalar aplicación?"</string>
- <string name="uninstall_application_text">"Esta aplicación se eliminará de tu teléfono."</string>
- <string name="uninstalling">"Desinstalando..."</string>
- <string name="uninstall_done">"Desinstalación completada"</string>
- <string name="uninstall_failed">"No se ha podido desinstalar la aplicación."</string>
- <string name="Parse_error_dlg_title">"Error de análisis"</string>
- <string name="Parse_error_dlg_text">"Se ha producido un problema al analizar el paquete."</string>
-</resources>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
deleted file mode 100644
index f79724be..00000000
--- a/res/values-fr/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"Programme d\'installation du kit"</string>
- <string name="install">"Installer"</string>
- <string name="done">"Terminé"</string>
- <string name="security_settings_desc">"Autoriser cette application à :"</string>
- <string name="cancel">"Annuler"</string>
- <string name="unknown">"Inconnu"</string>
- <string name="installing">"Installation..."</string>
- <string name="install_done">"Application installée"</string>
- <string name="install_confirm_question">"Voulez-vous installer cette application ?"</string>
- <string name="install_failed">"Échec de l\'installation de l\'application"</string>
- <string name="launch">"Ouvrir"</string>
- <string name="unknown_apps_dlg_title">"Installation bloquée"</string>
- <string name="unknown_apps_dlg_text">"Pour plus de sécurité, votre téléphone est configuré de sorte à bloquer l\'installation des applications ne provenant pas d\'Android Market."</string>
- <string name="ok">"OK"</string>
- <string name="settings">"Paramètres"</string>
- <string name="manage_applications">"Gérer les applications"</string>
- <string name="dlg_app_replacement_title">"Remplacer l\'application"</string>
- <string name="dlg_app_replacement_statement">"L\'application que vous installez actuellement remplacera l\'autre application."\n\n"Toutes les données d\'utilisateur existantes seront enregistrées."</string>
- <string name="out_of_space_dlg_title">"Mémoire insuffisante"</string>
- <string name="out_of_space_dlg_text">"Impossible d\'afficher <xliff:g id="APP_NAME">%1$s</xliff:g>. Libérez de l\'espace sur votre téléphone, puis réessayez."</string>
- <string name="dlg_ok">"OK"</string>
- <string name="app_not_found_dlg_title">"Application introuvable"</string>
- <string name="app_not_found_dlg_text">"Cette application ne figure pas dans la liste des applications installées."</string>
- <string name="uninstall_application_question">"Désinstaller l\'application ?"</string>
- <string name="uninstall_application_text">"Cette application va être supprimée de votre téléphone."</string>
- <string name="uninstalling">"Désinstallation..."</string>
- <string name="uninstall_done">"Désinstallation terminée !"</string>
- <string name="uninstall_failed">"Échec de la désinstallation de l\'application"</string>
- <string name="Parse_error_dlg_title">"Erreur d\'analyse"</string>
- <string name="Parse_error_dlg_text">"Un problème est survenu lors de l\'analyse du kit."</string>
-</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
deleted file mode 100644
index 033ce34f..00000000
--- a/res/values-it/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"Installazione pacchetti"</string>
- <string name="install">"Installa"</string>
- <string name="done">"Fine"</string>
- <string name="security_settings_desc">"Consenti all\'applicazione di:"</string>
- <string name="cancel">"Annulla"</string>
- <string name="unknown">"Sconosciuto"</string>
- <string name="installing">"Installazione..."</string>
- <string name="install_done">"Applicazione installata"</string>
- <string name="install_confirm_question">"Installare questa applicazione?"</string>
- <string name="install_failed">"Installazione applicazione non riuscita"</string>
- <string name="launch">"Apri"</string>
- <string name="unknown_apps_dlg_title">"Installazione bloccata"</string>
- <string name="unknown_apps_dlg_text">"Per motivi di sicurezza, il telefono è impostato per bloccare l\'installazione di applicazioni non provenienti da Android Market."</string>
- <string name="ok">"OK"</string>
- <string name="settings">"Impostazioni"</string>
- <string name="manage_applications">"Gestisci applicazioni"</string>
- <string name="dlg_app_replacement_title">"Sostituisci applicazione"</string>
- <string name="dlg_app_replacement_statement">"L\'applicazione da installare sostituirà un\'altra applicazione."\n\n"Tutti i dati utente precedenti verranno salvati."</string>
- <string name="out_of_space_dlg_title">"Spazio esaurito"</string>
- <string name="out_of_space_dlg_text">"Impossibile visualizzare <xliff:g id="APP_NAME">%1$s</xliff:g>. Libera spazio sul telefono e riprova."</string>
- <string name="dlg_ok">"OK"</string>
- <string name="app_not_found_dlg_title">"Applicazione non trovata"</string>
- <string name="app_not_found_dlg_text">"Impossibile trovare l\'applicazione \nnell\'elenco di applicazioni installate."</string>
- <string name="uninstall_application_question">"Disinstallare l\'applicazione?"</string>
- <string name="uninstall_application_text">"L\'applicazione verrà rimossa dal telefono."</string>
- <string name="uninstalling">"Disinstallazione..."</string>
- <string name="uninstall_done">"Disinstallazione completa."</string>
- <string name="uninstall_failed">"Disinstallazione dell\'applicazione non riuscita"</string>
- <string name="Parse_error_dlg_title">"Errore di analisi"</string>
- <string name="Parse_error_dlg_text">"Errore durante l\'analisi del pacchetto."</string>
-</resources>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
deleted file mode 100644
index 1d4d6323..00000000
--- a/res/values-ja/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"パッケージインストーラ"</string>
- <string name="install">"インストール"</string>
- <string name="done">"完了"</string>
- <string name="security_settings_desc">"このアプリケーションに許可する権限:"</string>
- <string name="cancel">"キャンセル"</string>
- <string name="unknown">"不明"</string>
- <string name="installing">"インストール中..."</string>
- <string name="install_done">"アプリケーションをインストールしました"</string>
- <string name="install_confirm_question">"このアプリケーションをインストールしますか?"</string>
- <string name="install_failed">"アプリケーションをインストールできませんでした"</string>
- <string name="launch">"開く"</string>
- <string name="unknown_apps_dlg_title">"インストールはブロックされました"</string>
- <string name="unknown_apps_dlg_text">"セキュリティ保護のため、お使いの端末はAndroid Market以外から提供されたアプリケーションのインストールをブロックするよう設定されています。"</string>
- <string name="ok">"OK"</string>
- <string name="settings">"設定"</string>
- <string name="manage_applications">"アプリケーションを管理"</string>
- <string name="dlg_app_replacement_title">"アプリケーションを更新"</string>
- <string name="dlg_app_replacement_statement">"このアプリケーションをインストールすると別のアプリケーションが上書きされます。"\n\n"過去のユーザーデータはすべて保存されます。"</string>
- <string name="out_of_space_dlg_title">"容量不足です"</string>
- <string name="out_of_space_dlg_text">"<xliff:g id="APP_NAME">%1$s</xliff:g>を表示できませんでした。端末の空き領域を増やしてもう一度試してください。"</string>
- <string name="dlg_ok">"OK"</string>
- <string name="app_not_found_dlg_title">"アプリケーションが見つかりません"</string>
- <string name="app_not_found_dlg_text">"インストール済みアプリケーションのリストに、このアプリケーションはありません。"</string>
- <string name="uninstall_application_question">"アプリケーションをアンインストールしますか?"</string>
- <string name="uninstall_application_text">"このアプリケーションはお使いの端末から削除されます。"</string>
- <string name="uninstalling">"アンインストール中..."</string>
- <string name="uninstall_done">"アンインストールが完了しました。"</string>
- <string name="uninstall_failed">"アプリケーションをアンインストールできませんでした"</string>
- <string name="Parse_error_dlg_title">"解析エラー"</string>
- <string name="Parse_error_dlg_text">"パッケージの解析中に問題が発生しました。"</string>
-</resources>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
deleted file mode 100644
index 2c151e8f..00000000
--- a/res/values-ko/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"패키지 설치 프로그램"</string>
- <string name="install">"설치"</string>
- <string name="done">"완료"</string>
- <string name="security_settings_desc">"이 응용프로그램에 다음을 수행할 권한을 부여:"</string>
- <string name="cancel">"취소"</string>
- <string name="unknown">"알 수 없음"</string>
- <string name="installing">"설치 중..."</string>
- <string name="install_done">"응용프로그램이 설치되었습니다."</string>
- <string name="install_confirm_question">"이 응용프로그램을 설치하시겠습니까?"</string>
- <string name="install_failed">"응용프로그램 설치에 실패했습니다."</string>
- <string name="launch">"열기"</string>
- <string name="unknown_apps_dlg_title">"설치가 차단됨"</string>
- <string name="unknown_apps_dlg_text">"보안을 위해 전화기가 Android Market에서 제공하지 않은 응용프로그램의 설치를 차단하도록 설정되어 있습니다."</string>
- <string name="ok">"확인"</string>
- <string name="settings">"설정"</string>
- <string name="manage_applications">"응용프로그램 관리"</string>
- <string name="dlg_app_replacement_title">"응용프로그램 교체"</string>
- <string name="dlg_app_replacement_statement">"설치 중인 응용프로그램이 다른 응용프로그램을 대체합니다."\n\n"이전의 모든 사용자 데이터는 저장됩니다.\n."</string>
- <string name="out_of_space_dlg_title">"여유 공간이 없음"</string>
- <string name="out_of_space_dlg_text">"<xliff:g id="APP_NAME">%1$s</xliff:g>을(를) 볼 수 없습니다. 전화기에서 여유 공간을 늘린 후에 다시 시도하세요."</string>
- <string name="dlg_ok">"확인"</string>
- <string name="app_not_found_dlg_title">"응용프로그램을 찾지 못했습니다."</string>
- <string name="app_not_found_dlg_text">"응용프로그램이 설치된 응용프로그램 목록에 없습니다."</string>
- <string name="uninstall_application_question">"응용프로그램을 제거하시겠습니까?"</string>
- <string name="uninstall_application_text">"전화기에서 이 응용프로그램이 삭제됩니다."</string>
- <string name="uninstalling">"제거 중..."</string>
- <string name="uninstall_done">"제거가 완료되었습니다."</string>
- <string name="uninstall_failed">"응용프로그램 제거에 실패했습니다."</string>
- <string name="Parse_error_dlg_title">"구문 분석 오류"</string>
- <string name="Parse_error_dlg_text">"패키지를 구문 분석하는 중 문제가 발생했습니다."</string>
-</resources>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
deleted file mode 100644
index d00f8f2d..00000000
--- a/res/values-nb/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"Pakkeinstallering"</string>
- <string name="install">"Installer"</string>
- <string name="done">"Ferdig"</string>
- <string name="security_settings_desc">"La denne applikasjonen:"</string>
- <string name="cancel">"Avbryt"</string>
- <string name="unknown">"Ukjent"</string>
- <string name="installing">"Installerer…"</string>
- <string name="install_done">"Applikasjon installert"</string>
- <string name="install_confirm_question">"Ønsker du å installere denne applikasjonen?"</string>
- <string name="install_failed">"Installasjon vellykket"</string>
- <string name="launch">"Åpne"</string>
- <string name="unknown_apps_dlg_title">"Installasjonen ble blokkert"</string>
- <string name="unknown_apps_dlg_text">"Av sikkerhetsgrunner er telefonen satt til å blokkere installasjon av applikasjoner som ikke kommer fra Android-markedet."</string>
- <string name="ok">"OK"</string>
- <string name="settings">"Innstillinger"</string>
- <string name="manage_applications">"Administrer applikasjoner"</string>
- <string name="dlg_app_replacement_title">"Erstatt applikasjon"</string>
- <string name="dlg_app_replacement_statement">"Applikasjonen du installerer vil erstatte en annen applikasjon."\n\n"Alle eksisterende brukerdata vil bli lagret."</string>
- <string name="out_of_space_dlg_title">"Tom for plass"</string>
- <string name="out_of_space_dlg_text">"Kunne ikke vise <xliff:g id="APP_NAME">%1$s</xliff:g>. Frigjør plass på telefonen og prøv igjen."</string>
- <string name="dlg_ok">"OK"</string>
- <string name="app_not_found_dlg_title">"Fant ikke applikasjonen"</string>
- <string name="app_not_found_dlg_text">"Fant ikke applikasjonen i listen over installerte applikasjoner."</string>
- <string name="uninstall_application_question">"Avinstaller applikasjonen?"</string>
- <string name="uninstall_application_text">"Applikasjonen vil bli fjernet fra telefonen."</string>
- <string name="uninstalling">"Avinstallerer…"</string>
- <string name="uninstall_done">"Avintallasjon fullført!"</string>
- <string name="uninstall_failed">"Avinstallasjonen var mislykket"</string>
- <string name="Parse_error_dlg_title">"Parsefeil"</string>
- <string name="Parse_error_dlg_text">"Det oppsto et problem under tolkningen av pakken."</string>
-</resources>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
deleted file mode 100644
index ece9b880..00000000
--- a/res/values-nl/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"Installatieprogramma van pakket"</string>
- <string name="install">"Installeren"</string>
- <string name="done">"Gereed"</string>
- <string name="security_settings_desc">"Deze toepassing toestaan het volgende te doen:"</string>
- <string name="cancel">"Annuleren"</string>
- <string name="unknown">"Onbekend"</string>
- <string name="installing">"Installeren..."</string>
- <string name="install_done">"Toepassing is geïnstalleerd"</string>
- <string name="install_confirm_question">"Wilt u deze toepassing installeren?"</string>
- <string name="install_failed">"Installatie van toepassing is mislukt"</string>
- <string name="launch">"Openen"</string>
- <string name="unknown_apps_dlg_title">"De installatie is geblokkeerd"</string>
- <string name="unknown_apps_dlg_text">"Voor de veiligheid is uw telefoon ingesteld op het blokkeren van de installatie van toepassingen die niet in Android Market zijn opgenomen."</string>
- <string name="ok">"OK"</string>
- <string name="settings">"Instellingen"</string>
- <string name="manage_applications">"Toepassingen beheren"</string>
- <string name="dlg_app_replacement_title">"Toepassing vervangen"</string>
- <string name="dlg_app_replacement_statement">"De toepassing die u installeert, vervangt een andere toepassing."\n\n"Alle bestaande gebruikersgegevens worden opgeslagen."</string>
- <string name="out_of_space_dlg_title">"Geen ruimte beschikbaar"</string>
- <string name="out_of_space_dlg_text">"<xliff:g id="APP_NAME">%1$s</xliff:g> kan niet worden weergegeven. Maak ruimte vrij op uw telefoon en probeer het opnieuw."</string>
- <string name="dlg_ok">"OK"</string>
- <string name="app_not_found_dlg_title">"Toepassing niet gevonden"</string>
- <string name="app_not_found_dlg_text">"De toepassing is niet gevonden in de lijst met geïnstalleerde toepassingen."</string>
- <string name="uninstall_application_question">"Toepassing verwijderen?"</string>
- <string name="uninstall_application_text">"Deze toepassing wordt verwijderd van uw telefoon."</string>
- <string name="uninstalling">"Verwijderen..."</string>
- <string name="uninstall_done">"Verwijdering voltooid."</string>
- <string name="uninstall_failed">"Verwijderen van toepassing is mislukt"</string>
- <string name="Parse_error_dlg_title">"Parseerfout"</string>
- <string name="Parse_error_dlg_text">"Er is een probleem opgetreden bij het parseren van het pakket."</string>
-</resources>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
deleted file mode 100644
index 6f8d7bc1..00000000
--- a/res/values-pl/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"Instalator pakietu"</string>
- <string name="install">"Instaluj"</string>
- <string name="done">"Gotowe"</string>
- <string name="security_settings_desc">"Zezwalaj tej aplikacji na:"</string>
- <string name="cancel">"Anuluj"</string>
- <string name="unknown">"Nieznane"</string>
- <string name="installing">"Instalowanie..."</string>
- <string name="install_done">"Aplikacja została zainstalowana"</string>
- <string name="install_confirm_question">"Czy zainstalować tę aplikację?"</string>
- <string name="install_failed">"Instalacja aplikacji nie powiodła się"</string>
- <string name="launch">"Otwórz"</string>
- <string name="unknown_apps_dlg_title">"Instalowanie zablokowane"</string>
- <string name="unknown_apps_dlg_text">"Ze względów bezpieczeństwa telefon jest ustawiony tak, aby blokować instalowanie aplikacji niepochodzących z katalogu Android Market."</string>
- <string name="ok">"OK"</string>
- <string name="settings">"Ustawienia"</string>
- <string name="manage_applications">"Zarządzaj aplikacjami"</string>
- <string name="dlg_app_replacement_title">"Zastąp aplikację"</string>
- <string name="dlg_app_replacement_statement">"Instalowana aplikacja zastąpi inną aplikację."\n\n"Wszystkie poprzednie dane użytkownika zostaną zachowane."</string>
- <string name="out_of_space_dlg_title">"Brak miejsca"</string>
- <string name="out_of_space_dlg_text">"Nie można wyświetlić <xliff:g id="APP_NAME">%1$s</xliff:g>. Zwolnij miejsce w telefonie i spróbuj ponownie."</string>
- <string name="dlg_ok">"OK"</string>
- <string name="app_not_found_dlg_title">"Nie znaleziono aplikacji"</string>
- <string name="app_not_found_dlg_text">"Nie znaleziono aplikacji na liście zainstalowanych aplikacji."</string>
- <string name="uninstall_application_question">"Czy zdeinstalować aplikację?"</string>
- <string name="uninstall_application_text">"Ta aplikacja zostanie usunięta z telefonu."</string>
- <string name="uninstalling">"Deinstalowanie..."</string>
- <string name="uninstall_done">"Zakończono deinstalowanie."</string>
- <string name="uninstall_failed">"Deinstalowanie aplikacji nie powiodło się"</string>
- <string name="Parse_error_dlg_title">"Błąd parsowania"</string>
- <string name="Parse_error_dlg_text">"Wystąpił problem podczas parsowania pakietu."</string>
-</resources>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
deleted file mode 100644
index b075dfbb..00000000
--- a/res/values-ru/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"Программа установки пакета"</string>
- <string name="install">"Установить"</string>
- <string name="done">"Готово"</string>
- <string name="security_settings_desc">"Разрешить этому приложению:"</string>
- <string name="cancel">"Отмена"</string>
- <string name="unknown">"Неизвестно"</string>
- <string name="installing">"Установка..."</string>
- <string name="install_done">"Приложение установлено"</string>
- <string name="install_confirm_question">"Установить это приложение?"</string>
- <string name="install_failed">"Не удалось установить приложение."</string>
- <string name="launch">"Открыть"</string>
- <string name="unknown_apps_dlg_title">"Установка заблокирована"</string>
- <string name="unknown_apps_dlg_text">"Из соображений безопасности на вашем телефоне заблокирована установка приложений, источником которых не является Android Маркет."</string>
- <string name="ok">"ОК"</string>
- <string name="settings">"Настройки"</string>
- <string name="manage_applications">"Управлять приложениями"</string>
- <string name="dlg_app_replacement_title">"Заменить приложение"</string>
- <string name="dlg_app_replacement_statement">"Приложение, которое вы устанавливаете, заменит другое приложение."\n\n"Все пользовательские данные будут сохранены."</string>
- <string name="out_of_space_dlg_title">"Недостаточно места"</string>
- <string name="out_of_space_dlg_text">"Невозможно просмотреть <xliff:g id="APP_NAME">%1$s</xliff:g>. Освободите место в памяти телефона и повторите попытку."</string>
- <string name="dlg_ok">"ОК"</string>
- <string name="app_not_found_dlg_title">"Приложение не найдено"</string>
- <string name="app_not_found_dlg_text">"Приложение не было найдено в списке установленных приложений."</string>
- <string name="uninstall_application_question">"Удалить приложение?"</string>
- <string name="uninstall_application_text">"Данное приложение будет удалено с вашего телефона."</string>
- <string name="uninstalling">"Удаление..."</string>
- <string name="uninstall_done">"Удаление завершено!"</string>
- <string name="uninstall_failed">"Не удалось удалить приложение"</string>
- <string name="Parse_error_dlg_title">"Синтаксическая ошибка"</string>
- <string name="Parse_error_dlg_text">"При анализе пакета возникла проблема."</string>
-</resources>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
deleted file mode 100644
index e7e109ad..00000000
--- a/res/values-zh-rCN/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"打包安装程序"</string>
- <string name="install">"安装"</string>
- <string name="done">"完成"</string>
- <string name="security_settings_desc">"允许该应用程序:"</string>
- <string name="cancel">"取消"</string>
- <string name="unknown">"未知"</string>
- <string name="installing">"正在安装..."</string>
- <string name="install_done">"应用程序已安装"</string>
- <string name="install_confirm_question">"是否要安装该应用程序?"</string>
- <string name="install_failed">"应用程序安装失败"</string>
- <string name="launch">"打开"</string>
- <string name="unknown_apps_dlg_title">"禁止安装"</string>
- <string name="unknown_apps_dlg_text">"为了安全起见,您的手机设置为禁止安装不是随 Android Market 提供的应用程序。"</string>
- <string name="ok">"确定"</string>
- <string name="settings">"设置"</string>
- <string name="manage_applications">"管理应用程序"</string>
- <string name="dlg_app_replacement_title">"替换应用程序"</string>
- <string name="dlg_app_replacement_statement">"您正在安装的应用程序会替换其他应用程序。"\n\n"会保存所有以前的用户数据。"</string>
- <string name="out_of_space_dlg_title">"空间不足"</string>
- <string name="out_of_space_dlg_text">"无法查看<xliff:g id="APP_NAME">%1$s</xliff:g>。请释放部分手机空间,然后重试。"</string>
- <string name="dlg_ok">"确定"</string>
- <string name="app_not_found_dlg_title">"找不到应用程序"</string>
- <string name="app_not_found_dlg_text">"在已安装应用程序的列表中找不到该应用程序。"</string>
- <string name="uninstall_application_question">"是否卸载应用程序?"</string>
- <string name="uninstall_application_text">"该应用程序会从您的手机中删除。"</string>
- <string name="uninstalling">"正在卸载..."</string>
- <string name="uninstall_done">"卸载完成!"</string>
- <string name="uninstall_failed">"应用程序卸载失败"</string>
- <string name="Parse_error_dlg_title">"解析错误"</string>
- <string name="Parse_error_dlg_text">"解析包时出现问题。"</string>
-</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
deleted file mode 100644
index 78e3c7ff..00000000
--- a/res/values-zh-rTW/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">"程式安裝器"</string>
- <string name="install">"安裝"</string>
- <string name="done">"完成"</string>
- <string name="security_settings_desc">"允許此應用程式:"</string>
- <string name="cancel">"取消"</string>
- <string name="unknown">"未知"</string>
- <string name="installing">"安裝中..."</string>
- <string name="install_done">"已安裝的應用程式"</string>
- <string name="install_confirm_question">"要安裝此應用程式嗎?"</string>
- <string name="install_failed">"應用程式安裝失敗"</string>
- <string name="launch">"開啟"</string>
- <string name="unknown_apps_dlg_title">"安裝遭封鎖。"</string>
- <string name="unknown_apps_dlg_text">"為維護安全,您的手機設定不會安裝非 Android Market 所提供的應用程式。"</string>
- <string name="ok">"確定"</string>
- <string name="settings">"設定"</string>
- <string name="manage_applications">"管理應用程式"</string>
- <string name="dlg_app_replacement_title">"取代應用程式"</string>
- <string name="dlg_app_replacement_statement">"您所要安裝的應用程式將會取代其他的應用程式。"\n\n"將會儲存所有先前的使用者資料。"</string>
- <string name="out_of_space_dlg_title">"空間不足"</string>
- <string name="out_of_space_dlg_text">"無法檢視 <xliff:g id="APP_NAME">%1$s</xliff:g>。請先釋放手機上的部分空間,然後再試一次。"</string>
- <string name="dlg_ok">"確定"</string>
- <string name="app_not_found_dlg_title">"找不到應用程式"</string>
- <string name="app_not_found_dlg_text">"已安裝的應用程式清單中沒有此應用程式。"</string>
- <string name="uninstall_application_question">"要解除安裝應用程式嗎?"</string>
- <string name="uninstall_application_text">"此應用程式將從您的手機中移除。"</string>
- <string name="uninstalling">"解除安裝中..."</string>
- <string name="uninstall_done">"解除安裝完成!"</string>
- <string name="uninstall_failed">"應用程式解除安裝失敗"</string>
- <string name="Parse_error_dlg_title">"剖析錯誤"</string>
- <string name="Parse_error_dlg_text">"剖析程式時發生問題。"</string>
-</resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
deleted file mode 100755
index 28e691b4..00000000
--- a/res/values/colors.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<resources>
- <color name="view_background">#1c1c1c</color>
- <color name="title_background">#828282</color>
- <color name="shadow">#cc222222</color>
- <color name="transparent">#00000000</color>
-</resources>
-
diff --git a/res/values/strings.xml b/res/values/strings.xml
deleted file mode 100644
index ae155772..00000000
--- a/res/values/strings.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2007 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">Package Installer</string>
- <string name="install">Install</string>
- <string name="done">Done</string>
- <!-- TODO REMOVE LATER -->
- <string name="security_settings_desc">Allow this application to:</string>
- <string name="cancel">Cancel</string>
- <string name="unknown">Unknown</string>
- <string name="installing">Installing\u2026</string>
- <string name="install_done">Application installed</string>
- <string name="install_confirm_question">Do you want to install this application?</string>
- <string name="install_failed">Application install unsuccessful</string>
- <string name="launch">Open</string>
- <string name="unknown_apps_dlg_title">Install blocked</string>
- <string name="unknown_apps_dlg_text">For security, your phone is set to block installation of applications not sourced in Android Market.</string>
- <string name="ok">OK</string>
- <string name="settings">Settings</string>
- <string name="manage_applications">Manage applications</string>
- <string name="dlg_app_replacement_title">Replace application</string>
- <string name="dlg_app_replacement_statement">The application you are installing will replace another application.\n\nAll previous user data will be saved.</string>
- <string name="out_of_space_dlg_title">Out of space</string>
- <string name="out_of_space_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> could not be viewed. Free up some space on your phone and try again.</string>
- <!-- strings related to uninstall activity -->
- <string name="dlg_ok">OK</string>
- <string name="app_not_found_dlg_title">Application not found</string>
- <string name="app_not_found_dlg_text"> The application was not
-found in the list of installed applications.</string>
- <string name="uninstall_application_question">Uninstall application?</string>
- <string name="uninstall_application_text">This application will be removed from your phone.</string>
- <string name="uninstalling">Uninstalling\u2026</string>
- <string name="uninstall_done">Uninstall finished!</string>
- <string name="uninstall_failed">Application uninstall not successful</string>
-
- <!-- Dialog attributes to indicate parse errors -->
- <string name="Parse_error_dlg_title">Parse Error</string>
- <string name="Parse_error_dlg_text">There is a problem parsing the package.</string>
-</resources>