diff options
| author | Marco Brohet <therbom@gmail.com> | 2013-10-27 13:27:36 +0100 |
|---|---|---|
| committer | Marco Brohet <therbom@gmail.com> | 2013-10-27 13:27:36 +0100 |
| commit | 02d4119ea2c51e56672e1b2790546edf8ef074c3 (patch) | |
| tree | c14ddd7a805ef69bc4112289e9ed8747ec40ea5c | |
| parent | 19965ff94a53da6a29fafdb764890aba79f26017 (diff) | |
| download | packages_apps_ContactsCommon-02d4119ea2c51e56672e1b2790546edf8ef074c3.tar.gz packages_apps_ContactsCommon-02d4119ea2c51e56672e1b2790546edf8ef074c3.tar.bz2 packages_apps_ContactsCommon-02d4119ea2c51e56672e1b2790546edf8ef074c3.zip | |
ContactsCommon: NL translations
Change-Id: Ibbf61dd598c37fd81c0ab44456e8afcbaf82ce30
| -rw-r--r-- | res/values-nl/cm_strings.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml new file mode 100644 index 00000000..9b619952 --- /dev/null +++ b/res/values-nl/cm_strings.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="manage_sim_contacts">Contacten beheren op simkaart</string> + <string name="export_to_sim">Exporteren naar simkaart</string> + <string name="Import_All">Contacten importeren van alle simkaarten</string> + <string name="ok">OK</string> + <string name="cancel">Annuleren</string> + <string name="select_sim">Simkaart selecteren</string> +</resources> |
