[geeklog-cvs] geeklog-1.3/language english.php,1.120,1.121

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Jul 26 05:57:37 EDT 2004


Update of /var/cvs/geeklog-1.3/language
In directory www:/tmp/cvs-serv2623/language

Modified Files:
	english.php 
Log Message:
Added parameter filtering, google paging, row numbers to the Admin's event editor. The list of events is also sorted by newest event first now. Moved error messages to the language file.


Index: english.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/language/english.php,v
retrieving revision 1.120
retrieving revision 1.121
diff -C2 -d -r1.120 -r1.121
*** english.php	23 Jul 2004 19:10:49 -0000	1.120
--- english.php	26 Jul 2004 09:57:35 -0000	1.121
***************
*** 648,652 ****
  $LANG22 = array(
      1 => 'Event Editor',
!     2 => '',
      3 => 'Event Title',
      4 => 'Event URL',
--- 648,652 ----
  $LANG22 = array(
      1 => 'Event Editor',
!     2 => 'Error',
      3 => 'Event Title',
      4 => 'Event URL',
***************
*** 656,660 ****
      8 => 'Event Description',
      9 => '(include http://)',
!     10 => 'You must provide the dates/times, description and event location!',
      11 => 'Event Manager',
      12 => 'To modify or delete an event, click on that event below.  To create a new event click on new event above. Click on [C] to create a copy of an existing event.',
--- 656,660 ----
      8 => 'Event Description',
      9 => '(include http://)',
!     10 => 'You must provide the dates/times, event title, and description',
      11 => 'Event Manager',
      12 => 'To modify or delete an event, click on that event below.  To create a new event click on new event above. Click on [C] to create a copy of an existing event.',
***************
*** 668,672 ****
      20 => 'save',
      21 => 'cancel',
!     22 => 'delete'
  );
  
--- 668,675 ----
      20 => 'save',
      21 => 'cancel',
!     22 => 'delete',
!     23 => 'Bad start date.',
!     24 => 'Bad end date.',
!     25 => 'End date is before start date.'
  );
  




More information about the geeklog-cvs mailing list