string cleanup (7)

This commit is contained in:
sonora 2017-01-08 09:13:20 +01:00
parent 03361df1a9
commit dffb53faa1
8 changed files with 8 additions and 8 deletions

View file

@ -2615,6 +2615,6 @@ Si aprecieu OsmAnd i OSM i voleu ajudar-los, és la via perfecta per fer-ho."</
<string name="quick_action_map_source_dscr">Si premeu el botó de l\'acció canviarà l\'origen del mapa seguint la llista.</string>
<string name="quick_action_map_source_action">Afegeix origen del mapa</string>
<string name="quick_action_map_source_switch">L\'origen del mapa s\'ha canviat al de \"%s\".</string>
<string name="quck_action_btn_tutorial_title">Modifica la posició del botó</string>
<string name="quick_action_btn_tutorial_title">Modifica la posició del botó</string>
<string name="quick_action_btn_tutorial_description">Premeu el botó sense deixar-lo i arrossegueu per la pantalla per canviar-li la posició</string>
</resources>

View file

@ -2822,6 +2822,6 @@ Hvis du ønsker at støtte OsmAnd og OSM, er dette en god måde at gøre det p
<string name="quick_action_map_source_dscr">Klik på handlings-knappen skifter kortkilde fra listerækkefølgen.</string>
<string name="quick_action_map_source_action">Tilføj kilde</string>
<string name="quick_action_map_source_switch">Kortkilde er blevet ændret til \"%s\".</string>
<string name="quck_action_btn_tutorial_title">Ændre knap placering</string>
<string name="quick_action_btn_tutorial_title">Ændre knap placering</string>
<string name="quick_action_btn_tutorial_description">Langt klik og træk knappen på skærmen for at ændre placering</string>
</resources>

View file

@ -2589,6 +2589,6 @@ Si necesitas ayuda con la aplicación OsmAnd, contacte con nuestro equipo de sop
<string name="quick_action_map_source_dscr">Pulsando el botón de acción, aparecerá la lista de fuentes del mapa.</string>
<string name="quick_action_map_source_action">Añadir fuente del mapa</string>
<string name="quick_action_map_source_switch">La fuente del mapa se cambió a \"%s\".</string>
<string name="quck_action_btn_tutorial_title">Cambiar ubicación del botón</string>
<string name="quick_action_btn_tutorial_title">Cambiar ubicación del botón</string>
<string name="quick_action_btn_tutorial_description">Mantener pulsado y arrastrar el botón para mover la ubicación en la pantalla</string>
</resources>

View file

@ -2588,6 +2588,6 @@ Si amas a OsmAnd, OSM y quieres apoyarlos, esta es una perfecta manera de hacerl
<string name="quick_action_map_source_dscr">Pulsando el botón de acción, aparecerá la lista de fuentes del mapa.</string>
<string name="quick_action_map_source_action">Añadir fuente del mapa</string>
<string name="quick_action_map_source_switch">La fuente del mapa se cambió a \"%s\".</string>
<string name="quck_action_btn_tutorial_title">Cambiar ubicación del botón</string>
<string name="quick_action_btn_tutorial_title">Cambiar ubicación del botón</string>
<string name="quick_action_btn_tutorial_description">Mantener pulsado y arrastrar el botón para mover la ubicación en la pantalla</string>
</resources>

View file

@ -2551,5 +2551,5 @@ Si vous appréciez OsmAnd et OSM et que vous souhaitez soutenir ces projets, c\'
<string name="quick_action_map_source_title">Sources de cartes</string>
<string name="quick_action_map_source_action">Ajouter une source</string>
<string name="quick_action_map_source_switch">La source de carte a été modifié pour \"%s\".</string>
<string name="quck_action_btn_tutorial_title">Modifier la position du bouton</string>
<string name="quick_action_btn_tutorial_title">Modifier la position du bouton</string>
</resources>

View file

@ -2733,7 +2733,7 @@ Facebookhttps://www.facebook.com/osmandapp
<string name="quick_action_map_source_title">地圖來源</string>
<string name="quick_action_map_source_action">增加來源</string>
<string name="quick_action_map_source_switch">地圖來源已經被更改為 \"%s\"。</string>
<string name="quck_action_btn_tutorial_title">更改按鈕位置</string>
<string name="quick_action_btn_tutorial_title">更改按鈕位置</string>
<string name="quick_action_btn_tutorial_description">長按並拖動在螢幕上的按鈕改變位置</string>
<string name="quick_favorites_name_description">將欄位留空白OsmAnd 將使用地址或地點名稱為我的收藏標記</string>
</resources>

View file

@ -2541,6 +2541,6 @@ If you need help with OsmAnd application, please contact our support team: suppo
<string name="quick_action_map_source_dscr">Tapping the action button will page the map source through the list.</string>
<string name="quick_action_map_source_action">Add map source</string>
<string name="quick_action_map_source_switch">The map source has been changed to \"%s\".</string>
<string name="quck_action_btn_tutorial_title">Change button position</string>
<string name="quick_action_btn_tutorial_title">Change button position</string>
<string name="quick_action_btn_tutorial_description">Long tap and drag the button to change its position on the screeen</string>
</resources>

View file

@ -115,7 +115,7 @@ public class MapQuickActionLayer extends OsmandMapLayer implements QuickActionRe
private boolean showTutorialIfNeeded() {
if (isLayerOn && !settings.IS_QUICK_ACTION_TUTORIAL_SHOWN.get()) {
TapTargetView.showFor(mapActivity, // `this` is an Activity
TapTarget.forView(quickActionButton, mapActivity.getString(R.string.quck_action_btn_tutorial_title), mapActivity.getString(R.string.quick_action_btn_tutorial_description))
TapTarget.forView(quickActionButton, mapActivity.getString(R.string.quick_action_btn_tutorial_title), mapActivity.getString(R.string.quick_action_btn_tutorial_description))
// All options below are optional
.outerCircleColor(R.color.osmand_orange) // Specify a color for the outer circle
.targetCircleColor(R.color.color_white) // Specify a color for the target circle