[geeklog-cvs] Geeklog-1.x/plugins/links/language english_utf-8.php, 1.8, 1.9 japanese.php, 1.9, 1.10 japanese_utf-8.php, 1.8, 1.9

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:56:36 EST 2007


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

Modified Files:
	english_utf-8.php japanese.php japanese_utf-8.php 
Log Message:
XHTML optional updates

Index: japanese_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/japanese_utf-8.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** japanese_utf-8.php	28 Aug 2007 07:33:30 -0000	1.8
--- japanese_utf-8.php	25 Nov 2007 06:56:34 -0000	1.9
***************
*** 29,39 ****
  # Last Update 2006/12/12 by Ivy (Geeklog Japanese)
  
  ###############################################################################
! # Array Format: 
  # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
! 
  $LANG_LINKS= array(
      10 => '投稿',
--- 29,60 ----
  # Last Update 2006/12/12 by Ivy (Geeklog Japanese)
  
+ /**
+  * This is the english language page for the Geeklog links Plug-in!
+  *
+  * @package Links
+  * @subpackage Language
+  * @filesource
+  * @version 1.0
+  * @since GL 1.4.0
+  * @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>
+  *
+  */
+ 
+ 
  ###############################################################################
! # Array Format:
  # $LANGXX[YY]:    $LANG - variable name
! #                 XX - file id number
! #                 YY - phrase id number
  ###############################################################################
! /**
! * the link plugin's lang array
! *
! * @global array $LANG_LINKS
! */
  $LANG_LINKS= array(
      10 => '投稿',
***************
*** 42,51 ****
      88 => '新しいリンクはありません',
      114 => 'リンク',
!     116 => 'リンクの追加'
  );
  
  ###############################################################################
  # for stats
! 
  $LANG_LINKS_STATS = array(
      'links' => '登録されているリンク(クリック数)',
--- 63,86 ----
      88 => '新しいリンクはありません',
      114 => 'リンク',
!     116 => 'リンクの追加',
!     117 => 'Report Broken Link',
!     118 => 'Broken Link Report',
!     119 => 'The following link has been reported to be broken: ',
!     120 => 'To edit the link, click here: ',
!     121 => 'The broken Link was reported by: ',
!     122 => 'Thank you for reporting this broken link. The administrator will correct the problem as soon as possible',
!     123 => 'Thank you',
!     124 => 'Go',
!     125 => 'Categories',
!     'root' => 'Root' // title used for top level category
  );
  
  ###############################################################################
  # for stats
! /**
! * the link plugin's lang stats array
! *
! * @global array $LANG_LINKS_STATS
! */
  $LANG_LINKS_STATS = array(
      'links' => '登録されているリンク(クリック数)',
***************
*** 58,62 ****
  ###############################################################################
  # for the search
!  
  $LANG_LINKS_SEARCH = array(
   'results' => 'リンクの検索結果',
--- 93,101 ----
  ###############################################################################
  # for the search
! /**
! * the link plugin's lang search array
! *
! * @global array $LANG_LINKS_SEARCH
! */
  $LANG_LINKS_SEARCH = array(
   'results' => 'リンクの検索結果',
***************
*** 66,72 ****
   'hits' => 'クリック数'
  );
  ###############################################################################
  # for the submission form
! 
  $LANG_LINKS_SUBMIT = array(
      1 => 'リンクの登録',
--- 105,116 ----
   'hits' => 'クリック数'
  );
+ 
  ###############################################################################
  # for the submission form
! /**
! * the link plugin's lang submit form array
! *
! * @global array $LANG_LINKS_SUBMIT
! */
  $LANG_LINKS_SUBMIT = array(
      1 => 'リンクの登録',
***************
*** 90,93 ****
--- 134,138 ----
  $PLG_links_MESSAGE3 = 'リンクの削除が完了しました。';
  $PLG_links_MESSAGE4 = "{$_CONF['site_name']}にリンク登録ありがとうございます。<a href={$_CONF['site_url']}/links/index.php>リンク</a>でご確認ください。";
+ $PLG_links_MESSAGE5 = "You do not have sufficient access rights to view this category.";
  
  // Messages for the plugin upgrade
***************
*** 96,100 ****
  ###############################################################################
  # admin/link.php
! 
  $LANG_LINKS_ADMIN = array(
      1 => 'リンクの編集',
--- 141,149 ----
  ###############################################################################
  # admin/link.php
! /**
! * the link plugin's lang admin array
! *
! * @global array $LANG_LINKS_ADMIN
! */
  $LANG_LINKS_ADMIN = array(
      1 => 'リンクの編集',
***************
*** 116,121 ****
      21 => '保存',
      22 => 'キャンセル',
!     23 => '削除'
  );
  
! ?>
\ No newline at end of file
--- 165,247 ----
      21 => '保存',
      22 => 'キャンセル',
!     23 => '削除',
!     24 => 'Link not found',
!     25 => 'The link you selected for editing could not be found.',
!     26 => 'Validate Links',
!     27 => 'HTML Status',
!     28 => 'Edit category',
!     29 => 'Enter or edit the details below.',
!     30 => 'Category',
!     31 => 'Description',
!     32 => 'Category ID',
!     33 => 'Topic',
!     34 => 'Parent',
!     35 => 'You are not allowed to set the id of a category to "site" or "user" - these are reserved for internal use.',
!     37 => 'Category deleted',
!     38 => 'Category contains links and/or categories. Please remove these first.',
!     39 => 'Category was saved successfully',
!     40 => 'Edit this category',
!     41 => 'Create child category',
!     42 => 'Delete this category',
!     43 => 'Site categories',
!     44 => 'Add child',
!     45 => 'You do not have sufficient rights to delete this category',
!     46 => 'User %s tried to delete a category to which they do not have access rights',
!     47 => 'No such category exists',
!     48 => 'You are trying to make a parent category the child of it\'s own subcategory. This would create an orphan category, so please first move the child category or categories up to a higher level.',
!     50 => 'List categories',
!     51 => 'New link',
!     52 => 'New category',
!     53 => 'List links',
!     54 => 'Category Manager',
!     55 => 'Edit categories below. Note that you cannot delete a category that contains other categories or links - you should delete these first, or move them to another category.',
!     56 => 'Category Editor',
!     57 => 'Not validated yet',
!     58 => 'Validate now',
!     59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>'
  );
  
! $LANG_LINKS_STATUS = array(
!     100 => "Continue",
!     101 => "Switching Protocols",
!     200 => "OK",
!     201 => "Created",
!     202 => "Accepted",
!     203 => "Non-Authoritative Information",
!     204 => "No Content",
!     205 => "Reset Content",
!     206 => "Partial Content",
!     300 => "Multiple Choices",
!     301 => "Moved Permanently",
!     302 => "Found",
!     303 => "See Other",
!     304 => "Not Modified",
!     305 => "Use Proxy",
!     307 => "Temporary Redirect",
!     400 => "Bad Request",
!     401 => "Unauthorized",
!     402 => "Payment Required",
!     403 => "Forbidden",
!     404 => "Not Found",
!     405 => "Method Not Allowed",
!     406 => "Not Acceptable",
!     407 => "Proxy Authentication Required",
!     408 => "Request Timeout",
!     409 => "Conflict",
!     410 => "Gone",
!     411 => "Length Required",
!     412 => "Precondition Failed",
!     413 => "Request Entity Too Large",
!     414 => "Request-URI Too Long",
!     415 => "Unsupported Media Type",
!     416 => "Requested Range Not Satisfiable",
!     417 => "Expectation Failed",
!     500 => "Internal Server Error",
!     501 => "Not Implemented",
!     502 => "Bad Gateway",
!     503 => "Service Unavailable",
!     504 => "Gateway Timeout",
!     505 => "HTTP Version Not Supported",
!     999 => "Connection Timed out");
! 
! ?>

Index: english_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english_utf-8.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** english_utf-8.php	29 Aug 2007 05:25:31 -0000	1.8
--- english_utf-8.php	25 Nov 2007 06:56:34 -0000	1.9
***************
*** 47,53 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  /**
--- 47,53 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #                 XX - file id number
! #                 YY - phrase id number
  ###############################################################################
  /**
***************
*** 195,200 ****
      54 => 'Category Manager',
      55 => 'Edit categories below. Note that you cannot delete a category that contains other categories or links - you should delete these first, or move them to another category.',
!     56 => 'Category Editor'
! 
  );
  
--- 195,202 ----
      54 => 'Category Manager',
      55 => 'Edit categories below. Note that you cannot delete a category that contains other categories or links - you should delete these first, or move them to another category.',
!     56 => 'Category Editor',
!     57 => 'Not validated yet',
!     58 => 'Validate now',
!     59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>'
  );
  

Index: japanese.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/japanese.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** japanese.php	28 Aug 2007 07:33:30 -0000	1.9
--- japanese.php	25 Nov 2007 06:56:34 -0000	1.10
***************
*** 2,6 ****
  
  ###############################################################################
! # japanese_utf.php
  # This is the Japanese language page for the Geeklog links Plug-in!
  #
--- 2,6 ----
  
  ###############################################################################
! # japanese.php
  # This is the Japanese language page for the Geeklog links Plug-in!
  #
***************
*** 29,39 ****
  # Last Update 2006/12/12 by Ivy (Geeklog Japanese)
  
  ###############################################################################
! # Array Format: 
  # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
! 
  $LANG_LINKS= array(
      10 => 'Åê¹Æ',
--- 29,60 ----
  # Last Update 2006/12/12 by Ivy (Geeklog Japanese)
  
+ /**
+  * This is the english language page for the Geeklog links Plug-in!
+  *
+  * @package Links
+  * @subpackage Language
+  * @filesource
+  * @version 1.0
+  * @since GL 1.4.0
+  * @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>
+  *
+  */
+ 
+ 
  ###############################################################################
! # Array Format:
  # $LANGXX[YY]:    $LANG - variable name
! #                 XX - file id number
! #                 YY - phrase id number
  ###############################################################################
! /**
! * the link plugin's lang array
! *
! * @global array $LANG_LINKS
! */
  $LANG_LINKS= array(
      10 => 'Åê¹Æ',
***************
*** 42,51 ****
      88 => '¿·¤·¤¤¥ê¥ó¥¯¤Ï¤¢¤ê¤Þ¤»¤ó',
      114 => '¥ê¥ó¥¯',
!     116 => '¥ê¥ó¥¯¤ÎÄɲÃ'
  );
  
  ###############################################################################
  # for stats
! 
  $LANG_LINKS_STATS = array(
      'links' => 'ÅÐÏ¿¤µ¤ì¤Æ¤¤¤ë¥ê¥ó¥¯¡Ê¥¯¥ê¥Ã¥¯¿ô¡Ë',
--- 63,86 ----
      88 => '¿·¤·¤¤¥ê¥ó¥¯¤Ï¤¢¤ê¤Þ¤»¤ó',
      114 => '¥ê¥ó¥¯',
!     116 => '¥ê¥ó¥¯¤ÎÄɲÃ',
!     117 => 'Report Broken Link',
!     118 => 'Broken Link Report',
!     119 => 'The following link has been reported to be broken: ',
!     120 => 'To edit the link, click here: ',
!     121 => 'The broken Link was reported by: ',
!     122 => 'Thank you for reporting this broken link. The administrator will correct the problem as soon as possible',
!     123 => 'Thank you',
!     124 => 'Go',
!     125 => 'Categories',
!     'root' => 'Root' // title used for top level category
  );
  
  ###############################################################################
  # for stats
! /**
! * the link plugin's lang stats array
! *
! * @global array $LANG_LINKS_STATS
! */
  $LANG_LINKS_STATS = array(
      'links' => 'ÅÐÏ¿¤µ¤ì¤Æ¤¤¤ë¥ê¥ó¥¯¡Ê¥¯¥ê¥Ã¥¯¿ô¡Ë',
***************
*** 58,62 ****
  ###############################################################################
  # for the search
!  
  $LANG_LINKS_SEARCH = array(
   'results' => '¥ê¥ó¥¯¤Î¸¡º÷·ë²Ì',
--- 93,101 ----
  ###############################################################################
  # for the search
! /**
! * the link plugin's lang search array
! *
! * @global array $LANG_LINKS_SEARCH
! */
  $LANG_LINKS_SEARCH = array(
   'results' => '¥ê¥ó¥¯¤Î¸¡º÷·ë²Ì',
***************
*** 66,72 ****
   'hits' => '¥¯¥ê¥Ã¥¯¿ô'
  );
  ###############################################################################
  # for the submission form
! 
  $LANG_LINKS_SUBMIT = array(
      1 => '¥ê¥ó¥¯¤ÎÅÐÏ¿',
--- 105,116 ----
   'hits' => '¥¯¥ê¥Ã¥¯¿ô'
  );
+ 
  ###############################################################################
  # for the submission form
! /**
! * the link plugin's lang submit form array
! *
! * @global array $LANG_LINKS_SUBMIT
! */
  $LANG_LINKS_SUBMIT = array(
      1 => '¥ê¥ó¥¯¤ÎÅÐÏ¿',
***************
*** 90,93 ****
--- 134,138 ----
  $PLG_links_MESSAGE3 = '¥ê¥ó¥¯¤Îºï½ü¤¬´°Î»¤·¤Þ¤·¤¿¡£';
  $PLG_links_MESSAGE4 = "{$_CONF['site_name']}¤Ë¥ê¥ó¥¯ÅÐÏ¿¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£<a href={$_CONF['site_url']}/links/index.php>¥ê¥ó¥¯</a>¤Ç¤´³Îǧ¤¯¤À¤µ¤¤¡£";
+ $PLG_links_MESSAGE5 = "You do not have sufficient access rights to view this category.";
  
  // Messages for the plugin upgrade
***************
*** 96,100 ****
  ###############################################################################
  # admin/link.php
! 
  $LANG_LINKS_ADMIN = array(
      1 => '¥ê¥ó¥¯¤ÎÊÔ½¸',
--- 141,149 ----
  ###############################################################################
  # admin/link.php
! /**
! * the link plugin's lang admin array
! *
! * @global array $LANG_LINKS_ADMIN
! */
  $LANG_LINKS_ADMIN = array(
      1 => '¥ê¥ó¥¯¤ÎÊÔ½¸',
***************
*** 116,121 ****
      21 => 'Êݸ',
      22 => '¥­¥ã¥ó¥»¥ë',
!     23 => 'ºï½ü'
  );
  
! ?>
\ No newline at end of file
--- 165,247 ----
      21 => 'Êݸ',
      22 => '¥­¥ã¥ó¥»¥ë',
!     23 => 'ºï½ü',
!     24 => 'Link not found',
!     25 => 'The link you selected for editing could not be found.',
!     26 => 'Validate Links',
!     27 => 'HTML Status',
!     28 => 'Edit category',
!     29 => 'Enter or edit the details below.',
!     30 => 'Category',
!     31 => 'Description',
!     32 => 'Category ID',
!     33 => 'Topic',
!     34 => 'Parent',
!     35 => 'You are not allowed to set the id of a category to "site" or "user" - these are reserved for internal use.',
!     37 => 'Category deleted',
!     38 => 'Category contains links and/or categories. Please remove these first.',
!     39 => 'Category was saved successfully',
!     40 => 'Edit this category',
!     41 => 'Create child category',
!     42 => 'Delete this category',
!     43 => 'Site categories',
!     44 => 'Add child',
!     45 => 'You do not have sufficient rights to delete this category',
!     46 => 'User %s tried to delete a category to which they do not have access rights',
!     47 => 'No such category exists',
!     48 => 'You are trying to make a parent category the child of it\'s own subcategory. This would create an orphan category, so please first move the child category or categories up to a higher level.',
!     50 => 'List categories',
!     51 => 'New link',
!     52 => 'New category',
!     53 => 'List links',
!     54 => 'Category Manager',
!     55 => 'Edit categories below. Note that you cannot delete a category that contains other categories or links - you should delete these first, or move them to another category.',
!     56 => 'Category Editor',
!     57 => 'Not validated yet',
!     58 => 'Validate now',
!     59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>'
  );
  
! $LANG_LINKS_STATUS = array(
!     100 => "Continue",
!     101 => "Switching Protocols",
!     200 => "OK",
!     201 => "Created",
!     202 => "Accepted",
!     203 => "Non-Authoritative Information",
!     204 => "No Content",
!     205 => "Reset Content",
!     206 => "Partial Content",
!     300 => "Multiple Choices",
!     301 => "Moved Permanently",
!     302 => "Found",
!     303 => "See Other",
!     304 => "Not Modified",
!     305 => "Use Proxy",
!     307 => "Temporary Redirect",
!     400 => "Bad Request",
!     401 => "Unauthorized",
!     402 => "Payment Required",
!     403 => "Forbidden",
!     404 => "Not Found",
!     405 => "Method Not Allowed",
!     406 => "Not Acceptable",
!     407 => "Proxy Authentication Required",
!     408 => "Request Timeout",
!     409 => "Conflict",
!     410 => "Gone",
!     411 => "Length Required",
!     412 => "Precondition Failed",
!     413 => "Request Entity Too Large",
!     414 => "Request-URI Too Long",
!     415 => "Unsupported Media Type",
!     416 => "Requested Range Not Satisfiable",
!     417 => "Expectation Failed",
!     500 => "Internal Server Error",
!     501 => "Not Implemented",
!     502 => "Bad Gateway",
!     503 => "Service Unavailable",
!     504 => "Gateway Timeout",
!     505 => "HTTP Version Not Supported",
!     999 => "Connection Timed out");
! 
! ?>




More information about the geeklog-cvs mailing list