<% var localStrings = { "prefSystemTitle": { "en-US": "Preferences System documentation:", "de" : "Einstellungssystemdokumentation:", "es" : "Documentación sobre el Sistema de preferencias:", "fr" : "Documentation sur le système de préférences :", "ja" : "設定システムの資料:", "ko" : "Preferences System 문서:", "pl" : "Dokumentacja Systemu preferencji:", "zh-CN": "首选项文档:" }, "introduction": { "en-US": "Introduction: ", "de" : "Einführung: ", "es" : "Introducción: ", "fr" : "Introduction : ", "ja" : "簡単な紹介: ", "ko" : "소개: ", "pl" : "Wprowadzenie: ", "zh-CN": "介绍" }, "gettingStartedLink": { "en-US": "Getting Started", "de" : "Erste Schritte", "es" : "Comenzando", "fr" : "Premiers pas", "ja" : "Getting Started", "ko" : "시작하기", "pl" : "Na początek", "zh-CN": "开始" }, "examplesLink": { "en-US": "Examples", "de" : "Beispiele", "es" : "Ejemplos", "fr" : "Exemples", "ja" : "サンプル", "ko" : "예제", "pl" : "Przykłady", "zh-CN": "示例" }, "troubleshootingLink": { "en-US": "Troubleshooting", "de" : "Fehlerbehebung", "es" : "Problemas", "ja" : "トラブルシューティング", "ko" : "문제 해결하기", "pl" : "Usuwanie nieprawidłowości", "zh-CN": "错误排除" }, "reference": { "en-US": "Reference: ", "de" : "Referenz: ", "es" : "Referencia: ", "fr" : "Référence : ", "ja" : "リファレンス: ", "ko" : "참조: ", "pl" : "Dokumentacja: ", "zh-CN": "参阅" }, "xulAttributesLink": { "en-US": "XUL attributes", "de" : "XUL Attribute", "es" : "Nuevos atributos", "fr" : "Nouveaux attributs", "ja" : "新しい属性", "ko" : "새 속성", "pl" : "Nowe atrybuty", "zh-CN": "XUL属性" } }; var output = "
" + "

$prefSystemTitle$

" + " " + "
"; var output = mdn.replacePlaceholders( output, { prefSystemTitle: mdn.getLocalString(localStrings, "prefSystemTitle"), introduction: mdn.getLocalString(localStrings, "introduction"), gettingStarted: mdn.getLocalString(localStrings, "gettingStartedLink"), examples: mdn.getLocalString(localStrings, "examplesLink"), troubleshooting: mdn.getLocalString(localStrings, "troubleshootingLink"), reference: mdn.getLocalString(localStrings, "reference"), prefwindow: await template("XULElem", ["prefwindow"]), prefpane: await template("XULElem", ["prefpane"]), preferences: await template("XULElem", ["preferences"]), preference: await template("XULElem", ["preference"]), xulAttributes: mdn.getLocalString(localStrings, "xulAttributesLink") } ); %> <%-output%>