Files
aowow/template/js/TalentCalc_dede.js
Sarjuuk 8d3698d466 initial commit
features:
- tool - Maps:
   * finally supports multi-layered zones
   * should also support icons if needed (questgiver, ect)

- tool - Item Comparison:
   * fully functional (yes, that includes heirlooms and items with random props)
   * may throw a minor js-error if using arrow-keys/esc/ret in input-fields in the LightboxPopus (but wowhead does also)
   * icons for prismatic sockets are not displayed if no other sockets are present (calculation is correct though)
   * modelviewer will still 'call home'

- tool - Talent Calculator:
   * got rid of a VERY dirty hack for the icons (they are now supplied as texture, not laoded one at a time)
   * glyphs should also be a bit more informative
   * talent data is pulled from static file, that should a) speed up load and b) prevent lockups if it cant be generated on the fly
   * you can now set the level for your build, which affects available talent points, glyphs and glyph-slots

- tool - Pet Calculator:
   * initial implementation; basically the same as the Talent Calculator

- general concept changed:
   * dropped ajax.php; json is now supplied by the appropriate page if &json is appended to the url
   * search.php and opensearch.php are being merged; again, output will depend on the appended parameter (&openserach, &json)
   * data included via data.php will be static and assembled only on installation and when the database changes (should speed up load)
   * locale strings are now in a single file instead of being split up to the template
   * still getting rid of criss-cross-includes, global variables and string-defines
2012-12-19 00:53:36 +01:00

58 lines
2.2 KiB
JavaScript

cO(LANG, {
tc_rank: "Rang $1/$2",
tc_tier: "Benötigt $1 Punkte bei $2-Talenten",
tc_prereq: "Benötigt $1 Punkt in $2",
tc_prereqpl: "Benötigt $1 Punkte in $2",
tc_learn: "Zum Erlernen hier klicken",
tc_unlearn: "Rechtsklick zum Verlernen",
tc_unlearn2: "Shift-Klick zum Verlernen",
tc_nextrank: "Nächster Rang: ",
tc_inccap: "Klicken, um auf 80 zu erhöhen",
tc_deccap: "Klicken, um auf 70 zu verringern",
tc_addbon: "Klicken, um 4 Extrapunkte durch<br />das Talent 'Herr der Tiere' hinzuzufügen",
tc_rembon: "Klicken, um die Extrapunkte<br />durch 'Herr der Tiere' zu entfernen",
tc_point: "Punkt",
tc_points: "Punkte",
tc_none: "Keine",
tc_printh: "Stufe $1 $2",
tc_link: "Link",
tc_resetall: "Alle löschen",
tc_resettree: "Baum zurücksetzen",
tc_resetglyphs: "Glyphen zurücksetzen",
tc_lock: "Sperren",
tc_unlock: "Entsperren",
tc_reset: "löschen",
tc_ptsleft: "Verbleibende Punkte: ",
tc_ptsspent: "Vergebene Punkte: ",
tc_reqlevel: "Benötigte Stufe: ",
tc_levelcap: "Stufenbeschränkung: ",
tc_bonuspts: "Bonuspunkte: ",
tc_help: "Hilfe",
tc_import: "Importieren",
tc_summary: "Zusammenfassung",
tc_restore: "Wiederherstellen",
tc_export: "Exportieren",
tc_link: "Link",
tc_print: "Drucken",
tc_glyphs: "Glyphen",
tc_empty: "Leer",
tc_locked: "Verschlossen",
tc_majgly: "Erhebliche Glyphe",
tc_mingly: "Geringe Glyphe",
tc_lockgly: "Freigegeben auf Stufe $1",
tc_addgly: "Zum Einschreiben eurer Zauber rechtsklicken",
tc_remgly: "Zum Entfernen rechtsklicken",
tc_remgly2: "Zum Entfernen Shift-Klick",
tc_nonegly: "Keine",
tc_glyphnote: "Einige Glyphen wurden wegen der festgesetzten Stufenbegrenzung ausgefiltert.",
tc_viewtalents: "Talentbäume anzeigen",
tc_viewsummary: "Zusammenfassungen anzeigen",
tc_level: "Stufe %s",
alert_invalidurl: "Ungültige URL.",
alert_chooseclass: "Bitte wählt zunächst eine Klasse aus.",
alert_choosefamily: "Bitte wählt zunächst eine Tierart aus.",
alert_buildempty: "Ihr habt noch keine Talentpunkte verteilt.",
prompt_importwh: "Bitte gebt die URL einer Talentverteilung ein, die mit dem Talentrechner von Wowhead erstellt wurde: ",
prompt_importblizz: "Bitte gebt die URL einer Talentverteilung ein, die mit dem Talentrechner von Blizzard erstellt wurde: "
});