]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-de/strings.xml
Enable searching of the logcat. https://redmine.stoutner.com/issues/381
[PrivacyBrowserAndroid.git] / app / src / main / res / values-de / strings.xml
index 36f94792eebacd9342560b57af50123597bd637d..f0837f6c407eeb37ced4d346dfea0ed1715876d6 100644 (file)
 
     <!-- Import/Export.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
       The `%1$*` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
+    <string name="bookmarks_and_settings">Lesezeichen und Einstellungen</string>
+    <string name="sqlite_database_format">SQLite-Datenbank-Format</string>
+    <string name="html_format">HTML-Format</string>
     <string name="encryption">Verschlüsselung</string>
     <string-array name="encryption_type">
         <item>keine</item>
     <string name="decrypt">entschlüsseln</string>
     <string name="privacy_browser_settings_pbs">Privacy Browser Android %1$s Einstellungen - Schema %2$d.pbs</string>
     <string name="privacy_browser_settings_pbs_aes">Privacy Browser Android %1$s Einstellungen - Schema %2$d.pbs.aes</string>
+    <string name="privacy_browser_bookmarks_html">Privacy Browser Lesezeichen.html</string>
     <string name="export_successful">Export erfolgreich.</string>
     <string name="export_failed">Export fehlgeschlagen:\u0020 %1$s</string>
     <string name="import_failed">Import fehlgeschlagen:\u0020 %1$s</string>
+    <string name="bookmarks_imported">%1$d Ordner und Lesezeichen importiert.</string>
+    <string name="bookmarks_exported">%1$d Ordner und Lesezeichen exportiert.</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> -->