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

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


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language
In directory qs1489.pair.com:/tmp/cvs-serv65642/plugins/calendar/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/calendar/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	6 May 2008 18:20:43 -0000	1.8
--- japanese_utf-8.php	27 May 2008 19:02:56 -0000	1.9
***************
*** 155,172 ****
      21 => 'キャンセル',
      22 => '削除',
!     23 => '開始日時をただしく入力してください。',
!     24 => '終了日時をただしく入力してください。',
!     25 => '終了日時をただしく入力してください。',
!     26 => 'Delete old entries',
!     27 => 'These are the events that are older than ',
!     28 => ' months. Please click on the trashcan Icon on the bottom to delete them, or select a different timespan:<br' . XHTML . '>Find all entries that are older than ',
!     29 => ' months.',
!     30 => 'Update List',
!     31 => 'Are You sure you want to permanently delete ALL selected users?',
!     32 => 'List all',
!     33 => 'No events selected for deletion',
!     34 => 'Event ID',
!     35 => 'could not be deleted',
!     36 => 'Sucessfully deleted'
  );
  
--- 155,172 ----
      21 => 'キャンセル',
      22 => '削除',
!     23 => '開始日時を正しく入力してください。',
!     24 => '終了日時を正しく入力してください。',
!     25 => '終了日時を正しく入力してください。',
!     26 => '古いエントリを削除',
!     27 => 'これらは',
!     28 => ' ヶ月以上も古いイベントです。削除するには一番下のゴミ箱のアイコンをクリックして下さい。または、異なる期間:<br' . XHTML . '>',
!     29 => ' ヶ月以上古いすべてのエントリを探す。',
!     30 => 'リストを更新',
!     31 => '本当にすべての選択したユーザを完全に削除しますか?',
!     32 => 'すべてリスト',
!     33 => '削除するイベントを選択していません',
!     34 => 'イベントID',
!     35 => '削除できませんでした',
!     36 => '削除に成功しました'
  );
  
***************
*** 188,231 ****
  
  // Messages for the plugin upgrade
! $PLG_calendar_MESSAGE3001 = 'Plugin upgrade not supported.';
  $PLG_calendar_MESSAGE3002 = $LANG32[9];
  
  // Localization of the Admin Configuration UI
  $LANG_configsections['calendar'] = array(
!     'label' => 'Calendar',
!     'title' => 'Calendar Configuration'
  );
  
  $LANG_confignames['calendar'] = array(
!     'calendarloginrequired' => 'Calendar Login Required?',
!     'hidecalendarmenu' => 'Hide Calendar Menu Entry?',
!     'personalcalendars' => 'Enable Personal Calendars?',
!     'eventsubmission' => 'Enable Submission Queue?',
!     'showupcomingevents' => 'Show upcoming Events?',
!     'upcomingeventsrange' => 'Upcoming Events Range',
!     'event_types' => 'Event Types',
!     'hour_mode' => 'Hour Mode',
!     'notification' => 'Notification Email?',
!     'delete_event' => 'Delete Events with Owner?',
!     'aftersave' => 'After Saving Event',
!     'default_permissions' => 'Event Default Permissions'
  );
  
  $LANG_configsubgroups['calendar'] = array(
!     'sg_main' => 'Main Settings'
  );
  
  $LANG_fs['calendar'] = array(
!     'fs_main' => 'General Calendar Settings',
!     'fs_permissions' => 'Default Permissions'
  );
  
  // Note: entries 0, 1, 6, 9, 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['calendar'] = array(
!     0 => array('True' => 1, 'False' => 0),
!     1 => array('True' => true, 'False' => false),
      6 => array('12' => 12, '24' => 24),
!     9 => array('Forward to Event' => 'item', 'Display Admin List' => 'list', 'Display Calendar' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
!     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
  );
  
--- 188,231 ----
  
  // Messages for the plugin upgrade
! $PLG_calendar_MESSAGE3001 = 'プラグインのアップグレードはサポートされていません。';
  $PLG_calendar_MESSAGE3002 = $LANG32[9];
  
  // Localization of the Admin Configuration UI
  $LANG_configsections['calendar'] = array(
!     'label' => 'カレンダー',
!     'title' => 'カレンダーの設定'
  );
  
  $LANG_confignames['calendar'] = array(
!     'calendarloginrequired' => 'カレンダーの使用にログインが必要?',
!     'hidecalendarmenu' => 'カレンダーのメニューの項目を隠す?',
!     'personalcalendars' => '個人のカレンダーを有効?',
!     'eventsubmission' => 'イベントの申し込みキューを有効?',
!     'showupcomingevents' => '近付いたイベントを表示?',
!     'upcomingeventsrange' => '近付いたイベントの範囲',
!     'event_types' => 'イベントのタイプ',
!     'hour_mode' => '時間表示',
!     'notification' => '電子メールで通知?',
!     'delete_event' => '所有者と共にイベントを削除?',
!     'aftersave' => 'イベントの保存後',
!     'default_permissions' => 'イベントのデフォルトのパーミッション'
  );
  
  $LANG_configsubgroups['calendar'] = array(
!     'sg_main' => '主な設定'
  );
  
  $LANG_fs['calendar'] = array(
!     'fs_main' => '一般的なカレンダーの設定',
!     'fs_permissions' => 'デフォルトのパーミッション'
  );
  
  // Note: entries 0, 1, 6, 9, 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['calendar'] = array(
!     0 => array('はい' => 1, 'いいえ' => 0),
!     1 => array('はい' => true, 'いいえ' => false),
      6 => array('12' => 12, '24' => 24),
!     9 => array('イベントに進む' => 'item', '管理リストを表示' => 'list', 'カレンダーを表示' => 'plugin', 'HOMEページを表示' => 'home', '管理画面を表示' => 'admin'),
!     12 => array('アクセス不可' => 0, '書き込み禁止' => 2, '読み書き可能' => 3)
  );
  

Index: japanese.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/japanese.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** japanese.php	6 May 2008 18:20:43 -0000	1.8
--- japanese.php	27 May 2008 19:02:56 -0000	1.9
***************
*** 155,172 ****
      21 => '¥­¥ã¥ó¥»¥ë',
      22 => 'ºï½ü',
!     23 => '³«»ÏÆü»þ¤ò¤¿¤À¤·¤¯ÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£',
!     24 => '½ªÎ»Æü»þ¤ò¤¿¤À¤·¤¯ÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£',
!     25 => '½ªÎ»Æü»þ¤ò¤¿¤À¤·¤¯ÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£',
!     26 => 'Delete old entries',
!     27 => 'These are the events that are older than ',
!     28 => ' months. Please click on the trashcan Icon on the bottom to delete them, or select a different timespan:<br' . XHTML . '>Find all entries that are older than ',
!     29 => ' months.',
!     30 => 'Update List',
!     31 => 'Are You sure you want to permanently delete ALL selected users?',
!     32 => 'List all',
!     33 => 'No events selected for deletion',
!     34 => 'Event ID',
!     35 => 'could not be deleted',
!     36 => 'Sucessfully deleted'
  );
  
--- 155,172 ----
      21 => '¥­¥ã¥ó¥»¥ë',
      22 => 'ºï½ü',
!     23 => '³«»ÏÆü»þ¤òÀµ¤·¤¯ÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£',
!     24 => '½ªÎ»Æü»þ¤òÀµ¤·¤¯ÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£',
!     25 => '½ªÎ»Æü»þ¤òÀµ¤·¤¯ÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£',
!     26 => '¸Å¤¤¥¨¥ó¥È¥ê¤òºï½ü',
!     27 => '¤³¤ì¤é¤Ï',
!     28 => ' ¥ö·î°Ê¾å¤â¸Å¤¤¥¤¥Ù¥ó¥È¤Ç¤¹¡£ºï½ü¤¹¤ë¤Ë¤Ï°ìÈÖ²¼¤Î¥´¥ßÈ¢¤Î¥¢¥¤¥³¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Æ²¼¤µ¤¤¡£¤Þ¤¿¤Ï¡¢°Û¤Ê¤ë´ü´Ö:<br' . XHTML . '>',
!     29 => ' ¥ö·î°Ê¾å¸Å¤¤¤¹¤Ù¤Æ¤Î¥¨¥ó¥È¥ê¤òõ¤¹¡£',
!     30 => '¥ê¥¹¥È¤ò¹¹¿·',
!     31 => 'ËÜÅö¤Ë¤¹¤Ù¤Æ¤ÎÁªÂò¤·¤¿¥æ¡¼¥¶¤ò´°Á´¤Ëºï½ü¤·¤Þ¤¹¤«?',
!     32 => '¤¹¤Ù¤Æ¥ê¥¹¥È',
!     33 => 'ºï½ü¤¹¤ë¥¤¥Ù¥ó¥È¤òÁªÂò¤·¤Æ¤¤¤Þ¤»¤ó',
!     34 => '¥¤¥Ù¥ó¥ÈID',
!     35 => 'ºï½ü¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿',
!     36 => 'ºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿'
  );
  
***************
*** 188,231 ****
  
  // Messages for the plugin upgrade
! $PLG_calendar_MESSAGE3001 = 'Plugin upgrade not supported.';
  $PLG_calendar_MESSAGE3002 = $LANG32[9];
  
  // Localization of the Admin Configuration UI
  $LANG_configsections['calendar'] = array(
!     'label' => 'Calendar',
!     'title' => 'Calendar Configuration'
  );
  
  $LANG_confignames['calendar'] = array(
!     'calendarloginrequired' => 'Calendar Login Required?',
!     'hidecalendarmenu' => 'Hide Calendar Menu Entry?',
!     'personalcalendars' => 'Enable Personal Calendars?',
!     'eventsubmission' => 'Enable Submission Queue?',
!     'showupcomingevents' => 'Show upcoming Events?',
!     'upcomingeventsrange' => 'Upcoming Events Range',
!     'event_types' => 'Event Types',
!     'hour_mode' => 'Hour Mode',
!     'notification' => 'Notification Email?',
!     'delete_event' => 'Delete Events with Owner?',
!     'aftersave' => 'After Saving Event',
!     'default_permissions' => 'Event Default Permissions'
  );
  
  $LANG_configsubgroups['calendar'] = array(
!     'sg_main' => 'Main Settings'
  );
  
  $LANG_fs['calendar'] = array(
!     'fs_main' => 'General Calendar Settings',
!     'fs_permissions' => 'Default Permissions'
  );
  
  // Note: entries 0, 1, 6, 9, 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['calendar'] = array(
!     0 => array('True' => 1, 'False' => 0),
!     1 => array('True' => true, 'False' => false),
      6 => array('12' => 12, '24' => 24),
!     9 => array('Forward to Event' => 'item', 'Display Admin List' => 'list', 'Display Calendar' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
!     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
  );
  
--- 188,231 ----
  
  // Messages for the plugin upgrade
! $PLG_calendar_MESSAGE3001 = '¥×¥é¥°¥¤¥ó¤Î¥¢¥Ã¥×¥°¥ì¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
  $PLG_calendar_MESSAGE3002 = $LANG32[9];
  
  // Localization of the Admin Configuration UI
  $LANG_configsections['calendar'] = array(
!     'label' => '¥«¥ì¥ó¥À¡¼',
!     'title' => '¥«¥ì¥ó¥À¡¼¤ÎÀßÄê'
  );
  
  $LANG_confignames['calendar'] = array(
!     'calendarloginrequired' => '¥«¥ì¥ó¥À¡¼¤Î»ÈÍÑ¤Ë¥í¥°¥¤¥ó¤¬É¬Í×?',
!     'hidecalendarmenu' => '¥«¥ì¥ó¥À¡¼¤Î¥á¥Ë¥å¡¼¤Î¹àÌܤò±£¤¹?',
!     'personalcalendars' => '¸Ä¿Í¤Î¥«¥ì¥ó¥À¡¼¤òÍ­¸ú?',
!     'eventsubmission' => '¥¤¥Ù¥ó¥È¤Î¿½¤·¹þ¤ß¥­¥å¡¼¤òÍ­¸ú?',
!     'showupcomingevents' => '¶áÉÕ¤¤¤¿¥¤¥Ù¥ó¥È¤òɽ¼¨?',
!     'upcomingeventsrange' => '¶áÉÕ¤¤¤¿¥¤¥Ù¥ó¥È¤ÎÈÏ°Ï',
!     'event_types' => '¥¤¥Ù¥ó¥È¤Î¥¿¥¤¥×',
!     'hour_mode' => '»þ´Öɽ¼¨',
!     'notification' => 'ÅŻҥ᡼¥ë¤ÇÄÌÃÎ?',
!     'delete_event' => '½êÍ­¼Ô¤È¶¦¤Ë¥¤¥Ù¥ó¥È¤òºï½ü?',
!     'aftersave' => '¥¤¥Ù¥ó¥È¤ÎÊݸ¸å',
!     'default_permissions' => '¥¤¥Ù¥ó¥È¤Î¥Ç¥Õ¥©¥ë¥È¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó'
  );
  
  $LANG_configsubgroups['calendar'] = array(
!     'sg_main' => '¼ç¤ÊÀßÄê'
  );
  
  $LANG_fs['calendar'] = array(
!     'fs_main' => '°ìÈÌŪ¤Ê¥«¥ì¥ó¥À¡¼¤ÎÀßÄê',
!     'fs_permissions' => '¥Ç¥Õ¥©¥ë¥È¤Î¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó'
  );
  
  // Note: entries 0, 1, 6, 9, 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['calendar'] = array(
!     0 => array('¤Ï¤¤' => 1, '¤¤¤¤¤¨' => 0),
!     1 => array('¤Ï¤¤' => true, '¤¤¤¤¤¨' => false),
      6 => array('12' => 12, '24' => 24),
!     9 => array('¥¤¥Ù¥ó¥È¤Ë¿Ê¤à' => 'item', '´ÉÍý¥ê¥¹¥È¤òɽ¼¨' => 'list', '¥«¥ì¥ó¥À¡¼¤òɽ¼¨' => 'plugin', 'HOME¥Ú¡¼¥¸¤òɽ¼¨' => 'home', '´ÉÍý²èÌ̤òɽ¼¨' => 'admin'),
!     12 => array('¥¢¥¯¥»¥¹ÉÔ²Ä' => 0, '½ñ¤­¹þ¤ß¶Ø»ß' => 2, 'Æɤ߽ñ¤­²Äǽ' => 3)
  );
  




More information about the geeklog-cvs mailing list