PHP Classes

File: htdocs/js/jscalendar/lang/calendar-el.js

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   htdocs/js/jscalendar/lang/calendar-el.js   Download  
File: htdocs/js/jscalendar/lang/calendar-el.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP LDAP admin
Perform operations to administer a LDAP server
Author: By
Last change:
Date: 1 year ago
Size: 3,241 bytes
 

Contents

Class file image Download
?// ** I18N Calendar._DN = new Array ("???????", "???????", "?????", "???????", "??????", "?????????", "???????", "???????"); Calendar._SDN = new Array ("??", "??", "T?", "??", "??", "??", "??", "??"); Calendar._MN = new Array ("??????????", "???????????", "???????", "????????", "?????", "???????", "???????", "?????????", "???????????", "?????????", "?????????", "??????????"); Calendar._SMN = new Array ("???", "???", "???", "???", "???", "????", "????", "???", "???", "???", "???", "???"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "??? ?? ??????????"; Calendar._TT["ABOUT"] = "????????? ???????????/???? ?? DHTML\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "??? ????????? ??????: http://www.dynarch.com/projects/calendar/\n" + "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + "\n\n" + "??????? ???????????:\n" + "- ??????????????? ?? ??????? \xab, \xbb ??? ??????? ?????\n" + "- ??????????????? ?? ??????? " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " ??? ??????? ????\n" + "- ???????? ?????? ???????? ???????? ??? ???????? ??????? ??? ??? ??????? ???????."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "??????? ????:\n" + "- ????? ???? ?? ??? ??? ?? ???? ??? ???? ??? ??????\n" + "- ? Shift-???? ??? ??????\n" + "- ? ???? ??? ?????????? ??? ??? ??????? ???????."; Calendar._TT["TOGGLE"] = "????? ?????? ?????? ??? ?????????"; Calendar._TT["PREV_YEAR"] = "?????. ???? (???????? ??? ?? ?????)"; Calendar._TT["PREV_MONTH"] = "?????. ????? (???????? ??? ?? ?????)"; Calendar._TT["GO_TODAY"] = "??????"; Calendar._TT["NEXT_MONTH"] = "???????? ????? (???????? ??? ?? ?????)"; Calendar._TT["NEXT_YEAR"] = "??????? ???? (???????? ??? ?? ?????)"; Calendar._TT["SEL_DATE"] = "???????? ??????????"; Calendar._TT["DRAG_TO_MOVE"] = "????? ??? ?? ????????????"; Calendar._TT["PART_TODAY"] = " (??????)"; Calendar._TT["MON_FIRST"] = "???????? ???????? ?????"; Calendar._TT["SUN_FIRST"] = "???????? ???????? ?????"; Calendar._TT["CLOSE"] = "????????"; Calendar._TT["TODAY"] = "??????"; Calendar._TT["TIME_PART"] = "(Shift-)???? ? ?????????? ??? ??????"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-y"; Calendar._TT["TT_DATE_FORMAT"] = "D, d M"; Calendar._TT["WK"] = "???";