Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f98b5527 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "Contacts: Dutch translations" into gingerbread

parents aebdda38 1ee378de
Loading
Loading
Loading
Loading
+16 −11
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--  Copyright (C) 2007 The Android Open Source Project
      Copyright (C) 2012 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.
@@ -13,23 +14,27 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string-array name="otherLabels">
        <item msgid="8287841928119937597">"Organisatie"</item>
        <item msgid="7196592230748086755">"Opmerking"</item>
    </string-array>

<resources>
    <!-- CYANOGENMOD EDITS -->
    <string-array name="entries_vm_button">
        <item>Aan contacten toevoegen</item>
        <item>SMS/MMS</item>
        <item>Toevoegen aan contacten</item>
        <item>Sms/mms</item>
        <item>Voicemail</item>
    </string-array>
    
    <string-array name="view_contact_pic_sizes">
        <item>Klein (Standaard)</item>
        <item>Klein (standaard)</item>
        <item>Gemiddeld</item>
        <item>Groot</item>
        <item>Extra groot</item>
    </string-array>

    <string-array name="view_data_font_sizes">
        <item>Klein (Standaard)</item>
        <item>Klein (standaard)</item>
        <item>Gemiddeld</item>
        <item>Groot</item>
        <item>Extra groot</item>
+41 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--  Copyright (C) 2006 The Android Open Source Project
      Copyright (C) 2012 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:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <plurals name="groupDescrip">
        <item quantity="other" msgid="3507881585720628389">"<xliff:g id="COUNT">%0$d</xliff:g> contacten"</item>
    </plurals>
    <plurals name="groupDescripPhones">
        <item quantity="other" msgid="3816047547470490208">"<xliff:g id="COUNT_0">%1$d</xliff:g> contacten, <xliff:g id="COUNTWITHPHONES">%2$d</xliff:g> met telefoonnummers"</item>
    </plurals>
    <plurals name="listTotalPhoneContacts">
        <item quantity="one" msgid="8721111084815668845">"1 contact met telefoonnummer"</item>
        <item quantity="other" msgid="6133262880804110289">"<xliff:g id="COUNT">%d</xliff:g> contacten met telefoonnummers"</item>
    </plurals>
    <plurals name="listTotalAllContacts">
        <item quantity="one" msgid="1096068709488455155">"1 contact"</item>
        <item quantity="other" msgid="2865867557378939630">"<xliff:g id="COUNT">%d</xliff:g> contacten"</item>
    </plurals>
    <plurals name="listFoundAllContacts">
        <item quantity="one" msgid="2830107332033967280">"1 contact gevonden"</item>
        <item quantity="other" msgid="7752927996850263152">"<xliff:g id="COUNT">%d</xliff:g> contacten gevonden"</item>
    </plurals>
    <plurals name="searchFoundContacts">
        <item quantity="one" msgid="916648718690661777">"1 contact"</item>
        <item quantity="other" msgid="5660384247071761844">"<xliff:g id="COUNT">%d</xliff:g> contacten"</item>
    </plurals>
</resources>
+72 −129

File changed.

Preview size limit exceeded, changes collapsed.