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

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

DeskClock: AF translation

Change-Id: Ia83d66d76803e015df92f9ff4311dfa1668620c6
parent 2d78dd11
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--  Copyright (C) 2012-13 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">

    <string-array name="action_summary_entries">
      <item>Niks doen nie</item>
      <item>Alarm sluimer</item>
      <item>Alarm afsit</item>
    </string-array>

</resources>
+32 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--  Copyright (C) 2012-13 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">
    <string name="no_alarms">Geen alarms ingestel nie</string>
    <string name="alarm_increasing_volume">Toenemende volume</string>
    <string name="show_status_bar_icon_title">Wys ikoon</string>
    <string name="show_status_bar_icon_summary">Wys \'n ikoon in die statusbalk wanneer \'n alarm ingestel is</string>
    <string name="flip_action_title">Omdraai aksie</string>
    <string name="flip_action_dialog_title">Omdraai sal\u2026</string>
    <string name="flip_action_summary">Die omdraai van die toestel sal <xliff:g id="action">%s</xliff:g></string>
    <string name="shake_action_title">Skud aksie</string>
    <string name="shake_action_dialog_title">Toestel skud sal\u2026</string>
    <string name="shake_action_summary">Die skud can die toestel sal <xliff:g id="action">%s</xliff:g></string>
    <string name="stopwatch_settings">Stophorlosie</string>
    <string name="keep_display_on_stopwatch">Hou skerm aan</string>
    <string name="keep_display_on_stopwatch_summary">Hou die skerm aan wanneer die stophorlosie aan is</string>
</resources>
+0 −3
Original line number Diff line number Diff line
@@ -330,7 +330,4 @@
    <string name="timer_delete_confirmation" msgid="2815524107015816453">"Moet hierdie tydhouer uitgevee word?"</string>
    <string name="city_delete_confirmation" msgid="1783441538785676299">"Moet hierdie stad verwyder word?"</string>
    <string name="digital_gadget" msgid="2326954556720571358">"Digitale horlosie"</string>

    <string name="no_alarms">Geen alarms ingestel nie</string>

</resources>