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

Commit 8da73d8f authored by inky@build01's avatar inky@build01
Browse files

Automatic translation import

Change-Id: I845106ac6d05a4d892eb6a219e50f37ff40ae2e2
Ticket: RM-214
parent 22761600
Loading
Loading
Loading
Loading
+74 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2015 The CyanogenMod Project
     Copyright (c) 2013, The Linux Foundation. All rights reserved.

     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">
  <!-- label for item that screenshots in phone options dialog -->
  <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- [CHAR LIMIT=NONE] Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- [CHAR LIMIT=NONE] Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- [CHAR LIMIT=NONE] Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- [CHAR LIMIT=NONE] Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of an application permission, listed so the user can choose whether they want the application to do this. -->
  <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- label for item that reboots the phone in phone options dialog -->
  <!-- label for current user in phone options dialog -->
  <!-- Reboot menu -->
  <!-- Button to reboot the phone, within the Reboot Options dialog -->
  <!-- Button to reboot the phone into recovery, within the Reboot Options dialog -->
  <!-- Button to reboot the phone into bootloader, within the Reboot Options dialog -->
  <!-- Button to reboot the phone into download, within the Reboot Options dialog -->
  <!-- Button to soft reboot the device, within the Reboot Options dialog -->
  <!-- Title of dialog to confirm rebooting. -->
  <!-- Reboot Confirmation Dialog.  When the user chooses to reboot the device, there will
         be a confirmation dialog.  This is the message. -->
  <!-- Reboot Progress Dialog. This is shown if the user chooses to reboot the phone. -->
  <!-- Long-press back kill application -->
  <!-- ADB over network notification -->
  <!-- ADB over USB and network notification -->
  <!-- ADB notification message-->
  <!-- ADB custom tile -->
  <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of an application permission, listed so the user can choose whether they want the application to do this. -->
  <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <!-- Theme installation error notification -->
  <!-- stylus gestures support -->
  <!-- Zen mode buttons -->
  <!-- Wifi Hotspot disabled due to subscription change -->
  <!-- WiFi turn off notification action text -->
  <!-- Privacy Guard -->
  <!-- Text of the checkbox for the permission confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
  <!-- App ops requests -->
  <!-- Notify user that they are in Lock-to-app (for devices without navbar) -->
  <!-- LiveDisplay strings -->
  <!-- Template for showing cellular network operator name while LTE calling is enabled -->
  <!-- Keyguard strings -->
  <!-- Sequence of characters used to separate carrier message strings in keyguard. Typically just vertical line
         with spaces on either side. [CHAR LIMIT=3] -->
  <!-- Protected Apps Notification -->
  <!-- Battery fully charged notification -->
  <!-- Uicc hotswapped event configuration needed notification -->
</resources>
+23 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2015 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">
  <!-- When the user inserts a sim card with some personalization enabled -->
  <!-- Shown in the lock screen when there is SIM card IO error. -->
  <!-- Instructions telling the user remaining times when enter SIM PIN view.  -->
  <!-- Shown in the KeyguardSimPinView when entry length is too short. -->
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
  <!-- Instructions telling the user remaining times when enter SIM PIN view.  -->
  <plurals name="kg_password_default_pin_message">
    <item quantity="one">SIM-PIN eingeben. Sie haben noch <xliff:g id="number">%d</xliff:g> Versuch, bevor Sie den Netzbetreiber zum Entsperren des Geräts kontaktieren müssen.</item>
    <item quantity="other">SIM-PIN eingeben. Sie haben noch <xliff:g id="number">%d</xliff:g> Versuche, bevor Sie den Netzbetreiber zum Entsperren des Gerätes kontaktieren müssen.</item>
    <item quantity="other">SIM-PIN eingeben. Sie haben noch <xliff:g id="number">%d</xliff:g> Versuche, bevor Sie den Netzbetreiber zum Entsperren des Geräts kontaktieren müssen.</item>
  </plurals>
  <!-- Shown in the KeyguardSimPinView when entry length is too short. -->
  <string name="kg_invalid_sim_length">Fehler: Eingabe ist kürzer als die Mindestlänge.</string>
+26 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-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">
  <!-- Cardinal directions for the compass tile -->
  <!-- Performance profiles description-->
  <!-- Performance profiles announcement-->
  <!-- Dynamic tiles -->
  <!-- LiveDisplay drawables -->
  <!-- LiveDisplay description-->
  <!-- LiveDisplay announcement-->
</resources>
+87 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2015 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">
  <!-- Content description of the data connection type HSPA+ for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the data connection type 4G+ for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Weather string format in expanded statusbar header -->
  <!-- Text to use when the number in a notification info is too large
         (greater than status_bar_notification_info_maxnum, defined in
         values/config.xml) and must be truncated.
         [CHAR LIMIT=4] -->
  <!-- Strings for lockscreen shortcut hints -->
  <!-- Dialog title for navigation bar button selection -->
  <!-- Development shortcuts -->
  <!-- Title shown in recents popup for wiping application's data -->
  <!-- Title shown in recents popup for force stopping the application -->
  <!-- Title shown in recents popup for uninstalling the application -->
  <!-- Content description of the light brightness slider (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the profiles tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the profiles tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the profiles tile changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the profiles tile changes (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Lights settings, LED notification -->
  <!-- Screen pinning dialog description (for devices without navbar) -->
  <!-- Content description of the sync tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the sync tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when sync changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when sync changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the screen timeout tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the screen timeout tile changes (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the battery mode tile in quick settings when on, power save mode (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the battery mode tile in quick settings when on, balanced mode (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the battery mode tile in quick settings when on, performance mode (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the battery mode tile in quick settings when on, efficiency mode (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the battery mode tile in quick settings when on, quick mode (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the battery mode tile changes to power save (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the battery mode tile changes to balanced (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the battery mode tile changes to performance (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the battery mode tile changes to efficiency (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the battery mode tile changes to quick (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the lock screen tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the lock screen tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when lock screen changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when lock screen changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the ambient display tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the ambient display tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when ambient display changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when ambient display changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the heads up tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the heads up tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when heads up changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when heads up changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the battery saver tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the battery saver tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when battery saver changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when battery saver changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Dynamic tiles -->
  <!-- LiveDisplay strings -->
  <!-- Content description of the location tile in quick settings when on, battery saving mode (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the location tile in quick settings when on, sensors only mode (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Content description of the location tile in quick settings when on, high accuracy mode (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Location detail panel title [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Location (On, low-power) [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Location (On, gps-only) [CHAR LIMIT=NONE] -->
  <!-- QuickSettings: Location (On, high-accuracy) [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the location tile changes to battery saving (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the location tile changes to sensors only (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- Announcement made when the location tile changes to high accuracy (not shown on the screen). [CHAR LIMIT=NONE] -->
  <!-- detail header when adding a tile -->
  <!-- Hotspot dialog message -->
  <!-- Notification which notifies user flashlight is enabled -->
  <!-- CellularTile data sim not configured state string -->
</resources>