1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="waypoint_coordinate_formats" translatable="false">
<item>@string/waypoint_coordinate_formats_plain</item>
<item>DDD.DDDDD°</item>
<item>DDD°MM.MMM\'</item>
<item>DDD°MM\'SS.SSS\"</item>
</string-array>
<!-- distance units -->
<string-array name="distance_units">
<item>@string/unit_m</item>
<item>@string/unit_km</item>
<item>@string/unit_ft</item>
<item>@string/unit_yd</item>
<item>@string/unit_mi</item>
</string-array>
<string name="init_select_themefolder" translatable="false">…</string>
<string name="init_select_map_directory" translatable="false">…</string>
<string name="init_select_gpx_exportdir" translatable="false">…</string>
<string name="init_select_gpx_importdir" translatable="false">…</string>
<!-- contributors -->
<string name="contributors" translatable="false">\n
· <a href="http://carnero.cc/">carnero</a> as the father of c:geo\n
\n
· 0xErnie (localization DE)\n
· <a href="mailto:bazsy@freemail.hu">Balazs Szabo (Bazsy1983)</a> (loc. HU)\n
· Bananeweizen (code, loc. DE)\n
· blafoo (code, localization DE)\n
· Bonemaro (tester)\n
· BudBundi (localization DE, tester)\n
· campbeb (code)\n
· Charles (localization FR)\n
· Denny (localization DA)\n
· Eisbehr (code)\n
· F. Coello (localization ES)\n
· Filipe C. (code)\n
· <a href="http://www.hunterthornsberry.com">Hunter275</a> (tester)\n
· <a href="http://iirojappinen.com/">Iiro Jäppinen</a> (graphic)\n
· inkantis (localization PL)\n
· <a href="http://www.jaytech.cz/">Jan Žatecký</a> (graphic)\n
· <a href="http://joachim-wilke.de/">JoWi24</a> (code)\n
· <a href="http://github.com/koem">Karsten Priegnitz</a> (code, artwork computation)\n
· <a href="http://www.geocaching.com/email/?guid=d11a3e3d-7db0-4d43-87f2-7893238844a6">Lineflyer</a> (tester, support, localization DE)\n
· Ludovic Valente (localization FR)\n
· marco-jacob (code, loc. DE)\n
· MichielK (code, loc. NL)\n
· mucek4 (code, open source project leader)\n
· ncorreia (code, localization PT)\n
· Pascal (localization NL)\n
· Pavol Babinčák (code, loc. SK)\n
· Peter (localization HU)\n
· <a href="https://github.com/Portree-Kid">Portree Kid</a> (code)\n
· Rainer S. (code)\n
· Ray (code, loc. JA)\n
· <a href="http://seromenho.com/">Ricardo Seromenho</a> (localization PT)\n
· RoadRunner- (code, loc. DE)\n
· <a href="http://www.blueskysoftware.it/">RomNexus6</a> (localization IT)\n
· <a href="http://www.sammyshp.de/">SammysHP</a> (code, localization DE)\n
· <a href="http://www.rfc1149.net/sam.html">Samuel Tardieu</a> (code, localization FR)\n
· serenity (localization DE)\n
· Shan, a.k.a. ShakurNO (localization NO)\n
· Shizo87 (tester)\n
· stephanme/Geoteufel (code)\n
· thiasB (code, loc. DE EN)\n
· YraFyra (code, loc. SV)\n
· zenobios (code, loc. DE EN)\n
\n
· <a href="http://code.google.com/p/mapsforge/">Mapsforge</a> (OSM-rendering)\n
· <a href="http://thenounproject.com/">The Noun Project</a> (basis for attribute icons)\n
· <a href="http://commons.apache.org/">The Apache Commons Project</a>\n
· <a href="http://androidicons.com/">Android Icons</a> (<a href="https://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a>)\n
· <a href="http://rrze-icon-set.berlios.de/index.html">RRZE Icon set</a> (<a href="http://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0</a>)\n
</string>
<!-- cache menu -->
<string name="cache_menu_sygic" translatable="false">Sygic</string>
<!-- changelog -->
<string name="changelog" translatable="false">\n
<b>Next release</b>\n\n
<b>New Features/Functions:</b>\n
· ...\n
\n
<b>Bugfixing:</b>\n
· Do not apply encryption/decryption when clicking on a link in a log\n
· Also show a picture attached to a log locally after sending the log\n
· Improved display of log text for OC-caches\n
· Improved performance of GPX exports\n
\n
<a href="https://github.com/cgeo/c-geo-opensource/issues?milestone=17&state=closed">Detailed list of all changes</a>\n
\n
<b>Known Limitations/Bugs:</b>\n
· Live map:\n
Approximated coords due to limitations on the GC-website\n
Be aware: If navigation is started directly from live map it may also use the approximated coords!\n
In fast mode the cache type might be wrong in rare cases\n
On low zoom owned/found caches may not be hidden anymore\n
· Other:\n
Log images with huge size cause a long loading time\n
The personal note added to a cache is not synced to geocaching.com but will be overruled by personal notes on geocaching.com\n
On devices with HD display resolution OSM maps might not work. Please use Google maps in this case.\n
A huge amount of pictures on the image tab of a cache might cause a crash\n
<b>Old releases</b>\n
· Please refer to the release notes on the <a href="http://www.cgeo.org">c:geo-website</a>.\n
\n</string>
</resources>
|