diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-02-28 02:23:30 +0200 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2015-02-28 02:23:30 +0200 |
| commit | 002b94790a11d09f702e34792d9fdd3c68bb2482 (patch) | |
| tree | a4a4c30ba074dd65b0d069feaa95335e17618439 | |
| parent | be8d4691ea0917ead75bbbfec4368415021e13d3 (diff) | |
| download | packages_apps_PhoneCommon-002b94790a11d09f702e34792d9fdd3c68bb2482.tar.gz packages_apps_PhoneCommon-002b94790a11d09f702e34792d9fdd3c68bb2482.tar.bz2 packages_apps_PhoneCommon-002b94790a11d09f702e34792d9fdd3c68bb2482.zip | |
Automatic translation import
Change-Id: I2201b24c765fbae89dfb0d4c478db6f9984914c6
| -rw-r--r-- | res/values-da/cm_strings.xml | 23 | ||||
| -rw-r--r-- | res/values-pl/cm_strings.xml | 23 |
2 files changed, 46 insertions, 0 deletions
diff --git a/res/values-da/cm_strings.xml b/res/values-da/cm_strings.xml new file mode 100644 index 0000000..7701299 --- /dev/null +++ b/res/values-da/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-anmodning ændret til USSD-anmodning.</string> + <string name="callFailed_dialToSs">DIAL-anmodning ændret til SS-anmodning.</string> + <string name="callFailed_dialToDial">DIAL-anmodning ændret til DIAL-anmodning med et andet nummer.</string> +</resources> diff --git a/res/values-pl/cm_strings.xml b/res/values-pl/cm_strings.xml new file mode 100644 index 0000000..de8b866 --- /dev/null +++ b/res/values-pl/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">Żądanie DIAL zmodyfikowane na USSD.</string> + <string name="callFailed_dialToSs">Żądanie DIAL zmodyfikowane na SS.</string> + <string name="callFailed_dialToDial">Żądanie DIAL zmodyfikowane na DIAL z innym numerem.</string> +</resources> |
