]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - jscalendar/lang/calendar-sp.js
Add .gitignore
[Github/sugarcrm.git] / jscalendar / lang / calendar-sp.js
1 /*
2
3 Modification information for LGPL compliance
4
5 r58364 - 2010-09-29 22:39:05 -0700 (Wed, 29 Sep 2010) - kjing - Author: Stanislav Malyshev <smalyshev@gmail.com>
6     Fix languages in JS calendar
7
8 r56990 - 2010-06-16 13:05:36 -0700 (Wed, 16 Jun 2010) - kjing - snapshot "Mango" svn branch to a new one for GitHub sync
9
10 r56989 - 2010-06-16 13:01:33 -0700 (Wed, 16 Jun 2010) - kjing - defunt "Mango" svn dev branch before github cutover
11
12 r55980 - 2010-04-19 13:31:28 -0700 (Mon, 19 Apr 2010) - kjing - create Mango (6.1) based on windex
13
14 r51719 - 2009-10-22 10:18:00 -0700 (Thu, 22 Oct 2009) - mitani - Converted to Build 3  tags and updated the build system 
15
16 r51634 - 2009-10-19 13:32:22 -0700 (Mon, 19 Oct 2009) - mitani - Windex is the branch for Sugar Sales 1.0 development
17
18 r50375 - 2009-08-24 18:07:43 -0700 (Mon, 24 Aug 2009) - dwong - branch kobe2 from tokyo r50372
19
20 r48025 - 2009-06-03 21:56:58 -0700 (Wed, 03 Jun 2009) - weidong - 27345, change the langfiles to be utf-8 no BOM
21
22 r42807 - 2008-12-29 11:16:59 -0800 (Mon, 29 Dec 2008) - dwong - Branch from trunk/sugarcrm r42806 to branches/tokyo/sugarcrm
23
24 r550 - 2004-09-03 15:39:17 -0700 (Fri, 03 Sep 2004) - jostrow - Calendar feature
25
26
27 */
28
29 // ** I18N
30 Calendar._DN = new Array
31 ("Domingo",
32  "Lunes",
33  "Martes",
34  "Miercoles",
35  "Jueves",
36  "Viernes",
37  "Sabado",
38  "Domingo");
39 Calendar._MN = new Array
40 ("Enero",
41  "Febrero",
42  "Marzo",
43  "Abril",
44  "Mayo",
45  "Junio",
46  "Julio",
47  "Agosto",
48  "Septiembre",
49  "Octubre",
50  "Noviembre",
51  "Diciembre");
52
53 // tooltips
54 if(Calendar._TT == undefined) Calendar._TT = {};
55 Calendar._TT["INFO"] = "Información del Calendario";
56
57 Calendar._TT["ABOUT"] =
58 "DHTML Date/Time Selector\n" +
59 "(c) dynarch.com 2002-2003\n" + // don't translate this this ;-)
60 "Nuevas versiones en: http://dynarch.com/mishoo/calendar.epl\n" +
61 "Distribuida bajo licencia GNU LGPL.  Para detalles vea http://gnu.org/licenses/lgpl.html ." +
62 "\n\n" +
63 "Selección de Fechas:\n" +
64 "- Use  \xab, \xbb para seleccionar el año\n" +
65 "- Use " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " para seleccionar el mes\n" +
66 "- Mantenga presionado el botón del ratón en cualquiera de las opciones superiores para un acceso rapido .";
67 Calendar._TT["ABOUT_TIME"] = "\n\n" +
68 "Selección del Reloj:\n" +
69 "- Seleccione la hora para cambiar el reloj\n" +
70 "- o presione  Shift-click para disminuirlo\n" +
71 "- o presione click y arrastre del ratón para una selección rapida.";
72
73 Calendar._TT["TOGGLE"] = "Primer dia de la semana";
74 Calendar._TT["PREV_YEAR"] = "Año anterior (Presione para menu)";
75 Calendar._TT["PREV_MONTH"] = "Mes Anterior (Presione para menu)";
76 Calendar._TT["GO_TODAY"] = "Ir a Hoy";
77 Calendar._TT["NEXT_MONTH"] = "Mes Siguiente (Presione para menu)";
78 Calendar._TT["NEXT_YEAR"] = "Año Siguiente (Presione para menu)";
79 Calendar._TT["SEL_DATE"] = "Seleccione fecha";
80 Calendar._TT["DRAG_TO_MOVE"] = "Arrastre y mueva";
81 Calendar._TT["PART_TODAY"] = " (Hoy)";
82 Calendar._TT["MON_FIRST"] = "Lunes Primero";
83 Calendar._TT["SUN_FIRST"] = "Domingo Primero";
84 Calendar._TT["CLOSE"] = "Cerrar";
85 Calendar._TT["TODAY"] = "Hoy";
86
87 // date formats
88 Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-yy";
89 Calendar._TT["TT_DATE_FORMAT"] = "%A, %e de %B de %Y";
90
91 Calendar._TT["WK"] = "Smn";