[geeklog-cvs] geeklog-1.3/language english.php,1.79,1.80 german.php,1.66,1.67

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon May 5 05:33:41 EDT 2003


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

Modified Files:
	english.php german.php 
Log Message:
Introduced new "forgot password" functionality (see docs/history for details).


Index: english.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/language/english.php,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** english.php	24 Apr 2003 15:50:33 -0000	1.79
--- english.php	5 May 2003 09:33:38 -0000	1.80
***************
*** 293,297 ****
      85 => 'Total number of comments:',
      86 => 'Find all postings by',
!     87 => 'Your login name'
  );
  
--- 293,302 ----
      85 => 'Total number of comments:',
      86 => 'Find all postings by',
!     87 => 'Your login name',
!     88 => 'Someone (possibly you) has requested a new password for your account "%s" on ' . $_CONF['site_name'] . ', <' . $_CONF['site_url'] . ">.\n\nIf you really want this action to be taken, please click on the following link:\n\n",
!     89 => "If you do not want this action to be taken, simply ignore this message and the request will be disregarded (your password will remain unchanged).\n\n",
!     90 => 'You can enter a new password for your account below. Please note that your old password is still valid until you submit this form.',
!     91 => 'Set New Password',
!     92 => 'Enter New Password'
  );
  
***************
*** 991,995 ****
      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'
  );
  
--- 996,1002 ----
      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',
!     53 => 'Your new password has been accepted. Please use your new password below to log in now.',
!     54 => 'Your request for a new password has expired. Please try again below.'
  );
  

Index: german.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/language/german.php,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** german.php	24 Apr 2003 15:50:33 -0000	1.66
--- german.php	5 May 2003 09:33:38 -0000	1.67
***************
*** 299,302 ****
--- 299,308 ----
      85 => 'Gesamtanzahl Kommentare',
      86 => 'Alle Artikel und Kommentare von'
+     87 => 'Dein Username',
+     88 => 'Jemand (möglicherweise Du selbst) hat ein neues Passwort für Deinen Account "%s" auf ' . $_CONF['site_name'] . ', <' . $_CONF['site_url'] . "> angefordert.\n\nWenn Du tatsächlich ein neues Passwort benötigst, klicke bitte auf den folgenden Link:\n\n",
+     89 => "Möchtest Du Dein Passwort nicht ändern, so kannst Du diese E-Mail einfach ignorieren (Dein bisheriges Passwort bleibt unverändert gültig).\n\n",
+     90 => 'Du kannst hier jetzt ein neues Passwort für Deinen Account eingeben. Dein altes Passwort bleibt noch solange gültig, bis Du dieses Formular abschickst.',
+     91 => 'Neues Passwort',
+     92 => 'Neues Passwort eingeben'
  );
  
***************
*** 985,988 ****
--- 991,998 ----
      49 => "Deine Gruppe wurde gespeichert.",
      50 => "Die Gruppe wurde gelöscht."
+     51 => 'Dieser Username ist schon vergeben. Bitte wähle einen anderen.',
+     52 => 'Die angegebene E-Mail-Adresse scheint nicht gültig zu sein.',
+     53 => 'Dein neues Passwort wurde gespeichert. Bitte melde Dich nun mit dem neuen Passwort an.',
+     54 => 'Diese Anfrage für ein neues Passwort ist nicht mehr gültig. Bitte fordere erneut ein neues Passwort an.'
  );
  





More information about the geeklog-cvs mailing list