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:
Sarjuuk
2013-01-20 00:56:58 +01:00
parent faabdee2a6
commit e65315dd3c
26 changed files with 2214 additions and 789 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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",