happy new year
[travelLog.git] / res / values / strings.xml
blobe61b1557ddedf083283f728cfb145cd6508f574b
1 <?xml version="1.0" encoding="utf-8"?>
2         <!--
3                 Copyright (C) 2010 Felix Bechstein
4         -->
5         <!--
6                 This file is part of TravelLog. 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_version">0.3.1</string>
21         <string name="app_name">TravelLog</string>
22         <string name="author_">Author:</string>
23         <string name="version_">Version:</string>
24         <string name="license_">License:</string>
25         <string name="author">Felix Bechstein &lt;f@ub0r.de&gt;</string>
26         <string name="license">GPLv3 - see
27                 http://www.gnu.org/licenses/gpl-3.0.txt</string>
28         <string name="source_">Sourcescode:</string>
29         <string name="source">http://repo.or.cz/w/travelLog.git
30         </string>
31         <string name="website_">Website:</string>
32         <string name="website">http://code.google.com/p/travellogdroid/
33         </string>
34         <string name="donate_url">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=9284303
35         </string>
36         <string name="donate_mail">f@ub0r.de</string>
37         <string name="donate_subject">I\'m the donator. My IMEI hash is...</string>
38         <string name="donate_">Donate/remove ads</string>
39         <string name="remove_ads">Remove ads</string>
40         <string name="postdonate">To remove ads, you need to send me the MD5 hash
41                 of your IMEI (unique id of your phone). This hash is a
42                 one-way-function. It is not traceable back to you. I\'ll remove your
43                 ads with the next release. 
44         </string>
45         <string name="send_">Send</string>
46         <string name="settings">Preferences</string>
47         <string name="about_">About TravelLog</string>
48         <string name="more_">More Apps..</string>
49         <string name="changelog_">Changelog</string>
50         <string name="about">TravelLog is a one-click-app to log your
51                 business trips for later accountung.</string>
53         <string name="start_work">Start work</string>
54         <string name="stop_work">Stop work</string>
55         <string name="start_travel">Start travel</string>
56         <string name="stop_travel">Stop travel</string>
57         <string name="start_pause">Start pause</string>
58         <string name="stop_pause">Stop pause</string>
59         <string name="add_row">Add row</string>
60         <string name="clear_">Clear</string>
61         <string name="export_">Send as mail</string>
62         <string name="export_subject">TravelLog export</string>
63         <string name="export_footer">Check out TravelLog -</string>
64         <string name="export_flip">Flip export upside down</string>
65         <string name="mail_">Mail address</string>
66         <string name="mail__">Mail address to export data</string>
67         <string name="for_">for</string>
68         <string name="round_">Round time</string>
69         <string-array name="state">
70                 <item>Nothing</item>
71                 <item>Pause</item>
72                 <item>Travel</item>
73                 <item>Work</item>
74         </string-array>
75         <string-array name="action">
76                 <item>Change date</item>
77                 <item>Change start time</item>
78                 <item>Change end time</item>
79                 <item>Change type</item>
80                 <item>Delete</item>
81         </string-array>
82 </resources>