some translations that were missing or needed in future
and the currency-menu was broken
This commit is contained in:
parent
8dc836f91d
commit
a20703f35b
5 changed files with 69 additions and 14 deletions
|
|
@ -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",
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
};
|
||||
|
|
|
|||
|
|
@ -608,7 +608,7 @@ var mn_achievements = [
|
|||
[131,"Social"],
|
||||
[21,"Jugador contra Jugador",,[[152,"Arenas puntuadas"],[153,"Campos de batalla"],[154,"Mundo"]]]
|
||||
]]
|
||||
];
var mn_holidays = [
[1,"Vacacionales","?events=1"],
[2,"Periódicos","?events=2"],
[3,"Jugador contra Jugador","?events=3"]
];
var mn_currencies = [
[22,"Mazmorra y banda"],
[1,"Miscelánea"],
[2,"Jugador contra Jugador"]
|
||||
];
var mn_holidays = [
[1,"Vacacionales","?events=1"],
[2,"Periódicos","?events=2"],
[3,"Jugador contra Jugador","?events=3"]
];
var mn_currencies = [
[22,"Mazmorra y banda","?currencies=22"],
[1,"Miscelánea","?currencies=1"],
[2,"Jugador contra Jugador","?currencies=2"]
|
||||
];
var mn_talentCalc = [
|
||||
[6,"Caballero de la muerte","?talent#j",,{className:"c6",tinyIcon:"class_deathknight"}],
|
||||
[11,"Druida","?talent#0",,{className:"c11",tinyIcon:"class_druid"}],
|
||||
|
|
@ -1923,6 +1923,16 @@ var g_holiday_categories = {
|
|||
3:"Jugador contra Jugador",
|
||||
0:"Sin categoría"
|
||||
};
|
||||
var g_currency_categories = {
|
||||
"1":"Miscel\u00e1nea",
|
||||
"2":"Jugador contra Jugador",
|
||||
"3":"No las uso",
|
||||
"4":"Cl\u00e1sico",
|
||||
"21":"Wrath of the Lich King",
|
||||
"22":"Mazmorra y banda",
|
||||
"23":"Burning Crusade",
|
||||
"41":"Prueba"
|
||||
};
|
||||
var g_user_roles = {
|
||||
1:"Probador",
|
||||
2:"Administrador",
|
||||
|
|
@ -2384,6 +2394,7 @@ var LANG = {and:" y ",
|
|||
tab_createdby:"Creado por",
|
||||
tab_criteriaof:"Necesario para",
|
||||
tab_currencyfor:"Moneda para",
|
||||
tab_currencies:"Monedas",
|
||||
tab_disenchantedfrom:"Desencantado de",
|
||||
tab_disenchanting:"Desencantar",
|
||||
tab_droppedby:"Tirado por",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue