etude-cvs Mailing List for Prolawyer
Brought to you by:
etudeav
You can subscribe to this list here.
| 2004 |
Jan
(7) |
Feb
(10) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
(8) |
Sep
(11) |
Oct
(9) |
Nov
(5) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
(44) |
Oct
(57) |
Nov
(7) |
Dec
(42) |
| 2006 |
Jan
(18) |
Feb
(33) |
Mar
(28) |
Apr
(42) |
May
(15) |
Jun
(15) |
Jul
(11) |
Aug
(24) |
Sep
(4) |
Oct
(4) |
Nov
(3) |
Dec
(2) |
| 2007 |
Jan
(15) |
Feb
(25) |
Mar
|
Apr
(10) |
May
(58) |
Jun
(53) |
Jul
(4) |
Aug
(45) |
Sep
(17) |
Oct
(41) |
Nov
|
Dec
(5) |
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(12) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
(6) |
Feb
(2) |
Mar
|
Apr
(7) |
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
(123) |
Mar
(49) |
Apr
(65) |
May
(36) |
Jun
(5) |
Jul
(2) |
Aug
(45) |
Sep
(5) |
Oct
|
Nov
|
Dec
(5) |
| 2011 |
Jan
|
Feb
(1) |
Mar
(6) |
Apr
|
May
(1) |
Jun
|
Jul
(7) |
Aug
(4) |
Sep
(1) |
Oct
|
Nov
|
Dec
(2) |
| 2012 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(6) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(3) |
| 2015 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
(17) |
| 2016 |
Jan
(11) |
Feb
(2) |
Mar
(3) |
Apr
(6) |
May
(45) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Olivier S. <et...@us...> - 2016-05-05 19:22:18
|
Update of /cvsroot/etude/prolawyer In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12353 Modified Files: afficher_operations.php facture.php liste_soldes.php modifier_donnees.php ra_total.php resultat_recherche.php Log Message: Index: modifier_donnees.php =================================================================== RCS file: /cvsroot/etude/prolawyer/modifier_donnees.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** modifier_donnees.php 19 Apr 2016 14:43:06 -0000 1.18 --- modifier_donnees.php 5 May 2016 19:21:46 -0000 1.19 *************** *** 108,112 **** $resultat_recherche=mysqli_query($doc->mysqli, "$query_autre"); // echo mysqli_error($doc->mysqli); ! $row=mysqli_fetch_array($resultat_recherche, MYSQL_ASSOC); $i=0; foreach($row as $nom_val=>$val) --- 108,112 ---- $resultat_recherche=mysqli_query($doc->mysqli, "$query_autre"); // echo mysqli_error($doc->mysqli); ! $row=mysqli_fetch_array($resultat_recherche, MYSQLI_ASSOC); $i=0; foreach($row as $nom_val=>$val) Index: liste_soldes.php =================================================================== RCS file: /cvsroot/etude/prolawyer/liste_soldes.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** liste_soldes.php 30 Mar 2016 10:21:39 -0000 1.11 --- liste_soldes.php 5 May 2016 19:21:46 -0000 1.12 *************** *** 158,162 **** $temps_dossier=0; $ligneplan=0; ! while($ligne=mysqli_fetch_array($calcul_recette, MYSQL_ASSOC)) { foreach($ligne as $nom_col =>$val_col) --- 158,162 ---- $temps_dossier=0; $ligneplan=0; ! while($ligne=mysqli_fetch_array($calcul_recette, MYSQLI_ASSOC)) { foreach($ligne as $nom_col =>$val_col) Index: ra_total.php =================================================================== RCS file: /cvsroot/etude/prolawyer/ra_total.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ra_total.php 30 Mar 2016 10:21:39 -0000 1.3 --- ra_total.php 5 May 2016 19:21:46 -0000 1.4 *************** *** 44,48 **** $q = "select * from {$base}op"; $e = mysqli_query($doc->mysqli, $q); ! while($r = mysqli_fetch_array($e, MYSQL_ASSOC)) { $temps = $r["tempsop"]; --- 44,48 ---- $q = "select * from {$base}op"; $e = mysqli_query($doc->mysqli, $q); ! while($r = mysqli_fetch_array($e, MYSQLI_ASSOC)) { $temps = $r["tempsop"]; *************** *** 69,73 **** $totalsstrait = array(); $secretaires2 = array(); ! while($r = mysqli_fetch_array($e, MYSQL_ASSOC)) { $temps = $r["tempsop"]; --- 69,73 ---- $totalsstrait = array(); $secretaires2 = array(); ! while($r = mysqli_fetch_array($e, MYSQLI_ASSOC)) { $temps = $r["tempsop"]; Index: resultat_recherche.php =================================================================== RCS file: /cvsroot/etude/prolawyer/resultat_recherche.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** resultat_recherche.php 30 Mar 2016 10:21:39 -0000 1.22 --- resultat_recherche.php 5 May 2016 19:21:46 -0000 1.23 *************** *** 122,126 **** $requete=nl2br($requete); // echo "<br>la requete pour $type vaut $requete"; ! while($row=mysqli_fetch_array($exec, MYSQL_ASSOC)) { $noad=$row["id"]; --- 122,126 ---- $requete=nl2br($requete); // echo "<br>la requete pour $type vaut $requete"; ! while($row=mysqli_fetch_array($exec, MYSQLI_ASSOC)) { $noad=$row["id"]; *************** *** 135,139 **** $requete=nl2br($requete); // echo "<br>la requete pour $type vaut $requete"; ! while($row=mysqli_fetch_array($exec, MYSQL_ASSOC)) { $ad["$type"][]=$row["id"]; --- 135,139 ---- $requete=nl2br($requete); // echo "<br>la requete pour $type vaut $requete"; ! while($row=mysqli_fetch_array($exec, MYSQLI_ASSOC)) { $ad["$type"][]=$row["id"]; Index: afficher_operations.php =================================================================== RCS file: /cvsroot/etude/prolawyer/afficher_operations.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** afficher_operations.php 30 Mar 2016 10:21:39 -0000 1.4 --- afficher_operations.php 5 May 2016 19:21:46 -0000 1.5 *************** *** 82,86 **** $resultat_op=mysqli_query($doc->mysqli, $requete_affichage); // echo "<br>$requete_affichage<br>"; ! while($row=mysqli_fetch_array($resultat_op, MYSQL_ASSOC)) { $op_actuelle=$row["op"]; --- 82,86 ---- $resultat_op=mysqli_query($doc->mysqli, $requete_affichage); // echo "<br>$requete_affichage<br>"; ! while($row=mysqli_fetch_array($resultat_op, MYSQLI_ASSOC)) { $op_actuelle=$row["op"]; Index: facture.php =================================================================== RCS file: /cvsroot/etude/prolawyer/facture.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** facture.php 19 Apr 2016 14:43:06 -0000 1.9 --- facture.php 5 May 2016 19:21:46 -0000 1.10 *************** *** 146,150 **** //récupération de l'adresse $calcul_datas=mysqli_query($doc->mysqli, "$requete_calcul_datas"); ! while($row=mysqli_fetch_array($calcul_datas, MYSQL_ASSOC)) { foreach($row as $val1 => $val2) --- 146,150 ---- //récupération de l'adresse $calcul_datas=mysqli_query($doc->mysqli, "$requete_calcul_datas"); ! while($row=mysqli_fetch_array($calcul_datas, MYSQLI_ASSOC)) { foreach($row as $val1 => $val2) |
|
From: Olivier S. <et...@us...> - 2016-05-05 19:21:54
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/tests/html5Forms/images In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12353/externe/html5Forms.js-master/tests/html5Forms/images Added Files: asterisk_orange.png asterix.gif cancel.png tick.png whiteValidationPointer.png Log Message: --- NEW FILE: tick.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: asterisk_orange.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cancel.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: whiteValidationPointer.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: asterix.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Olivier S. <et...@us...> - 2016-05-05 19:21:53
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite/013 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12353/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite/013 Added Files: 0.gif 1.gif 10.gif 11.gif 12.gif 13.gif 14.gif 15.gif 16.gif 2.gif 3.gif 4.gif 5.gif 6.gif 7.gif 8.gif 9.gif Log Message: --- NEW FILE: 8.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 14.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 11.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 13.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 9.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 0.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 12.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 16.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 10.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 15.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Olivier S. <et...@us...> - 2016-05-05 19:21:52
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot/WEB-INF In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12353/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot/WEB-INF Added Files: web.xml Log Message: --- NEW FILE: web.xml --- <?xml version="1.0" encoding="UTF-8"?> <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> </web-app> |
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/jscalendar-1.0/lang In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12353/externe/html5Forms.js-master/shared/js/jscalendar-1.0/lang Added Files: calendar-af.js calendar-al.js calendar-bg.js calendar-big5-utf8.js calendar-big5.js calendar-br.js calendar-ca.js calendar-cn.js calendar-cs-utf8.js calendar-cs-win.js calendar-cs.js calendar-da.js calendar-de.js calendar-du.js calendar-el.js calendar-en.js calendar-es.js calendar-fi.js calendar-fr.js calendar-he-utf8.js calendar-he.js calendar-hr-old.js calendar-hr-utf8.js calendar-hr.js calendar-hu.js calendar-it.js calendar-jp.js calendar-ko-utf8.js calendar-ko.js calendar-ko.old.js calendar-lt-utf8.js calendar-lt.js calendar-lv.js calendar-nl.js calendar-no.js calendar-pl-utf8.js calendar-pl.js calendar-pl.old.js calendar-pt.js calendar-ro.js calendar-ru.js calendar-ru_win_.js calendar-si.js calendar-sk.js calendar-sp.js calendar-sv.js calendar-tr.js calendar-zh.js cn_utf8.js Log Message: --- NEW FILE: calendar-hr-utf8.js --- /* Croatian language file for the DHTML Calendar version 0.9.2 * Author Krunoslav Zubrinic <kru...@vi...>, June 2003. * Feel free to use this script under the terms of the GNU Lesser General * Public License, as long as you do not remove or alter this notice. */ Calendar._DN = new Array ("Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Äetvrtak", "Petak", "Subota", "Nedjelja"); Calendar._MN = new Array ("SijeÄanj", "VeljaÄa", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"); // tooltips Calendar._TT = {}; Calendar._TT["TOGGLE"] = "Promjeni dan s kojim poÄinje tjedan"; Calendar._TT["PREV_YEAR"] = "Prethodna godina (dugi pritisak za meni)"; Calendar._TT["PREV_MONTH"] = "Prethodni mjesec (dugi pritisak za meni)"; Calendar._TT["GO_TODAY"] = "Idi na tekuÄi dan"; Calendar._TT["NEXT_MONTH"] = "SlijedeÄi mjesec (dugi pritisak za meni)"; Calendar._TT["NEXT_YEAR"] = "SlijedeÄa godina (dugi pritisak za meni)"; Calendar._TT["SEL_DATE"] = "Izaberite datum"; Calendar._TT["DRAG_TO_MOVE"] = "Pritisni i povuci za promjenu pozicije"; Calendar._TT["PART_TODAY"] = " (today)"; Calendar._TT["MON_FIRST"] = "Prikaži ponedjeljak kao prvi dan"; Calendar._TT["SUN_FIRST"] = "Prikaži nedjelju kao prvi dan"; Calendar._TT["CLOSE"] = "Zatvori"; Calendar._TT["TODAY"] = "Danas"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-y"; Calendar._TT["TT_DATE_FORMAT"] = "DD, dd.mm.y"; Calendar._TT["WK"] = "Tje"; --- NEW FILE: calendar-de.js --- // ** I18N // Calendar DE language // Author: Jack (tR), <ja...@jt...> // Encoding: any // 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 ("Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"); // 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. // short day names Calendar._SDN = new Array ("So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"); // First day of the week. "0" means display Sunday first, "1" means display // Monday first, etc. Calendar._FD = 1; // full month names Calendar._MN = new Array ("Januar", "Februar", "M\u00e4rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"); // short month names Calendar._SMN = new Array ("Jan", "Feb", "M\u00e4r", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "\u00DCber dieses Kalendarmodul"; Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this ;-) "For latest version visit: http://www.dynarch.com/projects/calendar/\n" + "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + "\n\n" + "Datum ausw\u00e4hlen:\n" + "- Benutzen Sie die \xab, \xbb Buttons um das Jahr zu w\u00e4hlen\n" + "- Benutzen Sie die " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " Buttons um den Monat zu w\u00e4hlen\n" + "- F\u00fcr eine Schnellauswahl halten Sie die Maustaste \u00fcber diesen Buttons fest."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "Zeit ausw\u00e4hlen:\n" + "- Klicken Sie auf die Teile der Uhrzeit, um diese zu erh\u00F6hen\n" + "- oder klicken Sie mit festgehaltener Shift-Taste um diese zu verringern\n" + "- oder klicken und festhalten f\u00fcr Schnellauswahl."; Calendar._TT["TOGGLE"] = "Ersten Tag der Woche w\u00e4hlen"; Calendar._TT["PREV_YEAR"] = "Voriges Jahr (Festhalten f\u00fcr Schnellauswahl)"; Calendar._TT["PREV_MONTH"] = "Voriger Monat (Festhalten f\u00fcr Schnellauswahl)"; Calendar._TT["GO_TODAY"] = "Heute ausw\u00e4hlen"; Calendar._TT["NEXT_MONTH"] = "N\u00e4chst. Monat (Festhalten f\u00fcr Schnellauswahl)"; Calendar._TT["NEXT_YEAR"] = "N\u00e4chst. Jahr (Festhalten f\u00fcr Schnellauswahl)"; Calendar._TT["SEL_DATE"] = "Datum ausw\u00e4hlen"; Calendar._TT["DRAG_TO_MOVE"] = "Zum Bewegen festhalten"; Calendar._TT["PART_TODAY"] = " (Heute)"; // the following is to inform that "%s" is to be the first day of week // %s will be replaced with the day name. Calendar._TT["DAY_FIRST"] = "Woche beginnt mit %s "; // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "Schlie\u00dfen"; Calendar._TT["TODAY"] = "Heute"; Calendar._TT["TIME_PART"] = "(Shift-)Klick oder Festhalten und Ziehen um den Wert zu \u00e4ndern"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%d.%m.%Y"; Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; Calendar._TT["WK"] = "wk"; Calendar._TT["TIME"] = "Zeit:"; --- NEW FILE: calendar-ru_win_.js --- // ** I18N // Calendar RU language // Translation: Sly Golovanov, http://golovanov.net, <sl...@go...> // Encoding: any // 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 ("âîñêðåñåíüå", "ïîíåäåëüíèê", "âòîðíèê", "ñðåäà", "÷åòâåðã", "ïÿòíèöà", "ñóááîòà", "âîñêðåñåíüå"); // 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. // short day names Calendar._SDN = new Array ("âñê", "ïîí", "âòð", "ñðä", "÷åò", "ïÿò", "ñóá", "âñê"); // full month names Calendar._MN = new Array ("ÿíâàðü", "ôåâðàëü", "ìàðò", "àïðåëü", "ìàé", "èþíü", "èþëü", "àâãóñò", "ñåíòÿáðü", "îêòÿáðü", "íîÿáðü", "äåêàáðü"); // short month names Calendar._SMN = new Array ("ÿíâ", "ôåâ", "ìàð", "àïð", "ìàé", "èþí", "èþë", "àâã", "ñåí", "îêò", "íîÿ", "äåê"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "Î êàëåíäàðå..."; Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "For latest version visit: 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["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"] = " (ñåãîäíÿ)"; // the following is to inform that "%s" is to be the first day of week // %s will be replaced with the day name. Calendar._TT["DAY_FIRST"] = "Ïåðâûé äåíü íåäåëè áóäåò %s"; // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "Çàêðûòü"; Calendar._TT["TODAY"] = "Ñåãîäíÿ"; Calendar._TT["TIME_PART"] = "(Shift-)êëèê èëè íàæàòü è äâèãàòü"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%e %b, %a"; Calendar._TT["WK"] = "íåä"; Calendar._TT["TIME"] = "Âðåìÿ:"; --- NEW FILE: calendar-el.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: calendar-he.js --- // ** I18N // Calendar EN language // Author: Idan Sofer, <id...@id...> // Encoding: UTF-8 // 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 ("ר×ש××", "×©× ×", "ש××ש×", "ר×××¢×", "×××ש×", "ש×ש×", "ש×ת", "ר×ש××"); // 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. // short day names Calendar._SDN = new Array ("×", "×", "×", "×", "×", "×", "ש", "×"); // full month names Calendar._MN = new Array ("×× ××ר", "פ×ר××ר", "×רץ", "×פר××", "×××", "××× ×", "××××", "××××ס×", "ספ×××ר", "×××§×××ר", "× ××××ר", "×צ××ר"); // short month names 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" + "××פץ ת×ת ×××××× × GNU LGPL. ×¢××× × http://gnu.org/licenses/lgpl.html ×פר××× × ×ספ××." + "\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["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"] = " )××××("; // the following is to inform that "%s" is to be the first day of week // %s will be replaced with the day name. Calendar._TT["DAY_FIRST"] = "××¦× %s ×§×××"; // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. Calendar._TT["WEEKEND"] = "6"; Calendar._TT["CLOSE"] = "ס××ר"; Calendar._TT["TODAY"] = "××××"; Calendar._TT["TIME_PART"] = "(ש×פ×-)×××¥ ××ר×ר ××× ××©× ×ת ער×"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; Calendar._TT["WK"] = "wk"; Calendar._TT["TIME"] = "שע×::"; --- NEW FILE: calendar-al.js --- // Calendar ALBANIAN language //author Rigels Gordani ri...@ho... // ditet Calendar._DN = new Array ("E Diele", "E Hene", "E Marte", "E Merkure", "E Enjte", "E Premte", "E Shtune", "E Diele"); //ditet shkurt Calendar._SDN = new Array ("Die", "Hen", "Mar", "Mer", "Enj", "Pre", "Sht", "Die"); // muajt Calendar._MN = new Array ("Janar", "Shkurt", "Mars", "Prill", "Maj", "Qeshor", "Korrik", "Gusht", "Shtator", "Tetor", "Nentor", "Dhjetor"); // muajte shkurt Calendar._SMN = new Array ("Jan", "Shk", "Mar", "Pri", "Maj", "Qes", "Kor", "Gus", "Sht", "Tet", "Nen", "Dhj"); // ndihmesa Calendar._TT = {}; Calendar._TT["INFO"] = "Per kalendarin"; Calendar._TT["ABOUT"] = "Zgjedhes i ores/dates ne DHTML \n" + "\n\n" +"Zgjedhja e Dates:\n" + "- Perdor butonat \xab, \xbb per te zgjedhur vitin\n" + "- Perdor butonat" + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " per te zgjedhur muajin\n" + "- Mbani shtypur butonin e mousit per nje zgjedje me te shpejte."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "Zgjedhja e kohes:\n" + "- Kliko tek ndonje nga pjeset e ores per ta rritur ate\n" + "- ose kliko me Shift per ta zvogeluar ate\n" + "- ose cliko dhe terhiq per zgjedhje me te shpejte."; Calendar._TT["PREV_YEAR"] = "Viti i shkuar (prit per menune)"; Calendar._TT["PREV_MONTH"] = "Muaji i shkuar (prit per menune)"; Calendar._TT["GO_TODAY"] = "Sot"; Calendar._TT["NEXT_MONTH"] = "Muaji i ardhshem (prit per menune)"; Calendar._TT["NEXT_YEAR"] = "Viti i ardhshem (prit per menune)"; Calendar._TT["SEL_DATE"] = "Zgjidh daten"; Calendar._TT["DRAG_TO_MOVE"] = "Terhiqe per te levizur"; Calendar._TT["PART_TODAY"] = " (sot)"; // "%s" eshte dita e pare e javes // %s do te zevendesohet me emrin e dite Calendar._TT["DAY_FIRST"] = "Trego te %s te paren"; Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "Mbyll"; Calendar._TT["TODAY"] = "Sot"; Calendar._TT["TIME_PART"] = "Kliko me (Shift-)ose terhiqe per te ndryshuar vleren"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; Calendar._TT["WK"] = "Java"; Calendar._TT["TIME"] = "Koha:"; --- NEW FILE: calendar-pl.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: calendar-cn.js --- // ** I18N // Calendar EN language // Author: Mihai Bazon, <mi...@in...> // Encoding: any // Translator : Niko <nik...@gm...> // 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 ("\u5468\u65e5",//\u5468\u65e5 "\u5468\u4e00",//\u5468\u4e00 "\u5468\u4e8c",//\u5468\u4e8c "\u5468\u4e09",//\u5468\u4e09 "\u5468\u56db",//\u5468\u56db "\u5468\u4e94",//\u5468\u4e94 "\u5468\u516d",//\u5468\u516d "\u5468\u65e5");//\u5468\u65e5 // 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. // short day names Calendar._SDN = new Array ("\u5468\u65e5", "\u5468\u4e00", "\u5468\u4e8c", "\u5468\u4e09", "\u5468\u56db", "\u5468\u4e94", "\u5468\u516d", "\u5468\u65e5"); // full month names Calendar._MN = new Array ("\u4e00\u6708", "\u4e8c\u6708", "\u4e09\u6708", "\u56db\u6708", "\u4e94\u6708", "\u516d\u6708", "\u4e03\u6708", "\u516b\u6708", "\u4e5d\u6708", "\u5341\u6708", "\u5341\u4e00\u6708", "\u5341\u4e8c\u6708"); // short month names Calendar._SMN = new Array ("\u4e00\u6708", "\u4e8c\u6708", "\u4e09\u6708", "\u56db\u6708", "\u4e94\u6708", "\u516d\u6708", "\u4e03\u6708", "\u516b\u6708", "\u4e5d\u6708", "\u5341\u6708", "\u5341\u4e00\u6708", "\u5341\u4e8c\u6708"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "\u5173\u4e8e"; Calendar._TT["ABOUT"] = " DHTML \u65e5\u8d77/\u65f6\u95f4\u9009\u62e9\u63a7\u4ef6\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "For latest version visit: \u6700\u65b0\u7248\u672c\u8bf7\u767b\u9646http://www.dynarch.com/projects/calendar/\u5bdf\u770b\n" + "\u9075\u5faaGNU LGPL. \u7ec6\u8282\u53c2\u9605 http://gnu.org/licenses/lgpl.html" + "\n\n" + "\u65e5\u671f\u9009\u62e9:\n" + "- \u70b9\u51fb\xab(\xbb)\u6309\u94ae\u9009\u62e9\u4e0a(\u4e0b)\u4e00\u5e74\u5ea6.\n" + "- \u70b9\u51fb" + String.fromCharCode(0x2039) + "(" + String.fromCharCode(0x203a) + ")\u6309\u94ae\u9009\u62e9\u4e0a(\u4e0b)\u4e2a\u6708\u4efd.\n" + "- \u957f\u65f6\u95f4\u6309\u7740\u6309\u94ae\u5c06\u51fa\u73b0\u66f4\u591a\u9009\u62e9\u9879."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "\u65f6\u95f4\u9009\u62e9:\n" + "-\u5728\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\u4e0a\u5355\u51fb\u9f20\u6807\u5de6\u952e\u6765\u589e\u52a0\u5f53\u524d\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\n" + "-\u5728\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\u4e0a\u6309\u4f4fShift\u952e\u540e\u5355\u51fb\u9f20\u6807\u5de6\u952e\u6765\u51cf\u5c11\u5f53\u524d\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)."; Calendar._TT["PREV_YEAR"] = "\u4e0a\u4e00\u5e74"; Calendar._TT["PREV_MONTH"] = "\u4e0a\u4e2a\u6708"; Calendar._TT["GO_TODAY"] = "\u5230\u4eca\u5929"; Calendar._TT["NEXT_MONTH"] = "\u4e0b\u4e2a\u6708"; Calendar._TT["NEXT_YEAR"] = "\u4e0b\u4e00\u5e74"; Calendar._TT["SEL_DATE"] = "\u9009\u62e9\u65e5\u671f"; Calendar._TT["DRAG_TO_MOVE"] = "\u62d6\u52a8"; Calendar._TT["PART_TODAY"] = " (\u4eca\u5929)"; // the following is to inform that "%s" is to be the first day of week // %s will be replaced with the day name. Calendar._TT["DAY_FIRST"] = "%s\u4e3a\u8fd9\u5468\u7684\u7b2c\u4e00\u5929"; // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "\u5173\u95ed"; Calendar._TT["TODAY"] = "\u4eca\u5929"; Calendar._TT["TIME_PART"] = "(\u6309\u7740Shift\u952e)\u5355\u51fb\u6216\u62d6\u52a8\u6539\u53d8\u503c"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e\u65e5"; Calendar._TT["WK"] = "\u5468"; Calendar._TT["TIME"] = "\u65f6\u95f4:"; --- NEW FILE: calendar-af.js --- // ** I18N Afrikaans Calendar._DN = new Array ("Sondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrydag", "Saterdag", "Sondag"); Calendar._MN = new Array ("Januarie", "Februarie", "Maart", "April", "Mei", "Junie", "Julie", "Augustus", "September", "Oktober", "November", "Desember"); // tooltips Calendar._TT = {}; Calendar._TT["TOGGLE"] = "Verander eerste dag van die week"; Calendar._TT["PREV_YEAR"] = "Vorige jaar (hou vir keuselys)"; Calendar._TT["PREV_MONTH"] = "Vorige maand (hou vir keuselys)"; Calendar._TT["GO_TODAY"] = "Gaan na vandag"; Calendar._TT["NEXT_MONTH"] = "Volgende maand (hou vir keuselys)"; Calendar._TT["NEXT_YEAR"] = "Volgende jaar (hou vir keuselys)"; Calendar._TT["SEL_DATE"] = "Kies datum"; Calendar._TT["DRAG_TO_MOVE"] = "Sleep om te skuif"; Calendar._TT["PART_TODAY"] = " (vandag)"; Calendar._TT["MON_FIRST"] = "Vertoon Maandag eerste"; Calendar._TT["SUN_FIRST"] = "Display Sunday first"; Calendar._TT["CLOSE"] = "Close"; Calendar._TT["TODAY"] = "Today"; --- NEW FILE: calendar-hu.js --- // ** I18N // Calendar HU language // Author: ??? // Modifier: KARASZI Istvan, <jsc...@sp...> // Encoding: any // 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 ("Vasárnap", "Hétfõ", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat", "Vasárnap"); // 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. // short day names Calendar._SDN = new Array ("v", "h", "k", "sze", "cs", "p", "szo", "v"); // full month names Calendar._MN = new Array ("január", "február", "március", "április", "május", "június", "július", "augusztus", "szeptember", "október", "november", "december"); // short month names Calendar._SMN = new Array ("jan", "feb", "már", "ápr", "máj", "jún", "júl", "aug", "sze", "okt", "nov", "dec"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "A kalendáriumról"; Calendar._TT["ABOUT"] = "DHTML dátum/idõ kiválasztó\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "a legfrissebb verzió megtalálható: http://www.dynarch.com/projects/calendar/\n" + "GNU LGPL alatt terjesztve. Lásd a http://gnu.org/licenses/lgpl.html oldalt a részletekhez." + "\n\n" + "Dátum választás:\n" + "- használja a \xab, \xbb gombokat az év kiválasztásához\n" + "- használja a " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " gombokat a hónap kiválasztásához\n" + "- tartsa lenyomva az egérgombot a gyors választáshoz."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "Idõ választás:\n" + "- kattintva növelheti az idõt\n" + "- shift-tel kattintva csökkentheti\n" + "- lenyomva tartva és húzva gyorsabban kiválaszthatja."; Calendar._TT["PREV_YEAR"] = "Elõzõ év (tartsa nyomva a menühöz)"; Calendar._TT["PREV_MONTH"] = "Elõzõ hónap (tartsa nyomva a menühöz)"; Calendar._TT["GO_TODAY"] = "Mai napra ugrás"; Calendar._TT["NEXT_MONTH"] = "Köv. hónap (tartsa nyomva a menühöz)"; Calendar._TT["NEXT_YEAR"] = "Köv. év (tartsa nyomva a menühöz)"; Calendar._TT["SEL_DATE"] = "Válasszon dátumot"; Calendar._TT["DRAG_TO_MOVE"] = "Húzza a mozgatáshoz"; Calendar._TT["PART_TODAY"] = " (ma)"; // the following is to inform that "%s" is to be the first day of week // %s will be replaced with the day name. Calendar._TT["DAY_FIRST"] = "%s legyen a hét elsõ napja"; // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "Bezár"; Calendar._TT["TODAY"] = "Ma"; Calendar._TT["TIME_PART"] = "(Shift-)Klikk vagy húzás az érték változtatásához"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%b %e, %a"; Calendar._TT["WK"] = "hét"; Calendar._TT["TIME"] = "idõ:"; --- NEW FILE: calendar-lt.js --- // ** I18N // Calendar LT language // Author: Martynas Majeris, <mar...@so...> // Encoding: UTF-8 // 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 ("Sekmadienis", "Pirmadienis", "Antradienis", "TreÄiadienis", "Ketvirtadienis", "Pentadienis", "Å eÅ¡tadienis", "Sekmadienis"); // 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. // short day names Calendar._SDN = new Array ("Sek", "Pir", "Ant", "Tre", "Ket", "Pen", "Å eÅ¡", "Sek"); // full month names Calendar._MN = new Array ("Sausis", "Vasaris", "Kovas", "Balandis", "GegužÄ", "Birželis", "Liepa", "RugpjÅ«tis", "RugsÄjis", "Spalis", "Lapkritis", "Gruodis"); // short month names Calendar._SMN = new Array ("Sau", "Vas", "Kov", "Bal", "Geg", "Bir", "Lie", "Rgp", "Rgs", "Spa", "Lap", "Gru"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "Apie kalendorių"; Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "NaujausiÄ versijÄ rasite: http://www.dynarch.com/projects/calendar/\n" + "Platinamas pagal GNU LGPL licencijÄ . Aplankykite http://gnu.org/licenses/lgpl.html" + "\n\n" + "Datos pasirinkimas:\n" + "- Metų pasirinkimas: \xab, \xbb\n" + "- MÄnesio pasirinkimas: " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "\n" + "- Nuspauskite ir laikykite pelÄs klaviÅ¡Ä greitesniam pasirinkimui."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "Laiko pasirinkimas:\n" + "- Spustelkite ant valandų arba minuÄių - skaiÄius padidÄs vienetu.\n" + "- Jei spausite kartu su Shift, skaiÄius sumažÄs.\n" + "- Greitam pasirinkimui spustelkite ir pajudinkite pelÄ."; Calendar._TT["PREV_YEAR"] = "Ankstesni metai (laikykite, jei norite meniu)"; Calendar._TT["PREV_MONTH"] = "Ankstesnis mÄnuo (laikykite, jei norite meniu)"; Calendar._TT["GO_TODAY"] = "Pasirinkti Å¡iandienÄ "; Calendar._TT["NEXT_MONTH"] = "Kitas mÄnuo (laikykite, jei norite meniu)"; Calendar._TT["NEXT_YEAR"] = "Kiti metai (laikykite, jei norite meniu)"; Calendar._TT["SEL_DATE"] = "Pasirinkite datÄ "; Calendar._TT["DRAG_TO_MOVE"] = "Tempkite"; Calendar._TT["PART_TODAY"] = " (Å¡iandien)"; Calendar._TT["MON_FIRST"] = "Pirma savaitÄs diena - pirmadienis"; Calendar._TT["SUN_FIRST"] = "Pirma savaitÄs diena - sekmadienis"; Calendar._TT["CLOSE"] = "Uždaryti"; Calendar._TT["TODAY"] = "Å iandien"; Calendar._TT["TIME_PART"] = "Spustelkite arba tempkite jei norite pakeisti"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%A, %Y-%m-%d"; Calendar._TT["WK"] = "sav"; --- NEW FILE: calendar-pl.old.js --- // ** I18N // Calendar PL language // Author: Artur Filipiak, <im...@po...> // January, 2004 // Encoding: UTF-8 Calendar._DN = new Array ("Niedziela", "PoniedziaÅek", "Wtorek", "Åroda", "Czwartek", "PiÄ tek", "Sobota", "Niedziela"); Calendar._SDN = new Array ("N", "Pn", "Wt", "År", "Cz", "Pt", "So", "N"); Calendar._MN = new Array ("StyczeÅ", "Luty", "Marzec", "KwiecieÅ", "Maj", "Czerwiec", "Lipiec", "SierpieÅ", "WrzesieÅ", "Październik", "Listopad", "GrudzieÅ"); Calendar._SMN = new Array ("Sty", "Lut", "Mar", "Kwi", "Maj", "Cze", "Lip", "Sie", "Wrz", "Paź", "Lis", "Gru"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "O kalendarzu"; Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "For latest version visit: http://www.dynarch.com/projects/calendar/\n" + "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + "\n\n" + "Wybór daty:\n" + "- aby wybraÄ rok użyj przycisków \xab, \xbb\n" + "- aby wybraÄ miesiÄ c użyj przycisków " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "\n" + "- aby przyspieszyÄ wybór przytrzymaj wciÅniÄty przycisk myszy nad ww. przyciskami."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "Wybór czasu:\n" + "- aby zwiÄkszyÄ wartoÅÄ kliknij na dowolnym elemencie selekcji czasu\n" + "- aby zmniejszyÄ wartoÅÄ użyj dodatkowo klawisza Shift\n" + "- możesz również poruszaÄ myszkÄ w lewo i prawo wraz z wciÅniÄtym lewym klawiszem."; Calendar._TT["PREV_YEAR"] = "Poprz. rok (przytrzymaj dla menu)"; Calendar._TT["PREV_MONTH"] = "Poprz. miesiÄ c (przytrzymaj dla menu)"; Calendar._TT["GO_TODAY"] = "Pokaż dziÅ"; Calendar._TT["NEXT_MONTH"] = "Nast. miesiÄ c (przytrzymaj dla menu)"; Calendar._TT["NEXT_YEAR"] = "Nast. rok (przytrzymaj dla menu)"; Calendar._TT["SEL_DATE"] = "Wybierz datÄ"; Calendar._TT["DRAG_TO_MOVE"] = "PrzesuÅ okienko"; Calendar._TT["PART_TODAY"] = " (dziÅ)"; Calendar._TT["MON_FIRST"] = "Pokaż PoniedziaÅek jako pierwszy"; Calendar._TT["SUN_FIRST"] = "Pokaż NiedzielÄ jako pierwszÄ "; Calendar._TT["CLOSE"] = "Zamknij"; Calendar._TT["TODAY"] = "DziÅ"; Calendar._TT["TIME_PART"] = "(Shift-)klik | drag, aby zmieniÄ wartoÅÄ"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%Y.%m.%d"; Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; Calendar._TT["WK"] = "wk"; --- NEW FILE: calendar-cs-utf8.js --- /* calendar-cs-win.js language: Czech encoding: windows-1250 author: Lubos Jerabek (xn...@se...) Jan Uhlir (esp...@ce...) */ // ** I18N Calendar._DN = new Array('NedÄle','PondÄlÃ','Ãterý','StÅeda','Ätvrtek','Pátek','Sobota','NedÄle'); Calendar._SDN = new Array('Ne','Po','Ãt','St','Ät','Pá','So','Ne'); Calendar._MN = new Array('Leden','Ãnor','BÅezen','Duben','KvÄten','Äerven','Äervenec','Srpen','ZáÅÃ','ÅÃjen','Listopad','Prosinec'); Calendar._SMN = new Array('Led','Ãno','BÅe','Dub','KvÄ','Ärv','Ävc','Srp','ZáÅ','ÅÃj','Lis','Pro'); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "O komponentÄ kalendáÅ"; Calendar._TT["TOGGLE"] = "ZmÄna prvnÃho dne v týdnu"; Calendar._TT["PREV_YEAR"] = "PÅedchozà rok (pÅidrž pro menu)"; Calendar._TT["PREV_MONTH"] = "PÅedchozà mÄsÃc (pÅidrž pro menu)"; Calendar._TT["GO_TODAY"] = "DneÅ¡nà datum"; Calendar._TT["NEXT_MONTH"] = "Dalšà mÄsÃc (pÅidrž pro menu)"; Calendar._TT["NEXT_YEAR"] = "Dalšà rok (pÅidrž pro menu)"; Calendar._TT["SEL_DATE"] = "Vyber datum"; Calendar._TT["DRAG_TO_MOVE"] = "ChyÅ¥ a táhni, pro pÅesun"; Calendar._TT["PART_TODAY"] = " (dnes)"; Calendar._TT["MON_FIRST"] = "Ukaž jako prvnà PondÄlÃ"; //Calendar._TT["SUN_FIRST"] = "Ukaž jako prvnà NedÄli"; Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "For latest version visit: http://www.dynarch.com/projects/calendar/\n" + "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + "\n\n" + "VýbÄr datumu:\n" + "- Use the \xab, \xbb buttons to select year\n" + "- Použijte tlaÄÃtka " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " k výbÄru mÄsÃce\n" + "- Podržte tlaÄÃtko myÅ¡i na jakémkoliv z tÄch tlaÄÃtek pro rychlejšà výbÄr."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "VýbÄr Äasu:\n" + "- KliknÄte na jakoukoliv z Äástà výbÄru Äasu pro zvýšenÃ.\n" + "- nebo Shift-click pro snÞenÃ\n" + "- nebo kliknÄte a táhnÄte pro rychlejšà výbÄr."; // the following is to inform that "%s" is to be the first day of week // %s will be replaced with the day name. Calendar._TT["DAY_FIRST"] = "Zobraz %s prvnÃ"; // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "ZavÅÃt"; Calendar._TT["TODAY"] = "Dnes"; Calendar._TT["TIME_PART"] = "(Shift-)Klikni nebo táhni pro zmÄnu hodnoty"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "d.m.yy"; Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; Calendar._TT["WK"] = "wk"; Calendar._TT["TIME"] = "Äas:"; --- NEW FILE: calendar-it.js --- // ** I18N // Calendar EN language // Author: Mihai Bazon, <mih...@ya...> // Translator: Fabio Di Bernardini, <alt...@em...> // Encoding: any // 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 ("Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica"); // 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. // short day names Calendar._SDN = new Array ("Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab", "Dom"); // full month names Calendar._MN = new Array ("Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Augosto", "Settembre", "Ottobre", "Novembre", "Dicembre"); // short month names Calendar._SMN = new Array ("Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "Informazioni sul calendario"; Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "Per gli aggiornamenti: http://www.dynarch.com/projects/calendar/\n" + "Distribuito sotto licenza GNU LGPL. Vedi http://gnu.org/licenses/lgpl.html per i dettagli." + "\n\n" + "Selezione data:\n" + "- Usa \xab, \xbb per selezionare l'anno\n" + "- Usa " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " per i mesi\n" + "- Tieni premuto a lungo il mouse per accedere alle funzioni di selezione veloce."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "Selezione orario:\n" + "- Clicca sul numero per incrementarlo\n" + "- o Shift+click per decrementarlo\n" + "- o click e sinistra o destra per variarlo."; Calendar._TT["PREV_YEAR"] = "Anno prec.(clicca a lungo per il menù)"; Calendar._TT["PREV_MONTH"] = "Mese prec. (clicca a lungo per il menù)"; Calendar._TT["GO_TODAY"] = "Oggi"; Calendar._TT["NEXT_MONTH"] = "Pross. mese (clicca a lungo per il menù)"; Calendar._TT["NEXT_YEAR"] = "Pross. anno (clicca a lungo per il menù)"; Calendar._TT["SEL_DATE"] = "Seleziona data"; Calendar._TT["DRAG_TO_MOVE"] = "Trascina per spostarlo"; Calendar._TT["PART_TODAY"] = " (oggi)"; // the following is to inform that "%s" is to be the first day of week // %s will be replaced with the day name. Calendar._TT["DAY_FIRST"] = "Mostra prima %s"; // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "Chiudi"; Calendar._TT["TODAY"] = "Oggi"; Calendar._TT["TIME_PART"] = "(Shift-)Click o trascina per cambiare il valore"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y"; Calendar._TT["TT_DATE_FORMAT"] = "%a:%b:%e"; Calendar._TT["WK"] = "set"; Calendar._TT["TIME"] = "Ora:"; --- NEW FILE: calendar-hr-old.js --- (This appears to be a binary file; contents omitted.) --- NEW FILE: calendar-sv.js --- // ** I18N // Calendar SV language (Swedish, svenska) // Author: Mihai Bazon, <mih...@ya...> // Translation team: <sv...@li...> // Translator: Leonard Norrgård <leo...@re...> // Last translator: Leonard Norrgård <leo...@re...> // 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"; --- NEW FILE: calendar-sk.js --- // ** I18N // Calendar SK language // Author: Peter Valach (pv...@gm...) // Encoding: utf-8 // Last update: 2003/10/29 // Distributed under the same terms as the calendar itself. // full day names Calendar._DN = new Array ("NedeÃľa", "Pondelok", "Utorok", "Streda", "Ĺ tvrtok", "Piatok", "Sobota", "NedeÃľa"); // short day names Calendar._SDN = new Array ("Ned", "Pon", "Uto", "Str", "Ĺ tv", "Pia", "Sob", "Ned"); // full month names Calendar._MN = new Array ("JanuÄËr", "FebruÄËr", "Marec", "AprÄÂl", "MÄËj", "JÄÅn", "JÄÅl", "August", "September", "OktÄÅber", "November", "December"); // short month names Calendar._SMN = new Array ("Jan", "Feb", "Mar", "Apr", "MÄËj", "JÄÅn", "JÄÅl", "Aug", "Sep", "Okt", "Nov", "Dec"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "O kalendÄËri"; Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + "PoslednÄÅ verziu nÄËjdete na: http://www.dynarch.com/projects/calendar/\n" + "DistribuovanÄ© pod GNU LGPL. ViÃŹ http://gnu.org/licenses/lgpl.html pre detaily." + "\n\n" + "VÄËber dÄËtumu:\n" + "- PouĹľite tlaÃŤidlÄË \xab, \xbb pre vÄËber roku\n" + "- PouĹľite tlaÃŤidlÄË " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " pre vÄËber mesiaca\n" + "- Ak ktorÄ©koÃľvek z tÄËchto tlaÃŤidiel podrĹľÄÂte dlhĹËie, zobrazÄ sa rÄËchly vÄËber."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "VÄËber ÃŤasu:\n" + "- Kliknutie na niektorÄÅ poloĹľku ÃŤasu ju zvÄËĹËi\n" + "- Shift-klik ju znÄÂĹľi\n" + "- Ak podrĹľÄÂte tlaÃŤÄÂtko stlaÃŤenÄ©, posÄÅvanÄÂm menÄÂte hodnotu."; Calendar._TT["PREV_YEAR"] = "PredoĹËlÄË rok (podrĹľte pre menu)"; Calendar._TT["PREV_MONTH"] = "PredoĹËlÄË mesiac (podrĹľte pre menu)"; Calendar._TT["GO_TODAY"] = "PrejsÄ¹Ä na dneĹËok"; Calendar._TT["NEXT_MONTH"] = "Nasl. mesiac (podrĹľte pre menu)"; Calendar._TT["NEXT_YEAR"] = "Nasl. rok (podrĹľte pre menu)"; Calendar._TT["SEL_DATE"] = "ZvoÃľte dÄËtum"; Calendar._TT["DRAG_TO_MOVE"] = "PodrĹľanÄÂm tlaÃŤÄÂtka zmenÄÂte polohu"; Calendar._TT["PART_TODAY"] = " (dnes)"; Calendar._TT["MON_FIRST"] = "ZobraziÄ¹Ä pondelok ako prvÄË"; Calendar._TT["SUN_FIRST"] = "ZobraziÄ¹Ä nedeÃľu ako prvÄÅ"; Calendar._TT["CLOSE"] = "ZavrieĹÄ"; Calendar._TT["TODAY"] = "Dnes"; Calendar._TT["TIME_PART"] = "(Shift-)klik/ĹÄahanie zmenÄ hodnotu"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "$d. %m. %Y"; Calendar._TT["TT_DATE_FORMAT"] = "%a, %e. %b"; Calendar._TT["WK"] = "tÄËĹľ"; --- NEW FILE: calendar-hr.js --- /* Croatian language file for the DHTML Calendar version 0.9.2 * Author Krunoslav Zubrinic <kru...@vi...>, June 2003. * Feel free to use this script under the terms of the GNU Lesser General * Public License, as long as you do not remove or alter this notice. */ Calendar._DN = new Array ("Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Äetvrtak", "Petak", "Subota", "Nedjelja"); Calendar._MN = new Array ("SijeÄanj", "VeljaÄa", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"); // tooltips Calendar._TT = {}; Calendar._TT["TOGGLE"] = "Promjeni dan s kojim poÄinje tjedan"; Calendar._TT["PREV_YEAR"] = "Prethodna godina (dugi pritisak za meni)"; Calendar._TT["PREV_MONTH"] = "Prethodni mjesec (dugi pritisak za meni)"; Calendar._TT["GO_TODAY"] = "Idi na tekuÄi dan"; Calendar._TT["NEXT_MONTH"] = "SlijedeÄi mjesec (dugi pritisak za meni)"; Calendar._TT["NEXT_YEAR"] = "SlijedeÄa godina (dugi pritisak za meni)"; Calendar._TT["SEL_DATE"] = "Izaberite datum"; Calendar._TT["DRAG_TO_MOVE"] = "Pritisni i povuci za promjenu pozicije"; Calendar._TT["PART_TODAY"] = " (today)"; Calendar._TT["MON_FIRST"] = "Prikaži ponedjeljak kao prvi dan"; Calendar._TT["SUN_FIRST"] = "Prikaži nedjelju kao prvi dan"; Calendar._TT["CLOSE"] = "Zatvori"; Calendar._TT["TODAY"] = "Danas"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-y"; Calendar._TT["TT_DATE_FORMAT"] = "DD, dd.mm.y"; Calendar._TT["WK"] = "Tje"; --- NEW FILE: calendar-du.js --- // ** I18N Calendar._DN = new Array ("Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"); Calendar._MN = new Array ("Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"); // tooltips Calendar._TT = {}; Calendar._TT["TOGGLE"] = "Toggle startdag van de week"; Calendar._TT["PREV_YEAR"] = "Vorig jaar (indrukken voor menu)"; Calendar._TT["PREV_MONTH"] = "Vorige month (indrukken voor menu)"; Calendar._TT["GO_TODAY"] = "Naar Vandaag"; Calendar._TT["NEXT_MONTH"] = "Volgende Maand (indrukken voor menu)"; Calendar._TT["NEXT_YEAR"] = "Volgend jaar (indrukken voor menu)"; Calendar._TT["SEL_DATE"] = "Selecteer datum"; Calendar._TT["DRAG_TO_MOVE"] = "Sleep om te verplaatsen"; Calendar._TT["PART_TODAY"] = " (vandaag)"; Calendar._TT["MON_FIRST"] = "Toon Maandag eerst"; Calendar._TT["SUN_FIRST"] = "Toon Zondag eerst"; Calendar._TT["CLOSE"] = "Sluiten"; Calendar._TT["TODAY"] = "Vandaag"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "y-mm-dd"; Calendar._TT["TT_DATE_FORMAT"] = "D, M d"; Calendar._TT["WK"] = "wk"; --- NEW FILE: cn_utf8.js --- // ** I18N // Calendar EN language // Author: Mihai Bazon, <mi...@in...> // Encoding: any // Translator : Niko <nik...@gm...> // 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 ("\u5468\u65e5",//\u5468\u65e5 "\u5468\u4e00",//\u5468\u4e00 "\u5468\u4e8c",//\u5468\u4e8c "\u5468\u4e09",//\u5468\u4e09 "\u5468\u56db",//\u5468\u56db "\u5468\u4e94",//\u5468\u4e94 "\u5468\u516d",//\u5468\u516d "\u5468\u65e5");//\u5468\u65e5 // 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. // short day names Calendar._SDN = new Array ("\u5468\u65e5", "\u5468\u4e00", "\u5468\u4e8c", "\u5468\u4e09", "\u5468\u56db", "\u5468\u4e94", "\u5468\u516d", "\u5468\u65e5"); // full month names Calendar._MN = new Array ("\u4e00\u6708", "\u4e8c\u6708", "\u4e09\u6708", "\u56db\u6708", "\u4e94\u6708", "\u516d\u6708", "\u4e03\u6708", "\u516b\u6708", "\u4e5d\u6708", "\u5341\u6708", "\u5341\u4e00\u6708", "\u5341\u4e8c\u6708"); // short month names Calendar._SMN = new Array ("\u4e00\u6708", "\u4e8c\u6708", "\u4e09\u6708", "\u56db\u6708", "\u4e94\u6708", "\u516d\u6708", "\u4e03\u6708", "\u516b\u6708", "\u4e5d\u6708", "\u5341\u6708", "\u5341\u4e00\u6708", "\u5341\u4e8c\u6708"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "\u5173\u4e8e"; Calendar._TT["ABOUT"] = " DHTML \u65e5\u8d77/\u65f6\u95f4\u9009\u62e9\u63a7\u4ef6\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "For latest version visit: \u6700\u65b0\u7248\u672c\u8bf7\u767b\u9646http://www.dynarch.com/projects/calendar/\u5bdf\u770b\n" + "\u9075\u5faaGNU LGPL. \u7ec6\u8282\u53c2\u9605 http://gnu.org/licenses/lgpl.html" + "\n\n" + "\u65e5\u671f\u9009\u62e9:\n" + "- \u70b9\u51fb\xab(\xbb)\u6309\u94ae\u9009\u62e9\u4e0a(\u4e0b)\u4e00\u5e74\u5ea6.\n" + "- \u70b9\u51fb" + String.fromCharCode(0x2039) + "(" + String.fromCharCode(0x203a) + ")\u6309\u94ae\u9009\u62e9\u4e0a(\u4e0b)\u4e2a\u6708\u4efd.\n" + "- \u957f\u65f6\u95f4\u6309\u7740\u6309\u94ae\u5c06\u51fa\u73b0\u66f4\u591a\u9009\u62e9\u9879."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "\u65f6\u95f4\u9009\u62e9:\n" + "-\u5728\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\u4e0a\u5355\u51fb\u9f20\u6807\u5de6\u952e\u6765\u589e\u52a0\u5f53\u524d\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\n" + "-\u5728\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\u4e0a\u6309\u4f4fShift\u952e\u540e\u5355\u51fb\u9f20\u6807\u5de6\u952e\u6765\u51cf\u5c11\u5f53\u524d\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)."; Calendar._TT["PREV_YEAR"] = "\u4e0a\u4e00\u5e74"; Calendar._TT["PREV_MONTH"] = "\u4e0a\u4e2a\u6708"; Calendar._TT["GO_TODAY"] = "\u5230\u4eca\u5929"; Calendar._TT["NEXT_MONTH"] = "\u4e0b\u4e2a\u6708"; Calendar._TT["NEXT_YEAR"] = "\u4e0b\u4e00\u5e74"; Calendar._TT["SEL_DATE"] = "\u9009\u62e9\u65e5\u671f"; Calendar._TT["DRAG_TO_MOVE"] = "\u62d6\u52a8"; Calendar._TT["PART_TODAY"] = " (\u4eca\u5929)"; // the following is to inform that "%s" is to be the first day of week // %s will be replaced with the day name. Calendar._TT["DAY_FIRST"] = "%s\u4e3a\u8fd9\u5468\u7684\u7b2c\u4e00\u5929"; // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "\u5173\u95ed"; Calendar._TT["TODAY"] = "\u4eca\u5929"; Calendar._TT["TIME_PART"] = "(\u6309\u7740Shift\u952e)\u5355\u51fb\u6216\u62d6\u52a8\u6539\u53d8\u503c"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e\u65e5"; Calendar._TT["WK"] = "\u5468"; Calendar._TT["TIME"] = "\u65f6\u95f4:"; --- NEW FILE: calendar-sp.js --- // ** I18N // Calendar SP language // Author: Rafael Velasco <rvu_at_idecnet_dot_com> // Encoding: any // 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 ("Domingo", "Lunes", "Martes", "Miercoles", "Jueves", "Viernes", "Sabado", "Domingo"); Calendar._SDN = new Array ("Dom", "Lun", "Mar", "Mie", "Jue", "Vie", "Sab", "Dom"); // full month names Calendar._MN = new Array ("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"); // short month names Calendar._SMN = new Array ("Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "Información del Calendario"; Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "Nuevas versiones en: http://www.dynarch.com/projects/calendar/\n" + "Distribuida bajo licencia GNU LGPL. Para detalles vea http://gnu.org/licenses/lgpl.html ." + "\n\n" + "Selección de Fechas:\n" + "- Use \xab, \xbb para seleccionar el año\n" + "- Use " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " para seleccionar el mes\n" + "- Mantenga presionado el botón del ratón en cualquiera de las opciones superiores para un acceso rapido ."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "Selección del Reloj:\n" + "- Seleccione la hora para cambiar el reloj\n" + "- o presione Shift-click para disminuirlo\n" + "- o presione click y arrastre del ratón para una selección rapida."; Calendar._TT["PREV_YEAR"] = "Año anterior (Presione para menu)"; Calendar._TT["PREV_MONTH"] = "Mes Anterior (Presione para menu)"; Calendar._TT["GO_TODAY"] = "Ir a Hoy"; Calendar._TT["NEXT_MONTH"] = "Mes Siguiente (Presione para menu)"; Calendar._TT["NEXT_YEAR"] = "Año Siguiente (Presione para menu)"; Calendar._TT["SEL_DATE"] = "Seleccione fecha"; Calendar._TT["DRAG_TO_MOVE"] = "Arrastre y mueva"; Calendar._TT["PART_TODAY"] = " (Hoy)"; // the following is to inform that "%s" is to be the first day of week // %s will be replaced with the day name. Calendar._TT["DAY_FIRST"] = "Mostrar %s primero"; // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "Cerrar"; Calendar._TT["TODAY"] = "Hoy"; Calendar._TT["TIME_PART"] = "(Shift-)Click o arrastra para cambar el valor"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%dd-%mm-%yy"; Calendar._TT["TT_DATE_FORMAT"] = "%A, %e de %B de %Y"; Calendar._TT["WK"] = "Sm"; Calendar._TT["TIME"] = "Hora:"; --- NEW FILE: calendar-es.js --- // ** I18N // Calendar ES (spanish) language // Author: Mihai Bazon, <mih...@ya...> // Updater: Servilio Afre Puentes <ser...@ya...> // Updated: 2004-06-03 // Encoding: utf-8 // 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 ("Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado", "Domingo"); // 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. // short day names Calendar._SDN = new Array ("Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb", "Dom"); // First day of the week. "0" means display Sunday first, "1" means display // Monday first, etc. Calendar._FD = 1; // full month names Calendar._MN = new Array ("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"); // short month names Calendar._SMN = new Array ("Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "Acerca del calendario"; Calendar._TT["ABOUT"] = "Selector DHTML de Fecha/Hora\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "Para conseguir la última versión visite: http://www.dynarch.com/projects/calendar/\n" + "Distribuido bajo licencia GNU LGPL. Visite http://gnu.org/licenses/lgpl.html para más detalles." + "\n\n" + "Selección de fecha:\n" + "- Use los botones \xab, \xbb para seleccionar el año\n" + "- Use los botones " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " para seleccionar el mes\n" + "- Mantenga pulsado el ratón en cualquiera de estos botones para una selección rápida."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "Selección de hora:\n" + "- Pulse en cualquiera de las partes de la hora para incrementarla\n" + "- o pulse las mayúsculas mientras hace clic para decrementarla\n" + "- o haga clic y arrastre el ratón para una selección más rápida."; Calendar._TT["PREV_YEAR"] = "Año anterior (mantener para menú)"; Calendar._TT["PREV_MONTH"] = "Mes anterior (mantener para menú)"; Calendar._TT["GO_TODAY"] = "Ir a hoy"; Calendar._TT["NEXT_MONTH"] = "Mes siguiente (mantener para menú)"; Calendar._TT["NEXT_YEAR"] = "Año siguiente (mantener para menú)"; Calendar._TT["SEL_DATE"] = "Seleccionar fecha"; Calendar._TT["DRAG_TO_MOVE"] = "Arrastrar para mover"; Calendar._TT["PART_TODAY"] = " (hoy)"; // the following is to inform that "%s" is to be the first day of week // %s will be replaced with the day name. Calendar._TT["DAY_FIRST"] = "Hacer %s primer día de la semana"; // This may be locale-dependent. It specifies the week-end days, as an array // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 // means Monday, etc. Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "Cerrar"; Calendar._TT["TODAY"] = "Hoy"; Calendar._TT["TIME_PART"] = "(Mayúscula-)Clic o arrastre para cambiar valor"; // date formats Calendar._TT["DEF_DATE_FORMAT"] = "%d/%m/%Y"; Calendar._TT["TT_DATE_FORMAT"] = "%A, %e de %B de %Y"; Calendar._TT["WK"] = "sem"; Calendar._TT["TIME"] = "Hora:"; --- NEW FILE: calendar-lv.js --- // ** I18N // Calendar LV language // Author: Juris Valdovskis, <ju...@dc...> // Encoding: cp1257 // 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 ("Svçtdiena", "Pirmdiena", "Otrdiena", "Treðdiena", "Ceturdiena", "Piektdiena", "Sestdiena", "Svçtdiena"); // 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. // short day names Calendar._SDN = new Array ("Sv", "Pr", "Ot", "Tr", "Ce", "Pk", "Se", "Sv"); // full month names Calendar._MN = new Array ("Janvâris", "Februâris", "Marts", "Aprîlis", "Maijs", "Jûnijs", "Jûlijs", "Augusts", "Septembris", "Oktobris", "Novembris", "Decembris"); // short month names Calendar._SMN = new Array ("Jan", "Feb", "Mar", "Apr", "Mai", "Jûn", "Jûl", "Aug", "Sep", "Okt", "Nov", "Dec"); // tooltips Calendar._TT = {}; Calendar._TT["INFO"] = "Par kalendâru"; Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) "For latest version visit: http://www.dynarch.com/projects/calendar/\n" + "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + "\n\n" + "Datuma izvçle:\n" + "- Izmanto \xab, \xbb pogas, lai izvçlçtos gadu\n" + "- Izmanto " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "pogas, lai... [truncated message content] |
|
From: Olivier S. <et...@us...> - 2016-05-05 19:21:50
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/jscalendar-1.0/doc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12353/externe/html5Forms.js-master/shared/js/jscalendar-1.0/doc Added Files: reference.pdf Log Message: --- NEW FILE: reference.pdf --- (This appears to be a binary file; contents omitted.) |
|
From: Olivier S. <et...@us...> - 2016-05-05 19:21:49
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/frequency-decoder.com In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12353/externe/html5Forms.js-master/shared/js/frequency-decoder.com Added Files: slider.js Log Message: --- NEW FILE: slider.js --- /* Unobtrusive Slider Control by frequency decoder v2.6 (http://www.frequency-decoder.com/) Released under a creative commons Attribution-Share Alike 3.0 Unported license (http://creativecommons.org/licenses/by-sa/3.0/) You are free: * to copy, distribute, display, and perform the work * to make derivative works * to make commercial use of the work Under the following conditions: by Attribution. -------------- You must attribute the work in the manner specified by the author or licensor. sa -- Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. * For any reuse or distribution, you must make clear to others the license terms of this work. * Any of these conditions can be waived if you get permission from the copyright holder. */ var fdSliderController = (function() { var sliders = {}, uniqueid = 0, mouseWheelEnabled = true; var removeMouseWheelSupport = function() { mouseWheelEnabled = false; }; var addEvent = function(obj, type, fn) { if( obj.attachEvent ) { obj["e"+type+fn] = fn; obj[type+fn] = function(){obj["e"+type+fn]( window.event );}; obj.attachEvent( "on"+type, obj[type+fn] ); } else { obj.addEventListener( type, fn, true ); } }; var removeEvent = function(obj, type, fn) { if( obj.detachEvent ) { try { obj.detachEvent( "on"+type, obj[type+fn] ); obj[type+fn] = null; } catch(err) { }; } else { obj.removeEventListener( type, fn, true ); } }; var stopEvent = function(e) { if(e == null) e = document.parentWindow.event; if(e.stopPropagation) { e.stopPropagation(); e.preventDefault(); }; /*@cc_on@*/ /*@if(@_win32) e.cancelBubble = true; e.returnValue = false; /*@end@*/ return false; }; var joinNodeLists = function() { if(!arguments.length) { return []; }; var nodeList = []; for (var i = 0; i < arguments.length; i++) { for (var j = 0, item; item = arguments[i][j]; j++) { nodeList[nodeList.length] = item; }; }; return nodeList; }; // Function by Artem B. with a minor change by f.d. var parseCallbacks = function(cbs) { if(cbs == null) { return {}; }; var func, type, cbObj = {}, parts, obj; for(var i = 0, fn; fn = cbs[i]; i++) { type = fn.match(/(fd_slider_cb_(update|create|destroy|redraw|move|focus|blur|enable|disable)_)([^\s|$]+)/i)[1]; fn = fn.replace(new RegExp("^"+type), "").replace(/-/g, "."); type = type.replace(/^fd_slider_cb_/i, "").replace(/_$/, ""); try { if(fn.indexOf(".") != -1) { parts = fn.split('.'); obj = window; for (var x = 0, part; part = obj[parts[x]]; x++) { if(part instanceof Function) { (function() { var method = part; func = function (data) { method.apply(obj, [data]) }; })(); } else { obj = part; }; }; } else { func = window[fn]; }; if(!(func instanceof Function)) continue; if(!(type in cbObj)) { cbObj[type] = []; }; cbObj[type][cbObj[type].length] = func; } catch (err) {}; }; return cbObj; }; var parseClassNames = function(cbs) { if(cbs == null) { return ""; }; var cns = []; for(var i = 0, cn; cn = cbs[i]; i++) { cns[cns.length] = cn.replace(/^fd_slider_cn_/, ""); }; return cns.join(" "); }; var createSlider = function(options) { if(!options || !options.inp || !options.inp.id) { return false; }; destroySingleSlider(options.inp.id); sliders[options.inp.id] = new fdSlider(options); return true; }; var init = function( elem ) { var ranges = /fd_range_([-]{0,1}[0-9]+(d[0-9]+){0,1}){1}_([-]{0,1}[0-9]+(d[0-9]+){0,1}){1}/i, increment = /fd_inc_([-]{0,1}[0-9]+(d[0-9]+){0,1}){1}/, kIncrement = /fd_maxinc_([-]{0,1}[0-9]+(d[0-9]+){0,1}){1}/, callbacks = /((fd_slider_cb_(update|create|destroy|redraw|move|focus|blur|enable|disable)_)([^\s|$]+))/ig, classnames = /(fd_slider_cn_([a-zA-Z0-9_\-]+))/ig, inputs = elem && elem.tagName && elem.tagName.search(/input|select/i) != -1 ? [elem] : joinNodeLists(document.getElementsByTagName('input'), document.getElementsByTagName('select')), range, tmp, options; for(var i = 0, inp; inp = inputs[i]; i++) { if((inp.tagName.toLowerCase() == "input" && inp.type == "text" && (inp.className.search(ranges) != -1 || inp.className.search(/fd_slider/) != -1)) || (inp.tagName.toLowerCase() == "select" && inp.className.search(/fd_slider/) != -1)) { // If we haven't been passed a specific id and the slider exists then continue if(!elem && inp.id && document.getElementById("fd-slider-"+inp.id)) { continue; }; // Create an id if necessary if(!inp.id) { inp.id == "sldr" + uniqueid++; }; options = { inp: inp, inc: inp.className.search(increment) != -1 ? inp.className.match(increment)[0].replace("fd_inc_", "").replace("d",".") : "1", maxInc: inp.className.search(kIncrement) != -1 ? inp.className.match(kIncrement)[0].replace("fd_maxinc_", "").replace("d",".") : false, range: [0,100], callbacks: parseCallbacks(inp.className.match(callbacks)), classNames: parseClassNames(inp.className.match(classnames)), tween: inp.className.search(/fd_tween/i) != -1, vertical: inp.className.search(/fd_vertical/i) != -1, hideInput: inp.className.search(/fd_hide_input/i) != -1, clickJump: inp.className.search(/fd_jump/i) != -1, fullARIA: inp.className.search(/fd_full_aria/i) != -1, noMouseWheel: inp.className.search(/fd_disable_mousewheel/i) != -1 }; if(inp.tagName.toLowerCase() == "select") { options.range = [0, inp.options.length - 1]; } else if(inp.className.search(ranges) != -1) { range = inp.className.match(ranges)[0].replace("fd_range_", "").replace(/d/g,".").split("_"); options.range = [range[0], range[1]]; }; createSlider(options); }; }; return true; }; var destroySingleSlider = function(id) { if(id in sliders) { sliders[id].destroy(); delete sliders[id]; return true; }; return false; }; var destroyAllsliders = function(e) { for(slider in sliders) { sliders[slider].destroy(); }; }; var unload = function(e) { destroyAllsliders(); sliders = null; removeEvent(window, "unload", unload); removeEvent(window, "resize", resize); removeOnloadEvent(); }; var resize = function(e) { for(slider in sliders) { sliders[slider].onResize(); }; }; var removeOnloadEvent = function() { removeEvent(window, "load", init); /*@cc_on@*/ /*@if(@_win32) removeEvent(window, "load", function() { setTimeout(onload, 200) }); /*@end@*/ }; function fdSlider(options) { var inp = options.inp, disabled = false, tagName = inp.tagName.toLowerCase(), min = +options.range[0], max = +options.range[1], range = Math.abs(max - min), inc = tagName == "select" ? 1 : +options.inc||1, maxInc = options.maxInc && options.maxInc != 'undefined' ? options.maxInc : inc * 2; // alert(options.maxInc + "," + maxInc) var precision = options.inc.search(".") != -1 ? options.inc.substr(options.inc.indexOf(".")+1, options.inc.length - 1).length : 0, steps = Math.ceil(range / inc), useTween = !!options.tween, fullARIA = !!options.fullARIA, hideInput = !!options.hideInput, clickJump = useTween ? false : !!options.clickJump, vertical = !!options.vertical, callbacks = options.callbacks, classNames = options.classNames, noMWheel = !!options.noMouseWheel, timer = null, kbEnabled = true, sliderH = 0, sliderW = 0, tweenX = 0, tweenB = 0, tweenC = 0, tweenD = 0, frame = 0, x = 0, y = 0, maxPx = 0, handlePos = 0, destPos = 0, mousePos = 0, deltaPx = 0, stepPx = 0, self = this, changeList = {}, initVal = null, outerWrapper, wrapper, handle, bar; if(max < min) { inc = -inc; maxInc = -maxInc; }; function disableSlider(noCallback) { if(disabled && !noCallback) { return; }; try { removeEvent(outerWrapper, "mouseover", onMouseOver); removeEvent(outerWrapper, "mouseout", onMouseOut); removeEvent(outerWrapper, "mousedown", onMouseDown); removeEvent(handle, "focus", onFocus); removeEvent(handle, "blur", onBlur); if(!window.opera) { removeEvent(handle, "keydown", onKeyDown); removeEvent(handle, "keypress", onKeyPress); } else { removeEvent(handle, "keypress", onKeyDown); }; removeEvent(handle, "mousedown", onHandleMouseDown); removeEvent(handle, "mouseup", onHandleMouseUp); if(mouseWheelEnabled && !noMWheel) { if (window.addEventListener && !window.devicePixelRatio) window.removeEventListener('DOMMouseScroll', trackMouseWheel, false); else { removeEvent(document, "mousewheel", trackMouseWheel); removeEvent(window, "mousewheel", trackMouseWheel); }; }; } catch(err) {}; clearTimeout(timer); outerWrapper.className = outerWrapper.className.replace("slider-disabled", "") + " slider-disabled"; outerWrapper.setAttribute("aria-disabled", true); inp.disabled = disabled = true; if(!noCallback) { callback("disable"); }; }; function enableSlider(noCallback) { if(!disabled && !noCallback) return; addEvent(outerWrapper, "mouseover", onMouseOver); addEvent(outerWrapper, "mouseout", onMouseOut); addEvent(outerWrapper, "mousedown", onMouseDown); if(!window.opera) { addEvent(handle, "keydown", onKeyDown); addEvent(handle, "keypress", onKeyPress); } else { addEvent(handle, "keypress", onKeyDown); }; addEvent(handle, "focus", onFocus); addEvent(handle, "blur", onBlur); addEvent(handle, "mousedown", onHandleMouseDown); addEvent(handle, "mouseup", onHandleMouseUp); outerWrapper.className = outerWrapper.className.replace("slider-disabled", ""); outerWrapper.setAttribute("aria-disabled", false); inp.disabled = disabled = false; if(!noCallback) { callback("enable"); }; }; function destroySlider() { try { disableSlider(); outerWrapper.parentNode.removeChild(outerWrapper); } catch(err) {}; wrapper = bar = handle = outerWrapper = timer = null; callback("destroy"); callbacks = null; }; function redraw() { locate(); // Internet Explorer requires the try catch try { var sW = outerWrapper.offsetWidth, sH = outerWrapper.offsetHeight, hW = handle.offsetWidth, hH = handle.offsetHeight, bH = bar.offsetHeight, bW = bar.offsetWidth; maxPx = vertical ? sH - hH : sW - hW; stepPx = maxPx / steps; deltaPx = maxPx / Math.ceil(range / maxInc); sliderW = sW; sliderH = sH; valueToPixels(); } catch(err) { }; callback("redraw"); }; function callback(type) { var cbObj = {"elem":inp, "value":tagName == "select" ? inp.options[inp.selectedIndex].value : inp.value}; if(type in callbacks) { for(var i = 0, func; func = callbacks[type][i]; i++) { func(cbObj); }; }; }; function onFocus(e) { outerWrapper.className = outerWrapper.className.replace('focused','') + ' focused'; if(mouseWheelEnabled && !noMWheel) { addEvent(window, 'DOMMouseScroll', trackMouseWheel); addEvent(document, 'mousewheel', trackMouseWheel); if(!window.opera) addEvent(window, 'mousewheel', trackMouseWheel); }; callback("focus"); }; function onBlur(e) { outerWrapper.className = outerWrapper.className.replace(/focused|fd-fc-slider-hover|fd-slider-hover/g,''); if(mouseWheelEnabled && !noMWheel) { removeEvent(document, 'mousewheel', trackMouseWheel); removeEvent(window, 'DOMMouseScroll', trackMouseWheel); if(!window.opera) removeEvent(window, 'mousewheel', trackMouseWheel); }; callback("blur"); }; function trackMouseWheel(e) { if(!kbEnabled) return; e = e || window.event; var delta = 0; if (e.wheelDelta) { delta = e.wheelDelta/120; if (window.opera && window.opera.version() < 9.2) delta = -delta; } else if(e.detail) { delta = -e.detail/3; }; if(vertical) { delta = -delta; }; if(delta) { var xtmp = vertical ? handle.offsetTop : handle.offsetLeft; xtmp = (delta < 0) ? Math.ceil(xtmp + deltaPx) : Math.floor(xtmp - deltaPx); pixelsToValue(Math.min(Math.max(xtmp, 0), maxPx)); } return stopEvent(e); }; function onKeyPress(e) { e = e || document.parentWindow.event; if ((e.keyCode >= 33 && e.keyCode <= 40) || !kbEnabled || e.keyCode == 45 || e.keyCode == 46) { return stopEvent(e); }; return true; }; function onKeyDown(e) { if(!kbEnabled) return true; e = e || document.parentWindow.event; var kc = e.keyCode != null ? e.keyCode : e.charCode; if ( kc < 33 || (kc > 40 && (kc != 45 && kc != 46))) return true; var value = tagName == "input" ? parseFloat(inp.value) : inp.selectedIndex; if(isNaN(value) || value < Math.min(min,max)) value = Math.min(min,max); if( kc == 37 || kc == 40 || kc == 46 || kc == 34) { // left, down, ins, page down value -= (e.ctrlKey || kc == 34 ? maxInc : inc) } else if( kc == 39 || kc == 38 || kc == 45 || kc == 33) { // right, up, del, page up value += (e.ctrlKey || kc == 33 ? maxInc : inc) } else if( kc == 35 ) { // max value = max; } else if( kc == 36 ) { // min value = min; }; valueToPixels(value); callback("update"); // Opera doesn't let us cancel key events so the up/down arrows and home/end buttons will scroll the screen - which sucks return stopEvent(e); }; function onMouseOver( e ) { /*@cc_on@*/ /*@if(@_jscript_version <= 5.6) if(this.className.search(/focused/) != -1) { this.className = this.className.replace("fd-fc-slider-hover", "") +' fd-fc-slider-hover'; return; } /*@end@*/ this.className = this.className.replace(/fd\-slider\-hover/g,"") +' fd-slider-hover'; }; function onMouseOut( e ) { /*@cc_on@*/ /*@if(@_jscript_version <= 5.6) if(this.className.search(/focused/) != -1) { this.className = this.className.replace("fd-fc-slider-hover", ""); return; } /*@end@*/ this.className = this.className.replace(/fd\-slider\-hover/g,""); }; function onHandleMouseUp(e) { e = e || window.event; removeEvent(document, 'mousemove', trackMouse); removeEvent(document, 'mouseup', onHandleMouseUp); kbEnabled = true; // Opera fires the blur event when the mouseup event occurs on a button, so we attept to force a focus if(window.opera) try { setTimeout(function() { onfocus(); }, 0); } catch(err) {}; document.body.className = document.body.className.replace(/slider-drag-vertical|slider-drag-horizontal/g, ""); return stopEvent(e); }; function onHandleMouseDown(e) { e = e || window.event; mousePos = vertical ? e.clientY : e.clientX; handlePos = parseInt(vertical ? handle.offsetTop : handle.offsetLeft)||0; kbEnabled = false; clearTimeout(timer); timer = null; addEvent(document, 'mousemove', trackMouse); addEvent(document, 'mouseup', onHandleMouseUp); // Force a "focus" on the button on mouse events if(window.devicePixelRatio || (document.all && !window.opera)) try { setTimeout(function() { handle.focus(); }, 0); } catch(err) {}; document.body.className += " slider-drag-" + (vertical ? "vertical" : "horizontal"); }; function onMouseUp( e ) { e = e || window.event; removeEvent(document, 'mouseup', onMouseUp); if(!useTween) { clearTimeout(timer); timer = null; kbEnabled = true; }; return stopEvent(e); }; function trackMouse( e ) { e = e || window.event; pixelsToValue(snapToNearestValue(handlePos + (vertical ? e.clientY - mousePos : e.clientX - mousePos))); }; function onMouseDown( e ) { e = e || window.event; var targ; if (e.target) targ = e.target; else if (e.srcElement) targ = e.srcElement; if (targ.nodeType == 3) targ = targ.parentNode; if(targ.className.search("fd-slider-handle") != -1) { return true; }; try { setTimeout(function() { handle.focus(); }, 0); } catch(err) { }; clearTimeout(timer); locate(); timer = null; kbEnabled = false; var posx = 0, sLft = 0, sTop = 0; // Internet Explorer doctype woes if (document.documentElement && document.documentElement.scrollTop) { sTop = document.documentElement.scrollTop; sLft = document.documentElement.scrollLeft; } else if (document.body) { sTop = document.body.scrollTop; sLft = document.body.scrollLeft; }; if (e.pageX) posx = vertical ? e.pageY : e.pageX; else if (e.clientX) posx = vertical ? e.clientY + sTop : e.clientX + sLft; posx -= vertical ? y + Math.round(handle.offsetHeight / 2) : x + Math.round(handle.offsetWidth / 2); posx = snapToNearestValue(posx); if(useTween) { tweenTo(posx); } else if(clickJump) { pixelsToValue(posx); } else { addEvent(document, 'mouseup', onMouseUp); destPos = posx; onTimer(); }; }; function incrementHandle(numOfSteps) { var value = tagName == "input" ? parseFloat(inp.value) : inp.selectedIndex; if(isNaN(value) || value < Math.min(min,max)) value = Math.min(min,max); value += inc * numOfSteps; valueToPixels(value); }; function snapToNearestValue(px) { var rem = px % stepPx; if(rem && rem >= (stepPx / 2)) { px += (stepPx - rem); } else { px -= rem; }; return Math.min(Math.max(parseInt(px, 10), 0), maxPx); }; function locate(){ var curleft = 0, curtop = 0, obj = outerWrapper; // Try catch for IE's benefit try { while (obj.offsetParent) { curleft += obj.offsetLeft; curtop += obj.offsetTop; obj = obj.offsetParent; }; } catch(err) {}; x = curleft; y = curtop; }; function onTimer() { var xtmp = vertical ? handle.offsetTop : handle.offsetLeft; xtmp = Math.round((destPos < xtmp) ? Math.max(destPos, Math.floor(xtmp - deltaPx)) : Math.min(destPos, Math.ceil(xtmp + deltaPx))); pixelsToValue(xtmp); if(xtmp != destPos) timer = setTimeout(onTimer, steps > 20 ? 50 : 100); else kbEnabled = true; }; var tween = function(){ frame++; var c = tweenC, d = 20, t = frame, b = tweenB, x = Math.ceil((t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b); pixelsToValue(t == d ? tweenX : x); callback("move"); if(t!=d) timer = setTimeout(tween, 20); else { clearTimeout(timer); timer = null; kbEnabled = true; }; }; function tweenTo(tx){ kbEnabled = false; tweenX = parseInt(tx, 10); tweenB = parseInt(vertical ? handle.style.top : handle.style.left, 10); tweenC = tweenX - tweenB; tweenD = 20; frame = 0; if(!timer) timer = setTimeout(tween, 20); }; function pixelsToValue(px) { //jslog.debug(DebugHelpers.getStackTrace()) handle.style[vertical ? "top" : "left"] = px + "px"; var val = min + (Math.round(px / stepPx) * inc); setInputValue((tagName == "select" || inc == 1) ? Math.round(val) : val); }; function valueToPixels(val) { var value = isNaN(val) ? tagName == "input" ? parseFloat(inp.value) : inp.selectedIndex : val; if(isNaN(value) || value < Math.min(min,max)) value = Math.min(min,max); else if(value > Math.max(min,max)) value = Math.max(min,max); setInputValue(value); handle.style[vertical ? "top" : "left"] = Math.round(((value - min) / inc) * stepPx) + "px"; }; function setInputValue(val) { val = isNaN(val) ? min : val; if(tagName == "select") { try { val = parseInt(val, 10); if(inp.selectedIndex == val) return; inp.options[val].selected = true; } catch (err) {}; } else { val = (min + (Math.round((val - min) / inc) * inc)).toFixed(precision); if(inp.value == val) return; inp.value = val; }; updateAriaValues(); callback("update"); }; function findLabel() { var label; if(inp.parentNode && inp.parentNode.tagName.toLowerCase() == "label") label = inp.parentNode; else { var labelList = document.getElementsByTagName('label'); // loop through label array attempting to match each 'for' attribute to the id of the current element for(var i = 0, lbl; lbl = labelList[i]; i++) { // Internet Explorer requires the htmlFor test if((lbl['htmlFor'] && lbl['htmlFor'] == inp.id) || (lbl.getAttribute('for') == inp.id)) { label = lbl; break; }; }; }; if(label && !label.id) { label.id = inp.id + "_label"; }; return label; }; function updateAriaValues() { handle.setAttribute("aria-valuenow", tagName == "select" ? inp.options[inp.selectedIndex].value : inp.value); handle.setAttribute("aria-valuetext", tagName == "select" ? inp.options[inp.selectedIndex].text : inp.value); }; function onChange( e ) { valueToPixels(); callback("update"); return true; }; (function() { if(hideInput) { inp.className += " fd_hide_slider_input"; } else { addEvent(inp, 'change', onChange); }; outerWrapper = document.createElement('div'); outerWrapper.className = "fd-slider" + (vertical ? "-vertical " : " ") + classNames; outerWrapper.id = "fd-slider-" + inp.id; wrapper = document.createElement('span'); wrapper.className = "fd-slider-inner"; bar = document.createElement('span'); bar.className = "fd-slider-bar"; if(fullARIA) { handle = document.createElement('span'); handle.setAttribute(!/*@cc_on!@*/false ? "tabIndex" : "tabindex", "0"); } else { handle = document.createElement('button'); handle.setAttribute("type", "button"); }; handle.className = "fd-slider-handle"; handle.appendChild(document.createTextNode(String.fromCharCode(160))); outerWrapper.appendChild(wrapper); outerWrapper.appendChild(bar); outerWrapper.appendChild(handle); inp.parentNode.insertBefore(outerWrapper, inp); /*@cc_on@*/ /*@if(@_win32) handle.unselectable = "on"; bar.unselectable = "on"; wrapper.unselectable = "on"; outerWrapper.unselectable = "on"; /*@end@*/ // Add ARIA accessibility info programmatically handle.setAttribute("role", "slider"); handle.setAttribute("aria-valuemin", min); handle.setAttribute("aria-valuemax", max); var lbl = findLabel(); if(lbl) { handle.setAttribute("aria-labelledby", lbl.id); handle.id = "fd-slider-handle-" + inp.id; /*@cc_on /*@if(@_win32) lbl.setAttribute("htmlFor", handle.id); @else @*/ lbl.setAttribute("for", handle.id); /*@end @*/ }; // Are there page instructions - the creation of the instructions has been left up to you fine reader... if(document.getElementById("fd_slider_describedby")) { handle.setAttribute("aria-describedby", "fd_slider_describedby"); // aaa:describedby }; if(inp.getAttribute("disabled") == true) { disableSlider(true); } else { enableSlider(true); }; updateAriaValues(); callback("create"); redraw(); })(); return { onResize: function(e) { if(outerWrapper.offsetHeight != sliderH || outerWrapper.offsetWidth != sliderW) { redraw(); }; }, destroy: function() { destroySlider(); }, reset: function() { valueToPixels(); }, increment: function(n) { incrementHandle(n); }, disable: function() { disableSlider(); }, enable: function() { enableSlider(); } }; }; addEvent(window, "load", init); addEvent(window, "unload", unload); addEvent(window, "resize", resize); /*@cc_on@*/ /*@if(@_win32) var { for(slider in sliders) { sliders[slider].reset(); } }; addEvent(window, "load", function() { setTimeout(onload, 200) }); /*@end@*/ return { create: function(elem) { init(elem) }, createSlider: function(opts) { createSlider(opts); }, destroyAll: function() { destroyAllsliders(); }, destroySlider: function(id) { return destroySingleSlider(id); }, redrawAll: function() { resize(); }, increment: function(id, numSteps) { if(!(id in sliders)) { return false; }; sliders[id].increment(numSteps); }, addEvent: addEvent, removeEvent: removeEvent, stopEvent: stopEvent, updateSlider: function(id) { if(!(id in sliders)) { return false; }; sliders[id].reset(); }, disableMouseWheel: function() { removeMouseWheelSupport(); }, removeOnLoadEvent: function() { removeOnloadEvent(); }, disableSlider: function(id) { if(!(id in sliders)) { return false; }; sliders[id].disable(); }, enableSlider: function(id) { if(!(id in sliders)) { return false; }; sliders[id].enable(); } } })(); |
|
From: Olivier S. <et...@us...> - 2016-05-05 19:21:48
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12353/externe/html5Forms.js-master Added Files: .DS_Store .project README.md bower.json Log Message: --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>html5Widgets</name> <comment></comment> <projects> </projects> <buildSpec> </buildSpec> <natures> </natures> </projectDescription> --- NEW FILE: .DS_Store --- (This appears to be a binary file; contents omitted.) --- NEW FILE: bower.json --- { "name": "html5Forms.js", "version": "1.2.0", "homepage": "http://www.useragentman.com/blog/2010/07/27/creating-cross-browser-html5-forms-now-using-modernizr-webforms2-and-html5widgets-2/", "authors": [ "Zoltan Hawryluk <zol...@gm...>" ], "description": "HTML5Forms is a polyfill for the HTML5 Forms specification. It also corrects problems with existing native implementations.", "main": "shared/js/html5Forms.js", "keywords": [ "html5Forms", "html5Widgets", "$wf2", "fdSliderController", "Calendar", "jscolor" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] } --- NEW FILE: README.md --- HTML5Forms.js is a JavaScript polyfill that implements a subset of the HTML5 Forms module in all browsers. The script will only add support for the different parts of the module when there doesn't exist a native implementation. HTML5Forms supports the following HTML5 input types: * range * date * datetime * datetime-local * week * color It also supports: * form validation (via "required" and "pattern" attributes) * the autofocus attribute (i.e. focusing on a particular form element onload) * the placeholder attribute (i.e. descriptive text of what should be in a form field) * the output tag (solves equations of form elements) * CSS styling of form validation states (simulates :invalid and :valid in unsupported browsers like IE9 and lower) * CSS styling of form elements that are not included in the CSS3 UI specification, but I think are useful for developers: - .wf2_isBlank, .wf2_notBlank â these classes are applied to form field when a form element is blank/not blank repectively. - .wf2_lostFocus -this class is applied to a form element when a form field loses focus. - .wf2_submitAttempted â this class is applied to a <form> tag when a form submission is attempted. More information about how this works is available at: http://www.useragentman.com/blog/2010/07/27/cross-browser-html5-forms-using-modernizr-webforms2-and-html5widgets/ http://www.useragentman.com/blog/2012/05/17/cross-browser-styling-of-html5-forms-even-in-older-browsers/ Note that this package was originally released in 2010 as html5Widgets, and was renamed to a more accurate and descriptive name. Also note that the version of webforms2 that is included in this package does not include support for the depricated repetition module -- it will be put back in as a separate module at a later date. |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:53:15
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/.settings In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32375/externe/html5Forms.js-master/.settings Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/.settings added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:53:10
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/proto-validation/wf2-validation-testcases In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32364/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/proto-validation/wf2-validation-testcases Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/proto-validation/wf2-validation-testcases added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:53:05
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/proto-validation In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32354/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/proto-validation Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/proto-validation added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:53:00
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot/META-INF In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32322/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot/META-INF Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot/META-INF added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:52:55
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot/WEB-INF In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32313/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot/WEB-INF Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot/WEB-INF added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:52:51
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32302/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/WebRoot added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:52:46
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/DTD In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32292/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/DTD Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/DTD added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:52:41
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite/~testcases In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32278/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite/~testcases Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite/~testcases added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:52:36
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite/013 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32269/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite/013 Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite/013 added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:52:31
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32258/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2/testsuite added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:52:26
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32248/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2 Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net/webforms2 added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:52:21
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32236/externe/html5Forms.js-master/shared/js/weston.ruter.net Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/weston.ruter.net added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:52:16
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/modernizr.com In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32223/externe/html5Forms.js-master/shared/js/modernizr.com Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/modernizr.com added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:52:11
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/frequency-decoder.com In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32214/externe/html5Forms.js-master/shared/js/frequency-decoder.com Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/frequency-decoder.com added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:51:59
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/jscolor In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32161/externe/html5Forms.js-master/shared/js/jscolor Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/jscolor added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:51:54
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/jscalendar-1.0/skins/aqua In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32152/externe/html5Forms.js-master/shared/js/jscalendar-1.0/skins/aqua Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/jscalendar-1.0/skins/aqua added to the repository |
|
From: Olivier S. <et...@us...> - 2016-05-05 15:51:49
|
Update of /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/jscalendar-1.0/skins/tiger In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32140/externe/html5Forms.js-master/shared/js/jscalendar-1.0/skins/tiger Log Message: Directory /cvsroot/etude/prolawyer/externe/html5Forms.js-master/shared/js/jscalendar-1.0/skins/tiger added to the repository |