diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-03-15 01:48:18 +0200 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2015-03-15 01:48:18 +0200 |
| commit | 0437e2cb60a677c0f64ddabd47ea5499df7ee955 (patch) | |
| tree | 21f2006825c7ee7d462a805e6bf965049e41a5fb | |
| parent | 8a1fa065dd703f180599d5ebbf9d38d0e91a3c23 (diff) | |
| download | packages_apps_PhoneCommon-0437e2cb60a677c0f64ddabd47ea5499df7ee955.tar.gz packages_apps_PhoneCommon-0437e2cb60a677c0f64ddabd47ea5499df7ee955.tar.bz2 packages_apps_PhoneCommon-0437e2cb60a677c0f64ddabd47ea5499df7ee955.zip | |
Automatic translation import
Change-Id: I3f164e5d4df8d3c92debf2878132f5f42649f2fd
| -rw-r--r-- | res/values-en-rAU/cm_strings.xml | 23 | ||||
| -rw-r--r-- | res/values-et-rEE/cm_strings.xml | 23 |
2 files changed, 46 insertions, 0 deletions
diff --git a/res/values-en-rAU/cm_strings.xml b/res/values-en-rAU/cm_strings.xml new file mode 100644 index 0000000..22f8481 --- /dev/null +++ b/res/values-en-rAU/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-et-rEE/cm_strings.xml b/res/values-et-rEE/cm_strings.xml new file mode 100644 index 0000000..16f4222 --- /dev/null +++ b/res/values-et-rEE/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 päring muudeti USSD päringuks.</string> + <string name="callFailed_dialToSs">DIAL päring muudeti SS päringuks.</string> + <string name="callFailed_dialToDial">DIAL päring muudeti teise numbriga DIAL päringuks.</string> +</resources> |
