[geeklog-cvs] Geeklog-1.x/language english.php, 1.331, 1.332 english_utf-8.php, 1.115, 1.116 german.php, 1.185, 1.186 german_formal.php, 1.90, 1.91 german_formal_utf-8.php, 1.43, 1.44 german_utf-8.php, 1.74, 1.75 japanese.php, 1.40, 1.41 japanese_utf-8.php, 1.24, 1.25

Dirk Haun dhaun at qs1489.pair.com
Fri Mar 21 14:10:24 EDT 2008


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

Modified Files:
	english.php english_utf-8.php german.php german_formal.php 
	german_formal_utf-8.php german_utf-8.php japanese.php 
	japanese_utf-8.php 
Log Message:
Removed call to COM_createLink


Index: german.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/german.php,v
retrieving revision 1.185
retrieving revision 1.186
diff -C2 -d -r1.185 -r1.186
*** german.php	24 Feb 2008 16:49:51 -0000	1.185
--- german.php	21 Mar 2008 18:10:22 -0000	1.186
***************
*** 1164,1169 ****
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please ' . COM_createLink('check the security of your site', $_CONF['
! site_admin_url'] . '/sectest.php') . ' before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',
--- 1164,1168 ----
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please <a href="' . $_CONF['site_admin_url'] . '/sectest.php">check the security of your site</a> before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',

Index: japanese.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/japanese.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** japanese.php	24 Feb 2008 16:49:51 -0000	1.40
--- japanese.php	21 Mar 2008 18:10:22 -0000	1.41
***************
*** 1182,1186 ****
      90 => 'OpenIDǧ¼±¤¬¥­¥ã¥ó¥»¥ë¤µ¤ì¤Þ¤·¤¿¡£',
      91 => '̵¸ú¤ÊURL¤¬»ØÄꤵ¤ì¤Þ¤·¤¿¡£',
!     92 => 'Please ' . COM_createLink('check the security of your site', $_CONF['site_admin_url'] . '/sectest.php') . ' before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',
--- 1182,1186 ----
      90 => 'OpenIDǧ¼±¤¬¥­¥ã¥ó¥»¥ë¤µ¤ì¤Þ¤·¤¿¡£',
      91 => '̵¸ú¤ÊURL¤¬»ØÄꤵ¤ì¤Þ¤·¤¿¡£',
!     92 => 'Please <a href="' . $_CONF['site_admin_url'] . '/sectest.php">check the security of your site</a> before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',

Index: japanese_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/japanese_utf-8.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** japanese_utf-8.php	24 Feb 2008 16:49:51 -0000	1.24
--- japanese_utf-8.php	21 Mar 2008 18:10:22 -0000	1.25
***************
*** 1182,1186 ****
      90 => 'OpenID認識がキャンセルされました。',
      91 => '無効なURLが指定されました。',
!     92 => 'Please ' . COM_createLink('check the security of your site', $_CONF['site_admin_url'] . '/sectest.php') . ' before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',
--- 1182,1186 ----
      90 => 'OpenID認識がキャンセルされました。',
      91 => '無効なURLが指定されました。',
!     92 => 'Please <a href="' . $_CONF['site_admin_url'] . '/sectest.php">check the security of your site</a> before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',

Index: german_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/german_utf-8.php,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** german_utf-8.php	24 Feb 2008 16:49:51 -0000	1.74
--- german_utf-8.php	21 Mar 2008 18:10:22 -0000	1.75
***************
*** 1164,1169 ****
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please ' . COM_createLink('check the security of your site', $_CONF['
! site_admin_url'] . '/sectest.php') . ' before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',
--- 1164,1168 ----
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please <a href="' . $_CONF['site_admin_url'] . '/sectest.php">check the security of your site</a> before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',

Index: german_formal.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/german_formal.php,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** german_formal.php	24 Feb 2008 16:49:51 -0000	1.90
--- german_formal.php	21 Mar 2008 18:10:22 -0000	1.91
***************
*** 1168,1173 ****
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please ' . COM_createLink('check the security of your site', $_CONF['
! site_admin_url'] . '/sectest.php') . ' before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',
--- 1168,1172 ----
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please <a href="' . $_CONF['site_admin_url'] . '/sectest.php">check the security of your site</a> before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** english_utf-8.php	24 Feb 2008 16:49:51 -0000	1.115
--- english_utf-8.php	21 Mar 2008 18:10:22 -0000	1.116
***************
*** 1174,1178 ****
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please ' . COM_createLink('check the security of your site', $_CONF['site_admin_url'] . '/sectest.php') . ' before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',
--- 1174,1178 ----
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please <a href="' . $_CONF['site_admin_url'] . '/sectest.php">check the security of your site</a> before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',

Index: german_formal_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/german_formal_utf-8.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** german_formal_utf-8.php	24 Feb 2008 16:49:51 -0000	1.43
--- german_formal_utf-8.php	21 Mar 2008 18:10:22 -0000	1.44
***************
*** 1167,1172 ****
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please ' . COM_createLink('check the security of your site', $_CONF['
! site_admin_url'] . '/sectest.php') . ' before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',
--- 1167,1171 ----
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please <a href="' . $_CONF['site_admin_url'] . '/sectest.php">check the security of your site</a> before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',

Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.331
retrieving revision 1.332
diff -C2 -d -r1.331 -r1.332
*** english.php	24 Feb 2008 16:49:51 -0000	1.331
--- english.php	21 Mar 2008 18:10:22 -0000	1.332
***************
*** 1174,1178 ****
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please ' . COM_createLink('check the security of your site', $_CONF['site_admin_url'] . '/sectest.php') . ' before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',
--- 1174,1178 ----
      90 => 'OpenID identification cancelled.',
      91 => 'You specified an invalid identity URL.',
!     92 => 'Please <a href="' . $_CONF['site_admin_url'] . '/sectest.php">check the security of your site</a> before using it!',
      93 => 'Database back up was successful.',
      94 => 'Backup Failed: Filesize less than 1kb',




More information about the geeklog-cvs mailing list