[geeklog-cvs] Geeklog-1.x/plugins/links/language chinese_simplified_utf-8.php, 1.3, 1.4 chinese_traditional_utf-8.php, 1.3, 1.4 dutch.php, 1.2, 1.3 english.php, 1.18, 1.19 english_utf-8.php, 1.5, 1.6 estonian.php, 1.1, 1.2 estonian_utf-8.php, 1.1, 1.2 german.php, 1.3, 1.4 german_formal.php, 1.2, 1.3 german_formal_utf-8.php, 1.2, 1.3 german_utf-8.php, 1.2, 1.3 japanese.php, 1.8, 1.9 japanese_utf-8.php, 1.7, 1.8 polish.php, 1.2, 1.3 russian.php, 1.2, 1.3 slovenian.php, 1.1, 1.2 slovenian_utf-8.php, 1.1, 1.2 ukrainian.php, 1.3, 1.4 ukrainian_koi8-u.php, 1.1, 1.2 ukrainian_utf-8.php, 1.1, 1.2

Oliver ospiess at qs1489.pair.com
Tue Aug 28 03:33:32 EDT 2007


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

Modified Files:
	chinese_simplified_utf-8.php chinese_traditional_utf-8.php 
	dutch.php english.php english_utf-8.php estonian.php 
	estonian_utf-8.php german.php german_formal.php 
	german_formal_utf-8.php german_utf-8.php japanese.php 
	japanese_utf-8.php polish.php russian.php slovenian.php 
	slovenian_utf-8.php ukrainian.php ukrainian_koi8-u.php 
	ukrainian_utf-8.php 
Log Message:
install new links plugin with cateogory tree

Index: chinese_simplified_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/chinese_simplified_utf-8.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** chinese_simplified_utf-8.php	13 May 2006 17:13:08 -0000	1.3
--- chinese_simplified_utf-8.php	28 Aug 2007 07:33:30 -0000	1.4
***************
*** 29,35 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  /**
--- 29,35 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  /**

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.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** english_utf-8.php	22 Apr 2007 13:24:33 -0000	1.5
--- english_utf-8.php	28 Aug 2007 07:33:30 -0000	1.6
***************
*** 3,13 ****
  ###############################################################################
  # english_utf-8.php
! #
! # This is the english language file for the Geeklog Links Plugin
  #
  # Copyright (C) 2001 Tony Bibbs
! # tony AT tonybibbs DOT com
  # Copyright (C) 2005 Trinity Bays
! # trinity93 AT gmail DOT com
  #
  # This program is free software; you can redistribute it and/or
--- 3,12 ----
  ###############################################################################
  # english_utf-8.php
! # This is the english language page for the Geeklog links Plug-in!
  #
  # Copyright (C) 2001 Tony Bibbs
! # tony at tonybibbs.com
  # Copyright (C) 2005 Trinity Bays
! # trinity93 at gmail.com
  #
  # This program is free software; you can redistribute it and/or
***************
*** 28,34 ****
  # $Id$
  
! /**
!  * This is the english language page for the Geeklog links Plug-in!
!  *
   * @package Links
   * @subpackage Language
--- 27,33 ----
  # $Id$
  
! /** 
!  * This is the english language page for the Geeklog links Plug-in! 
!  * 
   * @package Links
   * @subpackage Language
***************
*** 36,45 ****
   * @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>
!  *
   */
  
--- 35,46 ----
   * @version 1.0
   * @since GL 1.4.0
!  * @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>
!  * @author Blaine Lang <langmail at sympatico.ca>
!  * @author Dirk Haun <dirk at haun-online.de>
!  * 
   */
  
***************
*** 47,73 ****
  ###############################################################################
  # 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 => 'Submissions',
      14 => 'Links',
!     84 => 'Links',
      88 => 'No recent new links',
      114 => 'Links',
      116 => 'Add A Link',
!     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'
  );
  
--- 48,70 ----
  ###############################################################################
  # 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 => 'Submissions',
      14 => 'Links',
!     84 => 'LINKS',
      88 => 'No recent new links',
      114 => 'Links',
      116 => 'Add A Link',
!     117 => 'Go',
!     118 => 'Categories',
!     'root' => 'Root' // this is the title used for the root (top level) category
  );
  
***************
*** 76,80 ****
  /**
  * the link plugin's lang stats array
! *
  * @global array $LANG_LINKS_STATS
  */
--- 73,77 ----
  /**
  * the link plugin's lang stats array
! * 
  * @global array $LANG_LINKS_STATS
  */
***************
*** 91,96 ****
  /**
  * the link plugin's lang search array
! *
! * @global array $LANG_LINKS_SEARCH
  */
  $LANG_LINKS_SEARCH = array(
--- 88,93 ----
  /**
  * the link plugin's lang search array
! * 
! * @global array $LANG_LINKS_SEARCH 
  */
  $LANG_LINKS_SEARCH = array(
***************
*** 106,111 ****
  /**
  * the link plugin's lang submit form array
! *
! * @global array $LANG_LINKS_SUBMIT
  */
  $LANG_LINKS_SUBMIT = array(
--- 103,108 ----
  /**
  * the link plugin's lang submit form array
! * 
! * @global array $LANG_LINKS_SUBMIT 
  */
  $LANG_LINKS_SUBMIT = array(
***************
*** 130,133 ****
--- 127,131 ----
  $PLG_links_MESSAGE3 = 'The link has been successfully deleted.';
  $PLG_links_MESSAGE4 = "Thank-you for submitting a link to {$_CONF['site_name']}.  You can see it now in the <a href={$_CONF['site_url']}/links/index.php>links</a> section.";
+ $PLG_links_MESSAGE5 = "You do not have sufficient access rights to view this category.";
  
  // Messages for the plugin upgrade
***************
*** 138,143 ****
  /**
  * the link plugin's lang admin array
! *
! * @global array $LANG_LINKS_ADMIN
  */
  $LANG_LINKS_ADMIN = array(
--- 136,141 ----
  /**
  * the link plugin's lang admin array
! * 
! * @global array $LANG_LINKS_ADMIN 
  */
  $LANG_LINKS_ADMIN = array(
***************
*** 153,212 ****
      10 => 'You need to provide a link Title, URL and Description.',
      11 => 'Link Manager',
!     12 => 'To modify or delete a link, click on that link\'s edit icon below.  To create a new link, click on "Create New" above.',
      14 => 'Link Category',
      16 => 'Access Denied',
      17 => "You are trying to access a link that you don't have rights to.  This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">go back to the link administration screen</a>.",
      20 => 'If other, specify',
!     21 => 'save',
!     22 => 'cancel',
!     23 => 'delete',
!     24 => 'Link not found',
!     25 => 'The link you selected for editing could not be found.',
!     26 => 'Verify Links',
!     27 => 'HTML Status'
  );
  
! $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");
! 
! ?>
--- 151,184 ----
      10 => 'You need to provide a link Title, URL and Description.',
      11 => 'Link Manager',
!     12 => 'To modify or delete a link, click on that link\'s edit icon below.  To create a new link or a new category, click on "New link" or "New category" above. To edit multiple categories, click on "Edit categories" above.',
      14 => 'Link Category',
      16 => 'Access Denied',
      17 => "You are trying to access a link that you don't have rights to.  This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">go back to the link administration screen</a>.",
      20 => 'If other, specify',
!     24 => 'Edit categories',
!     25 => 'New link',
!     26 => 'New category',
!     27 => 'Edit links',
!     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.'
  );
  
! ?>
\ No newline at end of file

Index: russian.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/russian.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** russian.php	13 May 2006 17:13:08 -0000	1.2
--- russian.php	28 Aug 2007 07:33:30 -0000	1.3
***************
*** 26,32 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  
--- 26,32 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  

Index: polish.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/polish.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** polish.php	13 May 2006 17:13:08 -0000	1.2
--- polish.php	28 Aug 2007 07:33:30 -0000	1.3
***************
*** 45,51 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  /**
--- 45,51 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  /**

Index: german_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/german_utf-8.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** german_utf-8.php	13 May 2006 17:13:08 -0000	1.2
--- german_utf-8.php	28 Aug 2007 07:33:30 -0000	1.3
***************
*** 28,34 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  
--- 28,34 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  

Index: estonian_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/estonian_utf-8.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** estonian_utf-8.php	15 Oct 2006 07:54:35 -0000	1.1
--- estonian_utf-8.php	28 Aug 2007 07:33:30 -0000	1.2
***************
*** 48,54 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  /**
--- 48,54 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  /**

Index: ukrainian.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/ukrainian.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ukrainian.php	16 Dec 2006 21:11:14 -0000	1.3
--- ukrainian.php	28 Aug 2007 07:33:30 -0000	1.4
***************
*** 27,33 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  
--- 27,33 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  

Index: estonian.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/estonian.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** estonian.php	15 Oct 2006 07:54:35 -0000	1.1
--- estonian.php	28 Aug 2007 07:33:30 -0000	1.2
***************
*** 48,54 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  /**
--- 48,54 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  /**

Index: chinese_traditional_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/chinese_traditional_utf-8.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** chinese_traditional_utf-8.php	13 May 2006 17:13:08 -0000	1.3
--- chinese_traditional_utf-8.php	28 Aug 2007 07:33:30 -0000	1.4
***************
*** 29,35 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  /**
--- 29,35 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  /**

Index: slovenian.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/slovenian.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** slovenian.php	15 Oct 2006 07:48:24 -0000	1.1
--- slovenian.php	28 Aug 2007 07:33:30 -0000	1.2
***************
*** 48,54 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  /**
--- 48,54 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  /**

Index: japanese.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/japanese.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** japanese.php	21 Apr 2007 19:19:23 -0000	1.8
--- japanese.php	28 Aug 2007 07:33:30 -0000	1.9
***************
*** 2,6 ****
  
  ###############################################################################
! # japanese.php
  # This is the Japanese language page for the Geeklog links Plug-in!
  #
--- 2,6 ----
  
  ###############################################################################
! # japanese_utf.php
  # This is the Japanese language page for the Geeklog links Plug-in!
  #
***************
*** 9,13 ****
  # Copyright (C) 2005 Trinity Bays
  # trinity93 at gmail.com
! # Tranlated by Geeklog Japanese group SaY and Ivy
  #
  # This program is free software; you can redistribute it and/or
--- 9,13 ----
  # Copyright (C) 2005 Trinity Bays
  # trinity93 at gmail.com
! # Tranlated by Geeklog Japanese group
  #
  # This program is free software; you can redistribute it and/or
***************
*** 27,37 ****
  ###############################################################################
  # $Id$
! # Last Update 2007/01/30 by Ivy (Geeklog Japanese)
  
  ###############################################################################
  # Array Format: 
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  
--- 27,37 ----
  ###############################################################################
  # $Id$
! # Last Update 2006/12/12 by Ivy (Geeklog Japanese)
  
  ###############################################################################
  # Array Format: 
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  
***************
*** 40,44 ****
      14 => '¥ê¥ó¥¯',
      84 => '¥ê¥ó¥¯',
!     88 => '-',
      114 => '¥ê¥ó¥¯',
      116 => '¥ê¥ó¥¯¤ÎÄɲÃ'
--- 40,44 ----
      14 => '¥ê¥ó¥¯',
      84 => '¥ê¥ó¥¯',
!     88 => '¿·¤·¤¤¥ê¥ó¥¯¤Ï¤¢¤ê¤Þ¤»¤ó',
      114 => '¥ê¥ó¥¯',
      116 => '¥ê¥ó¥¯¤ÎÄɲÃ'
***************
*** 53,57 ****
      'stats_page_title' => '¥ê¥ó¥¯',
      'stats_hits' => '¥Ò¥Ã¥È',
!     'stats_no_hits' => '¤³¤Î¥µ¥¤¥È¤Ë¤Ï¥ê¥ó¥¯¤¬¤Ê¤¤¤«¡¤¥¯¥ê¥Ã¥¯¤·¤¿¿Í¤¬¤¤¤Ê¤¤¤«¤Î¤É¤Á¤é¤«¤Î¤è¤¦¤Ç¤¹¡£',
  ); 
   
--- 53,57 ----
      'stats_page_title' => '¥ê¥ó¥¯',
      'stats_hits' => '¥Ò¥Ã¥È',
!     'stats_no_hits' => '¤³¤Î¥µ¥¤¥È¤Ë¤Ï¥ê¥ó¥¯¤¬¤Ê¤¤¤«¡¢¥¯¥ê¥Ã¥¯¤·¤¿¿Í¤¬¤¤¤Ê¤¤¤«¤Î¤É¤Á¤é¤«¤Î¤è¤¦¤Ç¤¹¡£',
  ); 
   
***************
*** 80,84 ****
      9 => 'URL',
      10 => '¥«¥Æ¥´¥ê',
!     11 => '¥ê¥ó¥¯¤ÎÅÐÏ¿¿½ÀÁ'
  );
  
--- 80,84 ----
      9 => 'URL',
      10 => '¥«¥Æ¥´¥ê',
!     11 => '¥ê¥ó¥¯¤òÅÐÏ¿¤¹¤ë'
  );
  
***************
*** 107,113 ****
      8 => '¥ê¥ó¥¯¤Î»²¾È',
      9 => 'ÀâÌÀ',
!     10 => '¥¿¥¤¥È¥ë¡¤URL¡¤ÀâÌÀ¤¬É¬ÍפǤ¹',
      11 => '¥ê¥ó¥¯¤Î´ÉÍý',
!     12 => '¥ê¥ó¥¯¤ò½¤Àµ¡¤ºï½ü¤¹¤ë¾ì¹ç¤Ï³Æ¥ê¥ó¥¯¤Î¡ÖÊÔ½¸¡×¥¢¥¤¥³¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£¿·µ¬ºîÀ®¤Ï¾å¤Î¡Ö¿·µ¬¡×¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£',
      14 => '¥«¥Æ¥´¥ê',
      16 => '¥¢¥¯¥»¥¹¤¬µñÈݤµ¤ì¤Þ¤·¤¿',
--- 107,113 ----
      8 => '¥ê¥ó¥¯¤Î»²¾È',
      9 => 'ÀâÌÀ',
!     10 => '¥¿¥¤¥È¥ë¡¢URL¡¢ÀâÌÀ¤¬É¬ÍפǤ¹',
      11 => '¥ê¥ó¥¯¤Î´ÉÍý',
!     12 => '¥ê¥ó¥¯¤ò½¤Àµ¡¢ºï½ü¤¹¤ë¾ì¹ç¤Ï³Æ¥ê¥ó¥¯¤Î¡ÖÊÔ½¸¡×¥¢¥¤¥³¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£¿·µ¬ºîÀ®¤Ï¾å¤Î¡Ö¿·µ¬¡×¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£',
      14 => '¥«¥Æ¥´¥ê',
      16 => '¥¢¥¯¥»¥¹¤¬µñÈݤµ¤ì¤Þ¤·¤¿',

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.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** japanese_utf-8.php	21 Apr 2007 19:19:23 -0000	1.7
--- japanese_utf-8.php	28 Aug 2007 07:33:30 -0000	1.8
***************
*** 9,13 ****
  # Copyright (C) 2005 Trinity Bays
  # trinity93 at gmail.com
! # Tranlated by Geeklog Japanese group SaY and Ivy
  #
  # This program is free software; you can redistribute it and/or
--- 9,13 ----
  # Copyright (C) 2005 Trinity Bays
  # trinity93 at gmail.com
! # Tranlated by Geeklog Japanese group
  #
  # This program is free software; you can redistribute it and/or
***************
*** 27,37 ****
  ###############################################################################
  # $Id$
! # Last Update 2007/01/30 by Ivy (Geeklog Japanese)
  
  ###############################################################################
  # Array Format: 
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  
--- 27,37 ----
  ###############################################################################
  # $Id$
! # Last Update 2006/12/12 by Ivy (Geeklog Japanese)
  
  ###############################################################################
  # Array Format: 
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  
***************
*** 40,44 ****
      14 => 'リンク',
      84 => 'リンク',
!     88 => '-',
      114 => 'リンク',
      116 => 'リンクの追加'
--- 40,44 ----
      14 => 'リンク',
      84 => 'リンク',
!     88 => '新しいリンクはありません',
      114 => 'リンク',
      116 => 'リンクの追加'
***************
*** 53,57 ****
      'stats_page_title' => 'リンク',
      'stats_hits' => 'ヒット',
!     'stats_no_hits' => 'このサイトにはリンクがないか,クリックした人がいないかのどちらかのようです。',
  ); 
   
--- 53,57 ----
      'stats_page_title' => 'リンク',
      'stats_hits' => 'ヒット',
!     'stats_no_hits' => 'このサイトにはリンクがないか、クリックした人がいないかのどちらかのようです。',
  ); 
   
***************
*** 80,84 ****
      9 => 'URL',
      10 => 'カテゴリ',
!     11 => 'リンクの登録申請'
  );
  
--- 80,84 ----
      9 => 'URL',
      10 => 'カテゴリ',
!     11 => 'リンクを登録する'
  );
  
***************
*** 107,113 ****
      8 => 'リンクの参照',
      9 => '説明',
!     10 => 'タイトル,URL,説明が必要です',
      11 => 'リンクの管理',
!     12 => 'リンクを修正,削除する場合は各リンクの「編集」アイコンをクリックしてください。新規作成は上の「新規」をクリックしてください。',
      14 => 'カテゴリ',
      16 => 'アクセスが拒否されました',
--- 107,113 ----
      8 => 'リンクの参照',
      9 => '説明',
!     10 => 'タイトル、URL、説明が必要です',
      11 => 'リンクの管理',
!     12 => 'リンクを修正、削除する場合は各リンクの「編集」アイコンをクリックしてください。新規作成は上の「新規」をクリックしてください。',
      14 => 'カテゴリ',
      16 => 'アクセスが拒否されました',

Index: slovenian_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/slovenian_utf-8.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** slovenian_utf-8.php	15 Oct 2006 07:48:24 -0000	1.1
--- slovenian_utf-8.php	28 Aug 2007 07:33:30 -0000	1.2
***************
*** 48,54 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  /**
--- 48,54 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  /**

Index: ukrainian_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/ukrainian_utf-8.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ukrainian_utf-8.php	16 Dec 2006 21:11:15 -0000	1.1
--- ukrainian_utf-8.php	28 Aug 2007 07:33:30 -0000	1.2
***************
*** 27,33 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  
--- 27,33 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  

Index: german_formal.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/german_formal.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** german_formal.php	13 May 2006 17:13:08 -0000	1.2
--- german_formal.php	28 Aug 2007 07:33:30 -0000	1.3
***************
*** 29,35 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  
--- 29,35 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  

Index: german.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/german.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** german.php	13 May 2006 17:13:08 -0000	1.3
--- german.php	28 Aug 2007 07:33:30 -0000	1.4
***************
*** 28,34 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  
--- 28,34 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  

Index: dutch.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/dutch.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** dutch.php	13 May 2006 17:13:08 -0000	1.2
--- dutch.php	28 Aug 2007 07:33:30 -0000	1.3
***************
*** 48,54 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  /**
--- 48,54 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  /**

Index: german_formal_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/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	13 May 2006 17:13:08 -0000	1.2
--- german_formal_utf-8.php	28 Aug 2007 07:33:30 -0000	1.3
***************
*** 29,35 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  
--- 29,35 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  

Index: english.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/english.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** english.php	22 Apr 2007 13:24:33 -0000	1.18
--- english.php	28 Aug 2007 07:33:30 -0000	1.19
***************
*** 3,7 ****
  ###############################################################################
  # english.php
- #
  # This is the english language file for the Geeklog Links Plugin
  #
--- 3,6 ----
***************
*** 47,53 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  /**
--- 46,52 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  /**
***************
*** 59,73 ****
      10 => 'Submissions',
      14 => 'Links',
!     84 => 'Links',
      88 => 'No recent new links',
      114 => 'Links',
      116 => 'Add A Link',
!     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'
  );
  
--- 58,68 ----
      10 => 'Submissions',
      14 => 'Links',
!     84 => 'LINKS',
      88 => 'No recent new links',
      114 => 'Links',
      116 => 'Add A Link',
!     117 => 'Go',
!     118 => 'Categories',
!     'root' => 'Root' // this is the title used for the root (top level) category
  );
  
***************
*** 130,133 ****
--- 125,129 ----
  $PLG_links_MESSAGE3 = 'The link has been successfully deleted.';
  $PLG_links_MESSAGE4 = "Thank-you for submitting a link to {$_CONF['site_name']}.  You can see it now in the <a href={$_CONF['site_url']}/links/index.php>links</a> section.";
+ $PLG_links_MESSAGE5 = "You do not have sufficient access rights to view this category.";
  
  // Messages for the plugin upgrade
***************
*** 153,168 ****
      10 => 'You need to provide a link Title, URL and Description.',
      11 => 'Link Manager',
!     12 => 'To modify or delete a link, click on that link\'s edit icon below.  To create a new link, click on "Create New" above.',
      14 => 'Link Category',
      16 => 'Access Denied',
      17 => "You are trying to access a link that you don't have rights to.  This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">go back to the link administration screen</a>.",
      20 => 'If other, specify',
!     21 => 'save',
!     22 => 'cancel',
!     23 => 'delete',
!     24 => 'Link not found',
!     25 => 'The link you selected for editing could not be found.',
!     26 => 'Verify Links',
!     27 => 'HTML Status'
  );
  
--- 149,182 ----
      10 => 'You need to provide a link Title, URL and Description.',
      11 => 'Link Manager',
!     12 => 'To modify or delete a link, click on that link\'s edit icon below.  To create a new link or a new category, click on "New link" or "New category" above. To edit multiple categories, click on "Edit categories" above.',
      14 => 'Link Category',
      16 => 'Access Denied',
      17 => "You are trying to access a link that you don't have rights to.  This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">go back to the link administration screen</a>.",
      20 => 'If other, specify',
!     24 => 'List categories',
!     25 => 'New link',
!     26 => 'New category',
!     27 => 'List links',
!     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.',
!     49 => 'Validate Links'
  );
  
***************
*** 210,212 ****
      999 => "Connection Timed out");
  
! ?>
--- 224,226 ----
      999 => "Connection Timed out");
  
! ?>
\ No newline at end of file

Index: ukrainian_koi8-u.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/links/language/ukrainian_koi8-u.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ukrainian_koi8-u.php	16 Dec 2006 21:11:15 -0000	1.1
--- ukrainian_koi8-u.php	28 Aug 2007 07:33:30 -0000	1.2
***************
*** 27,33 ****
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:	$LANG - variable name
! #		  	XX - file id number
! #			YY - phrase id number
  ###############################################################################
  
--- 27,33 ----
  ###############################################################################
  # Array Format:
! # $LANGXX[YY]:    $LANG - variable name
! #              XX - file id number
! #            YY - phrase id number
  ###############################################################################
  




More information about the geeklog-cvs mailing list