Added missing translations

SVN revision: 888
This commit is contained in:
Stefan Ritt 2004-06-04 22:20:20 +00:00
parent 29734443e0
commit 5bd59d1f7e
9 changed files with 24 additions and 5 deletions

View File

@ -298,3 +298,5 @@ text =
Column header '%s' must be present in CSV file =
Fill text body =
Please re-enter filename =
Last x =
Activate =

View File

@ -298,3 +298,5 @@ Column header '%s' must be present in CSV file =
Fill text body =
Please re-enter filename =
New =
Last x =
Activate =

View File

@ -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 =

View File

@ -297,3 +297,5 @@ text =
Column header '%s' must be present in CSV file =
Fill text body =
Please re-enter filename =
Last x =
Activate =

View File

@ -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

View File

@ -297,3 +297,5 @@ text =
Column header '%s' must be present in CSV file =
Fill text body =
Please re-enter filename =
Last x =
Activate =

View File

@ -296,3 +296,5 @@ text =
Column header '%s' must be present in CSV file =
Fill text body =
Please re-enter filename =
Last x =
Activate =

View File

@ -294,3 +294,5 @@ text =
Column header '%s' must be present in CSV file =
Fill text body =
Please re-enter filename =
Last x =
Activate =

View File

@ -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;