mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added missing translations
SVN revision: 888
This commit is contained in:
parent
29734443e0
commit
5bd59d1f7e
@ -298,3 +298,5 @@ text =
|
||||
Column header '%s' must be present in CSV file =
|
||||
Fill text body =
|
||||
Please re-enter filename =
|
||||
Last x =
|
||||
Activate =
|
||||
|
||||
@ -298,3 +298,5 @@ Column header '%s' must be present in CSV file =
|
||||
Fill text body =
|
||||
Please re-enter filename =
|
||||
New =
|
||||
Last x =
|
||||
Activate =
|
||||
|
||||
@ -292,11 +292,13 @@ CSV ("," separated) = CSV (";" gescheiden)
|
||||
CSV (";" separated) = CSV (";" gescheiden)
|
||||
Login name = Loginnaam
|
||||
Auto detect = Auto ontdek
|
||||
|
||||
Text = Tekst
|
||||
Column header '%s' must be present in CSV file = Kolonne hoved '%s' skal være tilstede i CSV filen
|
||||
Fill text body = Udfyld tekst feltet
|
||||
Please re-enter filename = Gentag fil navn
|
||||
Last x = Sidste X
|
||||
#
|
||||
#---- please translate following items and then remove this comment ----#
|
||||
#
|
||||
text =
|
||||
Column header '%s' must be present in CSV file =
|
||||
Fill text body =
|
||||
Please re-enter filename =
|
||||
Activate =
|
||||
|
||||
@ -297,3 +297,5 @@ text =
|
||||
Column header '%s' must be present in CSV file =
|
||||
Fill text body =
|
||||
Please re-enter filename =
|
||||
Last x =
|
||||
Activate =
|
||||
|
||||
@ -293,3 +293,5 @@ text = Text
|
||||
Column header '%s' must be present in CSV file = Spaltenüberschrift '%s' muß in der CSV Datei vorhanden sein
|
||||
Fill text body = Haupttext importieren
|
||||
Please re-enter filename = Bitte Dateinamen erneut eingeben
|
||||
Last x = Letzte x
|
||||
Activate = Aktivieren
|
||||
|
||||
@ -297,3 +297,5 @@ text =
|
||||
Column header '%s' must be present in CSV file =
|
||||
Fill text body =
|
||||
Please re-enter filename =
|
||||
Last x =
|
||||
Activate =
|
||||
|
||||
@ -296,3 +296,5 @@ text =
|
||||
Column header '%s' must be present in CSV file =
|
||||
Fill text body =
|
||||
Please re-enter filename =
|
||||
Last x =
|
||||
Activate =
|
||||
|
||||
@ -294,3 +294,5 @@ text =
|
||||
Column header '%s' must be present in CSV file =
|
||||
Fill text body =
|
||||
Please re-enter filename =
|
||||
Last x =
|
||||
Activate =
|
||||
|
||||
@ -6,6 +6,9 @@
|
||||
Contents: Web server program for Electronic Logbook ELOG
|
||||
|
||||
$Log$
|
||||
Revision 1.334 2004/06/04 22:20:20 midas
|
||||
Added missing translations
|
||||
|
||||
Revision 1.333 2004/06/04 22:11:36 midas
|
||||
Added missing loc() dummies
|
||||
|
||||
@ -16395,7 +16398,7 @@ void interprete(char *lbook, char *path)
|
||||
}
|
||||
|
||||
/* check for activate */
|
||||
strcpy(str, "Activate");
|
||||
strcpy(str, loc("Activate"));
|
||||
if (strieq(getparam("cmd"), "Activate")) {
|
||||
if (!save_user_config(NULL, getparam("new_user_name"), TRUE, TRUE))
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user