Strings moved from no translate.
This commit is contained in:
parent
56bf62e942
commit
bbd8536f10
2 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,6 @@
|
|||
<string name="tag_poi_name">name</string>
|
||||
<string name="hint_tag">Tag</string>
|
||||
<string name="hint_value">Value</string>
|
||||
<string name="no_location_permission">App have no permission to access location data.</string>
|
||||
<string name="no_camera_permission">App have no permission to access camera.</string>
|
||||
<string name="no_microphone_permission">App have no permission to access microphone.</string>
|
||||
<string name="live_updates_on">Live updates on</string>
|
||||
<string name="live_updates_off">Live updates off</string>
|
||||
</resources>
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
|
||||
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
|
||||
-->
|
||||
<string name="no_location_permission">App have no permission to access location data.</string>
|
||||
<string name="no_camera_permission">App have no permission to access camera.</string>
|
||||
<string name="no_microphone_permission">App have no permission to access microphone.</string>
|
||||
<string name="route_distance">Distance:</string>
|
||||
<string name="route_duration">Travelling time:</string>
|
||||
<string-array name="update_frequencies_array">
|
||||
|
|
Loading…
Reference in a new issue