mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Implement Titles
and while doing so... - decrypted listview.templates - achievemnts, quests, titles - removed ancient hacks for Opera from JS wich prevented capturing of some Key/Mouse-Events in Opera Pease note, that the CharTitles.dbc alone doesn't provide enough data to generate these pages. The script to generate ?_titles and ?_sourceStrings will be provided soon [TM]
This commit is contained in:
@@ -1710,7 +1710,7 @@ Summary.prototype = {
|
||||
this.searchName = ce("input");
|
||||
this.searchName.type = "text";
|
||||
aE(this.searchName, "keyup", this.onSearchKeyUp.bind(this));
|
||||
aE(this.searchName, Browser.opera ? "keypress": "keydown", this.onSearchKeyDown.bind(this));
|
||||
aE(this.searchName, "keydown", this.onSearchKeyDown.bind(this));
|
||||
ae(d, this.searchName);
|
||||
this.searchMsg = ce("span");
|
||||
this.searchMsg.style.fontWeight = "bold";
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2083,7 +2083,7 @@ var LANG = {
|
||||
comma: ", ",
|
||||
ellipsis: "…",
|
||||
dash: " \u2013 ",
|
||||
hyphen: "-",
|
||||
hyphen: " - ",
|
||||
colon: ": ",
|
||||
qty: " ($1)",
|
||||
date:"Datum",
|
||||
@@ -2113,7 +2113,8 @@ var LANG = {
|
||||
exp: "Erf.",
|
||||
faction: "Fraktion",
|
||||
gains: "Belohnungen",
|
||||
gems: "Edelsteine",
|
||||
gender: "Geschlecht",
|
||||
gems: "Edelsteine",
|
||||
gearscore: "Ausr\u00fcstung",
|
||||
glyphtype: "Glyphenart",
|
||||
group: "Gruppe",
|
||||
|
||||
@@ -2128,7 +2128,7 @@ var LANG = {
|
||||
comma: ", ",
|
||||
ellipsis: "…",
|
||||
dash: " – ",
|
||||
hyphen: "-",
|
||||
hyphen: " - ",
|
||||
colon: ": ",
|
||||
qty: " ($1)",
|
||||
date: "Date",
|
||||
@@ -2158,6 +2158,7 @@ var LANG = {
|
||||
exp: "Exp.",
|
||||
faction: "Faction",
|
||||
gains: "Gains",
|
||||
gender: "Gender",
|
||||
gems: "Gems",
|
||||
gearscore: "Gear",
|
||||
glyphtype: "Glyph type",
|
||||
|
||||
Reference in New Issue
Block a user