]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/strings.xml
Add password encrypted export.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
index 1b011f47963856ae8caccef144e01aeb2bfa9289..ad2c49c982ad1264450e7094bd5193d5e3d20c52 100644 (file)
     <string name="load_an_encrypted_website">Load an encrypted website before opening Domain Settings to populate the current website SSL certificate.</string>
 
     <!-- Import/Export. -->
+    <string name="encryption">Encryption</string>
+    <string-array name="encryption_type">
+        <item>None</item>
+        <item>Password</item>
+        <item>GPG</item>
+    </string-array>
+    <string name="file_location">File Location</string>
+    <string-array name="import_export_spinner">
+        <item>Import</item>
+        <item>Export</item>
+    </string-array>
     <string name="browse">Browse</string>
-    <string name="file_permissions_explanation">Accessing files in public directories requires the storage permission. Otherwise only private directories will work.</string>
-    <string name="privacy_browser_backup">Privacy Browser Backup</string>
-    <string name="export_settings">Export Settings</string>
-    <string name="import_settings">Import Settings</string>
-    <string name="export_file_name">Export file name</string>
-    <string name="import_file_name">Import file name</string>
     <string name="export">Export</string>
     <string name="import_button">Import</string>  <!-- `import` is a reserved word and cannot be used as the name -->
     <string name="export_successful">Export successful.</string>
     <string name="export_failed">Export failed:</string>
     <string name="import_failed">Import failed:</string>
     <string name="cannot_export">The settings cannot be exported to this location because the storage permission has not been granted.</string>
-    <string name="cannot_import">The settings cannot be imported to this location because the storage permission has not been granted.</string>
+    <string name="cannot_import">The settings cannot be imported from this location because the storage permission has not been granted.</string>
     <string name="invalid_location">is not a valid location.</string>
     <string name="storage_permission">Storage Permission</string>
-    <string name="storage_permission_message">Privacy Browser needs the storage permission to access public directories. If it is denied, the app’s private directory can still be used.</string>
+    <string name="storage_permission_message">Privacy Browser needs the storage permission to access public directories. If it is denied, the app’s directories can still be used.</string>
+    <string name="storage_permission_explanation">Accessing files in public directories requires the storage permission. Otherwise, only app directories will work.</string>
 
     <!-- Guide. -->
     <string name="privacy_browser_guide">Privacy Browser Guide</string>
                 <string name="api">API</string>
             <string name="build">Build:</string>
             <string name="security_patch">Security Patch:</string>
-            <string name="chrome">Chrome:</string>
+            <string name="webview">WebView:</string>
             <string name="orbot">Orbot:</string>
             <string name="easylist_label">EasyList:</string>
             <string name="easyprivacy_label">EasyPrivacy:</string>