User:Syunsyunminmin/script-installer-core.js: Difference between revisions

From Test Wiki
Undo revision 25857 by Syunsyunminmin (talk)
(Syunsyunminmin (会話)さんによる第25847版を復元: (Twinkle使用))
Tags: Undo Reverted
(Undo revision 25857 by Syunsyunminmin (talk))
Tag: Undo
Line 27: Line 27:
     */
     */
     var STRINGS = {
     var STRINGS = {
         installSummary: "Installing $1",
         installSummary: "$1をインストール",
         installLinkText: "Install",
         installLinkText: "インストール",
         installProgressMsg: "Installing...",
         installProgressMsg: "インストール中...",
         uninstallSummary: "Uninstalling $1",
         uninstallSummary: "$1をアンインストール",
         uninstallLinkText: "Uninstall",
         uninstallLinkText: "アンインストール",
         uninstallProgressMsg: "Uninstalling...",
         uninstallProgressMsg: "アンインストール中...",
         disableSummary: "Disabling $1",
         disableSummary: "$1を無効化",
         disableLinkText: "Disable",
         disableLinkText: "無効化",
         disableProgressMsg: "Disabling...",
         disableProgressMsg: "無効化中...",
         enableSummary: "Enabling $1",
         enableSummary: "$1を有効化",
         enableLinkText: "Enable",
         enableLinkText: "有効化",
         enableProgressMsg: "Enabling...",
         enableProgressMsg: "有効化中...",
         moveLinkText: "Move",
         moveLinkText: "移動",
         moveProgressMsg: "Moving...",
         moveProgressMsg: "移動中...",
         movePrompt: "Destination? Enter one of:", // followed by the names of skins
         movePrompt: "移動先は? 次の中から一つ入力してください:", // followed by the names of skins
         normalizeSummary: "Normalizing script installs",
         normalizeSummary: "スクリプトのインストールを標準化",
         remoteUrlDesc: "$1, loaded from $2",
         remoteUrlDesc: "$1, $2からの読み込み",
         panelHeader: "You currently have the following scripts installed",
         panelHeader: "現在、以下のスクリプトがインストールされています。",
         cannotInstall: "Cannot install",
         cannotInstall: "インストール出来ません",
         cannotInstallSkin: "This page is one of your user customization pages, and may (will, if common.js) already run on each page load.",
         cannotInstallSkin: "This page is one of your user customization pages, and may (will, if common.js) already run on each page load.",
         cannotInstallContentModel: "Page content model is $1, not 'javascript'",
         cannotInstallContentModel: "ページのコンテンツモデルは$1です。'javascript'ではありません。",
         insecure: "(insecure)", // used at the end of some messages
         insecure: "(insecure)", // used at the end of some messages
         notJavaScript: "not JavaScript",
         notJavaScript: "not JavaScript",
         installViaPreferences: "Install via preferences",
         installViaPreferences: "Install via preferences",
         showNormalizeLinks: 'Show "normalize" links?',
         showNormalizeLinks: '"標準化"リンクを表示しますか?',
         showMoveLinks: 'Show "move" links?',
         showMoveLinks: '"移動"リンクを表示しますか?',
         quickFilter: "Quick filter:",
         quickFilter: "Quick filter:",
         tempWarning: "Installation of non-User, non-MediaWiki protected pages is temporary and may be removed in the future.",
         tempWarning: "利用者サブページまたはMediaWiki名前空間以外で保護されているページからのインストールは一時的なものであり、いつか削除される可能性があります。",
         badPageError: "Page is not User: or MediaWiki: and is unprotected",
         badPageError: "ページは User: または MediaWiki: ではなく、保護されていません",
         manageUserScripts: "Manage user scripts",
         manageUserScripts: "ユーザースクリプトの管理",
         bigSecurityWarning: "Warning!$1 All user scripts could contain malicious content capable of compromising your account. Installing a script means it could be changed by others; make sure you trust its author. If you're unsure whether a script is safe, check at the technical village pump. Install this script? (Hide this dialog next time with sciNoConfirm=true; in your common.js.)",
         bigSecurityWarning: "警告!$1すべてのユーザースクリプトには、あなたのアカウントを侵害する悪質な内容が含まれている可能性があります。スクリプトをインストールするということは、他の人によってアカウントが乗っ取られる可能性があるということです。インストールする前に作者を信頼できるか確認してください。スクリプトが安全かどうかわからない場合は、プロジェクト:ウィキ技術部で確認してください。このスクリプトをインストールしますか? (次からこのダイアログを非表示にするにはcommon.jsに sciNoConfirm=true; を記述してください)",
         securityWarningSection: " Do you trust $1?"
         securityWarningSection: " $1を信頼しますか?"
     };
     };


284

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.