<!--
   Language.de-DE.xaml
   Copyright 2013, Sebastian Grinke <This email address is being protected from spambots. You need JavaScript enabled to view it.>

   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.
-->
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:system="clr-namespace:System;assembly=mscorlib">
    <!-- Localisation strings -->
    <system:String x:Key="androidctrlui_datetime">dd.MM.yyyy HH:mm</system:String>

    <!-- General strings -->
    <system:String x:Key="androidctrlui_general_disabled">Deaktiviert</system:String>
    <system:String x:Key="androidctrlui_general_enabled">Aktiviert</system:String>
    <system:String x:Key="androidctrlui_general_yes">Ja</system:String>
    <system:String x:Key="androidctrlui_general_no">Nein</system:String>
    <system:String x:Key="androidctrlui_general_unknown">Unbekannt</system:String>
    <system:String x:Key="androidctrlui_general_cut">Ausschneiden</system:String>
    <system:String x:Key="androidctrlui_general_copy">Kopieren</system:String>
    <system:String x:Key="androidctrlui_general_delete">Löschen</system:String>
    <system:String x:Key="androidctrlui_general_edit">Bearbeiten</system:String>
    <system:String x:Key="androidctrlui_general_move">Verschieben</system:String>
    <system:String x:Key="androidctrlui_general_paste">Einfügen</system:String>
    <system:String x:Key="androidctrlui_general_ok">OK</system:String>
    <system:String x:Key="androidctrlui_general_close">Schließen</system:String>
    <system:String x:Key="androidctrlui_general_save">Speichern</system:String>
    <system:String x:Key="androidctrlui_general_cancel">Abbrechen</system:String>
    <system:String x:Key="androidctrlui_general_apply">Übernehmen</system:String>
    <system:String x:Key="androidctrlui_general_refresh">Aktualisieren</system:String>

    <!-- Control - Menu -->
    <system:String x:Key="androidctrlui_control_menu">Android</system:String>
    <system:String x:Key="androidctrlui_control_menu_adb_server">ADB-Server</system:String>
    <system:String x:Key="androidctrlui_control_menu_adb_socket_server">ADB-Server (Socket)</system:String>
    <system:String x:Key="androidctrlui_control_menu_fastboot">Fastboot</system:String>
    <system:String x:Key="androidctrlui_control_menu_monitor">Verbindungs Monitor</system:String>
    <system:String x:Key="androidctrlui_control_menu_deploy">Deploy</system:String>
    <system:String x:Key="androidctrlui_control_menu_start">Start</system:String>
    <system:String x:Key="androidctrlui_control_menu_stop">Stop</system:String>
    <system:String x:Key="androidctrlui_control_menu_force_scan">Scan (Erzwungen)</system:String>
    <system:String x:Key="androidctrlui_control_menu_force_stop">Stop (Erzwungen)</system:String>
    <system:String x:Key="androidctrlui_control_menu_adb_tools">Shell-Tools</system:String>
    <system:String x:Key="androidctrlui_control_menu_adb_tools_use_su">Nutze (su -c)</system:String>
    <system:String x:Key="androidctrlui_control_menu_adb_tools_use_su_legacy">Nutze su legacy Support</system:String>
    <system:String x:Key="androidctrlui_control_menu_adb_tools_use_busybox">Nutze BusyBox</system:String>
    <system:String x:Key="androidctrlui_control_menu_adb_tools_remount_fs">Mounte Dateisystem als RW</system:String>
    <system:String x:Key="androidctrlui_control_menu_shell">Öffne Shell</system:String>
    <system:String x:Key="androidctrlui_control_menu_remote_desktop">Öffne Remote-Desktop</system:String>
    <system:String x:Key="androidctrlui_control_menu_explorer_refresh_remote">Aktualisiere Browser-Ansicht</system:String>
    <system:String x:Key="androidctrlui_control_menu_reboot_adb">Neustart (ADB)</system:String>
    <system:String x:Key="androidctrlui_control_menu_reboot_fastboot">Neustart (Fastboot)</system:String>
    <system:String x:Key="androidctrlui_control_menu_reboot">Neustart</system:String>
    <system:String x:Key="androidctrlui_control_menu_reboot_recovery">Recovery</system:String>
    <system:String x:Key="androidctrlui_control_menu_reboot_bootloader">Bootloader</system:String>

    <!-- Explorer - pre-definitions -->
    <system:String x:Key="androidctrlui_explorer_pre_def_new_folder">Neuer Ordner</system:String>
    <system:String x:Key="androidctrlui_explorer_pre_def_new_txt">Neues Textdokument.txt</system:String>
    
    <!-- Explorer - Tab View -->
    <system:String x:Key="androidctrlui_explorer_page_menu_view">Ansicht</system:String>
    <system:String x:Key="androidctrlui_explorer_page_menu_view_sync_treeview">Synchronisiere Baumansicht</system:String>
    <system:String x:Key="androidctrlui_explorer_page_menu_view_horizontal">Horizontal</system:String>
    <system:String x:Key="androidctrlui_explorer_page_menu_view_vertical">Vertikal</system:String>

    <system:String x:Key="androidctrlui_explorer_unknown_device_state">Geräte Status:</system:String>

    <!-- Explorer - Device - Selector - Info -->
    <system:String x:Key="androidctrlui_explorer_deviceinfo_state">Status:</system:String>
    <system:String x:Key="androidctrlui_explorer_deviceinfo_product">Produkt:</system:String>
    <system:String x:Key="androidctrlui_explorer_deviceinfo_model">Modell:</system:String>
    <system:String x:Key="androidctrlui_explorer_deviceinfo_device">Gerät:</system:String>
    <system:String x:Key="androidctrlui_explorer_deviceinfo_transport_id">Transport-ID:</system:String>

    <!-- Explorer - Device - Connector -->
    <system:String x:Key="androidctrlui_explorer_deviceconnector_ip">IP:</system:String>
    <system:String x:Key="androidctrlui_explorer_deviceconnector_port">Port:</system:String>
    <system:String x:Key="androidctrlui_explorer_deviceconnector_connect">Verbinden</system:String>
    <system:String x:Key="androidctrlui_explorer_deviceconnector_disconnect">Trennen</system:String>

    <!-- Explorer - Columns -->
    <system:String x:Key="androidctrlui_explorer_column_name">Name</system:String>
    <system:String x:Key="androidctrlui_explorer_column_size">Größe</system:String>
    <system:String x:Key="androidctrlui_explorer_column_type">Typ</system:String>
    <system:String x:Key="androidctrlui_explorer_column_date">Datum</system:String>
    <system:String x:Key="androidctrlui_explorer_column_path">Pfad</system:String>
    <system:String x:Key="androidctrlui_explorer_column_wholespace">Gesamtgröße</system:String>
    <system:String x:Key="androidctrlui_explorer_column_usedspace">Belegter Speicherplatz</system:String>
    <system:String x:Key="androidctrlui_explorer_column_freespace">Freier Speicherplatz</system:String>
    <system:String x:Key="androidctrlui_explorer_column_use">Nutzung (%)</system:String>
    <system:String x:Key="androidctrlui_explorer_column_filesystem">Dateisystem</system:String>
    <system:String x:Key="androidctrlui_explorer_column_sympath">SymPath</system:String>
    <system:String x:Key="androidctrlui_explorer_column_source">Quelle</system:String>
    <system:String x:Key="androidctrlui_explorer_column_options">Optionen</system:String>
    <system:String x:Key="androidctrlui_explorer_column_permissions">Berechtigungen</system:String>
    <system:String x:Key="androidctrlui_explorer_column_owner">Besitzer</system:String>
    <system:String x:Key="androidctrlui_explorer_column_group">Guppe</system:String>
    <system:String x:Key="androidctrlui_explorer_column_public">Öffentlich</system:String>
    <system:String x:Key="androidctrlui_explorer_column_inode">INode</system:String>

    <!-- Explorer - ContextMenus -->
    <system:String x:Key="androidctrlui_explorer_contextitem_layoutswitch">Layout</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_layoutswitch_big">Große Icons</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_layoutswitch_detail">Detail</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_layoutswitch_list">Liste</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_open">Öffnen</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_openas">Öffnen mit</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_editas">Bearbeiten als</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_tar_create">Tar Erstellen</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_tar_compression">Komprimierung</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_tar_compression_bzip2">bzip2</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_tar_compression_gzip">gzip</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_tar_compression_lzma">lzma</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_tar_compression_tar">tar</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_tar_compression_xz">xz</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_tar_extract">Tar Entpacken</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_install_apk">Installieren</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_pasteshortcut">Verknüpfung einfügen</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_rename">Umbennen</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_createshortcut">Verknüpfung erstellen</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_remount">Remount</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_sortby">Sortieren nach</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_sortby_sub_name">Name</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_sortby_sub_size">Größe</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_sortby_sub_type">Typ</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_sortby_sub_date">Datum</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_sortby_sub_ascending">Aufsteigend (a-z)</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_sortby_sub_descending">Absteigend (z-a)</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_new">Neu</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_new_sub_folder">Ordner</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_new_sub_shortcut">Verknüpfung</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_new_txt">Textdokument</system:String>
    <system:String x:Key="androidctrlui_explorer_contextitem_properties">Eigenschaften</system:String>

    <!-- Explorer - Action - Copy -->
    <system:String x:Key="androidctrlui_explorer_copy_local">Lokal</system:String>
    <system:String x:Key="androidctrlui_explorer_copy_android">Android</system:String>
    <system:String x:Key="androidctrlui_explorer_copy_header_1">Kopiere von</system:String>
    <system:String x:Key="androidctrlui_explorer_copy_header_2">Verschiebe von</system:String>
    <system:String x:Key="androidctrlui_explorer_copy_header_3">zu</system:String>
    <system:String x:Key="androidctrlui_explorer_copy_state_1">Element(e)</system:String>
    <system:String x:Key="androidctrlui_explorer_copy_state_2">Aktuelles Element:</system:String>
    <system:String x:Key="androidctrlui_explorer_copy_logview_column_mode">Modus</system:String>
    <system:String x:Key="androidctrlui_explorer_copy_logview_column_item_from_to">Element-Pfad (von/zu)</system:String>
    <system:String x:Key="androidctrlui_explorer_copy_logview_column_copied">Status</system:String>

    <!-- Explorer - Action - Delete -->
    <system:String x:Key="androidctrlui_explorer_delete_header_1">Lösche</system:String>
    <system:String x:Key="androidctrlui_explorer_delete_header_2">Element(e)...</system:String>
    <system:String x:Key="androidctrlui_explorer_delete_state_1">Element(e)</system:String>
    <system:String x:Key="androidctrlui_explorer_delete_state_2">Aktuelles Element:</system:String>
    <system:String x:Key="androidctrlui_explorer_delete_logview_column_item">Element-Pfad</system:String>
    <system:String x:Key="androidctrlui_explorer_delete_logview_column_deleted">Gelöscht</system:String>
    <system:String x:Key="androidctrlui_explorer_delete_info">Möchten Sie diese(s) {0} Element(e) wirklich unwiderruflich löschen?</system:String>

    <!-- Explorer - Action - Edit -->
    <system:String x:Key="androidctrlui_explorer_edit_pull">Download</system:String>
    <system:String x:Key="androidctrlui_explorer_edit_push">Upload</system:String>
    <system:String x:Key="androidctrlui_explorer_edit_open_folder">Öffne Verzeichnis</system:String>
    <system:String x:Key="androidctrlui_explorer_edit_open_state">Status</system:String>

    <!-- Explorer - Action - Media-Scanner -->
    <system:String x:Key="androidctrlui_explorer_mediascanner">Media-Scanner</system:String>
    <system:String x:Key="androidctrlui_explorer_mediascanner_collect">Media-Scanner, sammle Pfade...</system:String>
    <system:String x:Key="androidctrlui_explorer_mediascanner_run">Media-Scanner, scanne Pfade... (Dies kann ein wenig dauern.)</system:String>

    <!-- Explorer - Action - Properties -->
    <system:String x:Key="androidctrlui_explorer_properties_title">Eigenschaften von</system:String>
    <system:String x:Key="androidctrlui_explorer_properties_column_changedate">Geändert (C)</system:String>
    <system:String x:Key="androidctrlui_explorer_properties_column_lastaccessdate">Zugriff (A)</system:String>
    <system:String x:Key="androidctrlui_explorer_properties_column_lastwritedate">Modifiziert (M)</system:String>
    <system:String x:Key="androidctrlui_explorer_properties_column_read">Lesen</system:String>
    <system:String x:Key="androidctrlui_explorer_properties_column_write">Schreiben</system:String>
    <system:String x:Key="androidctrlui_explorer_properties_column_execute">Ausführen</system:String>
    <system:String x:Key="androidctrlui_explorer_properties_column_sticky">Sticky</system:String>

    <!-- Explorer - Action - Tar -->
    <system:String x:Key="androidctrlui_explorer_tar_title">Erstelle Tar</system:String>
    <system:String x:Key="androidctrlui_explorer_untar_title">Entpacke Tar</system:String>
    <system:String x:Key="androidctrlui_explorer_tar_elements">Element(e)</system:String>
    <system:String x:Key="androidctrlui_explorer_tar_current_element">Aktuelles Element:</system:String>
    <system:String x:Key="androidctrlui_explorer_tar_logview_column_item">Element-Pfad</system:String>
    <system:String x:Key="androidctrlui_explorer_tar_logview_column_state">Status</system:String>
    
    <!-- Explorer - Converter -->
    <system:String x:Key="androidctrlui_stringconverter_-">Datei</system:String>
    <system:String x:Key="androidctrlui_stringconverter_b">Block Device</system:String>
    <system:String x:Key="androidctrlui_stringconverter_c">Character Device</system:String>
    <system:String x:Key="androidctrlui_stringconverter_d">Dateiordner</system:String>
    <system:String x:Key="androidctrlui_stringconverter_l">Verknüpfung</system:String>
    <system:String x:Key="androidctrlui_stringconverter_p">Named Pipe</system:String>
    <system:String x:Key="androidctrlui_stringconverter_s">Unix Domain Socket</system:String>
    <system:String x:Key="androidctrlui_stringconverter_sdcard">SD-Card</system:String>
    <system:String x:Key="androidctrlui_stringconverter_mount">Mountpunkt</system:String>

    <system:String x:Key="androidctrlui_stringconverter_bat">Windows-Batchdatei</system:String>
    <system:String x:Key="androidctrlui_stringconverter_dll">Anwendungserweiterung</system:String>
    <system:String x:Key="androidctrlui_stringconverter_exe">Anwendung</system:String>
    <system:String x:Key="androidctrlui_stringconverter_image">Bild</system:String>
    <system:String x:Key="androidctrlui_stringconverter_lnk">Verknüpfung</system:String>
    <system:String x:Key="androidctrlui_stringconverter_pdf">Adobe Acrobat-Dokument</system:String>
    <system:String x:Key="androidctrlui_stringconverter_rtf">RTF-Dokument</system:String>
    <system:String x:Key="androidctrlui_stringconverter_xml">XML-Dokument</system:String>

    <!-- Explorer - Infos -->
    <system:String x:Key="androidctrlui_explorer_listview_empty">Dieser Ordner ist leer.</system:String>
    <system:String x:Key="androidctrlui_explorer_listview_root_info">(Eventuell sind auch nur höhere Benutzerrechte nötig um den Inhalt anzuzeigen.)</system:String>

    <!-- Phone -->
    <system:String x:Key="androidctrlui_phone_add">Hinzufügen</system:String>

    <!-- ApkInstaller -->
    <system:String x:Key="androidctrlui_apkinstaller">APK installieren (ADB)</system:String>
    <system:String x:Key="androidctrlui_apkinstaller_select_apk">Auswahl (.apk)</system:String>
    <system:String x:Key="androidctrlui_apkinstaller_install_apk">APK installieren</system:String>
    <system:String x:Key="androidctrlui_apkinstaller_md5">MD5</system:String>
    <system:String x:Key="androidctrlui_apkinstaller_mode_downgrade">Versions Downgrade</system:String>
    <system:String x:Key="androidctrlui_apkinstaller_mode_grantall">Gewähre alle Rechte</system:String>
    <system:String x:Key="androidctrlui_apkinstaller_mode_forwardlock">Forward Lock</system:String>
    <system:String x:Key="androidctrlui_apkinstaller_mode_reinstall">Neu installieren</system:String>
    <system:String x:Key="androidctrlui_apkinstaller_mode_sdcard">Auf SD-Karte installieren</system:String>
    <system:String x:Key="androidctrlui_apkinstaller_mode_testpackage">Test-Package</system:String>

    <!-- ApkManager -->
    <system:String x:Key="androidctrlui_apkmanager">APK Manager (ADB)</system:String>
    <system:String x:Key="androidctrlui_apkmanager_column_name">Name</system:String>
    <system:String x:Key="androidctrlui_apkmanager_column_path">APK-Pfad</system:String>
    <system:String x:Key="androidctrlui_apkmanager_column_installer">Installer</system:String>
    <system:String x:Key="androidctrlui_apkmanager_contextitem_disable">Deaktivieren</system:String>
    <system:String x:Key="androidctrlui_apkmanager_contextitem_enable">Aktivieren</system:String>
    <system:String x:Key="androidctrlui_apkmanager_contextitem_sortby">Sortieren nach</system:String>
    <system:String x:Key="androidctrlui_apkmanager_contextitem_sortby_sub_installer">Installer</system:String>
    <system:String x:Key="androidctrlui_apkmanager_contextitem_sortby_sub_name">Name</system:String>
    <system:String x:Key="androidctrlui_apkmanager_contextitem_sortby_sub_path">Pfad</system:String>
    <system:String x:Key="androidctrlui_apkmanager_contextitem_sortby_sub_ascending">Aufsteigend (a-z)</system:String>
    <system:String x:Key="androidctrlui_apkmanager_contextitem_sortby_sub_descending">Absteigend (z-a)</system:String>
    <system:String x:Key="androidctrlui_apkmanager_contextitem_uninstall">Deinstallieren</system:String>
    <system:String x:Key="androidctrlui_apkmanager_contextitem_uninstall_keepdata">Deinstallieren (Daten behalten)</system:String>
    <system:String x:Key="androidctrlui_apkmanager_tooltip_uninstalled">Deinstalliert</system:String>

    <!-- Battery -->
    <system:String x:Key="androidctrlui_battery_monitor">Batterie-Monitor (ADB)</system:String>
    <system:String x:Key="androidctrlui_battery_ac">AC Betrieb:</system:String>
    <system:String x:Key="androidctrlui_battery_usb">USB Betrieb:</system:String>
    <system:String x:Key="androidctrlui_battery_wireless">Wireless Betrieb:</system:String>
    <system:String x:Key="androidctrlui_battery_status">Status:</system:String>
    <system:String x:Key="androidctrlui_battery_status_1">Unbekannter Batterie Status</system:String>
    <system:String x:Key="androidctrlui_battery_status_2">Laden</system:String>
    <system:String x:Key="androidctrlui_battery_status_3">Entladen</system:String>
    <system:String x:Key="androidctrlui_battery_status_4">Wird nicht geladen</system:String>
    <system:String x:Key="androidctrlui_battery_status_5">Voll</system:String>
    <system:String x:Key="androidctrlui_battery_health">Zustand:</system:String>
    <system:String x:Key="androidctrlui_battery_health_1">Unbekannter Zustand</system:String>
    <system:String x:Key="androidctrlui_battery_health_2">Gut</system:String>
    <system:String x:Key="androidctrlui_battery_health_3">Überhitzt</system:String>
    <system:String x:Key="androidctrlui_battery_health_4">Kaputt</system:String>
    <system:String x:Key="androidctrlui_battery_health_5">Überspannung</system:String>
    <system:String x:Key="androidctrlui_battery_health_6">Unbekannter Fehler</system:String>
    <system:String x:Key="androidctrlui_battery_health_7">Unterkühlt</system:String>
    <system:String x:Key="androidctrlui_battery_present">Verfügbar:</system:String>
    <system:String x:Key="androidctrlui_battery_level">Level:</system:String>
    <system:String x:Key="androidctrlui_battery_scale">Scale:</system:String>
    <system:String x:Key="androidctrlui_battery_voltage">Spannung:</system:String>
    <system:String x:Key="androidctrlui_battery_current">Jetzt aktuell:</system:String>
    <system:String x:Key="androidctrlui_battery_temperature">Temperatur:</system:String>
    <system:String x:Key="androidctrlui_battery_technology">Technologie:</system:String>

    <!-- Contacts -->
    <system:String x:Key="androidctrlui_contacts">Kontakte (ADB)</system:String>
    <system:String x:Key="androidctrlui_contact_name">Name:</system:String>
    <system:String x:Key="androidctrlui_contact_nickname">Alias:</system:String>
    <system:String x:Key="androidctrlui_contact_organization">Organisation:</system:String>
    <system:String x:Key="androidctrlui_contact_phone">Telefon:</system:String>
    <system:String x:Key="androidctrlui_contact_sip">SIP-Adresse:</system:String>
    <system:String x:Key="androidctrlui_contact_email">Email:</system:String>
    <system:String x:Key="androidctrlui_contact_im">IM:</system:String>
    <system:String x:Key="androidctrlui_contact_address">Adresse:</system:String>
    <system:String x:Key="androidctrlui_contact_website">Webseite:</system:String>
    <system:String x:Key="androidctrlui_contact_event">Ereignis:</system:String>
    <system:String x:Key="androidctrlui_contact_relation">Beziehung:</system:String>
    <system:String x:Key="androidctrlui_contact_note">Notiz:</system:String>

    <!-- Remote-Desktop -->
    <system:String x:Key="androidctrlui_remotedesktop">Remote-Desktop (ADB)</system:String>
    <system:String x:Key="androidctrlui_remotedesktop_start">Play</system:String>
    <system:String x:Key="androidctrlui_remotedesktop_pause">Pause</system:String>
    <system:String x:Key="androidctrlui_remotedesktop_stop">Stop</system:String>
    <system:String x:Key="androidctrlui_remotedesktop_screenshot">Screenshot</system:String>
    <system:String x:Key="androidctrlui_remotedesktop_screenshot_format">Screenshot Bild-Format</system:String>
    <system:String x:Key="androidctrlui_remotedesktop_power">Display An/Aus</system:String>
    <system:String x:Key="androidctrlui_remotedesktop_zoom">Zoom (+/-)</system:String>
    <system:String x:Key="androidctrlui_remotedesktop_color_correction_32bit">Konvertiert RGBX zu BGRX (Wird in einigen Recoveries benötigt)</system:String>

    <!-- SDK-Update -->
    <system:String x:Key="androidctrlui_sdk_update">SDK-Update</system:String>
    <system:String x:Key="androidctrlui_sdk_update_currentversion">Derzeitig:</system:String>
    <system:String x:Key="androidctrlui_sdk_update_updateversion">Update:</system:String>
    <system:String x:Key="androidctrlui_sdk_update_system">System:</system:String>
    <system:String x:Key="androidctrlui_sdk_update_file">Datei:</system:String>
    <system:String x:Key="androidctrlui_sdk_update_changelog">Changelog:</system:String>
    <system:String x:Key="androidctrlui_sdk_update_btn_download">Download</system:String>
    <system:String x:Key="androidctrlui_sdk_update_success">Das Update ({0}) wurde erfolgreich heruntergladen!\n\n{1}\n\nSchließen Sie die Anwendung, entpacken Sie das Update und überschreiben Sie die alten Dateien.</system:String>
    <system:String x:Key="androidctrlui_sdk_update_cancel">Der Download des Updates ({0}) wurde abgebrochen!</system:String>
    <system:String x:Key="androidctrlui_sdk_update_fail">Das Update ({0}) konnte nicht heruntergeladen werden!\n\nVersuchen Sie es erneut!</system:String>
    <system:String x:Key="androidctrlui_sdk_update_no_update">Keine Updates verfügbar!</system:String>

    <!-- Shell -->
    <system:String x:Key="androidctrlui_shell">Shell v.{0} PID-{1} (ADB)</system:String>
    <system:String x:Key="androidctrlui_shell_input_default">Geben Sie die Befehle hier ein</system:String>

    <!-- Errors - Warnings -->
    <system:String x:Key="androidctrlui_error">Fehler!</system:String>
    <system:String x:Key="androidctrlui_warning">Warnung!</system:String>
    
    <!-- Explorer -->
    <system:String x:Key="androidctrlui_error_create_fail">Das Element konnte nicht erstellt werden!</system:String>
    <system:String x:Key="androidctrlui_error_rename_fail">Das Element konnte nicht umbenannt werden!</system:String>
    <system:String x:Key="androidctrlui_error_remount_fail">Der Mountpunkt konnte nicht geremounted werden!</system:String>
    <system:String x:Key="androidctrlui_error_set_permission_fail">Die angegebenen Berechtigungen konnten nicht auf das Element angewendet werden!</system:String>
    <system:String x:Key="androidctrlui_error_connect_no_ip_port">Das Gerät konnte nicht verbunden werden!\n\nPrüfen Sie die angegebene IP und den Port!</system:String>
    <system:String x:Key="androidctrlui_error_connect_fail">Das Gerät konnte nicht verbunden werden!\n\nPrüfen Sie die angegebene IP und den Port.\nPrüfen Sie ausserdem Ihre Firewall-Einstellungen.</system:String>
    <system:String x:Key="androidctrlui_error_disconnect_no_ip_port">Das Gerät konnte nicht getrennt werden!\n\nPrüfen Sie die angegebene IP und den Port!</system:String>
    <system:String x:Key="androidctrlui_error_disconnect_fail">Das Gerät konnte nicht getrennt werden!\n\nPrüfen Sie die angegebene IP und den Port.\nPrüfen Sie ausserdem Ihre Firewall-Einstellungen.</system:String>

    <system:String x:Key="androidctrlui_warning_remount">Sie versuchen die Schreibberechtigung eines Mountpunktes zu ändern, das KANN zu unvorhersehbaren Problemen führen!\nSind Sie sicher das Sie fortfahren möchten?</system:String>

    <!-- ApkInstaller -->
    <system:String x:Key="androidctrlui_error_apkinstaller_install">Die angegebene APK konnte nicht installiert werden!</system:String>
    
    <!-- Contacts -->
    <system:String x:Key="androidctrlui_error_contacts_init">Die Kontakt-Datenbank konnte nicht initialisiert werden!\nDas kann verschiedene Gründe haben:\n- Kein Root\n- Keinen aktiven SU legacy Support\n- Keine sqlite3 Binary</system:String>
</ResourceDictionary>