summaryrefslogtreecommitdiffstats
path: root/res/values-cs
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:53 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:53 -0800
commit1edb39f280d23b3a87db45b63c2f26850d68eafe (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /res/values-cs
parent96d15ef26e4ac2d15bb11c327a8a04027032bab7 (diff)
downloadandroid_packages_providers_DownloadProvider-1edb39f280d23b3a87db45b63c2f26850d68eafe.tar.gz
android_packages_providers_DownloadProvider-1edb39f280d23b3a87db45b63c2f26850d68eafe.tar.bz2
android_packages_providers_DownloadProvider-1edb39f280d23b3a87db45b63c2f26850d68eafe.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'res/values-cs')
-rw-r--r--res/values-cs/strings.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
deleted file mode 100644
index cbac9ac2..00000000
--- a/res/values-cs/strings.xml
+++ /dev/null
@@ -1,31 +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="permlab_downloadManager">"Získat přístup ke správci stahování."</string>
- <string name="permdesc_downloadManager">"Umožní aplikaci získat přístup ke správci stahování a stahovat pomocí něj soubory. Škodlivé aplikace mohou pomocí tohoto nastavení narušit stahování a získat přístup k soukromým informacím."</string>
- <string name="permlab_downloadManagerAdvanced">"Pokročilé funkce správce stahování."</string>
- <string name="permdesc_downloadManagerAdvanced">"Umožňuje aplikaci přístup k pokročilým funkcím správce stahování."\n" Škodlivé aplikace toho mohou využít a narušit stahování nebo získat přístup k "\n" důvěrným informacím."</string>
- <string name="permlab_cacheFilesystem">"Použít mezipaměť systému."</string>
- <string name="permdesc_cacheFilesystem">"Umožní aplikaci získat přímý přístup k mezipaměti systému, měnit ji a mazat. Škodlivé aplikace mohou pomocí tohoto nastavení vážně narušit stahování a ostatní aplikace a získat přístup k soukromým datům."</string>
- <string name="permlab_downloadCompletedIntent">"Odeslat oznámení o stahování."</string>
- <string name="permdesc_downloadCompletedIntent">"Umožní aplikaci odeslat oznámení o dokončení stahování. Škodlivé aplikace mohou pomocí tohoto nastavení zmást jiné aplikace, které stahují soubory."</string>
- <string name="download_unknown_title">"&lt;Bez názvu&gt;"</string>
- <string name="notification_filename_separator">","</string>
- <string name="notification_filename_extras">"a ještě %d"</string>
- <string name="notification_download_complete">"Stahování bylo dokončeno"</string>
- <string name="notification_download_failed">"Stahování bylo neúspěšné"</string>
-</resources>