summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclyde@build01 <jenkins@cyanogenmod.com>2016-06-03 15:14:44 -0700
committerclyde@build01 <jenkins@cyanogenmod.com>2016-06-03 15:14:44 -0700
commitc6cce58b3fc633db62fc192fc65eeaba5cdfc503 (patch)
tree49590b7ac4ba01e43a6aab8ffeca2d9e648d204e
parent474aa4a1e722d8a96db4eb558386de8a79033e9a (diff)
downloadpackages_apps_InCallUI-c6cce58b3fc633db62fc192fc65eeaba5cdfc503.tar.gz
packages_apps_InCallUI-c6cce58b3fc633db62fc192fc65eeaba5cdfc503.tar.bz2
packages_apps_InCallUI-c6cce58b3fc633db62fc192fc65eeaba5cdfc503.zip
Automatic translation import
Change-Id: I9b773ccb4fac5e1ff312e94767a23d9bb832e2da
-rw-r--r--res/values-es/cm_strings.xml9
-rw-r--r--res/values-pl/cm_strings.xml10
2 files changed, 19 insertions, 0 deletions
diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml
index 8df57a4f..59107a00 100644
--- a/res/values-es/cm_strings.xml
+++ b/res/values-es/cm_strings.xml
@@ -62,7 +62,16 @@
<string name="deeplink_unknown_caller">Desconocido</string>
<!-- Description of the hold and answer target in the Slide unlock screen of Phone. [CHAR
LIMIT=NONE] -->
+ <string name="description_target_answer_hold_active">Poner llamada actual en espera y contestar</string>
<!-- Description of the end and answer target in the Slide unlock screen of Phone. [CHAR
LIMIT=NONE] -->
+ <string name="description_target_answer_end_active">Finalizar llamada actual y contestar</string>
<!-- In-call screen: display text for the target action -->
+ <string name="display_text_target_dismiss">NO ATENDER</string>
+ <string name="display_text_target_block">BLOQUEAR</string>
+ <string name="display_text_target_answer">RESPONDER</string>
+ <string name="display_text_target_sms">MENSAJE RÁPIDO</string>
+ <string name="display_text_target_answer_and_hold_active">PONER LLAMADA ACTUAL EN ESPERA Y RESPONDER</string>
+ <string name="display_text_target_answer_and_end_active">FINALIZAR LLAMADA ACTUAL Y RESPONDER</string>
+ <string name="onscreenModOverflowText">Más Mods</string>
</resources>
diff --git a/res/values-pl/cm_strings.xml b/res/values-pl/cm_strings.xml
index f89127f5..f8a4be7b 100644
--- a/res/values-pl/cm_strings.xml
+++ b/res/values-pl/cm_strings.xml
@@ -57,10 +57,20 @@
<string name="notification_action_block">Blokuj</string>
<!-- text for the onscreen Note Badge in the CallButtonFragment. When clicked this button will
launch the appropriate Note taking application as configured by the user. -->
+ <string name="onscreenNoteText">Zrób notatkę</string>
<!-- Text to place in the name field of a Call DeepLink when the contact name is not known -->
+ <string name="deeplink_unknown_caller">Nieznany</string>
<!-- Description of the hold and answer target in the Slide unlock screen of Phone. [CHAR
LIMIT=NONE] -->
+ <string name="description_target_answer_hold_active">Zawieś obecne połączenie i odpowiedz</string>
<!-- Description of the end and answer target in the Slide unlock screen of Phone. [CHAR
LIMIT=NONE] -->
+ <string name="description_target_answer_end_active">Zakończ obecne połączenie i odpowiedz</string>
<!-- In-call screen: display text for the target action -->
+ <string name="display_text_target_dismiss">ODRZUĆ</string>
+ <string name="display_text_target_block">ZABLOKUJ</string>
+ <string name="display_text_target_answer">ODPOWIEDZ</string>
+ <string name="display_text_target_sms">SZYBKA WIADOMOŚĆ</string>
+ <string name="display_text_target_answer_and_hold_active">ZAWIEŚ OBECNE POŁĄCZENIE I ODPOWIEDZ</string>
+ <string name="display_text_target_answer_and_end_active">ZAKOŃCZ OBECNE POŁĄCZENIE I ODPOWIEDZ</string>
</resources>