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

Commit e05ec95d authored by isimobile's avatar isimobile Committed by DvTonder
Browse files

Contacts: AF Translations

Change-Id: I8832db8f97c8673067d1ac16938264b4a2fef25a
parent 29e5becf
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012-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">
    <plurals name="hour">
        <item quantity="one">1 uur</item>
        <item quantity="other">%d ure</item>
    </plurals>
    <plurals name="minute">
        <item quantity="one">1 minuut</item>
        <item quantity="other">%d minute</item>
    </plurals>
    <plurals name="second">
        <item quantity="one">1 sekonde</item>
        <item quantity="other">%d sekondes</item>
    </plurals>

    <plurals name="call">
        <item quantity="one">1 oproep</item>
        <item quantity="other">%d oproepe</item>
    </plurals>
</resources>
+19 −16
Original line number Diff line number Diff line
@@ -26,11 +26,23 @@
    <string name="t9_dial_click_title">Skakel geselekteerde kontak</string>
    <string name="t9_dial_click_summary">Skakel die geselekteerde kontak vir T9</string>
    <string name="t9_add_to_contacts">Voeg by kontakte</string>
    <string name="t9_map_row_2">2abc</string>
    <string name="t9_map_row_3">3defďéèêë</string>
    <string name="t9_map_row_4">4ghiíìïî</string>
    <string name="t9_map_row_5">5jkl</string>
    <string name="t9_map_row_6">6mnoöô</string>
    <string name="t9_map_row_7">7pqrs</string>
    <string name="t9_map_row_8">8tuvť</string>
    <string name="t9_map_row_9">9wxyz</string>


    <string name="dialer_ui_title">Sleutelbord instellings</string>
    <string name="dialer_ui_orientation_title">Aktiveer sensor oriëntasie</string>
    <string name="dialer_ui_orientation_summary">Draai sleutelbord gebaseer op die sensor</string>

    <string name="call_stats">Oproep statistieke</string>
    <string name="call_stats_refresh">Herlaai</string>

    <string name="call_stats_nav_all">Alles</string>
    <string name="call_stats_nav_incoming">Inkomende</string>
    <string name="call_stats_nav_outgoing">Uitgaande</string>
@@ -44,6 +56,7 @@
    <string name="call_stats_filter_from">Begin datum</string>
    <string name="call_stats_filter_to">Einddatum</string>
    <string name="call_stats_filter_picker_title">Filter reeks</string>

    <string name="date_quick_selection">Vinnige keuse</string>
    <string name="date_qs_currentmonth">Huidige maand</string>
    <string name="date_qs_currentquarter">Huidige kwartaal</string>
@@ -52,6 +65,7 @@
    <string name="date_qs_lastmonth">Laaste maand</string>
    <string name="date_qs_lastquarter">Laaste kwartaal</string>
    <string name="date_qs_lastyear">Laaste jaar</string>

    <string name="call_stats_date_filter">Verstel tydreeks</string>
    <string name="call_stats_reset_filter">Herstel tydreeks</string>
    <string name="call_stats_sort_by_duration">Sorteer volgens die lengte van die oproep</string>
@@ -67,20 +81,9 @@
        <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
    </string-array>

    <plurals name="hour">
        <item quantity="one">1 uur</item>
        <item quantity="other">%d ure</item>
    </plurals>
    <plurals name="minute">
        <item quantity="one">1 min</item>
        <item quantity="other">%d minute</item>
    </plurals>
    <plurals name="second">
        <item quantity="one">1 sek.</item>
        <item quantity="other">%d sek.</item>
    </plurals>
    <plurals name="call">
        <item quantity="one">1 oproep</item>
        <item quantity="other">%d oproepe</item>
    </plurals>
    <string name="callStatsDetailTitle">Oproep details</string>
    <string name="activity_title_call_stats">Oproep statistieke</string>
    <string name="menu_add_to_blacklist">Voeg tot blokeerlys</string>
    <string name="toast_added_to_blacklist">%s bygevoeg tot blokeerlys.</string>

</resources>