diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-03-22 20:01:19 +0200 |
|---|---|---|
| committer | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2015-05-04 12:50:11 -0700 |
| commit | 6c7f96c9948dfa734954e94fc37a50a38c88d283 (patch) | |
| tree | d67ff768da92fd27fa61f0a05baa37a5e1ee3339 | |
| parent | 19d0f81d79defe80cbf4b2fe551ce2f56fb128ff (diff) | |
| download | packages_apps_PhoneCommon-6c7f96c9948dfa734954e94fc37a50a38c88d283.tar.gz packages_apps_PhoneCommon-6c7f96c9948dfa734954e94fc37a50a38c88d283.tar.bz2 packages_apps_PhoneCommon-6c7f96c9948dfa734954e94fc37a50a38c88d283.zip | |
Automatic translation import
Change-Id: I1d4eed32385a970b13788fbb8303f83bb4a99e67
| -rw-r--r-- | res/values-en-rIN/cm_strings.xml | 23 | ||||
| -rw-r--r-- | res/values-ug/cm_strings.xml | 23 |
2 files changed, 46 insertions, 0 deletions
diff --git a/res/values-en-rIN/cm_strings.xml b/res/values-en-rIN/cm_strings.xml new file mode 100644 index 0000000..22f8481 --- /dev/null +++ b/res/values-en-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">DIAL request modified to USSD request.</string> + <string name="callFailed_dialToSs">DIAL request modified to SS request.</string> + <string name="callFailed_dialToDial">DIAL request modified to DIAL with different number.</string> +</resources> diff --git a/res/values-ug/cm_strings.xml b/res/values-ug/cm_strings.xml new file mode 100644 index 0000000..3645fbd --- /dev/null +++ b/res/values-ug/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">DIAL ئىلتىماسى USSD ئىلتىماسىغا ئۆزگەرتىلدى.</string> + <string name="callFailed_dialToSs">DIAL ئىلتىماسى SS ئىلتىماسىغا ئۆزگەرتىلدى.</string> + <string name="callFailed_dialToDial">DIAL ئىلتىماسى ئوخشاش بولمىغان نومۇردىكى DIAL ئىلتىماسىغا ئۆزگەرتىلدى.</string> +</resources> |
