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
52 lines
1.9 KiB
JavaScript
52 lines
1.9 KiB
JavaScript
/*
|
|
TalentCalc_frfr.js version 294 (27.07.2009)
|
|
*/
|
|
cO(LANG, {
|
|
tc_rank: "Rang $1/$2",
|
|
tc_tier: "Requiert $1 points en $2",
|
|
tc_prereq: "Requiert $1 point en $2",
|
|
tc_prereqpl: "Requiert $1 points en $2",
|
|
tc_learn: "Cliquer pour apprendre",
|
|
tc_unlearn: "Clic droit pour desapprendre",
|
|
tc_unlearn2: "Maj-clic pour desapprendre",
|
|
tc_nextrank: "Prochain rang :",
|
|
tc_inccap: "Cliquer pour augmenter a 80",
|
|
tc_deccap: "Cliquer pour diminuer a 70",
|
|
tc_addbon: "Cliquer pour ajouter 4 points bonis<br />du talent Maitrise des betes",
|
|
tc_rembon: "Cliquer pour enlever les points bonis<br /> de Maitrise des betes",
|
|
tc_point: "point",
|
|
tc_points: "points",
|
|
tc_none: "Aucun",
|
|
tc_printh: "$2 de niveau $1",
|
|
tc_link: "Lien",
|
|
tc_resetall: "Tout effacer",
|
|
tc_lock: "Verrouiller",
|
|
tc_unlock: "Deverrouiller",
|
|
tc_reset: "effacer",
|
|
tc_ptsleft: "Points restants : ",
|
|
tc_ptsspent: "Points utilises : ",
|
|
tc_reqlevel: "Niveau requis : ",
|
|
tc_levelcap: "Niveau maximum : ",
|
|
tc_bonuspts: "Points bonis : ",
|
|
tc_help: "Aide",
|
|
tc_import: "Importer",
|
|
tc_summary: "Resume",
|
|
tc_restore: "Restaurer",
|
|
tc_export: "Exporter",
|
|
tc_glyphs: "Glyphes",
|
|
tc_empty: "Vide",
|
|
tc_majgly: "Glyphe majeur",
|
|
tc_mingly: "Glyphe mineur",
|
|
tc_addgly: "Cliquer pour calligraphier votre grimoire",
|
|
tc_remgly: "Clic droit pour enlever",
|
|
tc_remgly2: "Maj-click pour enlever",
|
|
tc_nonegly: "Aucun",
|
|
tc_glyphnote: "Certains glyphes ont été filtrés à cause de la restriction de niveau.",
|
|
tc_level: "Niveau %s",
|
|
alert_invalidurl: "URL invalide.",
|
|
alert_chooseclass: "Veuillez d'abord selectionner une classe.",
|
|
alert_choosefamily: "Veuillez d'abord selectionner une famille de familier.",
|
|
alert_buildempty: "Votre template est vide.",
|
|
prompt_importwh: "Veuillez coller l'URL d'un template fait avec le calculateur de talents de Wowhead :",
|
|
prompt_importblizz: "Veuillez coller l'URL d'un template fait avec le calculateur de talents de Blizzard :"
|
|
}); |