]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-de/strings.xml
Release 3.13.
[PrivacyBrowserAndroid.git] / app / src / main / res / values-de / strings.xml
index 20c459830f7d34fbfb8112ce72dd4784dbb6d939..bc7ceab0acc7cc308ee769824f46f04e91ec5736 100644 (file)
     <string name="unknown_size">Unbekannte Größe</string>
     <string name="invalid_url">Ungültige URL</string>
     <string name="saving_file">Speichere Datei:</string>
-    <string name="processing_image">Bild wird bearbeitet… :</string>
+    <string name="processing_image">Bild wird bearbeitet: \u0020 %1$s</string>
     <string name="error_saving_file">Fehler beim Speichern der Datei %1$s: \u0020 %2$s</string>
     <string name="unknown_error">Unbekannter Fehler</string>
 
         <string name="saved_ip_addresses">Gespeicherte IP-Adressen</string>
         <string name="current_ip_addresses">aktuelle IP-Adressen</string>
 
-    <!-- Import/Export.  The `%1$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
+    <!-- Import/Export.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
+      The `%1$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
     <string name="encryption">Verschlüsselung</string>
     <string-array name="encryption_type">
         <item>keine</item>
     <string name="export">exportieren</string>
     <string name="import_button">importieren</string>  <!-- `import` is a reserved word and cannot be used as the name. -->
     <string name="decrypt">entschlüsseln</string>
+    <string name="privacy_browser_settings_pbs">Privacy Browser Einstellungen %1$s.pbs</string>
+    <string name="privacy_browser_settings_pbs_aes">Privacy Browser Einstellungen %1$s.pbs.aes</string>
     <string name="export_successful">Export erfolgreich.</string>
-    <string name="export_failed">Export fehlgeschlagen:  %1$s</string>
-    <string name="import_failed">Import fehlgeschlagen:  %1$s</string>
+    <string name="export_failed">Export fehlgeschlagen: \u0020 %1$s</string>
+    <string name="import_failed">Import fehlgeschlagen: \u0020 %1$s</string>
 
     <!-- Logcat.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
         The `%1$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->