mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Infolog - fix missing translation for Due date by changing it to Enddate
This commit is contained in:
parent
ad222a1ea6
commit
aa0ff00d93
@ -102,7 +102,7 @@ class infolog_tracking extends Api\Storage\Tracking
|
||||
'info_datemodified' => 'Last changed',
|
||||
'info_location' => 'Location',
|
||||
'info_startdate' => 'Start date',
|
||||
'info_enddate' => 'Due date',
|
||||
'info_enddate' => 'Enddate',
|
||||
'info_responsible' => 'Responsible',
|
||||
'info_cc' => 'Cc',
|
||||
// PM fields
|
||||
|
@ -168,7 +168,6 @@ done infolog de geschlossen
|
||||
download infolog de Datei laden
|
||||
download url for links infolog de Download Link für Verknüpfungen
|
||||
due %1 infolog de %1 fällig
|
||||
due date infolog de Fälligkeitsdatum
|
||||
duration infolog de Dauer
|
||||
e-mail: infolog de E-Mail
|
||||
each value is a line like <id>[=<label>] infolog de jeder Wert ist eine Zeile im Format id=[angezeigter Wert]
|
||||
|
@ -168,7 +168,6 @@ done infolog en Done
|
||||
download infolog en Download
|
||||
download url for links infolog en Download url for links
|
||||
due %1 infolog en Due %1
|
||||
due date infolog en Due date
|
||||
duration infolog en Duration
|
||||
e-mail: infolog en Email:
|
||||
each value is a line like <id>[=<label>] infolog en Each value is a line like <id>[=<label>]
|
||||
|
Loading…
Reference in New Issue
Block a user