mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Version 2.1.1
SVN revision: 222
This commit is contained in:
parent
816b1bd11a
commit
5590117f42
@ -1,3 +1,9 @@
|
||||
Version 2.1.1, released August 13th, 2002
|
||||
=========================================
|
||||
|
||||
- Describe self registration in doc
|
||||
- Added "self register = 2,3" with automatic admin and user notification
|
||||
|
||||
Version 2.1.0, released August 9th, 2002
|
||||
========================================
|
||||
|
||||
|
||||
5
elogd.c
5
elogd.c
@ -6,6 +6,9 @@
|
||||
Contents: Web server program for Electronic Logbook ELOG
|
||||
|
||||
$Log$
|
||||
Revision 2.69 2002/08/13 12:24:37 midas
|
||||
Version 2.1.1
|
||||
|
||||
Revision 2.68 2002/08/13 12:23:01 midas
|
||||
Implemented 'self register = 3'
|
||||
|
||||
@ -308,7 +311,7 @@
|
||||
\********************************************************************/
|
||||
|
||||
/* Version of ELOG */
|
||||
#define VERSION "2.1.0"
|
||||
#define VERSION "2.1.1"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
@ -149,7 +149,7 @@ and all its replies = und alle Antworten
|
||||
Message ID = Nummer Eintrag
|
||||
|
||||
#
|
||||
# New stgring for V2.xx
|
||||
# New strings for V2.1.0
|
||||
Not logged in = Nicht eingeloggt
|
||||
Login = Einloggen
|
||||
Page %d of %d = Seite %d von %d
|
||||
@ -167,3 +167,14 @@ New passwords do not match, please retype = Kennw
|
||||
Retype password = Kennwort erneut eingeben
|
||||
exists already = existiert bereits
|
||||
Register as new user = Als neuer Benutzer anmelden
|
||||
|
||||
#
|
||||
# New strings for V2.1.1
|
||||
A new ELOG user has been registered on %s = Ein neuer Benutzer hat sich auf %s angemeldet
|
||||
Email = Email
|
||||
User "%s" registered on logbook "%s" = Benutzer "%s" im Logbuch "%s" registriert
|
||||
User [%s] has been deleted = Benutzer [%s] wurde gelöscht
|
||||
Hit following URL to activate that account = Auf folgende URL klicken um Benutzerkonto zu aktivieren
|
||||
ELOG registration = ELOG Registrierung
|
||||
Your ELOG account has been activated on host = Ihr ELOG Konto wurde aktiviert auf
|
||||
You can access it at = Der Zugriff erfolgt über
|
||||
Loading…
x
Reference in New Issue
Block a user