]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values/strings.xml
Create a settings activity.
[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://privacybrowser.stoutner.com/>.
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     <!-- Custom App Bar. -->
27     <string name="favorite_icon">Favorite Icon</string>
28
29     <!-- Menu. -->
30     <string name="javascript">JavaScript</string>
31     <string name="dom_storage">DOM Storage</string>
32     <string name="save_form_data">Save Form Data</string>
33     <string name="cookies">Cookies</string>
34     <string name="clear_dom_storage">Clear DOM Storage</string>
35     <string name="clear_cookies">Clear Cookies</string>
36     <string name="home">Home</string>
37     <string name="refresh">Refresh</string>
38     <string name="back">Back</string>
39     <string name="forward">Forward</string>
40     <string name="copy_url">Copy URL</string>
41     <string name="paste_url">Paste URL</string>
42     <string name="share_url">Share URL</string>
43     <string name="add_to_home_screen">Add to Home Screen</string>
44     <string name="downloads">Downloads</string>
45     <string name="settings">Settings</string>
46     <string name="about">About</string>
47     <string name="clear_and_exit">Clear and Exit</string>
48
49     <!-- Create Home Screen Shorcut Alert Dialog. -->
50     <string name="shortcut_name">Shortcut name</string>
51     <string name="cancel">Cancel</string>
52     <string name="create">Create</string>
53
54     <!-- Preferences. -->
55     <string name="privacy_settings">Privacy Settings</string>
56     <string name="javascript_preference">JavaScript</string>
57     <string name="javascript_preference_summary">Enable JavaScript by default</string>
58     <string name="dom_storage_preference">DOM Storage</string>
59     <string name="dom_storage_preference_summary">Enable DOM storage by default</string>
60     <string name="cookies_preference">Cookies</string>
61     <string name="cookies_preference_summary">Enable cookies by default</string>
62     <string name="general_settings">General Settings</string>
63     <string name="homepage_preference">Homepage</string>
64     <string name="homepage_preference_summary">Set the homepage</string>
65
66     <!-- About Dialog. -->
67     <string name="about_privacy_browser">About Privacy Browser</string>
68     <string name="dismiss">Dismiss</string>
69 </resources>