Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function clean(cb) {
plugin.public + '/**',
'!' + plugin.public,
'!' + plugin.public + '/galette_maps.css',
'!' + plugin.public + '/galette_maps.js',
plugin.public + '/images/**',
'!' + plugin.public + '/images',
'!' + plugin.public + '/images/marker-galette.png',
Expand Down
Binary file modified lang/ar.utf8/LC_MESSAGES/maps.mo
Binary file not shown.
Binary file modified lang/de_DE.utf8/LC_MESSAGES/maps.mo
Binary file not shown.
Binary file modified lang/en_US/LC_MESSAGES/maps.mo
Binary file not shown.
Binary file modified lang/es.utf8/LC_MESSAGES/maps.mo
Binary file not shown.
Binary file modified lang/fr_FR.utf8/LC_MESSAGES/maps.mo
Binary file not shown.
Binary file modified lang/it_IT.utf8/LC_MESSAGES/maps.mo
Binary file not shown.
17 changes: 12 additions & 5 deletions lang/maps.pot
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ msgid ""
"database?"
msgstr ""

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/Controllers/MapsController.php:133
msgid "%member geographic position"
#, php-format
msgid "%1$s geographic position"
msgstr ""

#: ../lib/GaletteMaps/Controllers/MapsController.php:170
Expand Down Expand Up @@ -117,8 +119,10 @@ msgstr ""
msgid "Geolocalize"
msgstr ""

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/PluginGaletteMaps.php:154
msgid "Geolocalize %membername"
#, php-format
msgid "Geolocalize %1$s"
msgstr ""

#: ../templates/default/maps.html.twig:28
Expand Down Expand Up @@ -209,19 +213,22 @@ msgid "Choose your location"
msgstr ""

#: ../templates/default/mymap.html.twig:18
msgid "Choose %member location"
#, php-format
msgid "Choose %1$s location"
msgstr ""

#: ../templates/default/mymap.html.twig:23
msgid "Select your town."
msgstr ""

#: ../templates/default/mymap.html.twig:24
msgid "In the database, town is set to: '%town'"
#, php-format
msgid "In the database, town is set to: '%1$s'"
msgstr ""

#: ../templates/default/mymap.html.twig:80
msgid "You clicked at %p"
#, php-format
msgid "You clicked at %1$s"
msgstr ""

#: ../templates/default/mymap.html.twig:80 ../templates/default/mymap.html.twig:153
Expand Down
19 changes: 13 additions & 6 deletions lang/maps_ar.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ msgid ""
"database?"
msgstr ""

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/Controllers/MapsController.php:133
msgid "%member geographic position"
#, php-format
msgid "%1$s geographic position"
msgstr ""

#: ../lib/GaletteMaps/Controllers/MapsController.php:170
Expand Down Expand Up @@ -125,9 +127,11 @@ msgstr "موضعي"
msgid "Geolocalize"
msgstr "تحديد الموقع"

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/PluginGaletteMaps.php:154
msgid "Geolocalize %membername"
msgstr "تحديد موقع %membername"
#, php-format
msgid "Geolocalize %1$s"
msgstr "تحديد موقع %1$s"

#: ../tempcache/maps.html.twig:115
msgid "aka"
Expand Down Expand Up @@ -219,19 +223,22 @@ msgid "Choose your location"
msgstr "اختر موقعك"

#: ../tempcache/mymap.html.twig:79
msgid "Choose %member location"
#, php-format
msgid "Choose %1$s location"
msgstr ""

#: ../tempcache/mymap.html.twig:89
msgid "Select your town."
msgstr ""

#: ../tempcache/mymap.html.twig:93
msgid "In the database, town is set to: '%town'"
#, php-format
msgid "In the database, town is set to: '%1$s'"
msgstr ""

#: ../tempcache/mymap.html.twig:188
msgid "You clicked at %p"
#, php-format
msgid "You clicked at %1$s"
msgstr ""

#: ../tempcache/mymap.html.twig:191 ../tempcache/mymap.html.twig:312
Expand Down
17 changes: 12 additions & 5 deletions lang/maps_br.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ msgid ""
"database?"
msgstr ""

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/Controllers/MapsController.php:133
msgid "%member geographic position"
#, php-format
msgid "%1$s geographic position"
msgstr ""

#: ../lib/GaletteMaps/Controllers/MapsController.php:170
Expand Down Expand Up @@ -112,8 +114,10 @@ msgstr ""
msgid "Geolocalize"
msgstr ""

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/PluginGaletteMaps.php:154
msgid "Geolocalize %membername"
#, php-format
msgid "Geolocalize %1$s"
msgstr ""

#: ../tempcache/maps.html.twig:115
Expand Down Expand Up @@ -204,19 +208,22 @@ msgid "Choose your location"
msgstr ""

#: ../tempcache/mymap.html.twig:79
msgid "Choose %member location"
#, php-format
msgid "Choose %1$s location"
msgstr ""

#: ../tempcache/mymap.html.twig:89
msgid "Select your town."
msgstr ""

#: ../tempcache/mymap.html.twig:93
msgid "In the database, town is set to: '%town'"
#, php-format
msgid "In the database, town is set to: '%1$s'"
msgstr ""

#: ../tempcache/mymap.html.twig:188
msgid "You clicked at %p"
#, php-format
msgid "You clicked at %1$s"
msgstr ""

#: ../tempcache/mymap.html.twig:191 ../tempcache/mymap.html.twig:312
Expand Down
17 changes: 12 additions & 5 deletions lang/maps_ca.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ msgid ""
"database?"
msgstr ""

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/Controllers/MapsController.php:133
msgid "%member geographic position"
#, php-format
msgid "%1$s geographic position"
msgstr ""

#: ../lib/GaletteMaps/Controllers/MapsController.php:170
Expand Down Expand Up @@ -124,8 +126,10 @@ msgstr "La meva localització"
msgid "Geolocalize"
msgstr ""

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/PluginGaletteMaps.php:154
msgid "Geolocalize %membername"
#, php-format
msgid "Geolocalize %1$s"
msgstr ""

#: ../tempcache/maps.html.twig:115
Expand Down Expand Up @@ -216,19 +220,22 @@ msgid "Choose your location"
msgstr ""

#: ../tempcache/mymap.html.twig:79
msgid "Choose %member location"
#, php-format
msgid "Choose %1$s location"
msgstr ""

#: ../tempcache/mymap.html.twig:89
msgid "Select your town."
msgstr ""

#: ../tempcache/mymap.html.twig:93
msgid "In the database, town is set to: '%town'"
#, php-format
msgid "In the database, town is set to: '%1$s'"
msgstr ""

#: ../tempcache/mymap.html.twig:188
msgid "You clicked at %p"
#, php-format
msgid "You clicked at %1$s"
msgstr ""

#: ../tempcache/mymap.html.twig:191 ../tempcache/mymap.html.twig:312
Expand Down
27 changes: 17 additions & 10 deletions lang/maps_de_DE.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ msgstr ""
"Die Koordinaten konnten nicht geladen werden, vielleicht existieren die "
"Plugin-Tabellen in der Datenbank noch nicht?"

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/Controllers/MapsController.php:133
msgid "%member geographic position"
msgstr "%member geographische Position"
#, php-format
msgid "%1$s geographic position"
msgstr "%1$s geographische Position"

#: ../lib/GaletteMaps/Controllers/MapsController.php:170
#: ../lib/GaletteMaps/PluginGaletteMaps.php:60
Expand Down Expand Up @@ -130,9 +132,11 @@ msgstr "Meine Lokalisierung"
msgid "Geolocalize"
msgstr "Geolokalisieren"

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/PluginGaletteMaps.php:154
msgid "Geolocalize %membername"
msgstr "Geolokalisiere %membername"
#, php-format
msgid "Geolocalize %1$s"
msgstr "Geolokalisiere %1$s"

#: ../tempcache/maps.html.twig:115
msgid "aka"
Expand Down Expand Up @@ -224,20 +228,23 @@ msgid "Choose your location"
msgstr "Wähle deinen Standort"

#: ../tempcache/mymap.html.twig:79
msgid "Choose %member location"
msgstr "Wählen Sie %member Standort"
#, php-format
msgid "Choose %1$s location"
msgstr "Wählen Sie %1$s Standort"

#: ../tempcache/mymap.html.twig:89
msgid "Select your town."
msgstr "Wählen Sie Ihre Stadt aus."

#: ../tempcache/mymap.html.twig:93
msgid "In the database, town is set to: '%town'"
msgstr "In der Datenbank ist Stadt auf: '%town' eingestellt"
#, php-format
msgid "In the database, town is set to: '%1$s'"
msgstr "In der Datenbank ist Stadt auf: '%1$s' eingestellt"

#: ../tempcache/mymap.html.twig:188
msgid "You clicked at %p"
msgstr "Sie haben auf %p geklickt"
#, php-format
msgid "You clicked at %1$s"
msgstr "Sie haben auf %1$s geklickt"

#: ../tempcache/mymap.html.twig:191 ../tempcache/mymap.html.twig:312
#: ../tempcache/mymap.html.twig:341
Expand Down
27 changes: 17 additions & 10 deletions lang/maps_en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ msgstr ""
"Coordinates has not been loaded. Maybe plugin tables does not exists in the "
"database?"

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/Controllers/MapsController.php:133
msgid "%member geographic position"
msgstr "%member geographic position"
#, php-format
msgid "%1$s geographic position"
msgstr "%1$s geographic position"

#: ../lib/GaletteMaps/Controllers/MapsController.php:170
#: ../lib/GaletteMaps/PluginGaletteMaps.php:60
Expand Down Expand Up @@ -119,9 +121,11 @@ msgstr "My localization"
msgid "Geolocalize"
msgstr "Geolocalize"

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/PluginGaletteMaps.php:154
msgid "Geolocalize %membername"
msgstr "Geolocalize %membername"
#, php-format
msgid "Geolocalize %1$s"
msgstr "Geolocalize %1$s"

#: ../templates/default/maps.html.twig:28
msgid "aka"
Expand Down Expand Up @@ -215,20 +219,23 @@ msgid "Choose your location"
msgstr "Choose your location"

#: ../templates/default/mymap.html.twig:18
msgid "Choose %member location"
msgstr "Choose %member location"
#, php-format
msgid "Choose %1$s location"
msgstr "Choose %1$s location"

#: ../templates/default/mymap.html.twig:23
msgid "Select your town."
msgstr "Select your town."

#: ../templates/default/mymap.html.twig:24
msgid "In the database, town is set to: '%town'"
msgstr "In the database, town is set to: '%town'"
#, php-format
msgid "In the database, town is set to: '%1$s'"
msgstr "In the database, town is set to: '%1$s'"

#: ../templates/default/mymap.html.twig:80
msgid "You clicked at %p"
msgstr "You clicked at %p"
#, php-format
msgid "You clicked at %1$s"
msgstr "You clicked at %1$s"

#: ../templates/default/mymap.html.twig:80
#: ../templates/default/mymap.html.twig:153
Expand Down
27 changes: 17 additions & 10 deletions lang/maps_es.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ msgstr ""
"No se han cargado las coordenadas. ¿Quizá las tablas del complemento no "
"existen en la base de datos?"

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/Controllers/MapsController.php:133
msgid "%member geographic position"
msgstr "Posición geográfica de %member"
#, php-format
msgid "%1$s geographic position"
msgstr "Posición geográfica de %1$s"

#: ../lib/GaletteMaps/Controllers/MapsController.php:170
#: ../lib/GaletteMaps/PluginGaletteMaps.php:60
Expand Down Expand Up @@ -131,9 +133,11 @@ msgstr "Mi localización"
msgid "Geolocalize"
msgstr "Geolocalizar"

#. TRANS: parameter is the member name
#: ../lib/GaletteMaps/PluginGaletteMaps.php:154
msgid "Geolocalize %membername"
msgstr "Geolocalizar %membername"
#, php-format
msgid "Geolocalize %1$s"
msgstr "Geolocalizar %1$s"

#: ../tempcache/maps.html.twig:115
msgid "aka"
Expand Down Expand Up @@ -223,20 +227,23 @@ msgid "Choose your location"
msgstr "Escoge tu ubicación"

#: ../tempcache/mymap.html.twig:79
msgid "Choose %member location"
msgstr "Escoge la ubicación de %member"
#, php-format
msgid "Choose %1$s location"
msgstr "Escoge la ubicación de %1$s"

#: ../tempcache/mymap.html.twig:89
msgid "Select your town."
msgstr "Escoge tu población."

#: ../tempcache/mymap.html.twig:93
msgid "In the database, town is set to: '%town'"
msgstr "En la base de datos, la población está indicada como: '%town'"
#, php-format
msgid "In the database, town is set to: '%1$s'"
msgstr "En la base de datos, la población está indicada como: '%1$s'"

#: ../tempcache/mymap.html.twig:188
msgid "You clicked at %p"
msgstr "Has pulsado en %p"
#, php-format
msgid "You clicked at %1$s"
msgstr "Has pulsado en %1$s"

#: ../tempcache/mymap.html.twig:191 ../tempcache/mymap.html.twig:312
#: ../tempcache/mymap.html.twig:341
Expand Down
Loading
Loading