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

Commit 8babb4aa authored by Jacob Overgaard Madsen's avatar Jacob Overgaard Madsen
Browse files

DeskClock Danish translation: transition to cm_ format

Change-Id: Icfdecde8db707d472ab56b87264c323ca8e6ce1d
parent 2af3477c
Loading
Loading
Loading
Loading
+22 −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">
    <string-array name="action_summary_entries">
      <item>gøre ingenting</item>
      <item>udsætte alarm</item>
      <item>afbryde alarm</item>
    </string-array>
</resources>
+40 −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">
    <string name="alarm_increasing_volume">Stigende lydst.</string>

    <string name="show_status_bar_icon_title">Vis ikon</string>

    <string name="show_status_bar_icon_summary">Vis et ikon i statuslinjen, når en alarm er sat</string>

    <string name="flip_action_title">Vendehandling</string>

    <string name="flip_action_dialog_title">Vend enheden for at\u2026</string>

    <string name="flip_action_summary">At vende enheden nedad vil <xliff:g id="action">%s</xliff:g></string>

    <string name="shake_action_title">Rystehandling</string>

    <string name="shake_action_dialog_title">Ryst enheden for at\u2026</string>

    <string name="shake_action_summary">At ryste telefonen vil <xliff:g id="action">%s</xliff:g></string>

    <string name="stopwatch_settings">STOPUR</string>
    <string name="keep_display_on_stopwatch">Hold skærmen tændt</string>
    <string name="keep_display_on_stopwatch_summary">Hold skærmen tændt, når stopuret kører</string>

    <string name="no_alarms">Ingen alarmer sat</string>
</resources>
+0 −46
Original line number Diff line number Diff line
@@ -330,50 +330,4 @@
    <string name="timer_delete_confirmation" msgid="2815524107015816453">"Vil du slette denne timer?"</string>
    <string name="city_delete_confirmation" msgid="1783441538785676299">"Vil du fjerne denne by?"</string>
    <string name="digital_gadget" msgid="2326954556720571358">"Digitalur"</string>

    <!-- CYANOGENMOD ADDITIONS -->
    <!-- Setting title for showing/hiding the alarm status bar icon -->
    <string name="show_status_bar_icon_title">Vis ikon</string>

    <!-- Setting summary for showing/hiding the alarm statusbar icon -->
    <string name="show_status_bar_icon_summary">Vis et ikon i statuslinjen, når en alarm er sat</string>

    <!-- Setting title for the flip action setting. -->
    <string name="flip_action_title">Vendehandling</string>

    <!-- Dialog title of the flip action setting. -->
    <string name="flip_action_dialog_title">Vend enheden for at\u2026</string>

    <!-- Setting summary for the flip action setting. -->
    <string name="flip_action_summary">At vende enheden vil <xliff:g id="action">%s</xliff:g></string>

    <!-- Setting title for the shake action setting. -->
    <string name="shake_action_title">Rystehandling</string>

    <!-- Dialog title for the shake action setting. -->
    <string name="shake_action_dialog_title">Ryst enheden for at\u2026</string>

    <!-- Setting summary for the shake action setting. -->
    <string name="shake_action_summary">At ryste telefonen vil <xliff:g id="action">%s</xliff:g></string>

    <!-- Summary texts for shake and flip actions. Must be ordered by numerical
         value (do nothing = 0, snooze = 1, dismiss = 2) -->
    <string-array name="action_summary_entries">
      <item>gøre ingenting</item>
      <item>udsætte alarm</item>
      <item>afbryde alarm</item>
    </string-array>

    <!-- Settings strings -->
    <string name="stopwatch_settings">STOPUR</string>
    <string name="keep_display_on_stopwatch">Hold skærmen tændt</string>
    <string name="keep_display_on_stopwatch_summary">Hold skærmen tændt, når stopuret kører</string>

    <!-- Setting labels on Set alarm screen: Increasing volume on or off -->
    <string name="alarm_increasing_volume">Stigende lydst.</string>

    <!-- Empty list message -->
    <string name="no_alarms">Ingen alarmer sat</string>

    <!-- CYANOGENMOD ADDITIONS END -->
</resources>