]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-de/strings.xml
Replace all instances of `startActivityForResult()` with `registerForActivityResult...
[PrivacyBrowserAndroid.git] / app / src / main / res / values-de / strings.xml
index 6a96f3ba3b1321b1aabb7cad1caec69103abeb7c..20c459830f7d34fbfb8112ce72dd4784dbb6d939 100644 (file)
         <string name="saved_ip_addresses">Gespeicherte IP-Adressen</string>
         <string name="current_ip_addresses">aktuelle IP-Adressen</string>
 
-    <!-- Import/Export. -->
+    <!-- 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> -->
     <string name="encryption">Verschlüsselung</string>
     <string-array name="encryption_type">
         <item>keine</item>
     <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="export_successful">Export erfolgreich.</string>
-    <string name="export_failed">Export fehlgeschlagen:</string>
-    <string name="import_failed">Import fehlgeschlagen:</string>
+    <string name="export_failed">Export fehlgeschlagen:  %1$s</string>
+    <string name="import_failed">Import fehlgeschlagen:  %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> -->