]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values/strings.xml
Create Clear Dom Storage and Exit menu items and set launchMode="SingleTask".
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
1 <!--
2   Copyright 2015-2016 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Browser <https://privacybrowser.stoutner.com/>.
5
6   Privacy Browser is free software: you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation, either version 3 of the License, or
9   (at your option) any later version.
10
11   Privacy Browser is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <resources>
20     <!-- Activities. -->
21     <string name="privacy_browser">Privacy Browser</string>
22
23     <!-- Custom App Bar. -->
24     <string name="favorite_icon">Favorite Icon</string>
25
26     <!-- Menu. -->
27     <string name="javaScript">JavaScript</string>
28     <string name="domStorage">DOM Storage</string>
29     <string name="saveFormData">Save Form Data</string>
30     <string name="cookies">Cookies</string>
31     <string name="clearDomStorage">Clear DOM Storage</string>
32     <string name="clearCookies">Clear Cookies</string>
33     <string name="home">Home</string>
34     <string name="refresh">Refresh</string>
35     <string name="back">Back</string>
36     <string name="forward">Forward</string>
37     <string name="copy_URL">Copy URL</string>
38     <string name="paste_URL">Paste URL</string>
39     <string name="share_URL">Share URL</string>
40     <string name="add_to_home_screen">Add to Home Screen</string>
41     <string name="downloads">Downloads</string>
42     <string name="about">About</string>
43     <string name="exit">Exit</string>
44
45     <!-- Create Home Screen Shorcut Alert Dialog. -->
46     <string name="shortcut_name">Shortcut name</string>
47     <string name="cancel">Cancel</string>
48     <string name="create">Create</string>
49
50     <!-- About Dialog. -->
51     <string name="about_privacy_browser">About Privacy Browser</string>
52     <string name="dismiss">Dismiss</string>
53 </resources>