diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2015-12-25 16:36:57 +0200 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2015-12-25 16:36:57 +0200 |
commit | 662dd2cc14c5f7f8f0c010b4595cea914d39622e (patch) | |
tree | 361938da9f88fbe4283832e05b9f44d821b145f2 | |
parent | ed7ce150c28b1a05865d4b3aa113b6972eeb0787 (diff) | |
download | android_packages_apps_Bluetooth-662dd2cc14c5f7f8f0c010b4595cea914d39622e.tar.gz android_packages_apps_Bluetooth-662dd2cc14c5f7f8f0c010b4595cea914d39622e.tar.bz2 android_packages_apps_Bluetooth-662dd2cc14c5f7f8f0c010b4595cea914d39622e.zip |
Automatic translation import
Change-Id: Ibceee5a7833159d3de36ab3c5e25a861f817e978
-rw-r--r-- | res/values-es/cm_strings.xml | 3 | ||||
-rw-r--r-- | res/values-pt-rPT/cm_strings.xml | 4 | ||||
-rw-r--r-- | res/values-th/cm_strings.xml | 22 |
3 files changed, 25 insertions, 4 deletions
diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml index bda60d012..df27c798b 100644 --- a/res/values-es/cm_strings.xml +++ b/res/values-es/cm_strings.xml @@ -17,6 +17,5 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="empty_file_notification_sent">Bluetooth: Ha sido rechazado el archivo vacío <xliff:g id="file">%1$s</xliff:g></string> - <string name="upload_fail_waiting">Imposible enviar el archivo, reintentando\u2026</string> + <string name="upload_fail_waiting">No se puede enviar el archivo, reintentando\u2026</string> </resources> diff --git a/res/values-pt-rPT/cm_strings.xml b/res/values-pt-rPT/cm_strings.xml index 992e7eb4e..4c6806aee 100644 --- a/res/values-pt-rPT/cm_strings.xml +++ b/res/values-pt-rPT/cm_strings.xml @@ -17,6 +17,6 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="empty_file_notification_sent">Partilha bluetooth: O dispositivo remoto rejeitou o ficheiro <xliff:g id="file">%1$s</xliff:g></string> - <string name="upload_fail_waiting">Não foi possível enviar o ficheiro, a tentar novamente\u2026</string> + <string name="empty_file_notification_sent">Partilha bluetooth: o dispositivo remoto rejeitou o ficheiro <xliff:g id="file">%1$s</xliff:g></string> + <string name="upload_fail_waiting">Não foi possível enviar o ficheiro. A tentar novamente\u2026</string> </resources> diff --git a/res/values-th/cm_strings.xml b/res/values-th/cm_strings.xml new file mode 100644 index 000000000..613408330 --- /dev/null +++ b/res/values-th/cm_strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (c) 2011-2013, The Linux Foundation. All rights reserved. + Copyright (C) 2014-2015 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="empty_file_notification_sent">บลูทูธที่ใช้ร่วมกัน: อุปกรณ์ปฏิเสธระยะไกลไฟล์ความยาวเป็นศูนย์ <xliff:g id="file"> %1$s</xliff:g></string> + <string name="upload_fail_waiting">ไม่สามารถส่งไฟล์ได้ กำลังลองอีกครั้ง\u2026</string> +</resources> |