hacked "rel"-parameter into the language-menu

it should now show the tooltip for the current page again, in every language availabele

- forgot to move a string inside the french localization
- added missing strings to spanish, french and russian localization. Fixes an jsError in the Browsers console.
This commit is contained in:
Sarjuuk 2012-12-27 22:50:39 +01:00
parent 19d08d1d18
commit 6ab86caff2
6 changed files with 35 additions and 22 deletions

View file

@ -53,7 +53,6 @@ $lang = array(
'serversideHint' => "[These informations are not in the Client and have been provided by sniffing and/or guessing.]",
),
'game' => array (
'remaining' => "%s restantes",
'requires' => "Requiert",
'cooldown' => "%s de recharge",
'classes' => "Classes",
@ -146,6 +145,7 @@ $lang = array(
'zonePartOf' => "Cette zone fait partie de la zone",
),
'spell' => array(
'remaining' => "%s restantes",
'castIn' => "%s s d'incantation",
'instantPhys' => "Incantation immédiate",
'instantMagic' => "Instantanée",