Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26562/phpicalendar/languages Modified Files: afrikaans.inc.php brazilian.inc.php catalan.inc.php czech.inc.php danish.inc.php english.inc.php esperanto.inc.php french.inc.php german.inc.php italian.inc.php japanese.inc.php korean.inc.php lithuanian.inc.php norwegian.inc.php polish.inc.php portuguese.inc.php spanish.inc.php swedish.inc.php traditional_chinese.inc.php Log Message: add year printview, fix misc bugs Index: afrikaans.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/afrikaans.inc.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** afrikaans.inc.php 16 Mar 2006 02:17:58 -0000 1.3 --- afrikaans.inc.php 21 Mar 2006 09:52:29 -0000 1.4 *************** *** 181,184 **** --- 181,185 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e %B'; + $dateFormat_year = '%Y'; /* Index: brazilian.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/brazilian.inc.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** brazilian.inc.php 16 Mar 2006 02:17:58 -0000 1.10 --- brazilian.inc.php 21 Mar 2006 09:52:29 -0000 1.11 *************** *** 176,179 **** --- 176,180 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e %B'; + $dateFormat_year = '%Y'; /* Index: catalan.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/catalan.inc.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** catalan.inc.php 16 Mar 2006 02:17:58 -0000 1.11 --- catalan.inc.php 21 Mar 2006 09:52:29 -0000 1.12 *************** *** 176,179 **** --- 176,180 ---- $dateFormat_month = '%B de %Y'; $dateFormat_month_list = '%A, %e de %B'; + $dateFormat_year = '%Y'; /* Index: czech.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/czech.inc.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** czech.inc.php 16 Mar 2006 02:17:58 -0000 1.9 --- czech.inc.php 21 Mar 2006 09:52:29 -0000 1.10 *************** *** 175,178 **** --- 175,179 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e. %B'; + $dateFormat_year = '%Y'; /* Index: danish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/danish.inc.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** danish.inc.php 6 May 2005 02:08:26 -0000 1.26 --- danish.inc.php 21 Mar 2006 09:52:29 -0000 1.27 *************** *** 166,169 **** --- 166,170 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e %B'; + $dateFormat_year = '%Y'; /* Index: english.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** english.inc.php 16 Mar 2006 02:17:58 -0000 1.62 --- english.inc.php 21 Mar 2006 09:52:29 -0000 1.63 *************** *** 177,180 **** --- 177,182 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %B %e'; + $dateFormat_year = '%Y'; + /* Index: esperanto.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/esperanto.inc.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** esperanto.inc.php 6 May 2005 02:08:26 -0000 1.6 --- esperanto.inc.php 21 Mar 2006 09:52:29 -0000 1.7 *************** *** 168,171 **** --- 168,172 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %B %e'; + $dateFormat_year = '%Y'; /* Index: french.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/french.inc.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** french.inc.php 16 Mar 2006 02:17:58 -0000 1.29 --- french.inc.php 21 Mar 2006 09:52:29 -0000 1.30 *************** *** 179,182 **** --- 179,183 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A %e %B'; + $dateFormat_year = '%Y'; /* Index: german.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/german.inc.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** german.inc.php 16 Mar 2006 06:15:12 -0000 1.30 --- german.inc.php 21 Mar 2006 09:52:29 -0000 1.31 *************** *** 179,182 **** --- 179,183 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e. %B'; + $dateFormat_year = '%Y'; /* Index: italian.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/italian.inc.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** italian.inc.php 16 Mar 2006 06:15:12 -0000 1.30 --- italian.inc.php 21 Mar 2006 09:52:29 -0000 1.31 *************** *** 179,182 **** --- 179,183 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e %B'; + $dateFormat_year = '%Y'; /* Index: japanese.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/japanese.inc.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** japanese.inc.php 16 Mar 2006 02:17:58 -0000 1.34 --- japanese.inc.php 21 Mar 2006 09:52:29 -0000 1.35 *************** *** 178,181 **** --- 178,182 ---- $dateFormat_month = '%Yå¹´%B'; $dateFormat_month_list = '%B%eæ¥ %A'; + $dateFormat_year = '%Y'; /* Index: korean.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/korean.inc.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** korean.inc.php 6 May 2005 02:08:27 -0000 1.5 --- korean.inc.php 21 Mar 2006 09:52:29 -0000 1.6 *************** *** 164,167 **** --- 164,168 ---- $dateFormat_month = '%Yë %B'; $dateFormat_month_list = '%B %eì¼, %A'; + $dateFormat_year = '%Y'; /* Index: lithuanian.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/lithuanian.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lithuanian.inc.php 16 Mar 2006 02:17:58 -0000 1.2 --- lithuanian.inc.php 21 Mar 2006 09:52:29 -0000 1.3 *************** *** 177,180 **** --- 177,181 ---- $dateFormat_month = '%Y m. %b mÄn.'; $dateFormat_month_list = '%A, %B %e d.'; + $dateFormat_year = '%Y'; /* Index: norwegian.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/norwegian.inc.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** norwegian.inc.php 16 Mar 2006 02:17:58 -0000 1.30 --- norwegian.inc.php 21 Mar 2006 09:52:29 -0000 1.31 *************** *** 178,181 **** --- 178,182 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A %e. %B'; + $dateFormat_year = '%Y'; /* Index: polish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/polish.inc.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** polish.inc.php 6 May 2005 02:08:27 -0000 1.27 --- polish.inc.php 21 Mar 2006 09:52:29 -0000 1.28 *************** *** 164,167 **** --- 164,168 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e %B'; + $dateFormat_year = '%Y'; /* Index: portuguese.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/portuguese.inc.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** portuguese.inc.php 16 Mar 2006 02:17:58 -0000 1.16 --- portuguese.inc.php 21 Mar 2006 09:52:29 -0000 1.17 *************** *** 176,179 **** --- 176,180 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e %B'; + $dateFormat_year = '%Y'; /* Index: spanish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/spanish.inc.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** spanish.inc.php 16 Mar 2006 02:17:58 -0000 1.19 --- spanish.inc.php 21 Mar 2006 09:52:29 -0000 1.20 *************** *** 176,179 **** --- 176,180 ---- $dateFormat_month = '%B de %Y'; $dateFormat_month_list = '%A, %e de %B'; + $dateFormat_year = '%Y'; /* Index: swedish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/swedish.inc.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** swedish.inc.php 16 Mar 2006 02:17:58 -0000 1.19 --- swedish.inc.php 21 Mar 2006 09:52:29 -0000 1.20 *************** *** 177,180 **** --- 177,181 ---- $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %B %e'; + $dateFormat_year = '%Y'; /* Index: traditional_chinese.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/traditional_chinese.inc.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** traditional_chinese.inc.php 6 May 2005 02:08:27 -0000 1.10 --- traditional_chinese.inc.php 21 Mar 2006 09:52:29 -0000 1.11 *************** *** 166,169 **** --- 166,170 ---- $dateFormat_month = '%Y å¹´ %B'; $dateFormat_month_list = '%A, %B %e æ¥'; + $dateFormat_year = '%Y'; /* |