fine tune de strings which are actually status labels, not commands
This commit is contained in:
parent
1ec01f5773
commit
f135eea244
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="traffic_warning_speed_limit">Geschwindigkeitsbegrenzung</string>
|
||||
<string name="traffic_warning_border_control">Grenzkontrolle</string>
|
||||
|
@ -1538,9 +1538,9 @@
|
|||
\n Hinweis 1: Die ursprünglichen Dateien bleiben hiervon unberührt, können aber nachfolgend manuell gelöscht werden.
|
||||
\n Hinweis 2: Die Dateien können dann nicht mehr von OsmAnd und OsmAnd+ gemeinsam genutzt werden."</string>
|
||||
<string name="application_dir_change_warning2">Soll OsmAnd auch die Dateien an den neuen Speicherort verschieben? Mit \'Nein\' wird OsmAnd den neuen Speicherort nur anlegen und als Standard verwenden.</string>
|
||||
<string name="copying_osmand_one_file_descr">Datei (%s) an den neuen Speicherort kopieren…</string>
|
||||
<string name="copying_osmand_files_descr">OsmAnd-Dateien zum neuen Speicherort (%s) kopieren</string>
|
||||
<string name="copying_osmand_files">OsmAnd-Dateien kopieren</string>
|
||||
<string name="copying_osmand_one_file_descr">Datei (%s) wird an den neuen Speicherort kopiert…</string>
|
||||
<string name="copying_osmand_files_descr">OsmAnd-Dateien werden zum neuen Speicherort (%s) kopiert…</string>
|
||||
<string name="copying_osmand_files">OsmAnd-Dateien werden kopiert…</string>
|
||||
<string name="calculate_osmand_route_gpx">OsmAnd-Offline-Route berechnen</string>
|
||||
<string name="app_mode_truck">LKW</string>
|
||||
<string name="guidance_preferences_descr">Navigations-Einstellungen</string>
|
||||
|
|
|
@ -455,8 +455,8 @@
|
|||
\n Note 1: Your old files will remain untouched (but can be deleted manually).
|
||||
\n Note 2: In the new storage location it will not be possible to share files between OsmAnd and OsmAnd+.</string>
|
||||
<string name="copying_osmand_one_file_descr">Copying file (%s) to the new destination…</string>
|
||||
<string name="copying_osmand_files_descr">Copying OsmAnd data files to the new destination (%s)</string>
|
||||
<string name="copying_osmand_files">Copying OsmAnd data files</string>
|
||||
<string name="copying_osmand_files_descr">Copying OsmAnd data files to the new destination (%s)…</string>
|
||||
<string name="copying_osmand_files">Copying OsmAnd data files…</string>
|
||||
<string name="calculate_osmand_route_gpx">Calculate OsmAnd offline route</string>
|
||||
<string name="app_mode_truck">Truck</string>
|
||||
<string name="guidance_preferences_descr">Navigation preferences</string>
|
||||
|
|
Loading…
Reference in a new issue