- added locales for powerTypes from GlobalStrings.lua

- fixed user-menu item /?account
This commit is contained in:
Sarjuuk
2015-04-02 16:37:23 +02:00
parent 27bc09f136
commit b71b5e8363
5 changed files with 13 additions and 12 deletions

View File

@@ -709,7 +709,7 @@ $lang = array(
), ),
'powerRunes' => ["Frost", "Unholy", "Blood", "Death"], 'powerRunes' => ["Frost", "Unholy", "Blood", "Death"],
'powerTypes' => array( 'powerTypes' => array(
-2 => "Health", -1 => null, "Mana", "Rage", "Focus", "Energy", "Happiness", "Rune", "Runic Power", -2 => "Health", -1 => null, "Mana", "Rage", "Focus", "Energy", "Happiness", "Runes", "Runic Power",
'AMMOSLOT' => "Ammo", 'STEAM' => "Steam Pressure", 'WRATH' => "Wrath", 'PYRITE' => "Pyrite", 'AMMOSLOT' => "Ammo", 'STEAM' => "Steam Pressure", 'WRATH' => "Wrath", 'PYRITE' => "Pyrite",
'HEAT' => "Heat", 'OOZE' => "Ooze", 'BLOOD_POWER' => "Blood Power" 'HEAT' => "Heat", 'OOZE' => "Ooze", 'BLOOD_POWER' => "Blood Power"
), ),

View File

@@ -712,10 +712,10 @@ $lang = array(
'dotSP' => "[+%.2f%% of spell power per tick]", 'dotAP' => "[+%.2f%% of attack power per tick]" 'dotSP' => "[+%.2f%% of spell power per tick]", 'dotAP' => "[+%.2f%% of attack power per tick]"
), ),
'powerRunes' => ["Escarcha", "Profano", "Sangre", "Muerte"], 'powerRunes' => ["Escarcha", "Profano", "Sangre", "Muerte"],
'powerTypes' => array( // heat => spell 70174 'powerTypes' => array(
-2 => "Salud", -1 => null, "Maná", "Ira", "Enfoque", "Energía", "[Happiness]", "Runa", "Poder rúnico", -2 => "Salud", -1 => null, "Maná", "Ira", "Enfoque", "Energía", "Felicidad", "Runa", "Poder rúnico",
'AMMOSLOT' => "[Ammo]", 'STEAM' => "[Steam Pressure]", 'WRATH' => "[Wrath]", 'PYRITE' => "[Pyrite]", 'AMMOSLOT' => "Munición", 'STEAM' => "Presión de vapor", 'WRATH' => "Cólera", 'PYRITE' => "Pirita",
'HEAT' => "[Heat]", 'OOZE' => "[Ooze]", 'BLOOD_POWER' => "[Blood Power]" // spellname of 72370 'HEAT' => "Calor", 'OOZE' => "Moco", 'BLOOD_POWER' => "Poder de sangre"
), ),
'relItems' => array( 'relItems' => array(
'base' => "<small>Muestra %s relacionados con <b>%s</b></small>", 'base' => "<small>Muestra %s relacionados con <b>%s</b></small>",

View File

@@ -711,9 +711,9 @@ $lang = array(
), ),
'powerRunes' => ["Givre", "Impie", "Sang", "Mort"], 'powerRunes' => ["Givre", "Impie", "Sang", "Mort"],
'powerTypes' => array( 'powerTypes' => array(
-2 => "vie", -1 => null, "mana", "rage", "focus", "énergie", "[Happiness]", "[Rune]", "puissance runique", -2 => "vie", -1 => null, "mana", "rage", "focus", "énergie", "Satisfaction", "Runes", "puissance runique",
'AMMOSLOT' => "[Ammo]", 'STEAM' => "[Steam Pressure]", 'WRATH' => "courroux", 'PYRITE' => "Pyrite", 'AMMOSLOT' => "Munitions", 'STEAM' => "Pression vapeur", 'WRATH' => "Courroux", 'PYRITE' => "Pyrite",
'HEAT' => "chaleur", 'OOZE' => "limon", 'BLOOD_POWER' => "puissance de sang" 'HEAT' => "Chaleur", 'OOZE' => "Limon", 'BLOOD_POWER' => "Puissance de sang"
), ),
'relItems' => array( 'relItems' => array(
'base' => "<small>Montre %s reliés à <b>%s</b></small>", 'base' => "<small>Montre %s reliés à <b>%s</b></small>",

View File

@@ -713,9 +713,9 @@ $lang = array(
), ),
'powerRunes' => ["Лед", "Руна льда", "Руна крови", "Смерти"], 'powerRunes' => ["Лед", "Руна льда", "Руна крови", "Смерти"],
'powerTypes' => array( 'powerTypes' => array(
-2 => "Здоровье", -1 => null, "Мана", "Ярость", "Тонус", "Энергия", "[Happiness]", "[Rune]", "Руническая сила", -2 => "Здоровье", -1 => null, "Мана", "Ярость", "Тонус", "Энергия", "Настроение", "Руны", "Руническая сила",
'AMMOSLOT' => "[Ammo]", 'STEAM' => "[Steam Pressure]", 'WRATH' => "Гневу", 'PYRITE' => "Колчедан", 'AMMOSLOT' => "Боеприпасы", 'STEAM' => "Давление пара", 'WRATH' => "Гнев", 'PYRITE' => "Колчедан",
'HEAT' => "Жар", 'OOZE' => "Слизнюка", 'BLOOD_POWER' => "Сила крови" 'HEAT' => "Жар", 'OOZE' => "Слизнюк", 'BLOOD_POWER' => "Сила крови"
), ),
'relItems' => array( 'relItems' => array(
'base' => "<small>Показать %s, относящиеся к профессии <b>%s</b></small>", 'base' => "<small>Показать %s, относящиеся к профессии <b>%s</b></small>",

View File

@@ -490,7 +490,8 @@ var PageTemplate = new function()
menu.push(userPage); menu.push(userPage);
// Settings // Settings
var settings = ['settings', LANG.settings, 'http://' + window.location.hostname + '?account', null, {icon: g_staticUrl + '/images/icons/cog.gif', checkedUrl: /account/i}]; // var settings = ['settings', LANG.settings, 'http://' + window.location.hostname + '?account', null, {icon: g_staticUrl + '/images/icons/cog.gif', checkedUrl: /account/i}];
var settings = ['settings', LANG.settings, '?account', null, {icon: g_staticUrl + '/images/icons/cog.gif', checkedUrl: /account/i}];
menu.push(settings); menu.push(settings);
// Reputation // Reputation