[geeklog-cvs] geeklog-1.3/language english.php,1.74,1.75

dhaun at geeklog.net dhaun at geeklog.net
Sun Jan 19 05:39:36 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/language
In directory internal.geeklog.net:/tmp/cvs-serv28637/language

Modified Files:
	english.php 
Log Message:
Allow users to change their username if $_CONF['allow_username_change'] == 1


Index: english.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/language/english.php,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** english.php	18 Jan 2003 18:19:09 -0000	1.74
--- english.php	19 Jan 2003 10:39:34 -0000	1.75
***************
*** 292,296 ****
      84 => 'Total number of articles:',
      85 => 'Total number of comments:',
!     86 => 'Find all postings by'
  );
  
--- 292,297 ----
      84 => 'Total number of articles:',
      85 => 'Total number of comments:',
!     86 => 'Find all postings by',
!     87 => 'Your login name'
  );
  
***************
*** 984,988 ****
      48 => 'Thank you for applying for a membership with ' . $_CONF['site_name'] . '. Our team will review your application. If approved, your password will be emailed to you at the email address you just entered.',
      49 => "Your group has been successfully saved.",
!     50 => "The group has been successfully deleted."
  );
  
--- 985,991 ----
      48 => 'Thank you for applying for a membership with ' . $_CONF['site_name'] . '. Our team will review your application. If approved, your password will be emailed to you at the email address you just entered.',
      49 => "Your group has been successfully saved.",
!     50 => "The group has been successfully deleted.",
!     51 => 'This username is already in use. Please choose another one.',
!     52 => 'The email address provided does not appear to be a valid email address'
  );
  





More information about the geeklog-cvs mailing list