[ Index ]
 

Code source de LifeType 1.2.4

Acc้dez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/js/jscalendar/lang/ -> calendar-ko-utf8.js (source)

   1  // ** I18N
   2  
   3  // Calendar EN language
   4  // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
   5  // Translation: Yourim Yi <yyi@yourim.net>
   6  // Encoding: EUC-KR
   7  // lang : ko
   8  // Distributed under the same terms as the calendar itself.
   9  
  10  // For translators: please use UTF-8 if possible.  We strongly believe that
  11  // Unicode is the answer to a real internationalized world.  Also please
  12  // include your contact information in the header, as can be seen above.
  13  
  14  // full day names
  15  
  16  Calendar._DN = new Array
  17  ("์ผ์š”์ผ",
  18   "์›”์š”์ผ",
  19   "ํ™”์š”์ผ",
  20   "์ˆ˜์š”์ผ",
  21   "๋ชฉ์š”์ผ",
  22   "๊ธˆ์š”์ผ",
  23   "ํ† ์š”์ผ",
  24   "์ผ์š”์ผ");
  25  
  26  // Please note that the following array of short day names (and the same goes
  27  // for short month names, _SMN) isn't absolutely necessary.  We give it here
  28  // for exemplification on how one can customize the short day names, but if
  29  // they are simply the first N letters of the full name you can simply say:
  30  //
  31  //   Calendar._SDN_len = N; // short day name length
  32  //   Calendar._SMN_len = N; // short month name length
  33  //
  34  // If N = 3 then this is not needed either since we assume a value of 3 if not
  35  // present, to be compatible with translation files that were written before
  36  // this feature.
  37  
  38  // short day names
  39  Calendar._SDN = new Array
  40  ("์ผ",
  41   "์›”",
  42   "ํ™”",
  43   "์ˆ˜",
  44   "๋ชฉ",
  45   "๊ธˆ",
  46   "ํ† ",
  47   "์ผ");
  48  
  49  // full month names
  50  Calendar._MN = new Array
  51  ("1์›”",
  52   "2์›”",
  53   "3์›”",
  54   "4์›”",
  55   "5์›”",
  56   "6์›”",
  57   "7์›”",
  58   "8์›”",
  59   "9์›”",
  60   "10์›”",
  61   "11์›”",
  62   "12์›”");
  63  
  64  // short month names
  65  Calendar._SMN = new Array
  66  ("1",
  67   "2",
  68   "3",
  69   "4",
  70   "5",
  71   "6",
  72   "7",
  73   "8",
  74   "9",
  75   "10",
  76   "11",
  77   "12");
  78  
  79  // tooltips
  80  Calendar._TT = {};
  81  Calendar._TT["INFO"] = "calendar ์— ๋Œ€ํ•ด์„œ";
  82  
  83  Calendar._TT["ABOUT"] =
  84  "DHTML Date/Time Selector\n" +
  85  "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
  86  "\n"+
  87  "์ตœ์‹  ๋ฒ„์ „์„ ๋ฐ›์œผ์‹œ๋ ค๋ฉด http://www.dynarch.com/projects/calendar/ ์— ๋ฐฉ๋ฌธํ•˜์„ธ์š”\n" +
  88  "\n"+
  89  "GNU LGPL ๋ผ์ด์„ผ์Šค๋กœ ๋ฐฐํฌ๋ฉ๋‹ˆ๋‹ค. \n"+
  90  "๋ผ์ด์„ผ์Šค์— ๋Œ€ํ•œ ์ž์„ธํ•œ ๋‚ด์šฉ์€ http://gnu.org/licenses/lgpl.html ์„ ์ฝ์œผ์„ธ์š”." +
  91  "\n\n" +
  92  "๋‚ ์งœ ์„ ํƒ:\n" +
  93  "- ์—ฐ๋„๋ฅผ ์„ ํƒํ•˜๋ ค๋ฉด \xab, \xbb ๋ฒ„ํŠผ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค\n" +
  94  "- ๋‹ฌ์„ ์„ ํƒํ•˜๋ ค๋ฉด " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " ๋ฒ„ํŠผ์„ ๋ˆ„๋ฅด์„ธ์š”\n" +
  95  "- ๊ณ„์† ๋ˆ„๋ฅด๊ณ  ์žˆ์œผ๋ฉด ์œ„ ๊ฐ’๋“ค์„ ๋น ๋ฅด๊ฒŒ ์„ ํƒํ•˜์‹ค ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.";
  96  Calendar._TT["ABOUT_TIME"] = "\n\n" +
  97  "์‹œ๊ฐ„ ์„ ํƒ:\n" +
  98  "- ๋งˆ์šฐ์Šค๋กœ ๋ˆ„๋ฅด๋ฉด ์‹œ๊ฐ„์ด ์ฆ๊ฐ€ํ•ฉ๋‹ˆ๋‹ค\n" +
  99  "- Shift ํ‚ค์™€ ํ•จ๊ป˜ ๋ˆ„๋ฅด๋ฉด ๊ฐ์†Œํ•ฉ๋‹ˆ๋‹ค\n" +
 100  "- ๋ˆ„๋ฅธ ์ƒํƒœ์—์„œ ๋งˆ์šฐ์Šค๋ฅผ ์›€์ง์ด๋ฉด ์ข€ ๋” ๋น ๋ฅด๊ฒŒ ๊ฐ’์ด ๋ณ€ํ•ฉ๋‹ˆ๋‹ค.\n";
 101  
 102  Calendar._TT["PREV_YEAR"] = "์ง€๋‚œ ํ•ด (๊ธธ๊ฒŒ ๋ˆ„๋ฅด๋ฉด ๋ชฉ๋ก)";
 103  Calendar._TT["PREV_MONTH"] = "์ง€๋‚œ ๋‹ฌ (๊ธธ๊ฒŒ ๋ˆ„๋ฅด๋ฉด ๋ชฉ๋ก)";
 104  Calendar._TT["GO_TODAY"] = "์˜ค๋Š˜ ๋‚ ์งœ๋กœ";
 105  Calendar._TT["NEXT_MONTH"] = "๋‹ค์Œ ๋‹ฌ (๊ธธ๊ฒŒ ๋ˆ„๋ฅด๋ฉด ๋ชฉ๋ก)";
 106  Calendar._TT["NEXT_YEAR"] = "๋‹ค์Œ ํ•ด (๊ธธ๊ฒŒ ๋ˆ„๋ฅด๋ฉด ๋ชฉ๋ก)";
 107  Calendar._TT["SEL_DATE"] = "๋‚ ์งœ๋ฅผ ์„ ํƒํ•˜์„ธ์š”";
 108  Calendar._TT["DRAG_TO_MOVE"] = "๋งˆ์šฐ์Šค ๋“œ๋ž˜๊ทธ๋กœ ์ด๋™ ํ•˜์„ธ์š”";
 109  Calendar._TT["PART_TODAY"] = " (์˜ค๋Š˜)";
 110  Calendar._TT["MON_FIRST"] = "์›”์š”์ผ์„ ํ•œ ์ฃผ์˜ ์‹œ์ž‘ ์š”์ผ๋กœ";
 111  Calendar._TT["SUN_FIRST"] = "์ผ์š”์ผ์„ ํ•œ ์ฃผ์˜ ์‹œ์ž‘ ์š”์ผ๋กœ";
 112  Calendar._TT["CLOSE"] = "๋‹ซ๊ธฐ";
 113  Calendar._TT["TODAY"] = "์˜ค๋Š˜";
 114  Calendar._TT["TIME_PART"] = "(Shift-)ํด๋ฆญ ๋˜๋Š” ๋“œ๋ž˜๊ทธ ํ•˜์„ธ์š”";
 115  
 116  // date formats
 117  Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
 118  Calendar._TT["TT_DATE_FORMAT"] = "%b/%e [%a]";
 119  
 120  Calendar._TT["WK"] = "์ฃผ";


G้n้r้ le : Mon Nov 26 21:04:15 2007 par Balluche grโce เ PHPXref 0.7
  Clicky Web Analytics