[geeklog-cvs] Geeklog-1.x/plugins/staticpages/language japanese.php, 1.16, 1.17 japanese_utf-8.php, 1.10, 1.11

Dirk Haun dhaun at qs1489.pair.com
Tue May 27 15:02:58 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language
In directory qs1489.pair.com:/tmp/cvs-serv65642/plugins/staticpages/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/staticpages/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	2 May 2008 15:08:10 -0000	1.10
--- japanese_utf-8.php	27 May 2008 19:02:56 -0000	1.11
***************
*** 113,157 ****
  
  // Messages for the plugin upgrade
! $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade not supported.';
  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
  
  // Localization of the Admin Configuration UI
  $LANG_configsections['staticpages'] = array(
!     'label' => 'Static Pages',
!     'title' => 'Static Pages Configuration'
  );
  
  $LANG_confignames['staticpages'] = array(
!     'allow_php' => 'Allow PHP?',
!     'sort_by' => 'Sort Centerblocks by',
!     'sort_menu_by' => 'Sort Menu Entries by',
!     'delete_pages' => 'Delete Pages with Owner?',
!     'in_block' => 'Wrap Pages in Block?',
!     'show_hits' => 'Show Hits?',
!     'show_date' => 'Show Date?',
!     'filter_html' => 'Filter HTML?',
!     'censor' => 'Censor Content?',
!     'default_permissions' => 'Page Default Permissions',
!     'aftersave' => 'After Saving Page',
!     'atom_max_items' => 'Max. Pages in Webservices Feed'
  );
  
  $LANG_configsubgroups['staticpages'] = array(
!     'sg_main' => 'Main Settings'
  );
  
  $LANG_fs['staticpages'] = array(
!     'fs_main' => 'Static Pages Main Settings',
!     'fs_permissions' => 'Default Permissions'
  );
  
  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['staticpages'] = array(
!     0 => array('True' => 1, 'False' => 0),
!     1 => array('True' => true, 'False' => false),
!     2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
!     3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
!     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
!     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
  );
  
--- 113,157 ----
  
  // Messages for the plugin upgrade
! $PLG_staticpages_MESSAGE3001 = 'プラグインのアップグレードはサポートされていません。';
  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
  
  // Localization of the Admin Configuration UI
  $LANG_configsections['staticpages'] = array(
!     'label' => '静的ページ',
!     'title' => '静的ページの設定'
  );
  
  $LANG_confignames['staticpages'] = array(
!     'allow_php' => 'PHPを許可?',
!     'sort_by' => '中央ブロックのソート',
!     'sort_menu_by' => 'メニュー項目のソート',
!     'delete_pages' => '所有者と共にページを削除?',
!     'in_block' => 'ブロック中のページをくるむ?',
!     'show_hits' => 'ヒット数を表示?',
!     'show_date' => '日付を表示?',
!     'filter_html' => 'HTMLをフィルタ?',
!     'censor' => '内容を検閲?',
!     'default_permissions' => 'ページのデフォルトのパーミッション',
!     'aftersave' => 'ページの保存後',
!     'atom_max_items' => 'Webサービスのフィードの最大ページ数'
  );
  
  $LANG_configsubgroups['staticpages'] = array(
!     'sg_main' => '主な設定'
  );
  
  $LANG_fs['staticpages'] = array(
!     'fs_main' => '静的ページの主な設定',
!     'fs_permissions' => 'デフォルトのパーミッション'
  );
  
  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['staticpages'] = array(
!     0 => array('はい' => 1, 'いいえ' => 0),
!     1 => array('はい' => true, 'いいえ' => false),
!     2 => array('日付' => 'date', 'ページID' => 'id', 'タイトル' => 'title'),
!     3 => array('日付' => 'date', 'ページID' => 'id', 'タイトル' => 'title', 'ラベル' => 'label'),
!       9 => array('ページに進む' => 'item', 'リストを表示' => 'list', 'HOMEページを表示' => 'home', '管理画面を表示' => 'admin'),
!     12 => array('アクセス不可' => 0, '書き込み禁止' => 2, '読み書き可能' => 3)
  );
  

Index: japanese.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/japanese.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** japanese.php	2 May 2008 15:08:10 -0000	1.16
--- japanese.php	27 May 2008 19:02:56 -0000	1.17
***************
*** 113,157 ****
  
  // Messages for the plugin upgrade
! $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade not supported.';
  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
  
  // Localization of the Admin Configuration UI
  $LANG_configsections['staticpages'] = array(
!     'label' => 'Static Pages',
!     'title' => 'Static Pages Configuration'
  );
  
  $LANG_confignames['staticpages'] = array(
!     'allow_php' => 'Allow PHP?',
!     'sort_by' => 'Sort Centerblocks by',
!     'sort_menu_by' => 'Sort Menu Entries by',
!     'delete_pages' => 'Delete Pages with Owner?',
!     'in_block' => 'Wrap Pages in Block?',
!     'show_hits' => 'Show Hits?',
!     'show_date' => 'Show Date?',
!     'filter_html' => 'Filter HTML?',
!     'censor' => 'Censor Content?',
!     'default_permissions' => 'Page Default Permissions',
!     'aftersave' => 'After Saving Page',
!     'atom_max_items' => 'Max. Pages in Webservices Feed'
  );
  
  $LANG_configsubgroups['staticpages'] = array(
!     'sg_main' => 'Main Settings'
  );
  
  $LANG_fs['staticpages'] = array(
!     'fs_main' => 'Static Pages Main Settings',
!     'fs_permissions' => 'Default Permissions'
  );
  
  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['staticpages'] = array(
!     0 => array('True' => 1, 'False' => 0),
!     1 => array('True' => true, 'False' => false),
!     2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
!     3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
!     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
!     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
  );
  
--- 113,157 ----
  
  // Messages for the plugin upgrade
! $PLG_staticpages_MESSAGE3001 = '¥×¥é¥°¥¤¥ó¤Î¥¢¥Ã¥×¥°¥ì¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
  
  // Localization of the Admin Configuration UI
  $LANG_configsections['staticpages'] = array(
!     'label' => 'ÀÅŪ¥Ú¡¼¥¸',
!     'title' => 'ÀÅŪ¥Ú¡¼¥¸¤ÎÀßÄê'
  );
  
  $LANG_confignames['staticpages'] = array(
!     'allow_php' => 'PHP¤òµö²Ä?',
!     'sort_by' => 'Ãæ±û¥Ö¥í¥Ã¥¯¤Î¥½¡¼¥È',
!     'sort_menu_by' => '¥á¥Ë¥å¡¼¹àÌܤΥ½¡¼¥È',
!     'delete_pages' => '½êÍ­¼Ô¤È¶¦¤Ë¥Ú¡¼¥¸¤òºï½ü?',
!     'in_block' => '¥Ö¥í¥Ã¥¯Ãæ¤Î¥Ú¡¼¥¸¤ò¤¯¤ë¤à?',
!     'show_hits' => '¥Ò¥Ã¥È¿ô¤òɽ¼¨?',
!     'show_date' => 'ÆüÉÕ¤òɽ¼¨?',
!     'filter_html' => 'HTML¤ò¥Õ¥£¥ë¥¿?',
!     'censor' => 'ÆâÍƤò¸¡±Ü?',
!     'default_permissions' => '¥Ú¡¼¥¸¤Î¥Ç¥Õ¥©¥ë¥È¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó',
!     'aftersave' => '¥Ú¡¼¥¸¤ÎÊݸ¸å',
!     'atom_max_items' => 'Web¥µ¡¼¥Ó¥¹¤Î¥Õ¥£¡¼¥É¤ÎºÇÂç¥Ú¡¼¥¸¿ô'
  );
  
  $LANG_configsubgroups['staticpages'] = array(
!     'sg_main' => '¼ç¤ÊÀßÄê'
  );
  
  $LANG_fs['staticpages'] = array(
!     'fs_main' => 'ÀÅŪ¥Ú¡¼¥¸¤Î¼ç¤ÊÀßÄê',
!     'fs_permissions' => '¥Ç¥Õ¥©¥ë¥È¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó'
  );
  
  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['staticpages'] = array(
!     0 => array('¤Ï¤¤' => 1, '¤¤¤¤¤¨' => 0),
!     1 => array('¤Ï¤¤' => true, '¤¤¤¤¤¨' => false),
!     2 => array('ÆüÉÕ' => 'date', '¥Ú¡¼¥¸ID' => 'id', '¥¿¥¤¥È¥ë' => 'title'),
!     3 => array('ÆüÉÕ' => 'date', '¥Ú¡¼¥¸ID' => 'id', '¥¿¥¤¥È¥ë' => 'title', '¥é¥Ù¥ë' => 'label'),
!       9 => array('¥Ú¡¼¥¸¤Ë¿Ê¤à' => 'item', '¥ê¥¹¥È¤òɽ¼¨' => 'list', 'HOME¥Ú¡¼¥¸¤òɽ¼¨' => 'home', '´ÉÍý²èÌ̤òɽ¼¨' => 'admin'),
!     12 => array('¥¢¥¯¥»¥¹ÉÔ²Ä' => 0, '½ñ¤­¹þ¤ß¶Ø»ß' => 2, 'Æɤ߽ñ¤­²Äǽ' => 3)
  );
  




More information about the geeklog-cvs mailing list