[ Index ]
 

Code source de Seagull 0.6.1

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/js/jscalendar/lang/ -> calendar-pl.js (source)

   1  
   2  // Calendar EN language
   3  // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
   4  // Encoding: any
   5  // Distributed under the same terms as the calendar itself.
   6  
   7  // For translators: please use UTF-8 if possible.  We strongly believe that
   8  // Unicode is the answer to a real internationalized world.  Also please
   9  // include your contact information in the header, as can be seen above.
  10  
  11  // Calendar PL language
  12  // Author: Artur Filipiak, <imagen@poczta.fm>
  13  // January, 2004
  14  // Update: Tomasz Osmialowski <ichtis@gmail.com>
  15  // July, 2006
  16  // Encoding: iso-8859-2
  17  // ** I18N
  18  
  19  // full day names
  20  Calendar._DN = new Array
  21  ("Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela");
  22  
  23  // Please note that the following array of short day names (and the same goes
  24  // for short month names, _SMN) isn't absolutely necessary.  We give it here
  25  // for exemplification on how one can customize the short day names, but if
  26  // they are simply the first N letters of the full name you can simply say:
  27  //
  28  //   Calendar._SDN_len = N; // short day name length
  29  //   Calendar._SMN_len = N; // short month name length
  30  //
  31  // If N = 3 then this is not needed either since we assume a value of 3 if not
  32  // present, to be compatible with translation files that were written before
  33  // this feature.
  34  
  35  // short day names
  36  Calendar._SDN = new Array
  37  ("N", "Pn", "Wt", "Śr", "Cz", "Pt", "So", "N");
  38  
  39  // First day of the week. "0" means display Sunday first, "1" means display
  40  // Monday first, etc.
  41  Calendar._FD = 1;
  42  
  43  // full month names
  44  Calendar._MN = new Array
  45  ("Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień");
  46  
  47  // short month names
  48  Calendar._SMN = new Array
  49  ("Sty", "Lut", "Mar", "Kwi", "Maj", "Cze", "Lip", "Sie", "Wrz", "Paź", "Lis", "Gru");
  50  
  51  // tooltips
  52  Calendar._TT = {};
  53  Calendar._TT["INFO"] = "O kalendarzu";
  54  
  55  Calendar._TT["ABOUT"] =
  56  "DHTML Date/Time Selector\n" +
  57  "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
  58  "For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
  59  "Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
  60  "\n\n" +
  61  "Wybór daty:\n" +
  62  "- aby wybrać rok użyj przycisków \xab, \xbb\n" +
  63  "- aby wybrać miesiąc użyj przycisków " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "\n" +
  64  "- aby przyspieszyć wybór przytrzymaj wciśnięty przycisk myszy nad ww. przyciskami.";
  65  Calendar._TT["ABOUT_TIME"] = "\n\n" +
  66  "Wybór czasu:\n" +
  67  "- aby zwiększyć wartość kliknij na dowolnym elemencie selekcji czasu\n" +
  68  "- aby zmniejszyć wartość użyj dodatkowo klawisza Shift\n" +
  69  "- możesz również poruszać myszkę w lewo i prawo wraz z wciśniętym lewym klawiszem.";
  70  
  71  Calendar._TT["PREV_YEAR"] = "Poprzedni rok lub rozwijana lista";
  72  Calendar._TT["PREV_MONTH"] = "Poprzedni miesiąc lub rozwijana lista";
  73  Calendar._TT["GO_TODAY"] = "Pokaż dziś";
  74  Calendar._TT["NEXT_MONTH"] = "Następny miesiąc lub rozwijana lista";
  75  Calendar._TT["NEXT_YEAR"] = "Następny rok lub rozwijana lista";
  76  Calendar._TT["SEL_DATE"] = "Wybierz datę";
  77  Calendar._TT["DRAG_TO_MOVE"] = "Przesuń okienko";
  78  Calendar._TT["PART_TODAY"] = " (dziś)";
  79  
  80  // the following is to inform that "%s" is to be the first day of week
  81  // %s will be replaced with the day name.
  82  Calendar._TT["DAY_FIRST"] = "%s jako pierwszy dzień tygodnia";
  83  
  84  // This may be locale-dependent.  It specifies the week-end days, as an array
  85  // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
  86  // means Monday, etc.
  87  Calendar._TT["WEEKEND"] = "0,6";
  88  
  89  Calendar._TT["CLOSE"] = "Zamknij";
  90  Calendar._TT["TODAY"] = "Dziś";
  91  Calendar._TT["TIME_PART"] = "Naciśnij SHIFT i przytrzymaj, aby zmienić wartość";
  92  
  93  // date formats
  94  Calendar._TT["DEF_DATE_FORMAT"] = "%d.%m.%Y";
  95  Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
  96  
  97  Calendar._TT["WK"] = "wk";
  98  Calendar._TT["TIME"] = "Godzina:";


Généré le : Fri Mar 30 01:27:52 2007 par Balluche grâce ŕ PHPXref 0.7