Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
echasl23 /
calendar /
lang /
Delete
Unzip
Name
Size
Permission
Date
Action
calendar-af.js
1011
B
-rw-r--r--
2010-05-03 05:12
calendar-al.js
2.08
KB
-rw-r--r--
2010-05-03 05:12
calendar-bg.js
3.64
KB
-rw-r--r--
2010-05-03 05:12
calendar-big5-utf8.js
3.44
KB
-rw-r--r--
2010-05-03 05:12
calendar-big5.js
3.21
KB
-rw-r--r--
2010-05-03 05:12
calendar-br.js
3.62
KB
-rw-r--r--
2010-05-03 05:12
calendar-ca.js
3.51
KB
-rw-r--r--
2010-05-03 05:12
calendar-cs-utf8.js
2.76
KB
-rw-r--r--
2010-05-03 05:12
calendar-cs-win.js
2.64
KB
-rw-r--r--
2010-05-03 05:12
calendar-da.js
3.42
KB
-rw-r--r--
2010-05-03 05:12
calendar-de.js
3.77
KB
-rw-r--r--
2010-05-03 05:12
calendar-du.js
1.12
KB
-rw-r--r--
2010-05-03 05:12
calendar-el.js
3.17
KB
-rw-r--r--
2010-05-03 05:12
calendar-en.js
3.81
KB
-rw-r--r--
2010-05-03 05:12
calendar-es.js
3.83
KB
-rw-r--r--
2010-05-03 05:12
calendar-fi.js
2.72
KB
-rw-r--r--
2010-05-03 05:12
calendar-fr.js
3.66
KB
-rw-r--r--
2010-05-03 05:12
calendar-he-utf8.js
3.83
KB
-rw-r--r--
2010-05-03 05:12
calendar-hr-utf8.js
1.52
KB
-rw-r--r--
2010-05-03 05:12
calendar-hr.js
3.02
KB
-rw-r--r--
2010-05-03 05:12
calendar-hu.js
3.52
KB
-rw-r--r--
2010-05-03 05:12
calendar-it.js
3.55
KB
-rw-r--r--
2010-05-03 05:12
calendar-jp.js
913
B
-rw-r--r--
2010-05-03 05:12
calendar-ko-utf8.js
3.48
KB
-rw-r--r--
2010-05-03 05:12
calendar-ko.js
3.18
KB
-rw-r--r--
2010-05-03 05:12
calendar-lt-utf8.js
3.35
KB
-rw-r--r--
2010-05-03 05:12
calendar-lt.js
3.32
KB
-rw-r--r--
2010-05-03 05:12
calendar-lv.js
3.52
KB
-rw-r--r--
2010-05-03 05:12
calendar-nl.js
2.18
KB
-rw-r--r--
2010-05-03 05:12
calendar-no.js
3.1
KB
-rw-r--r--
2010-05-03 05:12
calendar-pl-utf8.js
2.57
KB
-rw-r--r--
2010-05-03 05:12
calendar-pl.js
2.36
KB
-rw-r--r--
2010-05-03 05:12
calendar-pt.js
3.44
KB
-rw-r--r--
2010-05-03 05:12
calendar-ro.js
2.01
KB
-rw-r--r--
2010-05-03 05:12
calendar-ru.js
4.25
KB
-rw-r--r--
2010-05-03 05:12
calendar-ru_win_.js
3.56
KB
-rw-r--r--
2010-05-03 05:12
calendar-si.js
2.62
KB
-rw-r--r--
2010-05-03 05:12
calendar-sk.js
2.6
KB
-rw-r--r--
2010-05-03 05:12
calendar-sp.js
2.94
KB
-rw-r--r--
2010-05-03 05:12
calendar-sv.js
3.13
KB
-rw-r--r--
2010-05-03 05:12
calendar-tr.js
1.7
KB
-rw-r--r--
2010-05-03 05:12
calendar-zh.js
3.01
KB
-rw-r--r--
2010-05-03 05:12
cn_utf8.js
4.52
KB
-rw-r--r--
2010-05-03 05:12
Save
Rename
// ** I18N // Calendar SV language (Swedish, svenska) // Author: Mihai Bazon, <mihai_bazon@yahoo.com> // Translation team: <sv@li.org> // Translator: Leonard Norrg�rd <leonard.norrgard@refactor.fi> // Last translator: Leonard Norrg�rd <leonard.norrgard@refactor.fi> // Encoding: iso-latin-1 // Distributed under the same terms as the calendar itself. // For translators: please use UTF-8 if possible. We strongly believe that // Unicode is the answer to a real internationalized world. Also please // include your contact information in the header, as can be seen above. // full day names Calendar._DN = new Array ("s�ndag", "m�ndag", "tisdag", "onsdag", "torsdag", "fredag", "l�rdag", "s�ndag"); // Please note that the following array of short day names (and the same goes // for short month names, _SMN) isn't absolutely necessary. We give it here // for exemplification on how one can customize the short day names, but if // they are simply the first N letters of the full name you can simply say: // // Calendar._SDN_len = N; // short day name length // Calendar._SMN_len = N; // short month name length // // If N = 3 then this is not needed either since we assume a value of 3 if not // present, to be compatible with translation files that were written before // this feature. Calendar._SDN_len = 2; Calendar._SMN_len = 3; // full month names Calendar._MN = new Array ("januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "Om kalendern"; Calendar._TT["ABOUT"] = "DHTML Datum/tid-v�ljare\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "F�r senaste version g� till: http://www.dynarch.com/projects/calendar/\n" + "Distribueras under GNU LGPL. Se http://gnu.org/licenses/lgpl.html f�r detaljer." + "\n\n" + "Val av datum:\n" + "- Anv�nd knapparna \xab, \xbb f�r att v�lja �r\n" + "- Anv�nd knapparna " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " f�r att v�lja m�nad\n" + "- H�ll musknappen nedtryckt p� n�gon av ovanst�ende knappar f�r snabbare val."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "Val av tid:\n" + "- Klicka p� en del av tiden f�r att �ka den delen\n" + "- eller skift-klicka f�r att minska den\n" + "- eller klicka och drag f�r snabbare val."; Calendar._TT["PREV_YEAR"] = "F�reg�ende �r (h�ll f�r menu)"; Calendar._TT["PREV_MONTH"] = "F�reg�ende m�nad (h�ll f�r menu)"; Calendar._TT["GO_TODAY"] = "G� till dagens datum"; Calendar._TT["NEXT_MONTH"] = "F�ljande m�nad (h�ll f�r menu)"; Calendar._TT["NEXT_YEAR"] = "F�ljande �r (h�ll f�r menu)"; Calendar._TT["SEL_DATE"] = "V�lj datum"; Calendar._TT["DRAG_TO_MOVE"] = "Drag f�r att flytta"; Calendar._TT["PART_TODAY"] = " (idag)"; Calendar._TT["MON_FIRST"] = "Visa m�ndag f�rst"; Calendar._TT["SUN_FIRST"] = "Visa s�ndag f�rst"; Calendar._TT["CLOSE"] = "St�ng"; Calendar._TT["TODAY"] = "Idag"; Calendar._TT["TIME_PART"] = "(Skift-)klicka eller drag f�r att �ndra tid"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%A %d %b %Y"; Calendar._TT["WK"] = "vecka";