string cleanup (2)

This commit is contained in:
sonora 2017-01-08 08:23:40 +01:00
parent 12660f42ea
commit f0ca1b6914
8 changed files with 3 additions and 10 deletions

View file

@ -2618,7 +2618,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="quick_action_poi_add">Afegeix</string>
<string name="quck_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

@ -2825,7 +2825,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="quick_action_poi_add">Tilføj</string>
<string name="quck_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

@ -2592,7 +2592,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="quick_action_poi_add">Añadir</string>
<string name="quck_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

@ -2591,7 +2591,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="quick_action_poi_add">Añadir</string>
<string name="quck_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

@ -2554,6 +2554,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="quick_action_poi_add">Ajouter</string>
<string name="quck_action_btn_tutorial_title">Modifier la position du bouton</string>
</resources>

View file

@ -2736,8 +2736,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="quick_action_poi_add">增加</string>
<string name="quck_action_btn_tutorial_title">更改按鈕位置</string>
<string name="quick_action_btn_tutorial_description">長按並拖動在螢幕上的按鈕改變位置</string>
<string name="quick_favorites_name_description">將欄位留空白OsmAnd 將使用地址或地點名稱為我的收藏標記</string>
</resources>
<string name="quick_favorites_name_description">將欄位留空白OsmAnd 將使用地址或地點名稱為我的收藏標記</string>
</resources>

View file

@ -2544,7 +2544,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="quick_action_poi_add">Add</string>
<string name="quck_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

@ -1676,7 +1676,7 @@ public class QuickActionFactory {
poiTypeTextInputLayout.setHint(category.getTranslation());
}
String add = application.getString(R.string.quick_action_poi_add);
String add = application.getString(R.string.shared_string_add);
if (title != null) {