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

Commit 43097cec authored by Jacob Overgaard Madsen's avatar Jacob Overgaard Madsen Committed by Michael Bestas
Browse files

Frameworks/base: DA translation

Added cm_caf.xml + new strings in SystemUI

Change-Id: Ic70d9feda76e904f7b62202a7128457ad60e32b8
parent d526d5e1
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--
     Copyright (C) 2014 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>
    <string name="lockscreen_airplane_mode_on">Flytilstand</string>
    <string name="lockscreen_sim_error_message_short">Ugyldigt SIM-kort.</string>
    <string name="stk_cc_ussd_to_dial">USSD-anmodning er ændret til en DIAL-anmodning.</string>
    <string name="stk_cc_ussd_to_ss">USSD-anmodning er ændret til en SS-anmodning.</string>
    <string name="stk_cc_ussd_to_ussd">USSD-anmodning er ændret til en ny USSD-anmodning.</string>
    <string name="stk_cc_ss_to_dial">SS-anmodning er ændret til en DIAL-anmodning.</string>
    <string name="stk_cc_ss_to_ussd">SS-anmodning er ændret til en USSD-anmodning.</string>
    <string name="stk_cc_ss_to_ss">SS-anmodning er ændret til en ny SS-anmodning.</string>
</resources>
+42 −0
Original line number Diff line number Diff line
@@ -67,4 +67,46 @@
    <string name="permdesc_resetBatteryStats">Tillader en app at nulstille den aktuelle statistik over batteriforbruget.</string>
    <string name="immersive_mode_confirmation_bottom">Swipe up from the bottom to exit full screen.</string>
    <string name="progress_nomediapresent" product="default">Ingen flytbare medier til stede\u2026</string>
    <string name="app_ops_access_camera">tilgå kameraet</string>
    <string name="app_ops_access_location">tilgå din placering</string>
    <string name="app_ops_access_notifications">læse dine meddelelser</string>
    <string name="app_ops_alarm_wakeup">vække enheden</string>
    <string name="app_ops_draw_on_top">tegne ovenpå</string>
    <string name="app_ops_keep_device_awake">holde din enhed vågen</string>
    <string name="app_ops_make_phone_call">foretage opkald</string>
    <string name="app_ops_modify_calendar">opdatere din kalender</string>
    <string name="app_ops_modify_call_log">opdatere opkaldslisten</string>
    <string name="app_ops_modify_clipboard">ændre udklipsholderen</string>
    <string name="app_ops_modify_contacts">opdatere dine kontakter</string>
    <string name="app_ops_modify_settings">opdatere systemindstillinger</string>
    <string name="app_ops_play_audio">afspille lyd</string>
    <string name="app_ops_post_notification">vise en meddelelse</string>
    <string name="app_ops_read_calendar">læse din kalender</string>
    <string name="app_ops_read_call_log">læse opkaldsliste</string>
    <string name="app_ops_read_clipboard">læse udklipsholderen</string>
    <string name="app_ops_read_contacts">læse dine kontakter</string>
    <string name="app_ops_read_mms">læse dine MMS-beskeder</string>
    <string name="app_ops_read_sms">læse dine SMS-beskeder</string>
    <string name="app_ops_receive_sms">modtage en SMS-besked</string>
    <string name="app_ops_record_audio">optage lyd</string>
    <string name="app_ops_send_mms">sende en MMS-besked</string>
    <string name="app_ops_send_sms">sende en SMS-besked</string>
    <string name="app_ops_start_at_bootup">starte ved opstart</string>
    <string name="app_ops_toggle_bluetooth">tænde/slukke Bluetooth</string>
    <string name="app_ops_toggle_mobile_data">tænde/slukke mobildata</string>
    <string name="app_ops_toggle_wifi">tænde/slukke Wi-Fi</string>
    <string name="app_ops_use_alarm_volume">kontrollere lydstyrken for alarmer</string>
    <string name="app_ops_use_audio_focus">kontrollere lydfokus</string>
    <string name="app_ops_use_bluetooth_volume">kontrollere lydstyrken for Bluetooth</string>
    <string name="app_ops_use_master_volume">kontrollere systemlydstyrken</string>
    <string name="app_ops_use_media_buttons">bruge medieknapperne</string>
    <string name="app_ops_use_media_volume">kontrollere lydstyrken for medier</string>
    <string name="app_ops_use_notification_volume">kontrollere lydstyrken for meddelelser</string>
    <string name="app_ops_use_ring_volume">kontrollere lydstyrken for ringetonen</string>
    <string name="app_ops_use_vibrate">bruge haptisk feedback</string>
    <string name="app_ops_use_voice_volume">styre lydstyrken for stemmeopkald</string>
    <string name="app_ops_write_mms">skrive en MMS-besked</string>
    <string name="app_ops_write_sms">skrive en SMS-besked</string>
    <string name="privacy_guard_dialog_title">Privatlivsvagt</string>
    <string name="privacy_guard_dialog_summary"><xliff:g id="app">%1$s</xliff:g> ønsker at <xliff:g id="op">%2$s</xliff:g>.</string>
</resources>
+27 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 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="keyguard_password_wrong_puk_code">Forkert PUK-kode.</string>
    <string name="keyguard_password_pin_failed">PIN-handling mislykkedes.</string>
    <string name="keyguard_password_puk_failed">PUK-handling mislykkedes.</string>
    <string name="keyguard_perso_locked_message">SIM/RUIM er operatørlåst</string>
    <string name="keyguard_pin_accepted">Kode accepteret</string>
    <string name="pinpuk_attempts">\nForsøg tilbage:</string>
    <string name="lockscreen_sim_error_message_short">Ugyldigt SIM-kort.</string>
    <string name="msim_kg_sim_pin_msg_format">ABN: <xliff:g id="number">%d</xliff:g>: <xliff:g id="msg">%s</xliff:g>.</string>
    <string name="msim_carrier_text_format"><xliff:g id="text_1">%s</xliff:g>, <xliff:g id="text_2">%s</xliff:g></string>
</resources>
+4 −0
Original line number Diff line number Diff line
@@ -75,4 +75,8 @@
    <string name="screenshot_delete_action">Slet</string>
    <string name="screenshot_delete_confirmation">Screenshot slettet.</string>
    <string name="accessibility_desc_add_quick_settings">Tilføj Kvikindstillinger.</string>
    <string name="location_mode_high_accuracy_title">Høj præcision</string>
    <string name="location_mode_battery_saving_title">Batteribesparelse</string>
    <string name="location_mode_sensors_only_title">Kun enhed</string>
    <string name="location_mode_location_off_title">Placering fra</string>
</resources>