summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJoseph Herlant <herlantj@gmail.com>2018-05-25 22:07:07 -0700
committerJoseph Herlant <aerostitch@users.noreply.github.com>2018-05-25 22:17:50 -0700
commit41a1264cdd43a11695de85eab0bd3c941abf2b70 (patch)
tree3da1ef3bebc674807258ae824ff9156a64adf370 /po
parent8a76acb966f7059caf9d72c853175bd923b1e9d7 (diff)
downloadnavit-41a1264cdd43a11695de85eab0bd3c941abf2b70.tar.gz
cleanup:cmake:remove trailing spaces
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt6
-rw-r--r--po/af.po.in6
-rw-r--r--po/ar.po.in6
-rw-r--r--po/ast.po.in6
-rw-r--r--po/be.po.in6
-rw-r--r--po/bg.po.in6
-rw-r--r--po/bs.po.in6
-rw-r--r--po/ca.po.in6
-rw-r--r--po/ckb.po.in6
-rw-r--r--po/cs.po.in6
-rw-r--r--po/cy.po.in6
-rw-r--r--po/da.po.in6
-rw-r--r--po/de.po.in6
-rw-r--r--po/de_CH.po.in6
-rw-r--r--po/el.po.in6
-rw-r--r--po/en_AU.po.in6
-rw-r--r--po/en_CA.po.in6
-rw-r--r--po/en_GB.po.in6
-rw-r--r--po/eo.po.in6
-rw-r--r--po/es.po.in6
-rw-r--r--po/et.po.in6
-rw-r--r--po/eu.po.in6
-rw-r--r--po/fa.po.in6
-rw-r--r--po/fi.po.in6
-rw-r--r--po/fil.po.in6
-rw-r--r--po/fo.po.in6
-rw-r--r--po/fr.po.in6
-rw-r--r--po/fr_CH.po.in6
-rw-r--r--po/fy.po.in6
-rw-r--r--po/gl.po.in6
-rw-r--r--po/he.po.in6
-rw-r--r--po/hi.po.in6
-rw-r--r--po/hr.po.in6
-rw-r--r--po/hu.po.in6
-rw-r--r--po/id.po.in6
-rw-r--r--po/it.po.in6
-rw-r--r--po/ja.po.in6
-rw-r--r--po/jv.po.in6
-rw-r--r--po/kk.po.in6
-rw-r--r--po/kn.po.in6
-rw-r--r--po/ko.po.in6
-rw-r--r--po/ku.po.in6
-rw-r--r--po/lb.po.in6
-rw-r--r--po/lt.po.in6
-rw-r--r--po/lv.po.in6
-rw-r--r--po/mk.po.in6
-rw-r--r--po/ml.po.in6
-rw-r--r--po/mn.po.in6
-rw-r--r--po/mr.po.in6
-rw-r--r--po/nb.po.in6
-rw-r--r--po/nds.po.in6
-rw-r--r--po/nl.po.in6
-rw-r--r--po/nn.po.in6
-rw-r--r--po/pl.po.in6
-rw-r--r--po/pms.po.in6
-rw-r--r--po/pt.po.in6
-rw-r--r--po/pt_BR.po.in6
-rw-r--r--po/ro.po.in6
-rw-r--r--po/ru.po.in6
-rw-r--r--po/sc.po.in6
-rw-r--r--po/si.po.in6
-rw-r--r--po/sk.po.in6
-rw-r--r--po/sl.po.in6
-rw-r--r--po/sq.po.in6
-rw-r--r--po/sr.po.in6
-rw-r--r--po/sv.po.in6
-rw-r--r--po/sw.po.in6
-rw-r--r--po/ta.po.in6
-rw-r--r--po/te.po.in6
-rw-r--r--po/th.po.in6
-rw-r--r--po/tr.po.in6
-rw-r--r--po/uk.po.in6
-rw-r--r--po/ur.po.in6
-rw-r--r--po/vi.po.in6
-rw-r--r--po/zh_CN.po.in6
-rw-r--r--po/zh_HK.po.in6
-rw-r--r--po/zh_TW.po.in6
77 files changed, 231 insertions, 231 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index f0b55ce3b..b907e17d9 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -52,7 +52,7 @@ ADD_CUSTOM_COMMAND(
COMMAND ${XGETTEXT} --no-location --default-domain=navit_tmp --add-comments --keyword=_ --keyword=_n --keyword=navit_nls_gettext --keyword=navit_nls_ngettext:1,2 ${POTFILES}
COMMAND ${CMAKE_COMMAND} -DMATCHES="CHARSET" -DREPLACE="utf-8"
-DSRC=${CMAKE_CURRENT_BINARY_DIR}/navit_tmp.po -DDST=${CMAKE_CURRENT_BINARY_DIR}/navit.pot
- -P ${PROJECT_SOURCE_DIR}/cmake/replace.cmake
+ -P ${PROJECT_SOURCE_DIR}/cmake/replace.cmake
)
FILE(GLOB POIN_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.po.in")
@@ -73,8 +73,8 @@ foreach (LANG ${LANGUAGES})
ADD_CUSTOM_COMMAND(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${LANG}.mo
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${LANG}.po
- COMMAND ${GETTEXT_MSGFMT_EXECUTABLE} --check --verbose --statistics --output-file="${CMAKE_CURRENT_BINARY_DIR}/${LANG}.mo" "${CMAKE_CURRENT_BINARY_DIR}/${LANG}.po"
- COMMAND ${CMAKE_COMMAND} -E make_directory "${PROJECT_BINARY_DIR}/locale/${LANG}/LC_MESSAGES"
+ COMMAND ${GETTEXT_MSGFMT_EXECUTABLE} --check --verbose --statistics --output-file="${CMAKE_CURRENT_BINARY_DIR}/${LANG}.mo" "${CMAKE_CURRENT_BINARY_DIR}/${LANG}.po"
+ COMMAND ${CMAKE_COMMAND} -E make_directory "${PROJECT_BINARY_DIR}/locale/${LANG}/LC_MESSAGES"
COMMAND ${CMAKE_COMMAND} -E copy_if_different "${CMAKE_CURRENT_BINARY_DIR}/${LANG}.mo" "${PROJECT_BINARY_DIR}/locale/${LANG}/LC_MESSAGES/navit.mo"
)
SET(MOFILES ${CMAKE_CURRENT_BINARY_DIR}/${LANG}.mo ${MOFILES})
diff --git a/po/af.po.in b/po/af.po.in
index 9e8ed0ff7..f966374b3 100644
--- a/po/af.po.in
+++ b/po/af.po.in
@@ -357,7 +357,7 @@ msgstr "Draai om %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1929,10 +1929,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ar.po.in b/po/ar.po.in
index 8768d21f6..3a8af7491 100644
--- a/po/ar.po.in
+++ b/po/ar.po.in
@@ -373,7 +373,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "اتبع"
@@ -1954,10 +1954,10 @@ msgstr "نقاط المراحل"
msgid "Enter Coordinates"
msgstr "أدخل الإحداثيات"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ast.po.in b/po/ast.po.in
index 1a8c7d738..57704bb4b 100644
--- a/po/ast.po.in
+++ b/po/ast.po.in
@@ -351,7 +351,7 @@ msgstr "De la vuelta %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "siga"
@@ -1923,10 +1923,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/be.po.in b/po/be.po.in
index 71326297c..d8b680519 100644
--- a/po/be.po.in
+++ b/po/be.po.in
@@ -354,7 +354,7 @@ msgstr "Развярніцеся %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1926,10 +1926,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/bg.po.in b/po/bg.po.in
index c744854d0..8cba7b8d2 100644
--- a/po/bg.po.in
+++ b/po/bg.po.in
@@ -355,7 +355,7 @@ msgstr "Обърнете %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1927,10 +1927,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/bs.po.in b/po/bs.po.in
index 5ee1a68f7..2e9a96061 100644
--- a/po/bs.po.in
+++ b/po/bs.po.in
@@ -355,7 +355,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1927,10 +1927,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ca.po.in b/po/ca.po.in
index 0bbb0c966..d4b7111f8 100644
--- a/po/ca.po.in
+++ b/po/ca.po.in
@@ -362,7 +362,7 @@ msgstr "Doneu mitja volta %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "seguiu"
@@ -1934,10 +1934,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ckb.po.in b/po/ckb.po.in
index 258d101cc..549d8f26e 100644
--- a/po/ckb.po.in
+++ b/po/ckb.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/cs.po.in b/po/cs.po.in
index 1705aa79e..4b6a3ae95 100644
--- a/po/cs.po.in
+++ b/po/cs.po.in
@@ -372,7 +372,7 @@ msgstr "Otočte se %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "následujte"
@@ -2055,10 +2055,10 @@ msgstr "Body trasy"
msgid "Enter Coordinates"
msgstr "Zadejte souřadnice"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/cy.po.in b/po/cy.po.in
index 92251c27c..db524f7f2 100644
--- a/po/cy.po.in
+++ b/po/cy.po.in
@@ -355,7 +355,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1927,10 +1927,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/da.po.in b/po/da.po.in
index 570b72a9c..e3c1d3c5b 100644
--- a/po/da.po.in
+++ b/po/da.po.in
@@ -361,7 +361,7 @@ msgstr "Vend om %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "følg"
@@ -1933,10 +1933,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/de.po.in b/po/de.po.in
index a01949d76..16fa0717b 100644
--- a/po/de.po.in
+++ b/po/de.po.in
@@ -382,7 +382,7 @@ msgstr "Wenden Sie %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "folgen"
@@ -1977,10 +1977,10 @@ msgstr "Wegpunkte"
msgid "Enter Coordinates"
msgstr "Koordinaten eingeben"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/de_CH.po.in b/po/de_CH.po.in
index 309047f4d..a31b5840b 100644
--- a/po/de_CH.po.in
+++ b/po/de_CH.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/el.po.in b/po/el.po.in
index a1c63d17a..41b5e38f8 100644
--- a/po/el.po.in
+++ b/po/el.po.in
@@ -357,7 +357,7 @@ msgstr "Κάνε αναστροφή %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1929,10 +1929,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/en_AU.po.in b/po/en_AU.po.in
index bf7d7a65d..b65529d3a 100644
--- a/po/en_AU.po.in
+++ b/po/en_AU.po.in
@@ -353,7 +353,7 @@ msgstr "Make a U-turn %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1926,10 +1926,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/en_CA.po.in b/po/en_CA.po.in
index b0ee764cd..93672159c 100644
--- a/po/en_CA.po.in
+++ b/po/en_CA.po.in
@@ -350,7 +350,7 @@ msgstr "Make a U-turn %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1923,10 +1923,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/en_GB.po.in b/po/en_GB.po.in
index 81ca21295..7cb179f3b 100644
--- a/po/en_GB.po.in
+++ b/po/en_GB.po.in
@@ -359,7 +359,7 @@ msgstr "Make a U-turn %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "follow"
@@ -1942,10 +1942,10 @@ msgstr "Waypoints"
msgid "Enter Coordinates"
msgstr "Enter Coordinates"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/eo.po.in b/po/eo.po.in
index 8ac6d2526..cc9826086 100644
--- a/po/eo.po.in
+++ b/po/eo.po.in
@@ -355,7 +355,7 @@ msgstr "Ĉirkaŭturnu %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "sekvu"
@@ -1927,10 +1927,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/es.po.in b/po/es.po.in
index fc43a6a87..18bb0af56 100644
--- a/po/es.po.in
+++ b/po/es.po.in
@@ -369,7 +369,7 @@ msgstr "Dé la vuelta %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "continúe"
@@ -1960,10 +1960,10 @@ msgstr "Puntos de paso"
msgid "Enter Coordinates"
msgstr "Introduzca coordenadas"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/et.po.in b/po/et.po.in
index 52fa1f929..6b81f10c3 100644
--- a/po/et.po.in
+++ b/po/et.po.in
@@ -355,7 +355,7 @@ msgstr "Pööra ümber %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1929,10 +1929,10 @@ msgstr "Teekonnapunktid"
msgid "Enter Coordinates"
msgstr "Sisesta koordinaadid"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/eu.po.in b/po/eu.po.in
index 71158c04b..7ecec298e 100644
--- a/po/eu.po.in
+++ b/po/eu.po.in
@@ -352,7 +352,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1924,10 +1924,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/fa.po.in b/po/fa.po.in
index 0492353c8..753087ba1 100644
--- a/po/fa.po.in
+++ b/po/fa.po.in
@@ -352,7 +352,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1924,10 +1924,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/fi.po.in b/po/fi.po.in
index d318c22ee..cdcc582f3 100644
--- a/po/fi.po.in
+++ b/po/fi.po.in
@@ -357,7 +357,7 @@ msgstr "Tee u-käännös %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1934,10 +1934,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/fil.po.in b/po/fil.po.in
index ccf4cb877..b3ba50fd8 100644
--- a/po/fil.po.in
+++ b/po/fil.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/fo.po.in b/po/fo.po.in
index 8c71ca69b..24c638b61 100644
--- a/po/fo.po.in
+++ b/po/fo.po.in
@@ -352,7 +352,7 @@ msgstr "Vend um %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1924,10 +1924,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/fr.po.in b/po/fr.po.in
index 0a561a1fe..60d708f76 100644
--- a/po/fr.po.in
+++ b/po/fr.po.in
@@ -378,7 +378,7 @@ msgstr "Faites demi-tour %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "suivre"
@@ -1971,10 +1971,10 @@ msgstr "Étapes"
msgid "Enter Coordinates"
msgstr "Saisissez les coordonnées"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/fr_CH.po.in b/po/fr_CH.po.in
index a32aa6ed6..e6db9a30c 100644
--- a/po/fr_CH.po.in
+++ b/po/fr_CH.po.in
@@ -355,7 +355,7 @@ msgstr "Faites demi-tour %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "suivez"
@@ -1927,10 +1927,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/fy.po.in b/po/fy.po.in
index 9f13fe11a..1667983ec 100644
--- a/po/fy.po.in
+++ b/po/fy.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/gl.po.in b/po/gl.po.in
index 75a724aa7..3d04375ea 100644
--- a/po/gl.po.in
+++ b/po/gl.po.in
@@ -354,7 +354,7 @@ msgstr "Dea a volta %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1926,10 +1926,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/he.po.in b/po/he.po.in
index 199ae7044..ba1954926 100644
--- a/po/he.po.in
+++ b/po/he.po.in
@@ -355,7 +355,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1927,10 +1927,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr "נא להזין נקודות ציון"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/hi.po.in b/po/hi.po.in
index 2e5fa87f3..7a7f7981e 100644
--- a/po/hi.po.in
+++ b/po/hi.po.in
@@ -352,7 +352,7 @@ msgstr "चारों ओर मोड़ %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1924,10 +1924,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/hr.po.in b/po/hr.po.in
index 3f4a63f55..3cc37c313 100644
--- a/po/hr.po.in
+++ b/po/hr.po.in
@@ -357,7 +357,7 @@ msgstr "Okrenite se %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1929,10 +1929,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/hu.po.in b/po/hu.po.in
index 6aa19c503..1b891c290 100644
--- a/po/hu.po.in
+++ b/po/hu.po.in
@@ -357,7 +357,7 @@ msgstr "Fordujon meg %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1941,10 +1941,10 @@ msgstr "Útvonalpontok"
msgid "Enter Coordinates"
msgstr "Koordináták megadása"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/id.po.in b/po/id.po.in
index 45c74dc0d..cb8395731 100644
--- a/po/id.po.in
+++ b/po/id.po.in
@@ -354,7 +354,7 @@ msgstr "Balik arah %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1926,10 +1926,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/it.po.in b/po/it.po.in
index b3073d7b1..562981647 100644
--- a/po/it.po.in
+++ b/po/it.po.in
@@ -367,7 +367,7 @@ msgstr "Invertire il senso di marcia %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "seguire"
@@ -1943,10 +1943,10 @@ msgstr "Waypoints"
msgid "Enter Coordinates"
msgstr "Inserire Coordinate"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ja.po.in b/po/ja.po.in
index 5761862d0..65d7ecb32 100644
--- a/po/ja.po.in
+++ b/po/ja.po.in
@@ -352,7 +352,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1924,10 +1924,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/jv.po.in b/po/jv.po.in
index 56ae5c2a2..4b98e6cdf 100644
--- a/po/jv.po.in
+++ b/po/jv.po.in
@@ -352,7 +352,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1924,10 +1924,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/kk.po.in b/po/kk.po.in
index 65f250701..ab5701b42 100644
--- a/po/kk.po.in
+++ b/po/kk.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/kn.po.in b/po/kn.po.in
index 6a2adc742..d063f7648 100644
--- a/po/kn.po.in
+++ b/po/kn.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ko.po.in b/po/ko.po.in
index f65870083..03703ef16 100644
--- a/po/ko.po.in
+++ b/po/ko.po.in
@@ -347,7 +347,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1919,10 +1919,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ku.po.in b/po/ku.po.in
index 8073de5d7..473aa44b0 100644
--- a/po/ku.po.in
+++ b/po/ku.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/lb.po.in b/po/lb.po.in
index 143cc2543..78a6c5437 100644
--- a/po/lb.po.in
+++ b/po/lb.po.in
@@ -350,7 +350,7 @@ msgstr "Dreinen %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/lt.po.in b/po/lt.po.in
index 626cb5bd4..207694d35 100644
--- a/po/lt.po.in
+++ b/po/lt.po.in
@@ -361,7 +361,7 @@ msgstr "Apsisukite %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "laikykitės kelio"
@@ -1935,10 +1935,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr "Įvėskite koordinates"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/lv.po.in b/po/lv.po.in
index d947bf182..3cbcc23b6 100644
--- a/po/lv.po.in
+++ b/po/lv.po.in
@@ -359,7 +359,7 @@ msgstr "Apgriezieties %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "turpiniet"
@@ -1933,10 +1933,10 @@ msgstr "Pieturpunkti"
msgid "Enter Coordinates"
msgstr "Ievadiet Koordinātes"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/mk.po.in b/po/mk.po.in
index 4e5f164f1..d5e9ed1a4 100644
--- a/po/mk.po.in
+++ b/po/mk.po.in
@@ -355,7 +355,7 @@ msgstr "Свртете %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1930,10 +1930,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ml.po.in b/po/ml.po.in
index 27320e951..1e70bc149 100644
--- a/po/ml.po.in
+++ b/po/ml.po.in
@@ -352,7 +352,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1925,10 +1925,10 @@ msgstr "വഴിത്തിരിവുകള്‍"
msgid "Enter Coordinates"
msgstr "കോഓര്‍ഡിനേറ്റുകള്‍ ചേര്‍ക്കുക"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/mn.po.in b/po/mn.po.in
index 8fa8def8e..e95f1d2fd 100644
--- a/po/mn.po.in
+++ b/po/mn.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/mr.po.in b/po/mr.po.in
index 9fca9a747..a2dcc1df2 100644
--- a/po/mr.po.in
+++ b/po/mr.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/nb.po.in b/po/nb.po.in
index 7537c06b0..f3d660bbd 100644
--- a/po/nb.po.in
+++ b/po/nb.po.in
@@ -359,7 +359,7 @@ msgstr "Snu %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "følg"
@@ -1931,10 +1931,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/nds.po.in b/po/nds.po.in
index 4d6ea6993..c45dc2152 100644
--- a/po/nds.po.in
+++ b/po/nds.po.in
@@ -359,7 +359,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1931,10 +1931,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/nl.po.in b/po/nl.po.in
index 9a4470d27..353b12e44 100644
--- a/po/nl.po.in
+++ b/po/nl.po.in
@@ -368,7 +368,7 @@ msgstr "%1$s rechtsomkeren"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "volg"
@@ -2055,10 +2055,10 @@ msgstr "route punten"
msgid "Enter Coordinates"
msgstr "voer coordinaten in"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/nn.po.in b/po/nn.po.in
index 8c0a2514d..a069fb307 100644
--- a/po/nn.po.in
+++ b/po/nn.po.in
@@ -353,7 +353,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1925,10 +1925,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/pl.po.in b/po/pl.po.in
index e6d950141..b88aa8842 100644
--- a/po/pl.po.in
+++ b/po/pl.po.in
@@ -369,7 +369,7 @@ msgstr "Zawróc %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1943,10 +1943,10 @@ msgstr "Punkty trasy"
msgid "Enter Coordinates"
msgstr "Wprowadź współrzędne"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/pms.po.in b/po/pms.po.in
index 971d5381b..967002ea9 100644
--- a/po/pms.po.in
+++ b/po/pms.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/pt.po.in b/po/pt.po.in
index 58f2a7302..99ea00ef8 100644
--- a/po/pt.po.in
+++ b/po/pt.po.in
@@ -364,7 +364,7 @@ msgstr "Dê meia-volta à direita %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "siga"
@@ -1948,10 +1948,10 @@ msgstr "Pontos"
msgid "Enter Coordinates"
msgstr "Introduzir coordenadas"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/pt_BR.po.in b/po/pt_BR.po.in
index 7248d436d..348bd0725 100644
--- a/po/pt_BR.po.in
+++ b/po/pt_BR.po.in
@@ -367,7 +367,7 @@ msgstr "Faça o retorno a direita %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "siga por"
@@ -1952,10 +1952,10 @@ msgstr "Pontos da via"
msgid "Enter Coordinates"
msgstr "Digite as coordenadas"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ro.po.in b/po/ro.po.in
index af94e5c83..ad18c4e34 100644
--- a/po/ro.po.in
+++ b/po/ro.po.in
@@ -363,7 +363,7 @@ msgstr "Întoarceţi %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1935,10 +1935,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ru.po.in b/po/ru.po.in
index 2e140b8f2..224da3412 100644
--- a/po/ru.po.in
+++ b/po/ru.po.in
@@ -377,7 +377,7 @@ msgstr "%1$s разворот направо"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "следуйте"
@@ -1951,10 +1951,10 @@ msgstr "Маршрутные точки"
msgid "Enter Coordinates"
msgstr "Введите координаты"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/sc.po.in b/po/sc.po.in
index 12a7f7477..c3362c962 100644
--- a/po/sc.po.in
+++ b/po/sc.po.in
@@ -351,7 +351,7 @@ msgstr "Torra in daesecusu %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "sichi"
@@ -1923,10 +1923,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/si.po.in b/po/si.po.in
index 32a6d1db1..d7bf212ac 100644
--- a/po/si.po.in
+++ b/po/si.po.in
@@ -350,7 +350,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1922,10 +1922,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/sk.po.in b/po/sk.po.in
index e8a6be27d..4d0eb0ce1 100644
--- a/po/sk.po.in
+++ b/po/sk.po.in
@@ -362,7 +362,7 @@ msgstr "Otočte sa %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1937,10 +1937,10 @@ msgstr "Body trasy"
msgid "Enter Coordinates"
msgstr "Vložte súradnice"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/sl.po.in b/po/sl.po.in
index 803222366..bf1d34e09 100644
--- a/po/sl.po.in
+++ b/po/sl.po.in
@@ -359,7 +359,7 @@ msgstr "Obrnite čim %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1931,10 +1931,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/sq.po.in b/po/sq.po.in
index 1cb93ac25..a2ef1b237 100644
--- a/po/sq.po.in
+++ b/po/sq.po.in
@@ -349,7 +349,7 @@ msgstr "Bëni një U-kthim %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "ndiqni"
@@ -1921,10 +1921,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/sr.po.in b/po/sr.po.in
index 61b168660..fe3ef64dc 100644
--- a/po/sr.po.in
+++ b/po/sr.po.in
@@ -361,7 +361,7 @@ msgstr "Променити смер %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -2035,10 +2035,10 @@ msgstr "Пролазне тачке"
msgid "Enter Coordinates"
msgstr "Унесите координате"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/sv.po.in b/po/sv.po.in
index 752757fc6..0a294fb63 100644
--- a/po/sv.po.in
+++ b/po/sv.po.in
@@ -358,7 +358,7 @@ msgstr "Vänd %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "följ"
@@ -1930,10 +1930,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/sw.po.in b/po/sw.po.in
index 207f2a08f..b8e85634a 100644
--- a/po/sw.po.in
+++ b/po/sw.po.in
@@ -352,7 +352,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1924,10 +1924,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ta.po.in b/po/ta.po.in
index ff176435f..5e5f2112c 100644
--- a/po/ta.po.in
+++ b/po/ta.po.in
@@ -352,7 +352,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1924,10 +1924,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/te.po.in b/po/te.po.in
index 240168138..62a274a0e 100644
--- a/po/te.po.in
+++ b/po/te.po.in
@@ -352,7 +352,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1924,10 +1924,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/th.po.in b/po/th.po.in
index daf3a8093..407a360e4 100644
--- a/po/th.po.in
+++ b/po/th.po.in
@@ -349,7 +349,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1921,10 +1921,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/tr.po.in b/po/tr.po.in
index 19ad72810..c59d0cf25 100644
--- a/po/tr.po.in
+++ b/po/tr.po.in
@@ -362,7 +362,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "takip edin"
@@ -1944,10 +1944,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr "Koordinat Gir"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/uk.po.in b/po/uk.po.in
index 10422f902..83fe79e50 100644
--- a/po/uk.po.in
+++ b/po/uk.po.in
@@ -359,7 +359,7 @@ msgstr "То розверніться %1$s"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1931,10 +1931,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/ur.po.in b/po/ur.po.in
index cd9a0e884..78532dd3b 100644
--- a/po/ur.po.in
+++ b/po/ur.po.in
@@ -373,7 +373,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1926,10 +1926,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/vi.po.in b/po/vi.po.in
index 91f5dbcf0..085f8de54 100644
--- a/po/vi.po.in
+++ b/po/vi.po.in
@@ -351,7 +351,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1923,10 +1923,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/zh_CN.po.in b/po/zh_CN.po.in
index 27186f960..3445bb425 100644
--- a/po/zh_CN.po.in
+++ b/po/zh_CN.po.in
@@ -355,7 +355,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1927,10 +1927,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/zh_HK.po.in b/po/zh_HK.po.in
index 9fe382c65..3c17dc8f6 100644
--- a/po/zh_HK.po.in
+++ b/po/zh_HK.po.in
@@ -353,7 +353,7 @@ msgstr ""
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr ""
@@ -1925,10 +1925,10 @@ msgstr ""
msgid "Enter Coordinates"
msgstr ""
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"
diff --git a/po/zh_TW.po.in b/po/zh_TW.po.in
index 6511c9154..426155840 100644
--- a/po/zh_TW.po.in
+++ b/po/zh_TW.po.in
@@ -345,7 +345,7 @@ msgstr "%1$s 右迴轉"
#. *
#. * UNTESTED !
#. *
-#.
+#.
msgid "follow"
msgstr "沿著"
@@ -1924,10 +1924,10 @@ msgstr "航點"
msgid "Enter Coordinates"
msgstr "輸入座標"
-#.
+#.
#. w=gui_internal_box_new(this, gravity_left_top|orientation_vertical|flags_expand|flags_fill)
#. gui_internal_widget_append(wb, w)
-#.
+#.
#. we=gui_internal_box_new(this, gravity_left_center|orientation_horizontal|flags_fill)
#. gui_internal_widget_append(w, we)
msgid "Latitude Longitude"