Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-ja.js
// Module:    /js2/managehooks-ja
// Locale:    ja
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
    // The raw lexicon.
    var newLex = {"Close":"閉じる","Delete a Hook":"フックを削除","Deleting hook …":"フックを削除中 …","Disable":"無効にする","Disabling hook …":"フックを無効化中 …","Enable":"有効化","Enabling hook …":"フックを有効化中 …","Move this hook down.":"このフックを下に移動します。","Move this hook to the bottom.":"このフックを最下部に移動します。","Move this hook to the top.":"このフックを最上部に移動します。","Move this hook up.":"このフックを上に移動します。","Reordering hooks …":"フックを再注文中 …","Save":"保存","Saving …":"保存中 …","This hook is disabled.":"このフックは無効化されています。","This hook is enabled.":"このフックは有効化されています。","View/Edit Hook Details":"フックの詳細を表示・編集"};

    if (!this.LEXICON) {
        this.LEXICON = {};
    }

    for(var item in newLex) {
        if(newLex.hasOwnProperty(item)) {
            var value = newLex[item];
            if (typeof(value) === "string" && value !== "") {
                // Only add it if there is a value.
                this.LEXICON[item] = value;
            }
        }
    }
})();
//~~END-GENERATED~~
Back to Directory File Manager