]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/strings.xml
Initial implementation of the navigation drawer.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
index b935a92a130a8cd466b25e3eb68343fc2532d74d..f8a25db2c6afff8ce77ad0b8bfd15b06f117a805 100644 (file)
@@ -1,7 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+
 <!--
-  Copyright 2015 Soren Stoutner
+  Copyright 2015-2016 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser <https://privacybrowser.stoutner.com/>.
+  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
   Privacy Browser is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 <resources>
     <!-- Activities. -->
     <string name="privacy_browser">Privacy Browser</string>
+    <string name="privacy_browser_settings">Privacy Browser Settings</string>
+
+    <!-- MainWebViewActivity. -->
+    <string name="download_started">Download started</string>
+    <string name="privacy_mode">Privacy Mode</string>
+    <string name="javascript_enabled">JavaScript enabled</string>
+    <string name="dom_storage_enabled">DOM Storage enabled</string>
+    <string name="cookies_enabled">Cookies enabled</string>
+    <string name="dom_storage_still_enabled">JavaScript disabled, DOM Storage still enabled</string>
+    <string name="cookies_still_enabled">Cookies still enabled</string>
+    <string name="both_still_enabled">JavaScript disabled, DOM Storage and Cookies still enabled</string>
+    <string name="dom_storage_deleted">DOM Storage deleted</string>
+    <string name="cookies_deleted">Cookies deleted</string>
+    <string name="open_navigation">Open Navigation Drawer</string>
+    <string name="close_navigation">Close Navigation Drawer</string>
 
     <!-- Custom App Bar. -->
     <string name="favorite_icon">Favorite Icon</string>
 
-    <!-- Menu. -->
+    <!-- Navigation Drawer. -->
+    <string name="navigation_drawer">Navigation Drawer</string>
+    <string name="navigation">Navigation</string>
     <string name="home">Home</string>
-    <string name="refresh">Refresh</string>
     <string name="back">Back</string>
     <string name="forward">Forward</string>
-    <string name="copy_URL">Copy URL</string>
-    <string name="paste_URL">Paste URL</string>
-    <string name="share_URL">Share URL</string>
-    <string name="add_to_home_screen">Add to Home Screen</string>
     <string name="downloads">Downloads</string>
+    <string name="settings">Settings</string>
     <string name="about">About</string>
+    <string name="clear_and_exit">Clear and Exit</string>
 
-    <!-- Create Home Screen Shorcut Alert Dialog. -->
+    <!-- Menu. -->
+    <string name="javascript">JavaScript</string>
+    <string name="dom_storage">DOM Storage</string>
+    <string name="cookies">Cookies</string>
+    <string name="clear_dom_storage">Clear DOM Storage</string>
+    <string name="clear_cookies">Clear Cookies</string>
+    <string name="share">Share</string>
+    <string name="add_to_home_screen">Add to Home Screen</string>
+
+    <!-- Create Home Screen Shortcut Alert Dialog. -->
     <string name="shortcut_name">Shortcut name</string>
     <string name="cancel">Cancel</string>
     <string name="create">Create</string>
 
+    <!-- Preferences. -->
+    <string name="privacy_settings">Privacy Settings</string>
+    <string name="javascript_preference">JavaScript</string>
+    <string name="javascript_preference_summary">Enable JavaScript by default</string>
+    <string name="dom_storage_preference">DOM Storage</string>
+    <string name="dom_storage_preference_summary">Enable DOM storage by default</string>
+    <string name="cookies_preference">Cookies</string>
+    <string name="cookies_preference_summary">Enable cookies by default</string>
+    <string name="general_settings">General Settings</string>
+    <string name="homepage_preference">Homepage</string>
+    <string name="homepage_preference_summary">Set the homepage</string>
+
     <!-- About Dialog. -->
     <string name="about_privacy_browser">About Privacy Browser</string>
     <string name="dismiss">Dismiss</string>