Issue 1592 strings

This commit is contained in:
sonora 2013-01-14 21:54:09 +01:00
parent 8923e0bc79
commit 8e120a1dc1
3 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<?xml version='1.0' encoding='utf-8'?>
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="rendering_attr_noAdminboundaries_name">Keine Grenzen anzeigen</string>
<string name="rendering_attr_noAdminboundaries_description">Unterdrückt die Anzeige regionaler Grenzverläufe</string>
@ -1196,7 +1196,7 @@
<string name="recording_unavailable">nicht verfügbar</string>
<string name="recording_context_menu_play">Abspielen</string>
<string name="recording_default_name">aufnehmen</string>
<string name="av_control_stop">stoppen</string>
<string name="av_control_stop">AV</string>
<string name="dropbox_plugin_description">Das Dropbox-Plugin ermöglicht Ihnen eine Synchronisation von Tracks und Video/Audio-Notizen mit Ihrem Dropbox-Zugang.</string>
<string name="dropbox_plugin_name">Dropbox-Plugin</string>
<string name="animate_routing_using_gpx">Wollen Sie die bestehende GPX-Datei verwenden?</string>
@ -1212,13 +1212,13 @@
<string name="layer_recordings">Aufnahme-Ebene</string>
<string name="recording_can_not_be_played">Aufnahme kann nicht abgespielt werden</string>
<string name="recording_context_menu_delete">Aufnahme löschen</string>
<string name="av_control_start">aufnehmen</string>
<string name="av_control_start">AV</string>
<string name="map_widget_av_notes">Audio-Notiz</string>
<string name="osmand_srtm_short_description_80_chars">OsmAnd-Plugin für Offline-Höhenlinien</string>
<string name="use_clear_distance_measurement">Klicken Sie nochmal zum Löschen der Meßpunkte.</string>
<string name="use_distance_measurement">Tippen Sie, um einen Punkt zu erstellen, Drücken und Halten Sie, um vorhergehende Punkte zu Löschen, klicken Sie auf das Meß-Widget zum Verlassen.</string>
<string name="map_widget_distancemeasurement">Entfernungsmessung</string>
<string name="monitoring_control_stop">Stopp</string>
<string name="monitoring_control_stop">GPX</string>
<string name="map_widget_audionotes">Audio-Notiz</string>
<string name="audionotes_plugin_description">Audio-Notiz unterwegs aufnehmen</string>
<string name="audionotes_plugin_name">Audio-Notiz-Plugin</string>

View file

@ -57,8 +57,8 @@
<string name="recording_context_menu_play">Play</string>
<string name="recording_description">Recording %1$s %2$s at %3$s</string>
<string name="recording_default_name">recording</string>
<string name="av_control_stop">stop</string>
<string name="av_control_start">rec</string>
<string name="av_control_stop">AV</string>
<string name="av_control_start">AV</string>
<string name="map_widget_av_notes">Audio notes</string>
<string name="osmand_srtm_short_description_80_chars">OsmAnd plugin for offline contour lines</string>
<string name="osmand_srtm_long_description_1000_chars">This plugin provides contour lines which can be displayed in OsmAnd\'s offline maps. The global data (between 70 degrees north and 70 degrees south) is based on measurements by SRTM (Shuttle Radar Topography Mission) and ASTER (Advanced Spaceborne Thermal Emission and Reflection Radiometer), an imaging instrument onboard Terra, the flagship satellite of NASA\'s Earth Observing System. ASTER is a cooperative effort between NASA, Japan\'s Ministry of Economy, Trade and Industry (METI), and Japan Space Systems (J-spacesystems).</string>
@ -93,7 +93,7 @@
\n\tIn order to achieve this, simply download the file WW15MGH.DAC via Offline Data Manager (original is at http://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/binary/WW15MGH.DAC).
</string>
<string name="map_widget_max_speed">Speed limit</string>
<string name="monitoring_control_start">start</string>
<string name="monitoring_control_start">GPX</string>
<string name="route_descr_lat_lon">Lat %1$.3f, lon %2$.3f</string>
<string name="route_descr_current_location">Current position</string>
<string name="route_descr_from_to">From : %1$s\nTo : %2$s</string>

View file

@ -395,6 +395,7 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
private void setRecordListener(final TextInfoControl recordPlaceControl, final MapActivity mapActivity) {
recordPlaceControl.setText(app.getString(R.string.av_control_start), "");
recordPlaceControl.setImageDrawable(activity.getResources().getDrawable(R.drawable.monitoring_rec_inactive));
recordPlaceControl.setOnClickListener(new View.OnClickListener() {
@Override