add main layout
[travelLog.git] / res / values / strings.xml
blob270e900606a986b6caa1d8dbbf406840595581c2
1 <?xml version="1.0" encoding="utf-8"?>
2         <!--
3                 Copyright (C) 2009 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_name">TravelLog</string>
21         <string name="start_work">start work</string>
22         <string name="stop_work">stop work</string>
23         <string name="start_travel">start travel</string>
24         <string name="stop_travel">stop travel</string>
25         <string name="start_pause">start pause</string>
26         <string name="stop_pause">stop pause</string>
27     <string name="add_row">add row</string>
28 </resources>