[geeklog-cvs] Geeklog-1.x/plugins/calendar/language czech.php, 1.2, 1.3 dutch.php, 1.3, 1.4 english.php, 1.15, 1.16 english_utf-8.php, 1.5, 1.6 estonian.php, 1.2, 1.3 estonian_utf-8.php, 1.2, 1.3 french_canada.php, 1.2, 1.3 german.php, 1.5, 1.6 german_formal.php, 1.3, 1.4 german_formal_utf-8.php, 1.2, 1.3 german_utf-8.php, 1.3, 1.4 japanese.php, 1.5, 1.6 japanese_utf-8.php, 1.5, 1.6 korean.php, 1.2, 1.3 korean_utf-8.php, 1.2, 1.3 russian.php, 1.2, 1.3 russian_utf-8.php, 1.2, 1.3 slovenian.php, 1.2, 1.3 slovenian_utf-8.php, 1.2, 1.3 spanish_utf-8.php, 1.2, 1.3 ukrainian.php, 1.2, 1.3 ukrainian_koi8-u.php, 1.2, 1.3 ukrainian_utf-8.php, 1.2, 1.3

Dirk Haun dhaun at qs1489.pair.com
Sun Apr 13 07:59:10 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language
In directory qs1489.pair.com:/tmp/cvs-serv85224/calendar/language

Modified Files:
	czech.php dutch.php english.php english_utf-8.php estonian.php 
	estonian_utf-8.php french_canada.php german.php 
	german_formal.php german_formal_utf-8.php german_utf-8.php 
	japanese.php japanese_utf-8.php korean.php korean_utf-8.php 
	russian.php russian_utf-8.php slovenian.php 
	slovenian_utf-8.php spanish_utf-8.php ukrainian.php 
	ukrainian_koi8-u.php ukrainian_utf-8.php 
Log Message:
Need to declare $LANG32 as global for E_ALL compliance


Index: russian.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/russian.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** russian.php	17 Mar 2008 21:12:54 -0000	1.2
--- russian.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 24,27 ****
--- 24,29 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: korean.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/korean.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** korean.php	17 Mar 2008 21:12:54 -0000	1.2
--- korean.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 28,31 ****
--- 28,33 ----
  # Last Update 2007/02/12 by Ivy (Geeklog Japanese)
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: czech.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/czech.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** czech.php	17 Mar 2008 21:12:54 -0000	1.2
--- czech.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 24,27 ****
--- 24,29 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: japanese.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/japanese.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** japanese.php	17 Mar 2008 21:12:54 -0000	1.5
--- japanese.php	13 Apr 2008 11:59:08 -0000	1.6
***************
*** 28,31 ****
--- 28,33 ----
  # Last Update 2007/02/19 by Ivy (Geeklog Japanese)
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/english_utf-8.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** english_utf-8.php	17 Mar 2008 21:12:54 -0000	1.5
--- english_utf-8.php	13 Apr 2008 11:59:08 -0000	1.6
***************
*** 27,30 ****
--- 27,32 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:

Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/english.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** english.php	17 Mar 2008 21:12:54 -0000	1.15
--- english.php	13 Apr 2008 11:59:08 -0000	1.16
***************
*** 27,30 ****
--- 27,32 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:

Index: german.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/german.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** german.php	17 Mar 2008 21:12:54 -0000	1.5
--- german.php	13 Apr 2008 11:59:08 -0000	1.6
***************
*** 25,28 ****
--- 25,30 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: estonian.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/estonian.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** estonian.php	17 Mar 2008 21:12:54 -0000	1.2
--- estonian.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 28,31 ****
--- 28,33 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: slovenian.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/slovenian.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** slovenian.php	17 Mar 2008 21:12:54 -0000	1.2
--- slovenian.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 28,31 ****
--- 28,33 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: ukrainian_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/ukrainian_utf-8.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ukrainian_utf-8.php	17 Mar 2008 21:12:54 -0000	1.2
--- ukrainian_utf-8.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 24,27 ****
--- 24,29 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: ukrainian_koi8-u.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/ukrainian_koi8-u.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ukrainian_koi8-u.php	17 Mar 2008 21:12:54 -0000	1.2
--- ukrainian_koi8-u.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 24,27 ****
--- 24,29 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: korean_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/korean_utf-8.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** korean_utf-8.php	17 Mar 2008 21:12:54 -0000	1.2
--- korean_utf-8.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 28,31 ****
--- 28,33 ----
  # Last Update 2007/02/12 by Ivy (Geeklog Japanese)
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: spanish_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/spanish_utf-8.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** spanish_utf-8.php	17 Mar 2008 21:12:54 -0000	1.2
--- spanish_utf-8.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 29,32 ****
--- 29,34 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: slovenian_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/slovenian_utf-8.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** slovenian_utf-8.php	17 Mar 2008 21:12:54 -0000	1.2
--- slovenian_utf-8.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 28,31 ****
--- 28,33 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: german_formal_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/german_formal_utf-8.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** german_formal_utf-8.php	1 Oct 2006 17:53:35 -0000	1.2
--- german_formal_utf-8.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 25,28 ****
--- 25,30 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: dutch.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/dutch.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** dutch.php	17 Mar 2008 21:12:54 -0000	1.3
--- dutch.php	13 Apr 2008 11:59:08 -0000	1.4
***************
*** 25,28 ****
--- 25,30 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:

Index: russian_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/russian_utf-8.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** russian_utf-8.php	17 Mar 2008 21:12:54 -0000	1.2
--- russian_utf-8.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 24,27 ****
--- 24,29 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: estonian_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/estonian_utf-8.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** estonian_utf-8.php	17 Mar 2008 21:12:54 -0000	1.2
--- estonian_utf-8.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 28,31 ****
--- 28,33 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: ukrainian.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/ukrainian.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ukrainian.php	17 Mar 2008 21:12:54 -0000	1.2
--- ukrainian.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 24,27 ****
--- 24,29 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: french_canada.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/french_canada.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** french_canada.php	17 Mar 2008 21:12:54 -0000	1.2
--- french_canada.php	13 Apr 2008 11:59:08 -0000	1.3
***************
*** 27,30 ****
--- 27,32 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: japanese_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/japanese_utf-8.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** japanese_utf-8.php	17 Mar 2008 21:12:54 -0000	1.5
--- japanese_utf-8.php	13 Apr 2008 11:59:08 -0000	1.6
***************
*** 28,31 ****
--- 28,33 ----
  # Last Update 2007/02/19 by Ivy (Geeklog Japanese)
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: german_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/german_utf-8.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** german_utf-8.php	17 Mar 2008 21:12:54 -0000	1.3
--- german_utf-8.php	13 Apr 2008 11:59:08 -0000	1.4
***************
*** 25,28 ****
--- 25,30 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 

Index: german_formal.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/german_formal.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** german_formal.php	17 Mar 2008 21:12:54 -0000	1.3
--- german_formal.php	13 Apr 2008 11:59:08 -0000	1.4
***************
*** 25,28 ****
--- 25,30 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 




More information about the geeklog-cvs mailing list