Files
aowow/template/js/TalentCalc_ruru.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

52 lines
2.9 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
TalentCalc_ruru.js version 278
*/
cO(LANG, {
tc_rank: "Ранг $1/$2",
tc_tier: "Требуется $1 очк. в талантах $2",
tc_prereq: "Требуется $1 очк. в $2",
tc_prereqpl: "Требуется $1 очк. в $2",
tc_learn: "Щелкните, чтобы обучиться",
tc_unlearn: "Щелкните правой кнопкой мыши, чтобы разучиться",
tc_unlearn2: "Удерживая клавишу Shift, щелкните правой кнопкой мыши, чтобы разучиться",
tc_nextrank: "Слудующий ранг:",
tc_inccap: "Щелкните, чтобы увеличить до 80",
tc_deccap: "Щелкните, чтобы уменьшить до 70",
tc_addbon: "Щелкните, чтобы добавить дополнительные 4<br />очка в ветку талантов Повелителя зверей",
tc_rembon: "Щелкните, чтобы удалить дополнительные<br />очки из ветки талантов Повелителя зверей",
tc_point: "очк.",
tc_points: "очк.",
tc_none: "Нет",
tc_printh: "Уровень $1 $2",
tc_link: "Ссылка",
tc_resetall: "Сбросить все",
tc_lock: "Заблокировать",
tc_unlock: "Разблокировать",
tc_reset: "Сброс",
tc_ptsleft: "Осталось очков: ",
tc_ptsspent: "Потрачено очков: ",
tc_reqlevel: "Требуется уровень: ",
tc_levelcap: "Предел: ",
tc_bonuspts: "Бонусные очки: ",
tc_help: "Помощь",
tc_import: "Импортировать",
tc_summary: "Сводка",
tc_restore: "Восстановить",
tc_export: "Экспортировать",
tc_glyphs: "Символы",
tc_empty: "Пусто",
tc_majgly: "Большой символh",
tc_mingly: "Малый символ",
tc_addgly: "Щелкните для добавления символа",
tc_remgly: "Щелкните правой кнопкой мыши, что бы удалить символ",
tc_remgly2: "Щелкните левой кнопкой мыши удерживая шифт, что бы удалить",
tc_nonegly: "Без символа",
tc_glyphnote: "Некоторые символы были убраны из списка из-за несоответствия уровню.",
tc_level: "Уровень %s",
alert_invalidurl: "Неверная ссылка.",
alert_chooseclass: "Выбирете класс.",
alert_choosefamily: "Выбирете породу животного.",
alert_buildempty: "У вас пустой шаблон.",
prompt_importwh: "Вставьте ссылку на шаблон, сделанный в калькуляторе талантов Wowhead:",
prompt_importblizz: "Вставьте ссылку на шаблон, сделанный в калькуляторе талантов Blizzard:"
});