mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added new translated strings
SVN revision: 680
This commit is contained in:
parent
72d925af30
commit
31313efb93
@ -289,4 +289,6 @@ Update = Aktualisieren
|
|||||||
|
|
||||||
# V2.4.1
|
# V2.4.1
|
||||||
by = von
|
by = von
|
||||||
Change [global] = [global] ändern
|
Change %s = %s ändern
|
||||||
|
Add new option here = Neue Option hier eingeben
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.191 2004/01/14 10:16:44 midas
|
||||||
|
Added new translated strings
|
||||||
|
|
||||||
Revision 1.190 2004/01/14 10:14:05 midas
|
Revision 1.190 2004/01/14 10:14:05 midas
|
||||||
Changed layout when adding new options
|
Changed layout when adding new options
|
||||||
|
|
||||||
@ -5976,7 +5979,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
if (equal_ustring(getparam("extend"), str)) {
|
if (equal_ustring(getparam("extend"), str)) {
|
||||||
|
|
||||||
rsprintf("<i>");
|
rsprintf("<i>");
|
||||||
rsprintf(loc("Add new %s here"), attr_list[index]);
|
rsprintf(loc("Add new option here"), attr_list[index]);
|
||||||
rsprintf(" : </i>\n");
|
rsprintf(" : </i>\n");
|
||||||
|
|
||||||
rsprintf
|
rsprintf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user