Version Notes
Spanish translation provided by Marcos Diaz, gracias!
Download this release
Release Info
Developer | Unspecified |
Extension | Clockworkgeek_CalendarView |
Version | 1.4.1 |
Comparing to | |
See all releases |
Code changes from version 1.4.0 to 1.4.1
app/code/community/Clockworkgeek/CalendarView/etc/config.xml
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
|
20 |
<modules>
|
21 |
<Clockworkgeek_CalendarView>
|
22 |
-
<version>1.4.
|
23 |
</Clockworkgeek_CalendarView>
|
24 |
</modules>
|
25 |
|
19 |
|
20 |
<modules>
|
21 |
<Clockworkgeek_CalendarView>
|
22 |
+
<version>1.4.1</version>
|
23 |
</Clockworkgeek_CalendarView>
|
24 |
</modules>
|
25 |
|
js/calendarview/I18n.js
CHANGED
@@ -276,7 +276,53 @@ Calendar.messagebundle = $H({'en' :
|
|
276 |
|
277 |
'today' : 'Heute'
|
278 |
}),
|
279 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
280 |
$H({
|
281 |
'monday' : 'Pondelok',
|
282 |
'tuesday' : 'Utorok',
|
276 |
|
277 |
'today' : 'Heute'
|
278 |
}),
|
279 |
+
'es' :
|
280 |
+
$H({
|
281 |
+
'monday' : 'Lunes',
|
282 |
+
'tuesday' : 'Martes',
|
283 |
+
'wednesday' : 'Miércoles',
|
284 |
+
'thursday' : 'Jueves',
|
285 |
+
'friday' : 'Viernes',
|
286 |
+
'saturday' : 'Sábado',
|
287 |
+
'sunday' : 'Domingo',
|
288 |
+
|
289 |
+
'monday_short' : 'L',
|
290 |
+
'tuesday_short' : 'M',
|
291 |
+
'wednesday_short' : 'X',
|
292 |
+
'thursday_short' : 'J',
|
293 |
+
'friday_short' : 'V',
|
294 |
+
'saturday_short' : 'S',
|
295 |
+
'sunday_short' : 'D',
|
296 |
+
|
297 |
+
'january' : 'Enero',
|
298 |
+
'february' : 'Febrero',
|
299 |
+
'march' : 'Marzo',
|
300 |
+
'april' : 'Abril',
|
301 |
+
'may' : 'Mayo',
|
302 |
+
'june' : 'Junio',
|
303 |
+
'july' : 'Julio',
|
304 |
+
'august' : 'Agosto',
|
305 |
+
'september' : 'Setiembre',
|
306 |
+
'october' : 'Octubre',
|
307 |
+
'november' : 'Noviembre',
|
308 |
+
'december' : 'Diciembre',
|
309 |
+
|
310 |
+
'january_short' : 'Ene',
|
311 |
+
'february_short' : 'Feb',
|
312 |
+
'march_short' : 'Mar',
|
313 |
+
'april_short' : 'Abr',
|
314 |
+
'may_short' : 'May',
|
315 |
+
'june_short' : 'Jun',
|
316 |
+
'july_short' : 'Jul',
|
317 |
+
'august_short' : 'Ago',
|
318 |
+
'september_short' : 'Sep',
|
319 |
+
'october_short' : 'Oct',
|
320 |
+
'november_short' : 'Nov',
|
321 |
+
'december_short' : 'Dic',
|
322 |
+
|
323 |
+
'today' : 'Hoy'
|
324 |
+
}),
|
325 |
+
'sk' :
|
326 |
$H({
|
327 |
'monday' : 'Pondelok',
|
328 |
'tuesday' : 'Utorok',
|
js/calendarview/calendarview.js
CHANGED
@@ -725,8 +725,54 @@ Calendar.messagebundle = $H({'en' :
|
|
725 |
'december_short' : 'Dez',
|
726 |
|
727 |
'today' : 'Heute'
|
728 |
-
})
|
729 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
730 |
|
731 |
|
732 |
Calendar.getMessageFor = function(key){
|
725 |
'december_short' : 'Dez',
|
726 |
|
727 |
'today' : 'Heute'
|
728 |
+
}),
|
729 |
+
'es' :
|
730 |
+
$H({
|
731 |
+
'monday' : 'Lunes',
|
732 |
+
'tuesday' : 'Martes',
|
733 |
+
'wednesday' : 'Miércoles',
|
734 |
+
'thursday' : 'Jueves',
|
735 |
+
'friday' : 'Viernes',
|
736 |
+
'saturday' : 'Sábado',
|
737 |
+
'sunday' : 'Domingo',
|
738 |
+
|
739 |
+
'monday_short' : 'L',
|
740 |
+
'tuesday_short' : 'M',
|
741 |
+
'wednesday_short' : 'X',
|
742 |
+
'thursday_short' : 'J',
|
743 |
+
'friday_short' : 'V',
|
744 |
+
'saturday_short' : 'S',
|
745 |
+
'sunday_short' : 'D',
|
746 |
+
|
747 |
+
'january' : 'Enero',
|
748 |
+
'february' : 'Febrero',
|
749 |
+
'march' : 'Marzo',
|
750 |
+
'april' : 'Abril',
|
751 |
+
'may' : 'Mayo',
|
752 |
+
'june' : 'Junio',
|
753 |
+
'july' : 'Julio',
|
754 |
+
'august' : 'Agosto',
|
755 |
+
'september' : 'Setiembre',
|
756 |
+
'october' : 'Octubre',
|
757 |
+
'november' : 'Noviembre',
|
758 |
+
'december' : 'Diciembre',
|
759 |
+
|
760 |
+
'january_short' : 'Ene',
|
761 |
+
'february_short' : 'Feb',
|
762 |
+
'march_short' : 'Mar',
|
763 |
+
'april_short' : 'Abr',
|
764 |
+
'may_short' : 'May',
|
765 |
+
'june_short' : 'Jun',
|
766 |
+
'july_short' : 'Jul',
|
767 |
+
'august_short' : 'Ago',
|
768 |
+
'september_short' : 'Sep',
|
769 |
+
'october_short' : 'Oct',
|
770 |
+
'november_short' : 'Nov',
|
771 |
+
'december_short' : 'Dic',
|
772 |
+
|
773 |
+
'today' : 'Hoy'
|
774 |
+
})
|
775 |
+
});
|
776 |
|
777 |
|
778 |
Calendar.getMessageFor = function(key){
|
package.xml
CHANGED
@@ -1,22 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clockworkgeek_CalendarView</name>
|
4 |
-
<version>1.4.
|
5 |
<stability>stable</stability>
|
6 |
-
<license
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary
|
10 |
-
<description
|
11 |
-
|
12 |
-
<
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
<authors><author><name>Clockworkgeek</name><user>nonproffessional</user><email>nonproffessional@clockworkgeek.com</email></author></authors>
|
17 |
-
<date>2014-07-13</date>
|
18 |
-
<time>20:07:13</time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Clockworkgeek"><dir name="CalendarView"><dir name="Block"><dir name="Html"><file name="Date.php" hash="88033157b18467dea1ff7eaaef819314"/></dir></dir><dir name="Helper"><file name="Data.php" hash="796e1c34398f91401f459d5751461665"/></dir><dir name="etc"><file name="config.xml" hash="d903a3a245a791e72821f9a402b6e273"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Clockworkgeek_CalendarView.xml" hash="e15dbdb8dff966babc0afffb340e76d7"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="calendarview.xml" hash="63802012b673918deae096bc4a8c8f26"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="calendarview"><file name="calendarview.css" hash="72e1b36973450f6a7d35902d9103d93c"/><file name="calendarview_ie.css" hash="048fa59cd71dfa6206c718b09702f26d"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="calendarview"><file name="I18n.js" hash="9973ea4834fa32e28e3185b77767c6f4"/><file name="calendarview.js" hash="1e1e00fa9d8c3706e9fedc53247a9345"/></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clockworkgeek_CalendarView</name>
|
4 |
+
<version>1.4.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license/>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary/>
|
10 |
+
<description/>
|
11 |
+
<notes>Spanish translation provided by Marcos Diaz, gracias!</notes>
|
12 |
+
<authors/>
|
13 |
+
<date>2016-02-18</date>
|
14 |
+
<time>17:33:44</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Clockworkgeek"><dir name="CalendarView"><dir name="Block"><dir name="Html"><file name="Date.php" hash="88033157b18467dea1ff7eaaef819314"/></dir></dir><dir name="Helper"><file name="Data.php" hash="796e1c34398f91401f459d5751461665"/></dir><dir name="etc"><file name="config.xml" hash="3df61b4731851023c64aa9640b9e938d"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="calendarview.xml" hash="63802012b673918deae096bc4a8c8f26"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Clockworkgeek_CalendarView.xml" hash="e15dbdb8dff966babc0afffb340e76d7"/></dir></target><target name="mageweb"><dir name="js"><dir name="calendarview"><file name="I18n.js" hash="bad962dee7858fb6377f92ad3f6eb79a"/><file name="calendarview.js" hash="298dfcbdc84edc3cbfa452a4035bd6aa"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="calendarview"><file name="calendarview.css" hash="72e1b36973450f6a7d35902d9103d93c"/><file name="calendarview_ie.css" hash="048fa59cd71dfa6206c718b09702f26d"/></dir></dir></dir></dir></dir></target></contents>
|
|
|
|
|
|
|
|
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|