summaryrefslogtreecommitdiffstats
path: root/res/values-cs
diff options
context:
space:
mode:
authorOndrej Zima <keltuv.email@gmail.com>2014-03-25 23:42:28 +0100
committerOndrej Zima <keltuv.email@gmail.com>2014-03-25 23:42:28 +0100
commit126cbe1985d78504b090fe7f60f99437e8fc3e74 (patch)
tree91575acd7513cc2ed91322c80f08ab7703705205 /res/values-cs
parented5352b1d4e75bb38d2978feec3c5a751bcf6d46 (diff)
downloadandroid_packages_apps_InCallUI-126cbe1985d78504b090fe7f60f99437e8fc3e74.tar.gz
android_packages_apps_InCallUI-126cbe1985d78504b090fe7f60f99437e8fc3e74.tar.bz2
android_packages_apps_InCallUI-126cbe1985d78504b090fe7f60f99437e8fc3e74.zip
InCallUI: CS translation
- added CAF strings Change-Id: I6ccb53521e471b6614e0722a185d1896ebaf2ad4
Diffstat (limited to 'res/values-cs')
-rw-r--r--res/values-cs/cm_caf.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/res/values-cs/cm_caf.xml b/res/values-cs/cm_caf.xml
new file mode 100644
index 00000000..4e1abc1a
--- /dev/null
+++ b/res/values-cs/cm_caf.xml
@@ -0,0 +1,53 @@
+<?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="callFailed_dialToUssd">Požadavek DIAL změněn na požadavek USSD.</string>
+ <string name="callFailed_dialToSs">Požadavek DIAL změněn na požadavek SS.</string>
+ <string name="callFailed_dialToDial">Požadavek DIAL změněn na požadavek DIAL s jiným číslem.</string>
+
+ <string name="modify_call_prompt_yes">Ano</string>
+ <string name="modify_call_prompt_no">Ne</string>
+ <string name="modify_call_failure_str">Požadavek pro změnu volání selhal\n</string>
+
+ <string name="modify_call_option_title">Zvolte typ volání</string>
+ <string name="modify_call_option_vt_tx">Vysílání videa</string>
+ <string name="modify_call_option_vt_rx">Příjem videa</string>
+ <string name="modify_call_option_voice">Pouze hlas</string>
+
+ <string name="accept_modify_call_request_prompt">Přijmout požadavek ke změně volání?</string>
+ <string name="upgrade_vt_prompt">Chcete povýšit volání na video volání?</string>
+ <string name="upgrade_vt_tx_prompt">Chcete povýšit volání na pouze vysílání videa?</string>
+ <string name="upgrade_vt_rx_prompt">Chcete povýšit volání na pouze přijímání videa?</string>
+
+ <string name="vt_init_fail_str">Selhalo vysílání videa. Volání se ponižuje na VoLTE\n</string>
+
+ <string name="stk_cc_ss_to_dial_error">Požadavek SS změněn na požadavek DIAL.</string>
+ <string name="stk_cc_ss_to_ussd_error">Požadavek SS změněn na požadavek USSD.</string>
+ <string name="stk_cc_ss_to_ss_error">Požadavek SS změněn na nový požadavek SS.</string>
+
+ <string name="onscreenModifyCallText">Změnit volání</string>
+ <string name="onscreenAddParticipant">Přidat účastníka</string>
+
+ <string name="description_target_answer_video">Přijmout s videem</string>
+ <string name="description_target_answer_tx_video">Přijmout s vysíláním videa</string>
+ <string name="description_target_answer_rx_video">Přijmout s přijímáním videa</string>
+
+ <string name="description_direction_up_right">Nahoru vpravo</string>
+ <string name="description_direction_up_left">Nahoru vlevo</string>
+ <string name="description_direction_down_left">Dolu vlevo</string>
+ <string name="description_direction_down_right">Dolu vpravo</string>
+</resources> \ No newline at end of file