[ Index ]
 

Code source de Symfony 1.0.0

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

title

Body

[fermer]

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

   1  /* Slovenian language file for the DHTML Calendar version 0.9.2 

   2  * Author David Milost <mercy@volja.net>, January 2004.

   3  * Feel free to use this script under the terms of the GNU Lesser General

   4  * Public License, as long as you do not remove or alter this notice.

   5  */
   6   // full day names

   7  Calendar._DN = new Array
   8  ("Nedelja",
   9   "Ponedeljek",
  10   "Torek",
  11   "Sreda",
  12   "ÄŒetrtek",
  13   "Petek",
  14   "Sobota",
  15   "Nedelja");
  16   // short day names

  17   Calendar._SDN = new Array
  18  ("Ned",
  19   "Pon",
  20   "Tor",
  21   "Sre",
  22   "ÄŒet",
  23   "Pet",
  24   "Sob",
  25   "Ned");
  26  // short month names

  27  
  28  // First day of the week. "0" means display Sunday first, "1" means display
  29  // Monday first, etc.
  30  Calendar._FD = 1;
  31  
  32  Calendar._SMN = new Array
  33  ("Jan",
  34   "Feb",
  35   "Mar",
  36   "Apr",
  37   "Maj",
  38   "Jun",
  39   "Jul",
  40   "Avg",
  41   "Sep",
  42   "Okt",
  43   "Nov",
  44   "Dec");
  45    // full month names

  46  Calendar._MN = new Array
  47  ("Januar",
  48   "Februar",
  49   "Marec",
  50   "April",
  51   "Maj",
  52   "Junij",
  53   "Julij",
  54   "Avgust",
  55   "September",
  56   "Oktober",
  57   "November",
  58   "December");
  59  
  60  // tooltips

  61  // tooltips

  62  Calendar._TT = {};
  63  Calendar._TT["INFO"] = "O koledarju";
  64  
  65  Calendar._TT["ABOUT"] =
  66  "DHTML Date/Time Selector\n" +
  67  "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
  68  "Za zadnjo verzijo pojdine na naslov: http://www.dynarch.com/projects/calendar/\n" +
  69  "Distribuirano pod GNU LGPL.  Poglejte http://gnu.org/licenses/lgpl.html za podrobnosti." +
  70  "\n\n" +
  71  "Izbor datuma:\n" +
  72  "- Uporabite \xab, \xbb gumbe za izbor leta\n" +
  73  "- Uporabite " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " gumbe za izbor meseca\n" +
  74  "- Zadržite klik na kateremkoli od zgornjih gumbov za hiter izbor.";
  75  Calendar._TT["ABOUT_TIME"] = "\n\n" +
  76  "Izbor ćasa:\n" +
  77  "- Kliknite na katerikoli del ćasa za poveć. le-tega\n" +
  78  "- ali Shift-click za zmanj. le-tega\n" +
  79  "- ali kliknite in povlecite za hiter izbor.";
  80  
  81  Calendar._TT["TOGGLE"] = "Spremeni dan s katerim se prićne teden";
  82  Calendar._TT["PREV_YEAR"] = "Predhodnje leto (dolg klik za meni)";
  83  Calendar._TT["PREV_MONTH"] = "Predhodnji mesec (dolg klik za meni)";
  84  Calendar._TT["GO_TODAY"] = "Pojdi na tekoći dan";
  85  Calendar._TT["NEXT_MONTH"] = "Naslednji mesec (dolg klik za meni)";
  86  Calendar._TT["NEXT_YEAR"] = "Naslednje leto (dolg klik za meni)";
  87  Calendar._TT["SEL_DATE"] = "Izberite datum";
  88  Calendar._TT["DRAG_TO_MOVE"] = "Pritisni in povleci za spremembo pozicije";
  89  Calendar._TT["PART_TODAY"] = " (danes)";
  90  Calendar._TT["MON_FIRST"] = "Prikaži ponedeljek kot prvi dan";
  91  Calendar._TT["SUN_FIRST"] = "Prikaži nedeljo kot prvi dan";
  92  
  93  // the following is to inform that "%s" is to be the first day of week
  94  // %s will be replaced with the day name.
  95  Calendar._TT["DAY_FIRST"] = "Display %s first";
  96  
  97  // This may be locale-dependent.  It specifies the week-end days, as an array
  98  // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
  99  // means Monday, etc.
 100  Calendar._TT["WEEKEND"] = "0,6";
 101  
 102  Calendar._TT["CLOSE"] = "Zapri";
 103  Calendar._TT["TODAY"] = "Danes";
 104  
 105  // date formats

 106  Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
 107  Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
 108  
 109  Calendar._TT["WK"] = "Ted";


Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7