summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zima <keltuv.email@gmail.com>2014-03-25 23:23:33 +0100
committerOndrej Zima <keltuv.email@gmail.com>2014-03-25 23:23:33 +0100
commit06adbdd9b5da8042573c9b1c3d335c7db4b9a269 (patch)
tree4eb768e6b02716c8d9d2450856c8983d052dd241
parentcc613358bec96ea724b252411ed91d2e048c1082 (diff)
downloadandroid_packages_apps_Dialer-06adbdd9b5da8042573c9b1c3d335c7db4b9a269.tar.gz
android_packages_apps_Dialer-06adbdd9b5da8042573c9b1c3d335c7db4b9a269.tar.bz2
android_packages_apps_Dialer-06adbdd9b5da8042573c9b1c3d335c7db4b9a269.zip
Dialer: CS translation
- added missing - new CAF strings Change-Id: I21d07fb071aefab46854ab09977c79eb80e9e2b0
-rw-r--r--res/values-cs/cm_caf.xml20
-rw-r--r--res/values-cs/cm_strings.xml3
2 files changed, 23 insertions, 0 deletions
diff --git a/res/values-cs/cm_caf.xml b/res/values-cs/cm_caf.xml
new file mode 100644
index 000000000..4a77f4fe2
--- /dev/null
+++ b/res/values-cs/cm_caf.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 The CyanogenMod 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="calllog_search_hint">Prohledávat výpis hovorů</string>
+ <string name="dial_conference">Telefonická konference</string>
+</resources>
diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml
index bd99cdb52..3df9b335b 100644
--- a/res/values-cs/cm_strings.xml
+++ b/res/values-cs/cm_strings.xml
@@ -52,4 +52,7 @@
<string name="menu_add_to_blacklist">Přidat na černou listinu</string>
<string name="toast_added_to_blacklist">%s bylo přidáno na černou listinu.</string>
+
+ <string name="nearby_places">Blízká místa</string>
+ <string name="people">Lidé</string>
</resources>