remove whitelist, add some more info to filter_
[adBlock.git] / res / values / strings.xml
blob2c083578b56355a8bd79d762853189e918aeef58
1 <?xml version="1.0" encoding="utf-8"?>
2         <!--
3                 Copyright (C) 2010 Felix Bechstein
4         -->
5         <!--
6                 This file is part of AdBlock. This program is free software; you can
7                 redistribute it and/or modify it under the terms of the GNU General
8                 Public License as published by the Free Software Foundation; either
9                 version 3 of the License, or (at your option) any later version.
10         -->
11         <!--
12                 This program is distributed in the hope that it will be useful, but
13                 WITHOUT ANY WARRANTY; without even the implied warranty of
14                 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15                 General Public License for more details. You should have received a
16                 copy of the GNU General Public License along with this program; If
17                 not, see <http://www.gnu.org/licenses/>.
18         -->
19 <resources>
20         <string name="app_name">AdBlock</string>
21         <string name="app_version">0.4</string>
22         <string name="changelog_">Changelog</string>
23         <string name="port_">Port:</string>
24         <string name="start_">Start/Reload</string>
25         <string name="stop_">Stop</string>
26         <string name="filter_">Filter (part of an URL):</string>
27         <string name="add_filter">Add filter</string>
28         <string name="import_">Import</string>
29         <string name="import_url_">Import URL?</string>
30         <string name="export_">Export</string>
31         <string name="more_">More Apps..</string>
32         <string name="about_">About</string>
33         <string name="about0">AdBlock blocks HTTP requests. It may be used for blocking unwanted ads on webpages. It will NOT block ads in apps, because admob don\'t uses APN\'s proxy settings.</string>
34         <string name="about1">Set APN\'s proxy preferences to localhost withi the port set in main application.</string>
35         <string name="about2">Dear Google, please contact me before deletei this app from market.</string>
36         <string name="author_">Author:</string>
37         <string name="author">Felix Bechstein &lt;f@ub0r.de&gt;</string>
38         <string name="license">GPLv3 - see http://www.gnu.org/licenses/gpl-3.0.txt</string>
39         <string name="license_">License:</string>
40         <string name="source">http://github.com/felixb/adBlock</string>
41         <string name="source_">Sourcescode:</string>
42         <string name="website_">Website:</string>
43         <string name="website">http://code.google.com/p/andblock/</string>
44         <string name="donate_">Donate</string>
45         <string name="donate_url">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8668940</string>
46         <string name="proxy_running">Proxy is running on port</string>
47         <string name="proxy_stopped">Proxy stopped</string>
48         <string name="notify_proxy">AdBlock Proxy</string>
49         <string name="default_filter">/ads/\n.ads/</string>
50         <string-array name="itemDialog">
51                 <item>Edit</item>
52                 <item>Delete</item>
53         </string-array>
54 </resources>