diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:32:31 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:32:31 -0800 |
commit | 91ec61c3dca241befdf4a3803c45b051a3e3124f (patch) | |
tree | 59fc988de9bdfbca4bcf0b946d29bceda657fa7c /res/values-cs/strings.xml | |
parent | 8106e501baad76e7192c7ddbb9f5e179c7ff6f9b (diff) | |
download | packages_apps_packageinstaller-91ec61c3dca241befdf4a3803c45b051a3e3124f.zip packages_apps_packageinstaller-91ec61c3dca241befdf4a3803c45b051a3e3124f.tar.gz packages_apps_packageinstaller-91ec61c3dca241befdf4a3803c45b051a3e3124f.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'res/values-cs/strings.xml')
-rw-r--r-- | res/values-cs/strings.xml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml new file mode 100644 index 0000000..76247bb --- /dev/null +++ b/res/values-cs/strings.xml @@ -0,0 +1,56 @@ +<?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> + <!-- no translation found for install_failed (6644311739017660989) --> + <skip /> + <!-- no translation found for install_failed_msg (5282789300118241924) --> + <skip /> + <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> + <!-- no translation found for dlg_sys_app_replacement_statement (8158736217122431465) --> + <skip /> + <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> + <!-- no translation found for uninstall_failed (5725854598594371845) --> + <skip /> + <!-- no translation found for uninstall_failed_msg (5480019148754200912) --> + <skip /> + <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> |