[ Index ]
 

Code source de Symfony 1.0.0

Acc嶮ez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/data/web/sf/calendar/lang/ -> calendar-lv.js (source)

   1  // ** I18N
   2  
   3  // Calendar LV language
   4  // Author: Juris Valdovskis, <juris@dc.lv>
   5  // Encoding: utf8
   6  // Distributed under the same terms as the calendar itself.
   7  
   8  // For translators: please use UTF-8 if possible.  We strongly believe that
   9  // Unicode is the answer to a real internationalized world.  Also please
  10  // include your contact information in the header, as can be seen above.
  11  
  12  // full day names
  13  Calendar._DN = new Array
  14  ("Svtdiena",
  15   "Pirmdiena",
  16   "Otrdiena",
  17   "Tre禳diena",
  18   "Ceturdiena",
  19   "Piektdiena",
  20   "Sestdiena",
  21   "Svtdiena");
  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  ("Sv",
  38   "Pr",
  39   "Ot",
  40   "Tr",
  41   "Ce",
  42   "Pk",
  43   "Se",
  44   "Sv");
  45  
  46  
  47  // First day of the week. "0" means display Sunday first, "1" means display
  48  // Monday first, etc.
  49  Calendar._FD = 1;
  50  
  51  // full month names
  52  Calendar._MN = new Array
  53  ("Janvris",
  54   "Februris",
  55   "Marts",
  56   "Apr蘋lis",
  57   "Maijs",
  58   "J贖nijs",
  59   "J贖lijs",
  60   "Augusts",
  61   "Septembris",
  62   "Oktobris",
  63   "Novembris",
  64   "Decembris");
  65  
  66  // short month names
  67  Calendar._SMN = new Array
  68  ("Jan",
  69   "Feb",
  70   "Mar",
  71   "Apr",
  72   "Mai",
  73   "J贖n",
  74   "J贖l",
  75   "Aug",
  76   "Sep",
  77   "Okt",
  78   "Nov",
  79   "Dec");
  80  
  81  // tooltips
  82  Calendar._TT = {};
  83  Calendar._TT["INFO"] = "Par kalendru";
  84  
  85  Calendar._TT["ABOUT"] =
  86  "DHTML Date/Time Selector\n" +
  87  "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
  88  "For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
  89  "Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
  90  "\n\n" +
  91  "Datuma izvle:\n" +
  92  "- Izmanto \xab, \xbb pogas, lai izvltos gadu\n" +
  93  "- Izmanto " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "pogas, lai izvltos mnesi\n" +
  94  "- Turi nospiestu peles pogu uz jebkuru no augstk mintajm pogm, lai patrintu izvli.";
  95  Calendar._TT["ABOUT_TIME"] = "\n\n" +
  96  "Laika izvle:\n" +
  97  "- Uzklik禳譟ini uz jebkuru no laika da躁m, lai palielintu to\n" +
  98  "- vai Shift-klik禳譟is, lai samazintu to\n" +
  99  "- vai noklik禳譟ini un velc uz attiec蘋go virzienu lai main蘋tu trk.";
 100  
 101  Calendar._TT["PREV_YEAR"] = "Iepr. gads (turi izvlnei)";
 102  Calendar._TT["PREV_MONTH"] = "Iepr. mnesis (turi izvlnei)";
 103  Calendar._TT["GO_TODAY"] = "odien";
 104  Calendar._TT["NEXT_MONTH"] = "Nko禳ais mnesis (turi izvlnei)";
 105  Calendar._TT["NEXT_YEAR"] = "Nko禳ais gads (turi izvlnei)";
 106  Calendar._TT["SEL_DATE"] = "Izvlies datumu";
 107  Calendar._TT["DRAG_TO_MOVE"] = "Velc, lai prvietotu";
 108  Calendar._TT["PART_TODAY"] = " (禳odien)";
 109  
 110  // the following is to inform that "%s" is to be the first day of week
 111  // %s will be replaced with the day name.
 112  Calendar._TT["DAY_FIRST"] = "Attlot %s k pirmo";
 113  
 114  // This may be locale-dependent.  It specifies the week-end days, as an array
 115  // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
 116  // means Monday, etc.
 117  Calendar._TT["WEEKEND"] = "1,7";
 118  
 119  Calendar._TT["CLOSE"] = "Aizvrt";
 120  Calendar._TT["TODAY"] = "odien";
 121  Calendar._TT["TIME_PART"] = "(Shift-)Klik禳譟is vai prvieto, lai main蘋tu";
 122  
 123  // date formats
 124  Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y";
 125  Calendar._TT["TT_DATE_FORMAT"] = "%a, %e %b";
 126  
 127  Calendar._TT["WK"] = "wk";
 128  Calendar._TT["TIME"] = "Laiks:";


G幯廨 le : Fri Mar 16 22:42:14 2007 par Balluche gr歊e PHPXref 0.7