diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-07-27 20:50:21 +0300 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2015-07-27 20:50:21 +0300 |
| commit | 82b70cd32decd43f7c7207791a9906f286064b58 (patch) | |
| tree | ac1c85dc82f19941888dc08cb073ef969b0d18d9 | |
| parent | 813e9465136d6316a905febaa333f0cc51728c06 (diff) | |
| download | packages_apps_PhoneCommon-82b70cd32decd43f7c7207791a9906f286064b58.tar.gz packages_apps_PhoneCommon-82b70cd32decd43f7c7207791a9906f286064b58.tar.bz2 packages_apps_PhoneCommon-82b70cd32decd43f7c7207791a9906f286064b58.zip | |
Automatic translation import
Change-Id: I2ecafc8a597054b2ce3fa6977fd58ecb61327499
| -rw-r--r-- | res/values-ar/cm_strings.xml | 23 | ||||
| -rw-r--r-- | res/values-kn-rIN/cm_strings.xml | 23 | ||||
| -rw-r--r-- | res/values-sl/cm_strings.xml | 23 |
3 files changed, 69 insertions, 0 deletions
diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml new file mode 100644 index 0000000..df01424 --- /dev/null +++ b/res/values-ar/cm_strings.xml @@ -0,0 +1,23 @@ +<?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> + <string name="callFailed_dialToUssd">تعديل طلب الاتصال الهاتفي إلى طلب USSD.</string> + <string name="callFailed_dialToSs">تعديل طلب الاتصال الهاتفي لطلب SS.</string> + <string name="callFailed_dialToDial">تم تعديل الطلب الهاتفي إلى طلب برقم مختلف.</string> +</resources> diff --git a/res/values-kn-rIN/cm_strings.xml b/res/values-kn-rIN/cm_strings.xml new file mode 100644 index 0000000..0053428 --- /dev/null +++ b/res/values-kn-rIN/cm_strings.xml @@ -0,0 +1,23 @@ +<?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> + <string name="callFailed_dialToUssd">ಡಯಲ್ ಕೋರಿಕೆಯನ್ನು USSD ಕೋರಿಕೆಗೆ ಮಾರ್ಪಡಿಸಲಾಗಿದೆ.</string> + <string name="callFailed_dialToSs">ಡಯಲ್ ಕೋರಿಕೆಯನ್ನು SS ಕೋರಿಕೆಗೆ ಮಾರ್ಪಡಿಸಲಾಗಿದೆ.</string> + <string name="callFailed_dialToDial">ಡಯಲ್ ಕೋರಿಕೆಯನ್ನು ಭಿನ್ನ ಸಂಖ್ಯೆಯೊಂದಿಗಿನ ಡಯಲ್ಗೆ ಮಾರ್ಪಡಿಸಲಾಗಿದೆ.</string> +</resources> diff --git a/res/values-sl/cm_strings.xml b/res/values-sl/cm_strings.xml new file mode 100644 index 0000000..165fa01 --- /dev/null +++ b/res/values-sl/cm_strings.xml @@ -0,0 +1,23 @@ +<?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> + <string name="callFailed_dialToUssd">Zahteva DIAL spremenjena v zahtevo USSD.</string> + <string name="callFailed_dialToSs">Zahteva DIAL spremenjena v zahtevo SS.</string> + <string name="callFailed_dialToDial">Zahteva DIAL spremenjena DIAL z drugo številko.</string> +</resources> |
