mirror of
https://github.com/russok/FitoTrack.git
synced 2025-10-28 16:22:12 -07:00
Localisation
This commit is contained in:
parent
b494868f83
commit
b7c535c03a
27
app/src/main/res/values-de/osm_track_visibility.xml
Normal file
27
app/src/main/res/values-de/osm_track_visibility.xml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (c) 2019 Jannis Scheibe <jannis@tadris.de>
|
||||||
|
~
|
||||||
|
~ This file is part of FitoTrack
|
||||||
|
~
|
||||||
|
~ FitoTrack is free software: you can redistribute it and/or modify
|
||||||
|
~ it under the terms of the GNU General Public License as published by
|
||||||
|
~ the Free Software Foundation, either version 3 of the License, or
|
||||||
|
~ (at your option) any later version.
|
||||||
|
~
|
||||||
|
~ FitoTrack is distributed in the hope that it will be useful,
|
||||||
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
~ GNU General Public License for more details.
|
||||||
|
~
|
||||||
|
~ You should have received a copy of the GNU General Public License
|
||||||
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<string-array name="osm_track_visibility">
|
||||||
|
<item>Identifizierbar</item>
|
||||||
|
<item>Verfolgbar</item>
|
||||||
|
<item>Privat</item>
|
||||||
|
</string-array>
|
||||||
|
</resources>
|
||||||
@ -96,4 +96,15 @@
|
|||||||
<string name="workoutDescent">Abstieg</string>
|
<string name="workoutDescent">Abstieg</string>
|
||||||
<string name="data">Daten</string>
|
<string name="data">Daten</string>
|
||||||
<string name="mapStyle">Kartenstil</string>
|
<string name="mapStyle">Kartenstil</string>
|
||||||
|
<string name="actionUploadToOSM">Auf OSM hochladen</string>
|
||||||
|
<string name="authenticationFailed">Authentifizierung fehlgeschlagen.</string>
|
||||||
|
<string name="cut">Die ersten/letzten 300 m abschneiden</string>
|
||||||
|
<string name="description">Beschreibung</string>
|
||||||
|
<string name="enterVerificationCode">Gebe den Verifizierungscode ein</string>
|
||||||
|
<string name="trackVisibilityPref">Spur Sichtbarkeit</string>
|
||||||
|
<string name="upload">Hochladen</string>
|
||||||
|
<string name="uploading">Hochladen</string>
|
||||||
|
<string name="waiting_gps">Warte auf GPS</string>
|
||||||
|
<string name="uploadFailed">Upload fehlgeschlagen</string>
|
||||||
|
<string name="uploadSuccessful">Upload erfolgreich</string>
|
||||||
</resources>
|
</resources>
|
||||||
@ -1,4 +1,23 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (c) 2019 Jannis Scheibe <jannis@tadris.de>
|
||||||
|
~
|
||||||
|
~ This file is part of FitoTrack
|
||||||
|
~
|
||||||
|
~ FitoTrack is free software: you can redistribute it and/or modify
|
||||||
|
~ it under the terms of the GNU General Public License as published by
|
||||||
|
~ the Free Software Foundation, either version 3 of the License, or
|
||||||
|
~ (at your option) any later version.
|
||||||
|
~
|
||||||
|
~ FitoTrack is distributed in the hope that it will be useful,
|
||||||
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
~ GNU General Public License for more details.
|
||||||
|
~
|
||||||
|
~ You should have received a copy of the GNU General Public License
|
||||||
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<string-array name="osm_track_visibility">
|
<string-array name="osm_track_visibility">
|
||||||
<item>Identifiable</item>
|
<item>Identifiable</item>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user