Viewing File: /usr/local/cpanel/base/sharedjs/email_ui_control-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/email_ui_control.js
// Generated: /usr/local/cpanel/base/sharedjs/email_ui_control-ja.js
// Module:    legacy_shared/email_ui_control-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 = {"An unknown error occurred.":"不明なエラーが発生しました。","Checkboxes":"チェックボックス","Hide":"非表示にする","Jump to page.":"ページに移動します。","Next Page":"次のページ","Page [numf,_1]":"ページ [numf,_1]","Page [numf,_1] of [numf,_2]":"ページ [numf,_1]/[numf,_2]","Previous Page":"前のページ","Reconfigure Search":"検索を再構成","Reset to Default":"デフォルトにリセット","Rows per Page":"1 ページあたりの行","Select All":"全て選択","Show [quant,_1,Result,Results]":"[quant,_1,件の結果,件の結果] の表示","The search matches [quant,_1,record,records].":"[quant,_1,個のレコード,個のレコード]が検索条件と一致しました。","You must show at least one message type.":"1つ以上のメッセージタイプを表示する必要があります。"};

    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