User:PB2008/script-installer.js: Difference between revisions

From Test Wiki
m
no edit summary
mNo edit summary
mNo edit summary
Line 27: Line 27:
     */
     */
     var STRINGS = {
     var STRINGS = {
         installSummary: "Installing $1",
         installSummary: "安裝$1",
         uninstallSummary: "Uninstalling $1",
        installLinkText: "安裝",
         remoteUrlDesc: "$1, loaded from $2",
        installProgressMsg: "安裝中...",
         disableSummary: "Disabling $1",
         uninstallSummary: "解除安裝$1",
         enableSummary: "Enabling $1",
         uninstallLinkText: "解除安裝",
         normalizeSummary: "Normalizing script installs",
        uninstallProgressMsg: "解除安裝中...",
         panelHeader: "You currently have the following scripts installed",
         disableSummary: "停用$1",
         cannotInstall: "Cannot install",
        disableLinkText: "停用",
         moveLinkText: "Move",
        disableProgressMsg: "停用中...",
         moveProgressMsg: "Moving",
         enableSummary: "啟用$1",
         insecure: "Insecure"
        enableLinkText: "啟用",
        enableProgressMsg: "啟用中...",
        moveLinkText: "移動",
        moveProgressMsg: "移動中...",
        movePrompt: "您想移動至哪裡?請輸入以下選項之一:", // followed by the names of skins
         normalizeSummary: "標準化腳本安裝",
        remoteUrlDesc: "從 $1、$2 開始讀取",
         panelHeader: "目前已安裝以下腳本:",
         cannotInstall: "無法安裝",
         cannotInstallSkin: "此頁面是您的使用者自訂頁面之一,並且可能已經在頁面載入時執行(在common.js的情況下)。",
         cannotInstallContentModel: "頁面的內容模型是$1。 這不是“javascript”。",
         insecure: "不安全", // used at the end of some messages
        notJavaScript: "不是JavaScript",
        installViaPreferences: "從偏好設定安裝",
        showNormalizeLinks: '您想顯示“標準化”連結嗎?',
        showMoveLinks: '您想顯示“移動”連結嗎?',
        quickFilter: "簡易過濾器:",
        tempWarning: "從使用者子頁面或受MediaWiki命名空間之外保護的頁面進行的安裝是臨時的,可能會在某個時候被刪除。",
        badPageError: "頁面不是User或MediaWiki命名空間內,且不受保護",
        manageUserScripts: "管理用戶腳本",
        bigSecurityWarning: "警告!$1 使用者腳本可能包含可能危害您帳號的惡意內容。 安裝此腳本意味著您的帳戶可能會被其他人接管。 安裝前請確保您信任作者。 如果您不確定腳本是否安全,請不要安裝。 您要安裝此腳本嗎?(下次要隱藏此對話框,請在 common.js 中寫入 sciNoConfirm=true;))",
        securityWarningSection: "你相信「$1」嗎?"
     };
     };


Line 70: Line 91:
         if( disabled === undefined ) disabled = false;
         if( disabled === undefined ) disabled = false;
         return new Import( page, null, null, target, disabled );
         return new Import( page, null, null, target, disabled );
     }
     };


     /** URL to Import. Assumes wgScriptPath is "/w" */
     /** URL to Import. Assumes wgScriptPath is "/w" */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.