[geeklog-cvs] Geeklog-1.x/plugins/links/language chinese_simplified_utf-8.php, 1.5, 1.6 chinese_traditional_utf-8.php, 1.5, 1.6 czech.php, 1.2, 1.3 dutch.php, 1.4, 1.5 english.php, 1.30, 1.31 english_utf-8.php, 1.17, 1.18 estonian.php, 1.3, 1.4 estonian_utf-8.php, 1.3, 1.4 french_canada.php, 1.2, 1.3 german.php, 1.5, 1.6 german_formal.php, 1.4, 1.5 german_formal_utf-8.php, 1.4, 1.5 german_utf-8.php, 1.4, 1.5 japanese.php, 1.11, 1.12 japanese_utf-8.php, 1.10, 1.11 korean.php, 1.2, 1.3 korean_utf-8.php, 1.2, 1.3 polish.php, 1.4, 1.5 russian.php, 1.4, 1.5 slovenian.php, 1.3, 1.4 slovenian_utf-8.php, 1.3, 1.4 spanish_utf-8.php, 1.2, 1.3 ukrainian.php, 1.5, 1.6 ukrainian_koi8-u.php, 1.3, 1.4 ukrainian_utf-8.php, 1.3, 1.4

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


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

Modified Files:
	chinese_simplified_utf-8.php chinese_traditional_utf-8.php 
	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 
	polish.php russian.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/links/language/russian.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** russian.php	17 Mar 2008 21:12:54 -0000	1.4
--- russian.php	13 Apr 2008 11:59:08 -0000	1.5
***************
*** 24,27 ****
--- 24,29 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:
***************
*** 31,36 ****
  ###############################################################################
  
! 
! $LANG_LINKS= array(
      10 => 'Ïðèñëàííûå',
      14 => 'Ññûëêà',
--- 33,37 ----
  ###############################################################################
  
! $LANG_LINKS = array(
      10 => 'Ïðèñëàííûå',
      14 => 'Ññûëêà',

Index: chinese_simplified_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/chinese_simplified_utf-8.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** chinese_simplified_utf-8.php	17 Mar 2008 21:12:54 -0000	1.5
--- chinese_simplified_utf-8.php	13 Apr 2008 11:59:08 -0000	1.6
***************
*** 27,30 ****
--- 27,32 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:
***************
*** 33,36 ****
--- 35,39 ----
  #            YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 38,42 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => '提交物',
      14 => '连结',
--- 41,45 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => '提交物',
      14 => '连结',

Index: korean.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/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
***************
*** 29,32 ****
--- 29,34 ----
  # Last Update 2007/01/30 by Ivy (Geeklog Japanese)
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 
***************
*** 36,40 ****
  ###############################################################################
  
! $LANG_LINKS= array(
      10 => 'µ¡±Û',
      14 => '¸µÅ©',
--- 38,42 ----
  ###############################################################################
  
! $LANG_LINKS = array(
      10 => 'µ¡±Û',
      14 => '¸µÅ©',

Index: czech.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/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
***************
*** 35,39 ****
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 AT steubentech DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
--- 35,39 ----
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 AT gmail DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
***************
*** 41,44 ****
--- 41,45 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 48,51 ****
--- 49,53 ----
  #			YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 53,57 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => 'Po¾adavky',
      14 => 'Odkazy',
--- 55,59 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => 'Po¾adavky',
      14 => 'Odkazy',

Index: japanese.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/japanese.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** japanese.php	17 Mar 2008 21:12:54 -0000	1.11
--- japanese.php	13 Apr 2008 11:59:08 -0000	1.12
***************
*** 39,43 ****
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 AT steubentech DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
--- 39,43 ----
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 AT gmail DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
***************
*** 45,48 ****
--- 45,49 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 52,55 ****
--- 53,57 ----
  #                 YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 57,61 ****
  * @global array $LANG_LINKS
  */
! $LANG_LINKS= array(
      10 => 'Åê¹Æ',
      14 => '¥ê¥ó¥¯',
--- 59,63 ----
  * @global array $LANG_LINKS
  */
! $LANG_LINKS = array(
      10 => 'Åê¹Æ',
      14 => '¥ê¥ó¥¯',

Index: french_canada.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/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
***************
*** 38,42 ****
   * @copyright Copyright © 2005
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 at steubentech.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
--- 38,42 ----
   * @copyright Copyright © 2005
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 at gmail.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
***************
*** 46,49 ****
--- 46,50 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 53,56 ****
--- 54,58 ----
  #			YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 58,62 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => 'Soumissions',
      14 => 'liens',
--- 60,64 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => 'Soumissions',
      14 => 'liens',

Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** english.php	17 Mar 2008 21:12:54 -0000	1.30
--- english.php	13 Apr 2008 11:59:08 -0000	1.31
***************
*** 38,42 ****
   * @copyright Copyright © 2005-2007
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 AT steubentech DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
--- 38,42 ----
   * @copyright Copyright © 2005-2007
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 AT gmail DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
***************
*** 44,47 ****
--- 44,48 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 51,54 ****
--- 52,56 ----
  #                 YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 56,60 ****
  * @global array $LANG_LINKS
  */
! $LANG_LINKS= array(
      10 => 'Submissions',
      14 => 'Links',
--- 58,62 ----
  * @global array $LANG_LINKS
  */
! $LANG_LINKS = array(
      10 => 'Submissions',
      14 => 'Links',

Index: german.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/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
***************
*** 26,29 ****
--- 26,31 ----
  # $Id$
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:
***************
*** 33,38 ****
  ###############################################################################
  
! 
! $LANG_LINKS= array(
      10 => 'Beiträge',
      14 => 'Links',
--- 35,39 ----
  ###############################################################################
  
! $LANG_LINKS = array(
      10 => 'Beiträge',
      14 => 'Links',

Index: estonian.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/estonian.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** estonian.php	17 Mar 2008 21:12:54 -0000	1.3
--- estonian.php	13 Apr 2008 11:59:08 -0000	1.4
***************
*** 39,43 ****
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 at steubentech.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
--- 39,43 ----
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 at gmail.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
***************
*** 45,48 ****
--- 45,49 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 52,55 ****
--- 53,57 ----
  #            YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 57,61 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => 'Sisestatud',
      14 => 'Linke',
--- 59,63 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => 'Sisestatud',
      14 => 'Linke',

Index: chinese_traditional_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/chinese_traditional_utf-8.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** chinese_traditional_utf-8.php	17 Mar 2008 21:12:54 -0000	1.5
--- chinese_traditional_utf-8.php	13 Apr 2008 11:59:08 -0000	1.6
***************
*** 27,30 ****
--- 27,32 ----
  ###############################################################################
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:
***************
*** 33,36 ****
--- 35,39 ----
  #            YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 38,42 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => '提交物',
      14 => '連結',
--- 41,45 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => '提交物',
      14 => '連結',

Index: slovenian.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/slovenian.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slovenian.php	17 Mar 2008 21:12:54 -0000	1.3
--- slovenian.php	13 Apr 2008 11:59:08 -0000	1.4
***************
*** 39,43 ****
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 AT steubentech DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
--- 39,43 ----
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 AT gmail DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
***************
*** 45,48 ****
--- 45,49 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 52,55 ****
--- 53,57 ----
  #            YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 57,61 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => 'Èakajoèa vsebina',
      14 => 'Povezave',
--- 59,63 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => 'Èakajoèa vsebina',
      14 => 'Povezave',

Index: ukrainian_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/ukrainian_utf-8.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ukrainian_utf-8.php	17 Mar 2008 21:12:54 -0000	1.3
--- ukrainian_utf-8.php	13 Apr 2008 11:59:08 -0000	1.4
***************
*** 25,28 ****
--- 25,30 ----
  # $Id$
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:
***************
*** 32,37 ****
  ###############################################################################
  
! 
! $LANG_LINKS= array(
      10 => 'Надіслане',
      14 => 'Посилання',
--- 34,38 ----
  ###############################################################################
  
! $LANG_LINKS = array(
      10 => 'Надіслане',
      14 => 'Посилання',

Index: ukrainian_koi8-u.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/ukrainian_koi8-u.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ukrainian_koi8-u.php	17 Mar 2008 21:12:54 -0000	1.3
--- ukrainian_koi8-u.php	13 Apr 2008 11:59:08 -0000	1.4
***************
*** 25,28 ****
--- 25,30 ----
  # $Id$
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:
***************
*** 32,37 ****
  ###############################################################################
  
! 
! $LANG_LINKS= array(
      10 => 'îÁĦÓÌÁÎÅ',
      14 => 'ðÏÓÉÌÁÎÎÑ',
--- 34,38 ----
  ###############################################################################
  
! $LANG_LINKS = array(
      10 => 'îÁĦÓÌÁÎÅ',
      14 => 'ðÏÓÉÌÁÎÎÑ',

Index: polish.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/polish.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** polish.php	17 Mar 2008 21:12:54 -0000	1.4
--- polish.php	13 Apr 2008 11:59:08 -0000	1.5
***************
*** 35,39 ****
   * @copyright Copyright © 2005
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 at steubentech.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
--- 35,39 ----
   * @copyright Copyright © 2005
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 at gmail.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
***************
*** 43,46 ****
--- 43,47 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 50,53 ****
--- 51,55 ----
  #            YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 55,59 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => 'Przes³ane Linki',
      14 => 'Linki',
--- 57,61 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => 'Przes³ane Linki',
      14 => 'Linki',

Index: korean_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/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
***************
*** 29,32 ****
--- 29,34 ----
  # Last Update 2007/01/30 by Ivy (Geeklog Japanese)
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format: 
***************
*** 36,40 ****
  ###############################################################################
  
! $LANG_LINKS= array(
      10 => '덧글',
      14 => '링크',
--- 38,42 ----
  ###############################################################################
  
! $LANG_LINKS = array(
      10 => '덧글',
      14 => '링크',

Index: spanish_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/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
***************
*** 40,44 ****
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 AT steubentech DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
--- 40,44 ----
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 AT gmail DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
***************
*** 46,49 ****
--- 46,50 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 53,56 ****
--- 54,58 ----
  #			YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 58,62 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => 'Envíos',
      14 => 'Enlaces',
--- 60,64 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => 'Envíos',
      14 => 'Enlaces',

Index: slovenian_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/slovenian_utf-8.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** slovenian_utf-8.php	17 Mar 2008 21:12:54 -0000	1.3
--- slovenian_utf-8.php	13 Apr 2008 11:59:08 -0000	1.4
***************
*** 39,43 ****
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 AT steubentech DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
--- 39,43 ----
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 AT gmail DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
***************
*** 45,48 ****
--- 45,49 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 52,55 ****
--- 53,57 ----
  #            YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 57,61 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => 'Čakajoča vsebina',
      14 => 'Povezave',
--- 59,63 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => 'Čakajoča vsebina',
      14 => 'Povezave',

Index: german_formal_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/german_formal_utf-8.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** german_formal_utf-8.php	17 Mar 2008 21:12:54 -0000	1.4
--- german_formal_utf-8.php	13 Apr 2008 11:59:08 -0000	1.5
***************
*** 27,30 ****
--- 27,32 ----
  # $Id$
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:
***************
*** 34,39 ****
  ###############################################################################
  
! 
! $LANG_LINKS= array(
      10 => 'Beiträge',
      14 => 'Links',
--- 36,40 ----
  ###############################################################################
  
! $LANG_LINKS = array(
      10 => 'Beiträge',
      14 => 'Links',

Index: dutch.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/dutch.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** dutch.php	17 Mar 2008 21:12:54 -0000	1.4
--- dutch.php	13 Apr 2008 11:59:08 -0000	1.5
***************
*** 37,41 ****
   * @copyright Copyright © 2005
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 at steubentech.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
--- 37,41 ----
   * @copyright Copyright © 2005
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 at gmail.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
***************
*** 45,48 ****
--- 45,49 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 52,55 ****
--- 53,57 ----
  #            YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 57,61 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => 'Ingezonden links',
      14 => 'Links',
--- 59,63 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => 'Ingezonden links',
      14 => 'Links',

Index: estonian_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/estonian_utf-8.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** estonian_utf-8.php	17 Mar 2008 21:12:54 -0000	1.3
--- estonian_utf-8.php	13 Apr 2008 11:59:08 -0000	1.4
***************
*** 39,43 ****
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 at steubentech.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
--- 39,43 ----
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
!  * @author Trinity Bays <trinity93 at gmail.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
***************
*** 45,48 ****
--- 45,49 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 52,55 ****
--- 53,57 ----
  #            YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 57,61 ****
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS= array(
      10 => 'Sisestatud',
      14 => 'Linke',
--- 59,63 ----
  * @global array $LANG_LINKS 
  */
! $LANG_LINKS = array(
      10 => 'Sisestatud',
      14 => 'Linke',

Index: ukrainian.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/ukrainian.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ukrainian.php	17 Mar 2008 21:12:54 -0000	1.5
--- ukrainian.php	13 Apr 2008 11:59:08 -0000	1.6
***************
*** 25,28 ****
--- 25,30 ----
  # $Id$
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:
***************
*** 32,37 ****
  ###############################################################################
  
! 
! $LANG_LINKS= array(
      10 => 'Íàä³ñëàíå',
      14 => 'Ïîñèëàííÿ',
--- 34,38 ----
  ###############################################################################
  
! $LANG_LINKS = array(
      10 => 'Íàä³ñëàíå',
      14 => 'Ïîñèëàííÿ',

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english_utf-8.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** english_utf-8.php	17 Mar 2008 21:12:54 -0000	1.17
--- english_utf-8.php	13 Apr 2008 11:59:08 -0000	1.18
***************
*** 38,42 ****
   * @copyright Copyright © 2005-2007
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 AT steubentech DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
--- 38,42 ----
   * @copyright Copyright © 2005-2007
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 AT gmail DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
***************
*** 44,47 ****
--- 44,48 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 51,54 ****
--- 52,56 ----
  #                 YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 56,60 ****
  * @global array $LANG_LINKS
  */
! $LANG_LINKS= array(
      10 => 'Submissions',
      14 => 'Links',
--- 58,62 ----
  * @global array $LANG_LINKS
  */
! $LANG_LINKS = array(
      10 => 'Submissions',
      14 => 'Links',

Index: japanese_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/japanese_utf-8.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** japanese_utf-8.php	17 Mar 2008 21:12:54 -0000	1.10
--- japanese_utf-8.php	13 Apr 2008 11:59:08 -0000	1.11
***************
*** 39,43 ****
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 AT steubentech DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
--- 39,43 ----
   * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 AT gmail DOT com>
   * @author Tony Bibbs <tony AT tonybibbs DOT com>
   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
***************
*** 45,48 ****
--- 45,49 ----
   */
  
+ global $LANG32;
  
  ###############################################################################
***************
*** 52,55 ****
--- 53,57 ----
  #                 YY - phrase id number
  ###############################################################################
+ 
  /**
  * the link plugin's lang array
***************
*** 57,61 ****
  * @global array $LANG_LINKS
  */
! $LANG_LINKS= array(
      10 => '投稿',
      14 => 'リンク',
--- 59,63 ----
  * @global array $LANG_LINKS
  */
! $LANG_LINKS = array(
      10 => '投稿',
      14 => 'リンク',

Index: german_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/german_utf-8.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** german_utf-8.php	17 Mar 2008 21:12:54 -0000	1.4
--- german_utf-8.php	13 Apr 2008 11:59:08 -0000	1.5
***************
*** 26,29 ****
--- 26,31 ----
  # $Id$
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:
***************
*** 33,38 ****
  ###############################################################################
  
! 
! $LANG_LINKS= array(
      10 => 'Beiträge',
      14 => 'Links',
--- 35,39 ----
  ###############################################################################
  
! $LANG_LINKS = array(
      10 => 'Beiträge',
      14 => 'Links',

Index: german_formal.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/german_formal.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** german_formal.php	17 Mar 2008 21:12:54 -0000	1.4
--- german_formal.php	13 Apr 2008 11:59:08 -0000	1.5
***************
*** 27,30 ****
--- 27,32 ----
  # $Id$
  
+ global $LANG32;
+ 
  ###############################################################################
  # Array Format:
***************
*** 34,39 ****
  ###############################################################################
  
! 
! $LANG_LINKS= array(
      10 => 'Beiträge',
      14 => 'Links',
--- 36,40 ----
  ###############################################################################
  
! $LANG_LINKS = array(
      10 => 'Beiträge',
      14 => 'Links',




More information about the geeklog-cvs mailing list