Piwigo / piwigo-openstreetmap

OpenStreetMap integration for Piwigo
http://piwigo.org/ext/extension_view.php?eid=701
GNU General Public License v3.0
35 stars 35 forks source link

Missing some translation #31

Closed GnunuX closed 8 years ago

GnunuX commented 10 years ago

Some string are hard coded like: 'Generated by OSM plugin' "OSM virtual album\nlat:".$_GET['min_lat']." ".$_GET['max_lat']."\nlng:".$_GET['min_lng']." ".$_GET['max_lng'], Show items of this screen Mouse over a cluster to see the bounds of its children and click a cluster to zoom to those bounds

GnunuX commented 10 years ago

In template/osm-map.tpl this line too: document.getElementById("nb_showall").innerHTML = nb_items +' items';

xbgmsharp commented 10 years ago

The first one is the description of the album. Not sure it does make sense to translate it. The second one, is indeed hard coded.

xbgmsharp commented 8 years ago

Implemented closing