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

Commit ce11d782 authored by thiasB's avatar thiasB
Browse files

German picked and squashed from Froyo.

German: longpress close toast message
German: reboot option
German: shutdown_reboot_options
parent 9e455359
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
<!--
/* //device/apps/common/assets/res/any/colors.xml
**
** Copyright 2006, The Android Open Source 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.
*/
-->

<!-- Defines the shutdown options shown in the reboot dialog. -->
<array name="shutdown_reboot_options">
  <item>Neu starten</item>
  <item>Recovery</item>
  <item>Bootloader</item>
</array>
</resources>
+15 −0
Original line number Diff line number Diff line
@@ -135,11 +135,23 @@
    <string name="power_off" msgid="4266614107412865048">"Ausschalten"</string>
    <string name="shutdown_progress" msgid="2281079257329981203">"Wird heruntergefahren..."</string>
    <string name="shutdown_confirm" msgid="649792175242821353">"Ihr Telefon wird heruntergefahren."</string>

    <!-- Button to reboot the phone, within the Phone Options dialog -->
    <string name="reboot_system">Neu starten</string>
    <!-- Reboot Progress Dialog. This is shown if the user chooses to reboot the phone. -->
    <string name="reboot_progress">Neu starten...</string>
    <!-- Reboot Confirmation Dialog.  When the user chooses to reboot the phone, there will be a confirmation dialog.  This is the message. -->
    <string name="reboot_confirm">Ihr Telefon wird neu gestartet.</string>

    <string name="recent_tasks_title" msgid="3691764623638127888">"Zuletzt verwendet"</string>
    <string name="no_recent_tasks" msgid="279702952298056674">"Keine zuletzt verwendeten Anwendungen"</string>
    <string name="global_actions" msgid="2406416831541615258">"Telefonoptionen"</string>
    <string name="global_action_lock" msgid="2844945191792119712">"Display-Sperre"</string>
    <string name="global_action_power_off" msgid="4471879440839879722">"Ausschalten"</string>

    <!-- label for item that reboots the phone in phone options dialog -->
    <string name="global_action_reboot">Neu starten</string>

    <string name="global_action_toggle_silent_mode" msgid="8219525344246810925">"Lautlos"</string>
    <string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"Ton ist aus"</string>
    <string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"Ton ist AN"</string>
@@ -904,4 +916,7 @@
    <string name="media_shared" product="nosdcard" msgid="5830814349250834225">"Der USB-Speicher wird derzeit von einem Computer verwendet."</string>
    <string name="media_shared" product="default" msgid="5706130568133540435">"Die SD-Karte wird derzeit von einem Computer verwendet."</string>
    <string name="media_unknown_state" msgid="729192782197290385">"Unbekannter Status des externen Speichermediums"</string>

    <!--Application killed toast -->
    <string name="app_killed_message">Anwendung beendet</string>
</resources>