move code to github
[adBlock.git] / res / values / strings.xml
blob01a5fd39305bc1f38eef8e902592289fae7b3eeb
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:</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
34                 for blocking unwanted ads on webpages.
35                 It will NOT block ads in apps.
36                 Admob and Google are on permanent whitelist!
37         </string>
38         <string name="about1">Set APN\'s proxy preferences to localhost with
39                 the port set in main application.
40         </string>
41         <string name="about2">Dear Google, please contact me before delete
42                 this app from market.</string>
43         <string name="author_">Author:</string>
44         <string name="author">Felix Bechstein &lt;f@ub0r.de&gt;</string>
45         <string name="license">GPLv3 - see
46                 http://www.gnu.org/licenses/gpl-3.0.txt</string>
47         <string name="license_">License:</string>
48         <string name="source">http://github.com/felixb/adBlock</string>
49         <string name="source_">Sourcescode:</string>
50         <string name="website_">Website:</string>
51         <string name="website">http://code.google.com/p/andblock/</string>
52         <string name="donate_">Donate</string>
53         <string name="donate_url">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8668940
54         </string>
55         <string name="proxy_running">Proxy is running on port</string>
56         <string name="proxy_stopped">Proxy stopped</string>
57         <string name="notify_proxy">AdBlock Proxy</string>
58         <string name="default_filter">/ads/\n.ads/</string>
59         <string-array name="itemDialog">
60                 <item>Edit</item>
61                 <item>Delete</item>
62         </string-array>
63 </resources>