Translation to dutch and joomlart google maps
Posted: 11 May 2016, 23:22
In the lines of the browsers, if i change and translate Adress to Uw adres and Get Route to (translate) Bereken uw route!
"From Address:" == $0
<input name="pmsubmitPlgPM1" type="submit" class="pm-input-route-btn btn" value="Get Route">
I tried this in the browser and change it:
"Uw adres:" == $0
<input name="pmsubmitPlgPM1" type="submit" class="pm-input-route-btn btn" value="Bereken uw route!"> then i see it in the browser correctly
Where can i translate this joomla. The rest of the plugin is in dutch. I installed the language pack nl-NL from this plugin. Front and back end are standing on dutch language
Also this plugin is not compatible with google maps from joomlart, that is position 3. If i does not select the routeplanner google maps joomlart position 3, it works correct and see the correct route
This lines: there must it be changed. that one will not translate from adress and get route
<div class="pmroute"><form class="form-inline" action="#" onsubmit="setPhocaDirPlgPM1(this.pmfromPlgPM1.value, this.pmtoPlgPM1.value); return false;">From Address: <input class="pm-input-route input" type="text" size="30" id="fromPMAddressPlgPM1" name="pmfromPlgPM1" value=""/><input name="pmtoPlgPM1" id="toPMAddressPlgPM1" type="hidden" value="51.62181709999999,4.225978199999986" /> <input name="pmsubmitPlgPM1" type="submit" class="pm-input-route-btn btn" value="Get Route" /></form></div><div id="phocaDirPlgPM1"><div id="phocaMapsPrintIconPlgPM1" style="display:none"></div></div><script type="text/javascript">//<![CDATA[
google.load("maps", "3", {other_params:"language=nl-NL"});
google.load("search", "1", {"language":"nl-NL"});
"From Address:" == $0
<input name="pmsubmitPlgPM1" type="submit" class="pm-input-route-btn btn" value="Get Route">
I tried this in the browser and change it:
"Uw adres:" == $0
<input name="pmsubmitPlgPM1" type="submit" class="pm-input-route-btn btn" value="Bereken uw route!"> then i see it in the browser correctly
Where can i translate this joomla. The rest of the plugin is in dutch. I installed the language pack nl-NL from this plugin. Front and back end are standing on dutch language
Also this plugin is not compatible with google maps from joomlart, that is position 3. If i does not select the routeplanner google maps joomlart position 3, it works correct and see the correct route
This lines: there must it be changed. that one will not translate from adress and get route
<div class="pmroute"><form class="form-inline" action="#" onsubmit="setPhocaDirPlgPM1(this.pmfromPlgPM1.value, this.pmtoPlgPM1.value); return false;">From Address: <input class="pm-input-route input" type="text" size="30" id="fromPMAddressPlgPM1" name="pmfromPlgPM1" value=""/><input name="pmtoPlgPM1" id="toPMAddressPlgPM1" type="hidden" value="51.62181709999999,4.225978199999986" /> <input name="pmsubmitPlgPM1" type="submit" class="pm-input-route-btn btn" value="Get Route" /></form></div><div id="phocaDirPlgPM1"><div id="phocaMapsPrintIconPlgPM1" style="display:none"></div></div><script type="text/javascript">//<![CDATA[
google.load("maps", "3", {other_params:"language=nl-NL"});
google.load("search", "1", {"language":"nl-NL"});