/[aagtl_public1]/src/com/zoffcc/applications/aagtl/aagtlTextTranslations.java
aagtl

Contents of /src/com/zoffcc/applications/aagtl/aagtlTextTranslations.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations) (download)
Sun Aug 5 14:00:28 2012 UTC (11 years, 7 months ago) by zoffadmin
File size: 1660 byte(s)
license text correction
1 /**
2 * aagtl Advanced Geocaching Tool for Android
3 * loosely based on agtl by Daniel Fett <fett@danielfett.de>
4 * Copyright (C) 2010 - 2012 Zoff <aagtl@work.zoff.cc>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the
17 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 * Boston, MA 02110-1301, USA.
19 */
20
21 package com.zoffcc.applications.aagtl;
22
23 public class aagtlTextTranslations
24 {
25 static final String m = " ";
26 static final String INFO_BOX_TITLE = "Welcome to aagtl";
27 static final String JAVA_MENU_MOREINFO = "More info";
28 static final String INFO_BOX_TEXT = m
29 + "You are running aagtl for the first time!\n\n"
30 + m
31 + "To start enter your geocaching.com \n"
32 + m
33 + "username and password\n"
34 + m
35 + "Make sure you have a flatrate or similar!\n\n"
36 + m + "For more information on aagtl\n" + m
37 + "visit our Website\n" + m
38 + "http://aagtl.work.zoff.cc/\n" + "\n" + m
39 + " Have fun using aagtl.";
40 }

   
Visit the aagtl Website