]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values/strings.xml
Create a blank navigation drawer.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright 2015-2016 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
7
8   Privacy Browser is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <resources>
22     <!-- Activities. -->
23     <string name="privacy_browser">Privacy Browser</string>
24     <string name="privacy_browser_settings">Privacy Browser Settings</string>
25
26     <!-- MainWebViewActivity. -->
27     <string name="download_started">Download started</string>
28     <string name="privacy_mode">Privacy Mode</string>
29     <string name="javascript_enabled">JavaScript enabled</string>
30     <string name="dom_storage_enabled">DOM Storage enabled</string>
31     <string name="cookies_enabled">Cookies enabled</string>
32     <string name="dom_storage_still_enabled">JavaScript disabled, DOM Storage still enabled</string>
33     <string name="cookies_still_enabled">Cookies still enabled</string>
34     <string name="both_still_enabled">JavaScript disabled, DOM Storage and Cookies still enabled</string>
35     <string name="dom_storage_deleted">DOM Storage deleted</string>
36     <string name="cookies_deleted">Cookies deleted</string>
37     <string name="open_navigation">Open Navigation Drawer</string>
38     <string name="close_navigation">Close Navigation Drawer</string>
39
40     <!-- Custom App Bar. -->
41     <string name="favorite_icon">Favorite Icon</string>
42
43     <!-- Menu. -->
44     <string name="javascript">JavaScript</string>
45     <string name="dom_storage">DOM Storage</string>
46     <string name="cookies">Cookies</string>
47     <string name="clear_dom_storage">Clear DOM Storage</string>
48     <string name="clear_cookies">Clear Cookies</string>
49     <string name="add_to_home_screen">Add to Home Screen</string>
50     <string name="downloads">Downloads</string>
51     <string name="navigation">Navigation</string>
52     <string name="home">Home</string>
53     <string name="back">Back</string>
54     <string name="forward">Forward</string>
55     <string name="share">Share</string>
56     <string name="settings">Settings</string>
57     <string name="about">About</string>
58     <string name="clear_and_exit">Clear and Exit</string>
59
60     <!-- Create Home Screen Shortcut Alert Dialog. -->
61     <string name="shortcut_name">Shortcut name</string>
62     <string name="cancel">Cancel</string>
63     <string name="create">Create</string>
64
65     <!-- Preferences. -->
66     <string name="privacy_settings">Privacy Settings</string>
67     <string name="javascript_preference">JavaScript</string>
68     <string name="javascript_preference_summary">Enable JavaScript by default</string>
69     <string name="dom_storage_preference">DOM Storage</string>
70     <string name="dom_storage_preference_summary">Enable DOM storage by default</string>
71     <string name="cookies_preference">Cookies</string>
72     <string name="cookies_preference_summary">Enable cookies by default</string>
73     <string name="general_settings">General Settings</string>
74     <string name="homepage_preference">Homepage</string>
75     <string name="homepage_preference_summary">Set the homepage</string>
76
77     <!-- About Dialog. -->
78     <string name="about_privacy_browser">About Privacy Browser</string>
79     <string name="dismiss">Dismiss</string>
80 </resources>