mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
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
57 lines
1.9 KiB
JavaScript
57 lines
1.9 KiB
JavaScript
cO(LANG, {
|
|
tc_rank: "Rank $1/$2",
|
|
tc_tier: "Requires $1 points in $2 Talents",
|
|
tc_prereq: "Requires $1 point in $2",
|
|
tc_prereqpl: "Requires $1 points in $2",
|
|
tc_learn: "Click to learn",
|
|
tc_unlearn: "Right-click to unlearn",
|
|
tc_unlearn2: "Shift-click to unlearn",
|
|
tc_nextrank: "Next rank:",
|
|
tc_inccap: "Click to increase to 80",
|
|
tc_deccap: "Click to decrease to 70",
|
|
tc_addbon: "Click to add 4 bonus points from<br />the Beast Mastery talent",
|
|
tc_rembon: "Click to remove the bonus<br />points from Beast Mastery",
|
|
tc_point: "point",
|
|
tc_points: "Points",
|
|
tc_none: "None",
|
|
tc_printh: "Level $1 $2",
|
|
tc_link: "Link to this build",
|
|
tc_resetall: "Reset all",
|
|
tc_resettree: "Reset tree",
|
|
tc_resetglyphs: "Reset glyphs",
|
|
tc_lock: "Lock",
|
|
tc_unlock: "Unlock",
|
|
tc_reset: "reset",
|
|
tc_ptsleft: "Points left: ",
|
|
tc_ptsspent: "Points spent: ",
|
|
tc_reqlevel: "Required level: ",
|
|
tc_levelcap: "Level cap: ",
|
|
tc_bonuspts: "Bonus points: ",
|
|
tc_help: "Help",
|
|
tc_import: "Import",
|
|
tc_summary: "Summary",
|
|
tc_restore: "Restore",
|
|
tc_export: "Export",
|
|
tc_link: "Link",
|
|
tc_print: "Print",
|
|
tc_glyphs: "Glyphs",
|
|
tc_empty: "Empty",
|
|
tc_locked: "Locked",
|
|
tc_majgly: "Major Glyph",
|
|
tc_mingly: "Minor Glyph",
|
|
tc_lockgly: "Unlocked at level $1",
|
|
tc_addgly: "Click to inscribe your spellbook",
|
|
tc_remgly: "Right-click to remove",
|
|
tc_remgly2: "Shift-click to remove",
|
|
tc_nonegly: "None",
|
|
tc_glyphnote: "Some glyphs were filtered out due to the specified level restriction.",
|
|
tc_viewtalents: "View Talent Trees",
|
|
tc_viewsummary: "View Summaries",
|
|
tc_level: "Level %s",
|
|
alert_invalidurl: "Invalid URL.",
|
|
alert_chooseclass: "Please choose a class first.",
|
|
alert_choosefamily: "Please choose a pet family first.",
|
|
alert_buildempty: "Your build is empty.",
|
|
prompt_importwh: "Please paste the URL of a build made with Wowhead's talent calculator:",
|
|
prompt_importblizz: "Please paste the URL of a build made with Blizzard's talent calculator:"
|
|
}); |