[geeklog-cvs] Geeklog-1.x/plugins/links/language japanese.php, 1.13, 1.14 japanese_utf-8.php, 1.12, 1.13

Dirk Haun dhaun at qs1489.pair.com
Wed May 28 15:02:27 EDT 2008


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

Modified Files:
	japanese.php japanese_utf-8.php 
Log Message:
Updated Japanese language files, provided by Takahiro Kambe


Index: japanese_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/japanese_utf-8.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** japanese_utf-8.php	2 May 2008 15:08:10 -0000	1.12
--- japanese_utf-8.php	28 May 2008 19:02:25 -0000	1.13
***************
*** 10,13 ****
--- 10,15 ----
  # trinity93 at gmail.com
  # Tranlated by Geeklog Japanese group
+ # Copyright (C) 2008 Takahiro Kambe
+ # Additional translation to Japanese by taca AT back-street DOT net
  #
  # This program is free software; you can redistribute it and/or
***************
*** 43,57 ****
      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',
!     126 => 'You are here:',
!     'root' => 'Root'
  );
  
--- 45,59 ----
      114 => 'リンク',
      116 => 'リンクの追加',
!     117 => '壊れたリンクを報告',
!     118 => '壊れたリンクのレポート',
!     119 => '以下のリンクが壊れています: ',
!     120 => 'リンクを編集するにはここをクリック: ',
!     121 => '壊れたリンクの報告者: ',
!     122 => '壊れたリンクを報告していただき、ありがとうございます。管理者はできるだけ早く問題を直すでしょう。',
!     123 => 'ありがとうございます',
!     124 => '移動',
!     125 => 'カテゴリ',
!     126 => '現在位置:',
!     'root' => 'ルート'
  );
  
***************
*** 102,118 ****
  $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.';
! $PLG_links_MESSAGE6 = 'You do not have sufficient rights to edit this category.';
! $PLG_links_MESSAGE7 = 'Please enter a Category Name and Description.';
! $PLG_links_MESSAGE10 = 'Your category has been successfully saved.';
! $PLG_links_MESSAGE11 = 'You are not allowed to set the id of a category to "site" or "user" - these are reserved for internal use.';
! $PLG_links_MESSAGE12 = '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.';
! $PLG_links_MESSAGE13 = 'The category has been successfully deleted.';
! $PLG_links_MESSAGE14 = 'Category contains links and/or categories. Please remove these first.';
! $PLG_links_MESSAGE15 = 'You do not have sufficient rights to delete this category.';
! $PLG_links_MESSAGE16 = 'No such category exists.';
  
  // Messages for the plugin upgrade
! $PLG_links_MESSAGE3001 = 'Plugin upgrade not supported.';
  $PLG_links_MESSAGE3002 = $LANG32[9];
  
--- 104,120 ----
  $PLG_links_MESSAGE3 = 'リンクの削除が完了しました。';
  $PLG_links_MESSAGE4 = "{$_CONF['site_name']}にリンク登録ありがとうございます。<a href={$_CONF['site_url']}/links/index.php>リンク</a>でご確認ください。";
! $PLG_links_MESSAGE5 = 'このカテゴリを見る十分なアクセス権がありません。';
! $PLG_links_MESSAGE6 = 'このカテゴリを編集する十分なアクセス権がありません。';
! $PLG_links_MESSAGE7 = 'カテゴリの名前と説明を入力して下さい。';
! $PLG_links_MESSAGE10 = 'カテゴリの保存に成功しました。';
! $PLG_links_MESSAGE11 = 'カテゴリのIDを"site"や"user"とすることは許可されていません。これらの名前は内部的な使用のために予約されています。';
! $PLG_links_MESSAGE12 = '親のカテゴリを、カテゴリ自身のサブカテゴリにしようとしました。これはまいごのカテゴリを作成してしまいますので、まず最初に子のカテゴリを移動するか、より高位のカテゴリから親カテゴリを選んで下さい。';
! $PLG_links_MESSAGE13 = 'カテゴリの削除に成功しました。';
! $PLG_links_MESSAGE14 = 'カテゴリはリンクやはカテゴリを含んでいます。まず、それらを削除して下さい。';
! $PLG_links_MESSAGE15 = 'このカテゴリを削除すするのに十分なアクセス権がありません。';
! $PLG_links_MESSAGE16 = 'そのようなカテゴリは存在しません。';
  
  // Messages for the plugin upgrade
! $PLG_links_MESSAGE3001 = 'プラグインのアップグレードはサポートされていません。';
  $PLG_links_MESSAGE3002 = $LANG32[9];
  
***************
*** 140,172 ****
      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.',
!     40 => 'Edit this category',
!     41 => 'Create child category',
!     42 => 'Delete this category',
!     43 => 'Site categories',
!     44 => 'Add child',
!     46 => 'User %s tried to delete a category to which they do not have access rights',
!     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>',
!     60 => 'User %s tried illegally to edit category %s.'
  );
  
--- 142,174 ----
      22 => 'キャンセル',
      23 => '削除',
!     24 => 'リンクが見つかりません',
!     25 => '編集しようと選択されたリンクは見つかりませんでした。',
!     26 => 'リンクを検証',
!     27 => 'HTMLの状態',
!     28 => 'カテゴリを編集',
!     29 => '以下の詳細を入力または編集して下さい。',
!     30 => 'カテゴリ',
!     31 => '説明',
!     32 => 'カテゴリID',
!     33 => '話題',
!     34 => '親',
!     35 => 'カテゴリのIDを"site"や"user"とすることは許可されていません。これらの名前は内部的な使用のために予約されています。',
!     40 => 'このカテゴリを編集',
!     41 => '子のカテゴリを作成',
!     42 => 'このカテゴリを削除',
!     43 => 'Siteカテゴリ',
!     44 => '子を追加',
!     46 => 'ユーザ %s が、アクセス権を持たないカテゴリを削除しようとしました。',
!     50 => 'カテゴリのリスト',
!     51 => '新しいリンク',
!     52 => '新しいカテゴリ',
!     53 => 'リンクのリスト',
!     54 => 'カテゴリ・マネージャ',
!     55 => '下のカテゴリを編集して下さい。他のカテゴリやリンクを含んでいるカテゴリは削除できないことに注意して下さい。このようなカテゴリを削除するには、先に含まれているものを削除するか、他のカテゴリに移動する必要があります。',
!     56 => 'カテゴリ・エディタ',
!     57 => '未検証',
!     58 => '今すぐ検証',
!     59 => '<p>表示されているすべてのリンクを検証するには、下の「今すぐ検証」のリンクをクリックしてください。リンクの検証には、表示されているリンクの数によって、ある程度の時間が掛かることに注意して下さい。</p>',
!     60 => 'ユーザ %s がカテゴリ %s を不正に編集しようとしました。'
  );
  
***************
*** 218,258 ****
  // Localization of the Admin Configuration UI
  $LANG_configsections['links'] = array(
!     'label' => 'Links',
!     'title' => 'Links Configuration'
  );
  
  $LANG_confignames['links'] = array(
!     'linksloginrequired' => 'Links Login Required?',
!     'linksubmission' => 'Enable Submission Queue?',
!     'newlinksinterval' => 'New Links Interval',
!     'hidenewlinks' => 'Hide New Links?',
!     'hidelinksmenu' => 'Hide Links Menu Entry?',
!     'linkcols' => 'Categories per Column',
!     'linksperpage' => 'Links per Page',
!     'show_top10' => 'Show Top 10 Links?',
!     'notification' => 'Notification Email?',
!     'delete_links' => 'Delete Links with Owner?',
!     'aftersave' => 'After Saving Link',
!     'show_category_descriptions' => 'Show Category Description?',
!     'root' => 'ID of Root Category',
!     'default_permissions' => 'Link Default Permissions'
  );
  
  $LANG_configsubgroups['links'] = array(
!     'sg_main' => 'Main Settings'
  );
  
  $LANG_fs['links'] = array(
!     'fs_public' => 'Public Links List Settings',
!     'fs_admin' => 'Links Admin Settings',
!     'fs_permissions' => 'Default Permissions'
  );
  
  // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['links'] = array(
!     0 => array('True' => 1, 'False' => 0),
!     1 => array('True' => true, 'False' => false),
!     9 => array('Forward to Linked Site' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
!     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
  );
  
--- 220,260 ----
  // Localization of the Admin Configuration UI
  $LANG_configsections['links'] = array(
!     'label' => 'リンク',
!     'title' => 'リンクの設定'
  );
  
  $LANG_confignames['links'] = array(
!     'linksloginrequired' => 'リンクにログインが必要?',
!     'linksubmission' => 'リンクの申し込みキューを有効?',
!     'newlinksinterval' => '新しいリンク作成の間隔',
!     'hidenewlinks' => '新しいリンクを隠す?',
!     'hidelinksmenu' => 'リンクのメニュー項目を隠す?',
!     'linkcols' => '行毎のカテゴリ数',
!     'linksperpage' => 'ページ毎のリンクの数',
!     'show_top10' => '上位10のリンクを表示?',
!     'notification' => '電子メールで通知?',
!     'delete_links' => '所有者と共にリンクを削除?',
!     'aftersave' => 'リンクの保存後',
!     'show_category_descriptions' => 'カテゴリの説明を表示?',
!     'root' => 'ルートのカテゴリのID',
!     'default_permissions' => 'リンクのデフォルトのパーミッション'
  );
  
  $LANG_configsubgroups['links'] = array(
!     'sg_main' => '主な設定'
  );
  
  $LANG_fs['links'] = array(
!     'fs_public' => '公開されたリンクのリストの設定',
!     'fs_admin' => 'リンクの管理設定',
!     'fs_permissions' => 'デフォルトのパーミッション'
  );
  
  // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['links'] = array(
!     0 => array('はい' => 1, 'いいえ' => 0),
!     1 => array('はい' => true, 'いいえ' => false),
!     9 => array('リンクされたサイトに進む' => 'item', '管理リストを表示' => 'list', '公開されたリストを表示' => 'plugin', 'HOMEページを表示' => 'home', '管理画面を表示' => 'admin'),
!     12 => array('アクセス不可' => 0, '書き込み禁止' => 2, '読み書き可能' => 3)
  );
  

Index: japanese.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/language/japanese.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** japanese.php	2 May 2008 15:08:10 -0000	1.13
--- japanese.php	28 May 2008 19:02:25 -0000	1.14
***************
*** 10,13 ****
--- 10,15 ----
  # trinity93 at gmail.com
  # Tranlated by Geeklog Japanese group
+ # Copyright (C) 2008 Takahiro Kambe
+ # Additional translation to Japanese by taca AT back-street DOT net
  #
  # This program is free software; you can redistribute it and/or
***************
*** 43,57 ****
      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',
!     126 => 'You are here:',
!     'root' => 'Root'
  );
  
--- 45,59 ----
      114 => '¥ê¥ó¥¯',
      116 => '¥ê¥ó¥¯¤ÎÄɲÃ',
!     117 => '²õ¤ì¤¿¥ê¥ó¥¯¤òÊó¹ð',
!     118 => '²õ¤ì¤¿¥ê¥ó¥¯¤Î¥ì¥Ý¡¼¥È',
!     119 => '°Ê²¼¤Î¥ê¥ó¥¯¤¬²õ¤ì¤Æ¤¤¤Þ¤¹: ',
!     120 => '¥ê¥ó¥¯¤òÊÔ½¸¤¹¤ë¤Ë¤Ï¤³¤³¤ò¥¯¥ê¥Ã¥¯: ',
!     121 => '²õ¤ì¤¿¥ê¥ó¥¯¤ÎÊó¹ð¼Ô: ',
!     122 => '²õ¤ì¤¿¥ê¥ó¥¯¤òÊó¹ð¤·¤Æ¤¤¤¿¤À¤­¡¢¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£´ÉÍý¼Ô¤Ï¤Ç¤­¤ë¤À¤±Á᤯ÌäÂê¤òľ¤¹¤Ç¤·¤ç¤¦¡£',
!     123 => '¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹',
!     124 => '°ÜÆ°',
!     125 => '¥«¥Æ¥´¥ê',
!     126 => '¸½ºß°ÌÃÖ:',
!     'root' => '¥ë¡¼¥È'
  );
  
***************
*** 102,118 ****
  $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.';
! $PLG_links_MESSAGE6 = 'You do not have sufficient rights to edit this category.';
! $PLG_links_MESSAGE7 = 'Please enter a Category Name and Description.';
! $PLG_links_MESSAGE10 = 'Your category has been successfully saved.';
! $PLG_links_MESSAGE11 = 'You are not allowed to set the id of a category to "site" or "user" - these are reserved for internal use.';
! $PLG_links_MESSAGE12 = '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.';
! $PLG_links_MESSAGE13 = 'The category has been successfully deleted.';
! $PLG_links_MESSAGE14 = 'Category contains links and/or categories. Please remove these first.';
! $PLG_links_MESSAGE15 = 'You do not have sufficient rights to delete this category.';
! $PLG_links_MESSAGE16 = 'No such category exists.';
  
  // Messages for the plugin upgrade
! $PLG_links_MESSAGE3001 = 'Plugin upgrade not supported.';
  $PLG_links_MESSAGE3002 = $LANG32[9];
  
--- 104,120 ----
  $PLG_links_MESSAGE3 = '¥ê¥ó¥¯¤Îºï½ü¤¬´°Î»¤·¤Þ¤·¤¿¡£';
  $PLG_links_MESSAGE4 = "{$_CONF['site_name']}¤Ë¥ê¥ó¥¯ÅÐÏ¿¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£<a href={$_CONF['site_url']}/links/index.php>¥ê¥ó¥¯</a>¤Ç¤´³Îǧ¤¯¤À¤µ¤¤¡£";
! $PLG_links_MESSAGE5 = '¤³¤Î¥«¥Æ¥´¥ê¤ò¸«¤ë½½Ê¬¤Ê¥¢¥¯¥»¥¹¸¢¤¬¤¢¤ê¤Þ¤»¤ó¡£';
! $PLG_links_MESSAGE6 = '¤³¤Î¥«¥Æ¥´¥ê¤òÊÔ½¸¤¹¤ë½½Ê¬¤Ê¥¢¥¯¥»¥¹¸¢¤¬¤¢¤ê¤Þ¤»¤ó¡£';
! $PLG_links_MESSAGE7 = '¥«¥Æ¥´¥ê¤Î̾Á°¤ÈÀâÌÀ¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£';
! $PLG_links_MESSAGE10 = '¥«¥Æ¥´¥ê¤ÎÊݸ¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£';
! $PLG_links_MESSAGE11 = '¥«¥Æ¥´¥ê¤ÎID¤ò"site"¤ä"user"¤È¤¹¤ë¤³¤È¤Ïµö²Ä¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤é¤Î̾Á°¤ÏÆâÉôŪ¤Ê»ÈÍѤΤ¿¤á¤ËͽÌ󤵤ì¤Æ¤¤¤Þ¤¹¡£';
! $PLG_links_MESSAGE12 = '¿Æ¤Î¥«¥Æ¥´¥ê¤ò¡¢¥«¥Æ¥´¥ê¼«¿È¤Î¥µ¥Ö¥«¥Æ¥´¥ê¤Ë¤·¤è¤¦¤È¤·¤Þ¤·¤¿¡£¤³¤ì¤Ï¤Þ¤¤¤´¤Î¥«¥Æ¥´¥ê¤òºîÀ®¤·¤Æ¤·¤Þ¤¤¤Þ¤¹¤Î¤Ç¡¢¤Þ¤ººÇ½é¤Ë»Ò¤Î¥«¥Æ¥´¥ê¤ò°ÜÆ°¤¹¤ë¤«¡¢¤è¤ê¹â°Ì¤Î¥«¥Æ¥´¥ê¤«¤é¿Æ¥«¥Æ¥´¥ê¤òÁª¤ó¤Ç²¼¤µ¤¤¡£';
! $PLG_links_MESSAGE13 = '¥«¥Æ¥´¥ê¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£';
! $PLG_links_MESSAGE14 = '¥«¥Æ¥´¥ê¤Ï¥ê¥ó¥¯¤ä¤Ï¥«¥Æ¥´¥ê¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£¤Þ¤º¡¢¤½¤ì¤é¤òºï½ü¤·¤Æ²¼¤µ¤¤¡£';
! $PLG_links_MESSAGE15 = '¤³¤Î¥«¥Æ¥´¥ê¤òºï½ü¤¹¤¹¤ë¤Î¤Ë½½Ê¬¤Ê¥¢¥¯¥»¥¹¸¢¤¬¤¢¤ê¤Þ¤»¤ó¡£';
! $PLG_links_MESSAGE16 = '¤½¤Î¤è¤¦¤Ê¥«¥Æ¥´¥ê¤Ï¸ºß¤·¤Þ¤»¤ó¡£';
  
  // Messages for the plugin upgrade
! $PLG_links_MESSAGE3001 = '¥×¥é¥°¥¤¥ó¤Î¥¢¥Ã¥×¥°¥ì¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
  $PLG_links_MESSAGE3002 = $LANG32[9];
  
***************
*** 140,172 ****
      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.',
!     40 => 'Edit this category',
!     41 => 'Create child category',
!     42 => 'Delete this category',
!     43 => 'Site categories',
!     44 => 'Add child',
!     46 => 'User %s tried to delete a category to which they do not have access rights',
!     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>',
!     60 => 'User %s tried illegally to edit category %s.'
  );
  
--- 142,174 ----
      22 => '¥­¥ã¥ó¥»¥ë',
      23 => 'ºï½ü',
!     24 => '¥ê¥ó¥¯¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó',
!     25 => 'ÊÔ½¸¤·¤è¤¦¤ÈÁªÂò¤µ¤ì¤¿¥ê¥ó¥¯¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£',
!     26 => '¥ê¥ó¥¯¤ò¸¡¾Ú',
!     27 => 'HTML¤Î¾õÂÖ',
!     28 => '¥«¥Æ¥´¥ê¤òÊÔ½¸',
!     29 => '°Ê²¼¤Î¾ÜºÙ¤òÆþÎϤޤ¿¤ÏÊÔ½¸¤·¤Æ²¼¤µ¤¤¡£',
!     30 => '¥«¥Æ¥´¥ê',
!     31 => 'ÀâÌÀ',
!     32 => '¥«¥Æ¥´¥êID',
!     33 => 'ÏÃÂê',
!     34 => '¿Æ',
!     35 => '¥«¥Æ¥´¥ê¤ÎID¤ò"site"¤ä"user"¤È¤¹¤ë¤³¤È¤Ïµö²Ä¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤é¤Î̾Á°¤ÏÆâÉôŪ¤Ê»ÈÍѤΤ¿¤á¤ËͽÌ󤵤ì¤Æ¤¤¤Þ¤¹¡£',
!     40 => '¤³¤Î¥«¥Æ¥´¥ê¤òÊÔ½¸',
!     41 => '»Ò¤Î¥«¥Æ¥´¥ê¤òºîÀ®',
!     42 => '¤³¤Î¥«¥Æ¥´¥ê¤òºï½ü',
!     43 => 'Site¥«¥Æ¥´¥ê',
!     44 => '»Ò¤òÄɲÃ',
!     46 => '¥æ¡¼¥¶ %s ¤¬¡¢¥¢¥¯¥»¥¹¸¢¤ò»ý¤¿¤Ê¤¤¥«¥Æ¥´¥ê¤òºï½ü¤·¤è¤¦¤È¤·¤Þ¤·¤¿¡£',
!     50 => '¥«¥Æ¥´¥ê¤Î¥ê¥¹¥È',
!     51 => '¿·¤·¤¤¥ê¥ó¥¯',
!     52 => '¿·¤·¤¤¥«¥Æ¥´¥ê',
!     53 => '¥ê¥ó¥¯¤Î¥ê¥¹¥È',
!     54 => '¥«¥Æ¥´¥ê¡¦¥Þ¥Í¡¼¥¸¥ã',
!     55 => '²¼¤Î¥«¥Æ¥´¥ê¤òÊÔ½¸¤·¤Æ²¼¤µ¤¤¡£Â¾¤Î¥«¥Æ¥´¥ê¤ä¥ê¥ó¥¯¤ò´Þ¤ó¤Ç¤¤¤ë¥«¥Æ¥´¥ê¤Ïºï½ü¤Ç¤­¤Ê¤¤¤³¤È¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£¤³¤Î¤è¤¦¤Ê¥«¥Æ¥´¥ê¤òºï½ü¤¹¤ë¤Ë¤Ï¡¢Àè¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë¤â¤Î¤òºï½ü¤¹¤ë¤«¡¢Â¾¤Î¥«¥Æ¥´¥ê¤Ë°ÜÆ°¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£',
!     56 => '¥«¥Æ¥´¥ê¡¦¥¨¥Ç¥£¥¿',
!     57 => '̤¸¡¾Ú',
!     58 => 'º£¤¹¤°¸¡¾Ú',
!     59 => '<p>ɽ¼¨¤µ¤ì¤Æ¤¤¤ë¤¹¤Ù¤Æ¤Î¥ê¥ó¥¯¤ò¸¡¾Ú¤¹¤ë¤Ë¤Ï¡¢²¼¤Î¡Öº£¤¹¤°¸¡¾Ú¡×¤Î¥ê¥ó¥¯¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£¥ê¥ó¥¯¤Î¸¡¾Ú¤Ë¤Ï¡¢É½¼¨¤µ¤ì¤Æ¤¤¤ë¥ê¥ó¥¯¤Î¿ô¤Ë¤è¤Ã¤Æ¡¢¤¢¤ëÄøÅ٤λþ´Ö¤¬³Ý¤«¤ë¤³¤È¤ËÃí°Õ¤·¤Æ²¼¤µ¤¤¡£</p>',
!     60 => '¥æ¡¼¥¶ %s ¤¬¥«¥Æ¥´¥ê %s ¤òÉÔÀµ¤ËÊÔ½¸¤·¤è¤¦¤È¤·¤Þ¤·¤¿¡£'
  );
  
***************
*** 218,258 ****
  // Localization of the Admin Configuration UI
  $LANG_configsections['links'] = array(
!     'label' => 'Links',
!     'title' => 'Links Configuration'
  );
  
  $LANG_confignames['links'] = array(
!     'linksloginrequired' => 'Links Login Required?',
!     'linksubmission' => 'Enable Submission Queue?',
!     'newlinksinterval' => 'New Links Interval',
!     'hidenewlinks' => 'Hide New Links?',
!     'hidelinksmenu' => 'Hide Links Menu Entry?',
!     'linkcols' => 'Categories per Column',
!     'linksperpage' => 'Links per Page',
!     'show_top10' => 'Show Top 10 Links?',
!     'notification' => 'Notification Email?',
!     'delete_links' => 'Delete Links with Owner?',
!     'aftersave' => 'After Saving Link',
!     'show_category_descriptions' => 'Show Category Description?',
!     'root' => 'ID of Root Category',
!     'default_permissions' => 'Link Default Permissions'
  );
  
  $LANG_configsubgroups['links'] = array(
!     'sg_main' => 'Main Settings'
  );
  
  $LANG_fs['links'] = array(
!     'fs_public' => 'Public Links List Settings',
!     'fs_admin' => 'Links Admin Settings',
!     'fs_permissions' => 'Default Permissions'
  );
  
  // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['links'] = array(
!     0 => array('True' => 1, 'False' => 0),
!     1 => array('True' => true, 'False' => false),
!     9 => array('Forward to Linked Site' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
!     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
  );
  
--- 220,260 ----
  // Localization of the Admin Configuration UI
  $LANG_configsections['links'] = array(
!     'label' => '¥ê¥ó¥¯',
!     'title' => '¥ê¥ó¥¯¤ÎÀßÄê'
  );
  
  $LANG_confignames['links'] = array(
!     'linksloginrequired' => '¥ê¥ó¥¯¤Ë¥í¥°¥¤¥ó¤¬É¬Í×?',
!     'linksubmission' => '¥ê¥ó¥¯¤Î¿½¤·¹þ¤ß¥­¥å¡¼¤òÍ­¸ú?',
!     'newlinksinterval' => '¿·¤·¤¤¥ê¥ó¥¯ºîÀ®¤Î´Ö³Ö',
!     'hidenewlinks' => '¿·¤·¤¤¥ê¥ó¥¯¤ò±£¤¹?',
!     'hidelinksmenu' => '¥ê¥ó¥¯¤Î¥á¥Ë¥å¡¼¹àÌܤò±£¤¹?',
!     'linkcols' => '¹ÔËè¤Î¥«¥Æ¥´¥ê¿ô',
!     'linksperpage' => '¥Ú¡¼¥¸Ëè¤Î¥ê¥ó¥¯¤Î¿ô',
!     'show_top10' => '¾å°Ì10¤Î¥ê¥ó¥¯¤òɽ¼¨?',
!     'notification' => 'ÅŻҥ᡼¥ë¤ÇÄÌÃÎ?',
!     'delete_links' => '½êÍ­¼Ô¤È¶¦¤Ë¥ê¥ó¥¯¤òºï½ü?',
!     'aftersave' => '¥ê¥ó¥¯¤ÎÊݸ¸å',
!     'show_category_descriptions' => '¥«¥Æ¥´¥ê¤ÎÀâÌÀ¤òɽ¼¨?',
!     'root' => '¥ë¡¼¥È¤Î¥«¥Æ¥´¥ê¤ÎID',
!     'default_permissions' => '¥ê¥ó¥¯¤Î¥Ç¥Õ¥©¥ë¥È¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó'
  );
  
  $LANG_configsubgroups['links'] = array(
!     'sg_main' => '¼ç¤ÊÀßÄê'
  );
  
  $LANG_fs['links'] = array(
!     'fs_public' => '¸ø³«¤µ¤ì¤¿¥ê¥ó¥¯¤Î¥ê¥¹¥È¤ÎÀßÄê',
!     'fs_admin' => '¥ê¥ó¥¯¤Î´ÉÍýÀßÄê',
!     'fs_permissions' => '¥Ç¥Õ¥©¥ë¥È¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó'
  );
  
  // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['links'] = array(
!     0 => array('¤Ï¤¤' => 1, '¤¤¤¤¤¨' => 0),
!     1 => array('¤Ï¤¤' => true, '¤¤¤¤¤¨' => false),
!     9 => array('¥ê¥ó¥¯¤µ¤ì¤¿¥µ¥¤¥È¤Ë¿Ê¤à' => 'item', '´ÉÍý¥ê¥¹¥È¤òɽ¼¨' => 'list', '¸ø³«¤µ¤ì¤¿¥ê¥¹¥È¤òɽ¼¨' => 'plugin', 'HOME¥Ú¡¼¥¸¤òɽ¼¨' => 'home', '´ÉÍý²èÌ̤òɽ¼¨' => 'admin'),
!     12 => array('¥¢¥¯¥»¥¹ÉÔ²Ä' => 0, '½ñ¤­¹þ¤ß¶Ø»ß' => 2, 'Æɤ߽ñ¤­²Äǽ' => 3)
  );
  




More information about the geeklog-cvs mailing list