diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2014-04-25 22:41:52 +0300 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2014-04-25 22:41:52 +0300 |
commit | 223cc5c2bfc65b4380ec93ca5a02ff9bd42f67fe (patch) | |
tree | bb5efb36376a5a29f7830dbfc54b75c8dc07bb6f | |
parent | d97dd690fb54e8bbab9146c7a4e0ee394a6901f9 (diff) | |
download | packages_apps_ContactsCommon-223cc5c2bfc65b4380ec93ca5a02ff9bd42f67fe.tar.gz packages_apps_ContactsCommon-223cc5c2bfc65b4380ec93ca5a02ff9bd42f67fe.tar.bz2 packages_apps_ContactsCommon-223cc5c2bfc65b4380ec93ca5a02ff9bd42f67fe.zip |
Automatic translation import
Change-Id: I058c9159e8253644f13dd839faa5814eaee6aff7
-rw-r--r-- | res/values-ar/cm_strings.xml | 21 | ||||
-rw-r--r-- | res/values-lt/cm_strings.xml | 21 | ||||
-rw-r--r-- | res/values-sr/cm_strings.xml | 21 |
3 files changed, 63 insertions, 0 deletions
diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml new file mode 100644 index 00000000..d5657f49 --- /dev/null +++ b/res/values-ar/cm_strings.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<!-- + Copyright (C) 2014 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="local_storage_account" product="tablet">حساب الكمبيوتر اللوحي المحلي</string> + <string name="local_storage_account" product="default">حساب الهاتف المحلية</string> +</resources> diff --git a/res/values-lt/cm_strings.xml b/res/values-lt/cm_strings.xml new file mode 100644 index 00000000..20525db9 --- /dev/null +++ b/res/values-lt/cm_strings.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<!-- + Copyright (C) 2014 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="local_storage_account" product="tablet">Vietinė planšetinio kompiuterio paskyra</string> + <string name="local_storage_account" product="default">Vietinė telefono paskyra</string> +</resources> diff --git a/res/values-sr/cm_strings.xml b/res/values-sr/cm_strings.xml new file mode 100644 index 00000000..ac8e55ef --- /dev/null +++ b/res/values-sr/cm_strings.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<!-- + Copyright (C) 2014 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="local_storage_account" product="tablet">Локални таблет уговор</string> + <string name="local_storage_account" product="default">Локални телефонски уговор</string> +</resources> |