diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values-de/strings.xml | 4 | ||||
-rw-r--r-- | res/values/strings.xml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 434b9fc..653ad92 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -148,7 +148,7 @@ <string name="bluetooth_ask_enablement_and_discovery" product="default" msgid="3040361003987241057">"Eine App auf Ihrem Telefon versucht, Bluetooth zu aktivieren und Ihr Telefon für <xliff:g id="TIMEOUT">%1$d</xliff:g> Sekunden für andere Telefone sichtbar zu machen. Möchten Sie dies zulassen?"</string> <string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet" msgid="7254712987802497615">"Eine App auf Ihrem Tablet versucht, Bluetooth zu aktivieren und Ihr Tablet für andere Geräte erkennbar zu machen. Zulassen?"</string> <string name="bluetooth_ask_enablement_and_lasting_discovery" product="default" msgid="3947789545028519103">"Eine App auf Ihrem Telefon versucht, Bluetooth zu aktivieren und Ihr Telefon für andere Geräte sichtbar zu machen. Möchten Sie dies zulassen?"</string> - <string name="bluetooth_turning_on" msgid="4850574877288036646">"Bluetooth aktivieren?"</string> + <string name="bluetooth_turning_on" msgid="4850574877288036646">"Bluetooth wird aktiviert..."</string> <string name="bluetooth_turning_off" msgid="2337747302892025192">"Bluetooth wird deaktiviert..."</string> <string name="bluetooth_auto_connect" msgid="40711424456733571">"Automatische Verbindung"</string> <string name="bluetooth_connection_permission_request" msgid="4747918249032890077">"Bluetooth-Verbindungsanfrage"</string> @@ -492,7 +492,7 @@ <string name="wifi_settings_category" msgid="2810363951104753710">"WLAN-Einstellungen"</string> <string name="wifi_settings_title" msgid="4351120897298124250">"WLAN"</string> <string name="wifi_settings_summary" msgid="668767638556052820">"WLAN-Zugangspunkte festlegen und verwalten"</string> - <string name="wifi_starting" msgid="6716593470710880000">"WLAN aktivieren?"</string> + <string name="wifi_starting" msgid="6716593470710880000">"WLAN wird aktiviert..."</string> <string name="wifi_stopping" msgid="244864762599017659">"WLAN wird deaktiviert..."</string> <string name="wifi_error" msgid="3207971103917128179">"Fehler"</string> <string name="wifi_in_airplane_mode" msgid="8652520421778203796">"Im Flugmodus"</string> diff --git a/res/values/strings.xml b/res/values/strings.xml index 6bbc8a4..cace7e5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -859,7 +859,7 @@ <!-- Hint shown in dialog screen when password is too short --> <string name="lockpassword_password_too_short">Password must be at least %d characters</string> <!-- Hint shown in dialog screen when PIN is too short --> - <string name="lockpassword_pin_too_short">PIN must be at least %d characters</string> + <string name="lockpassword_pin_too_short">PIN must be at least %d digits</string> <!-- Hint shown after minimum password criteria is met --> <string name="lockpassword_press_continue">Touch Continue when done</string> @@ -1398,6 +1398,10 @@ <!-- Wifi AP settings--> <!-- Label for wifi tether checkbox. Toggles Access Point on/off --> <string name="wifi_tether_checkbox_text">Portable Wi-Fi hotspot</string> + <!-- Summary text when turning hotspot on --> + <string name="wifi_tether_starting">Turning hotspot on\u2026</string> + <!-- Summary text when turning hotspot off --> + <string name="wifi_tether_stopping">Turning off hotspot\u2026</string> <!-- Subtext for wifi tether checkbox on success --> <string name="wifi_tether_enabled_subtext">Portable hotspot <xliff:g id="network_ssid">%1$s</xliff:g> active</string> <!-- Subtext for wifi tether checkbox on failure --> |