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

From Test Wiki
Content deleted Content added
No edit summary
Tag: Reverted
Syunsyunminmin (会話)さんによる第25847版を復元: (Twinkle使用)
Tags: Undo Reverted
Line 27: Line 27:
*/
*/
var STRINGS = {
var STRINGS = {
installSummary: "$1をインストール",
installSummary: "Installing $1",
installLinkText: "インストール",
installLinkText: "Install",
installProgressMsg: "インストール中...",
installProgressMsg: "Installing...",
uninstallSummary: "$1をアンインストール",
uninstallSummary: "Uninstalling $1",
uninstallLinkText: "アンインストール",
uninstallLinkText: "Uninstall",
uninstallProgressMsg: "アンインストール中...",
uninstallProgressMsg: "Uninstalling...",
disableSummary: "$1を無効化",
disableSummary: "Disabling $1",
disableLinkText: "無効化",
disableLinkText: "Disable",
disableProgressMsg: "無効化中...",
disableProgressMsg: "Disabling...",
enableSummary: "$1を有効化",
enableSummary: "Enabling $1",
enableLinkText: "有効化",
enableLinkText: "Enable",
enableProgressMsg: "有効化中...",
enableProgressMsg: "Enabling...",
moveLinkText: "移動",
moveLinkText: "Move",
moveProgressMsg: "移動中...",
moveProgressMsg: "Moving...",
movePrompt: "移動先は? 次の中から一つ入力してください:", // followed by the names of skins
movePrompt: "Destination? Enter one of:", // followed by the names of skins
normalizeSummary: "スクリプトのインストールを標準化",
normalizeSummary: "Normalizing script installs",
remoteUrlDesc: "$1, $2からの読み込み",
remoteUrlDesc: "$1, loaded from $2",
panelHeader: "現在、以下のスクリプトがインストールされています。",
panelHeader: "You currently have the following scripts installed",
cannotInstall: "インストール出来ません",
cannotInstall: "Cannot install",
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: "ページのコンテンツモデルは$1です。'javascript'ではありません。",
cannotInstallContentModel: "Page content model is $1, not '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: '"標準化"リンクを表示しますか?',
showNormalizeLinks: 'Show "normalize" links?',
showMoveLinks: '"移動"リンクを表示しますか?',
showMoveLinks: 'Show "move" links?',
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: "ページは User: または MediaWiki: ではなく、保護されていません",
badPageError: "Page is not User: or MediaWiki: and is unprotected",
manageUserScripts: "ユーザースクリプトの管理",
manageUserScripts: "Manage user scripts",
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: " $1を信頼しますか?"
securityWarningSection: " Do you trust $1?"
};
};