diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-03-15 01:48:18 +0200 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2015-04-17 01:52:58 +0300 |
| commit | 40bdf1cfe3fe127fe8d0089e2d05511a8ae9eefd (patch) | |
| tree | c8e3d20965d7c06526f0fab907e978adac81c51d | |
| parent | 74d88423672b80877f3125b217e3af5c0df3f517 (diff) | |
| download | packages_apps_PhoneCommon-40bdf1cfe3fe127fe8d0089e2d05511a8ae9eefd.tar.gz packages_apps_PhoneCommon-40bdf1cfe3fe127fe8d0089e2d05511a8ae9eefd.tar.bz2 packages_apps_PhoneCommon-40bdf1cfe3fe127fe8d0089e2d05511a8ae9eefd.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> |
