aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values/strings_not_translatable.xml
blob: b2be6b1a296c31143e90edbd646be475d460e865 (plain)
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
<?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 name="unit_m" translatable="false">m</string>
  <string name="unit_km" translatable="false">km</string>
  <string name="unit_ft" translatable="false">ft</string>
  <string name="unit_yd" translatable="false">yd</string>
  <string name="unit_mi" translatable="false">mi</string>
  
  <!-- distance units -->
  <string-array name="distance_units" translatable="false">
    <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>

</resources>