some translations that were missing or needed in future

and the currency-menu was broken
This commit is contained in:
Sarjuuk
2013-03-04 21:42:02 +01:00
parent 8dc836f91d
commit a20703f35b
5 changed files with 69 additions and 14 deletions

View File

@@ -727,9 +727,9 @@ var mn_holidays = [
[3,"Spieler vs. Spieler","?events=3"]
];
var mn_currencies = [
[22,"Dungeon und Schlachtzug"],
[2,"Spieler gegen Spieler"],
[1,"Verschiedenes"]
[22,"Dungeon und Schlachtzug","?currencies=22"],
[2,"Spieler gegen Spieler","?currencies=2"],
[1,"Verschiedenes","?currencies=1"]
];
var mn_talentCalc = [
[6,"Todesritter","?talent#j",,{className:"c6",tinyIcon:"class_deathknight"}],
@@ -2046,6 +2046,16 @@ var g_holiday_categories = {
3:"Spieler vs. Spieler",
0:"Nicht kategorisiert"
};
var g_currency_categories = {
"1":"Verschiedenes",
"2":"Spieler gegen Spieler",
"3":"Unbenutzt",
"4":"Classic",
"21":"Wrath of the Lich King",
"22":"Dungeon und Schlachtzug",
"23":"Burning Crusade",
"41":"Test"
};
var g_user_roles = {
1:"Tester",
2:"Administrator",
@@ -2499,6 +2509,7 @@ var LANG = {
tab_createdby: "Erstellt durch",
tab_criteriaof: "Voraussetzung f\u00fcr",
tab_currencyfor: "W\u00e4hrung f\u00fcr",
tab_currencies: "Währungen",
tab_disenchantedfrom: "Entzaubert aus",
tab_disenchanting: "Entzaubern",
tab_droppedby: "Gedroppt von",
@@ -3178,5 +3189,6 @@ var LANG = {
tooltip_removefocus: "Fokus entfernen",
tooltip_gains: "Boni, die oberhalb der gemeinsamen<br />Grundwerte aller Spalten liegen.",
message_deleteitem: "$1 löschen?",
message_deletegroup: "Diese Gruppe löschen?"
message_deletegroup: "Diese Gruppe löschen?",
calculators: "Rechner",
};

View File

@@ -773,9 +773,9 @@ var mn_holidays = [
[3,"Player vs. Player","?events=3"]
];
var mn_currencies = [
[22,"Dungeon and Raid"],
[1,"Miscellaneous"],
[2,"Player vs. Player"]
[22,"Dungeon and Raid","?currencies=22"],
[1,"Miscellaneous","?currencies=1"],
[2,"Player vs. Player","?currencies=2"]
];
var mn_talentCalc = [
[6,"Death Knight","?talent#j",,{className:"c6",tinyIcon:"class_deathknight"}],
@@ -2091,6 +2091,16 @@ var g_holiday_categories = {
3:"Player vs. Player",
0:"Uncategorized"
};
var g_currency_categories = {
"1":"Miscellaneous",
"2":"Player vs. Player",
"3":"Unused",
"4":"Classic",
"21":"Wrath of the Lich King",
"22":"Dungeon and Raid",
"23":"Burning Crusade",
"41":"Test"
};
var g_user_roles = {
1:"Tester",
2:"Administrator",
@@ -2543,6 +2553,7 @@ var LANG = {
tab_createdby: "Created by",
tab_criteriaof: "Criteria of",
tab_currencyfor: "Currency for",
tab_currencies: "Currencies",
tab_disenchantedfrom: "Disenchanted from",
tab_disenchanting: "Disenchanting",
tab_droppedby: "Dropped by",
@@ -3222,5 +3233,6 @@ var LANG = {
tooltip_removefocus: "Remove focus",
tooltip_gains: "Bonuses you gain above the minimum<br />shared stats between all columns.",
message_deleteitem: "Delete $1?",
message_deletegroup: "Delete this group?"
message_deletegroup: "Delete this group?",
calculators: "Calculators"
};

View File

@@ -608,7 +608,7 @@ var mn_achievements = [
[,"Brujo"],
[761,"Guardia vil",,,{tinyIcon:"Spell_Shadow_SummonFelguard"}],
[189,"Manáfago",,,{tinyIcon:"Spell_Shadow_SummonFelhunter"}],
[188,"Diablillo",,,{tinyIcon:"Spell_Shadow_SummonImp"}],
[188,"Diablillo",,,{tinyIcon:"Spell_Shadow_SummonImp"}],
[205,"Súcubo",,,{tinyIcon:"Spell_Shadow_SummonSuccubus"}],
[204,"Abisario",,,{tinyIcon:"Spell_Shadow_SummonVoidwalker"}]
]],
@@ -1923,6 +1923,16 @@ var g_holiday_categories = {
};
var g_zone_territories = {
0:"Alianza",
1:"Horda",
2:"En disputa",
3:"Santuario",
4:"JcJ"
};
var g_faction_categories = {
"0":"Otros",
"469":"Alianza",
"936":"Ciudad de Shattrath",
"1118":"Cl\u00e1sicas",
"1117":"Cuenca de Sholazar",
"169":"C\u00e1rtel Bonvapor",
"1052":"Expedici\u00f3n de la Horda",
@@ -2384,6 +2394,7 @@ var LANG = {and:" y ",
message_entercurrpass:"Introduzca su contraseña actual.",
message_enteremailorpass:"¡Debes introducir tu nueva dirección de correo o contraseña!",
message_enteremail:"Introduzca su dirección de correo electrónico.",
message_enternewemail:"Introduzca su nueva dirección de correo electrónico.",
message_enternewpass:"Introduzca su nueva contraseña.",
message_enterpassword:"Introduzca su contraseña.",
message_enterusername:"Introduzca su nombre de usuario.",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long