[geeklog-cvs] Geeklog-1.x/plugins/calendar/language english.php, 1.12, 1.13 english_utf-8.php, 1.2, 1.3 japanese.php, 1.3, 1.4 japanese_utf-8.php, 1.3, 1.4

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


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

Modified Files:
	english.php 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/calendar/language/japanese_utf-8.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** japanese_utf-8.php	21 Apr 2007 19:19:23 -0000	1.3
--- japanese_utf-8.php	25 Nov 2007 06:56:04 -0000	1.4
***************
*** 157,161 ****
      23 => '開始日時をただしく入力してください。',
      24 => '終了日時をただしく入力してください。',
!     25 => '終了日時をただしく入力してください。'
  );
  
--- 157,172 ----
      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'
  );
  

Index: english.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/english.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** english.php	5 Feb 2007 09:40:25 -0000	1.12
--- english.php	25 Nov 2007 06:56:04 -0000	1.13
***************
*** 61,65 ****
      25 => 'There are no upcoming events',
      26 => 'Submit an Event',
!     27 => "Submitting an event to {$_CONF['site_name']} will put your event on the master calendar where users can optionally add your event to their personal calendar. This feature is <b>NOT</b> meant to store your personal events such as birthdays and anniversaries.<br><br>Once you submit your event it will be sent to our administrators and if approved, your event will appear on the master calendar.",
      28 => 'Title',
      29 => 'End Time',
--- 61,65 ----
      25 => 'There are no upcoming events',
      26 => 'Submit an Event',
!     27 => "Submitting an event to {$_CONF['site_name']} will put your event on the master calendar where users can optionally add your event to their personal calendar. This feature is <b>NOT</b> meant to store your personal events such as birthdays and anniversaries.<br" . XHTML . "><br" . XHTML . ">Once you submit your event it will be sent to our administrators and if approved, your event will appear on the master calendar.",
      28 => 'Title',
      29 => 'End Time',
***************
*** 158,162 ****
      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>Find all entries that are older than ',
      29 => ' months.',
      30 => 'Update List',
--- 158,162 ----
      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',

Index: english_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/english_utf-8.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** english_utf-8.php	5 Feb 2007 09:40:25 -0000	1.2
--- english_utf-8.php	25 Nov 2007 06:56:04 -0000	1.3
***************
*** 61,65 ****
      25 => 'There are no upcoming events',
      26 => 'Submit an Event',
!     27 => "Submitting an event to {$_CONF['site_name']} will put your event on the master calendar where users can optionally add your event to their personal calendar. This feature is <b>NOT</b> meant to store your personal events such as birthdays and anniversaries.<br><br>Once you submit your event it will be sent to our administrators and if approved, your event will appear on the master calendar.",
      28 => 'Title',
      29 => 'End Time',
--- 61,65 ----
      25 => 'There are no upcoming events',
      26 => 'Submit an Event',
!     27 => "Submitting an event to {$_CONF['site_name']} will put your event on the master calendar where users can optionally add your event to their personal calendar. This feature is <b>NOT</b> meant to store your personal events such as birthdays and anniversaries.<br" . XHTML . "><br" . XHTML . ">Once you submit your event it will be sent to our administrators and if approved, your event will appear on the master calendar.",
      28 => 'Title',
      29 => 'End Time',
***************
*** 158,162 ****
      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>Find all entries that are older than ',
      29 => ' months.',
      30 => 'Update List',
--- 158,162 ----
      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',

Index: japanese.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/language/japanese.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** japanese.php	21 Apr 2007 19:19:23 -0000	1.3
--- japanese.php	25 Nov 2007 06:56:04 -0000	1.4
***************
*** 157,161 ****
      23 => '³«»ÏÆü»þ¤ò¤¿¤À¤·¤¯ÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£',
      24 => '½ªÎ»Æü»þ¤ò¤¿¤À¤·¤¯ÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£',
!     25 => '½ªÎ»Æü»þ¤ò¤¿¤À¤·¤¯ÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£'
  );
  
--- 157,172 ----
      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'
  );
  




More information about the geeklog-cvs mailing list