HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/EBos/ellen-paragnost.nl/wwwroot/asp/assetmanager/language/finnish/foldernew.js
function getTxt(s)
    {
	switch(s)
        {
		case "Folder already exists.": return "Kansio on jo olemassa.";
		case "Folder created.": return "Kansio luotu.";
        case "Invalid input.":return "Virheellinen sy\u00F6te.";
        }
    }   
function loadTxt()
    {
    document.getElementById("txtLang").innerHTML = "Uuden kansion nimi";
    document.getElementById("btnCloseAndRefresh").value = "Sulje & p\u00E4ivit\u00E4";
    document.getElementById("btnCreate").value = "Luo";
    }
function writeTitle()
    {
    document.write("<title>Luo kansio</title>")
    }