mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
added phase for close, fixed translation
This commit is contained in:
parent
b8237eb426
commit
590731389b
|
@ -41,7 +41,7 @@ $text["action_revise"] = "Erneut prüfen";
|
|||
$text["actions"] = "Aktivitäten";
|
||||
$text["add"] = "Anlegen";
|
||||
$text["add_doc_reviewer_approver_warning"] = "Anmerkung: Dokumente werden automatisch geprüft und freigegeben markiert, wenn kein Prüfer oder keine Freigabe zugewiesen wird.";
|
||||
$text["add_doc_workflow_warning"] = "Anmerkung: Dokumente werden automatisch, wenn kein Workflow zugewiesen wird.";
|
||||
$text["add_doc_workflow_warning"] = "Anmerkung: Dokumente werden automatisch freigegeben, wenn kein Workflow gewählt wird.";
|
||||
$text["add_document"] = "Dokument anlegen";
|
||||
$text["add_document_link"] = "Verweis hinzufügen";
|
||||
$text["add_event"] = "Ereignis hinzufügen";
|
||||
|
@ -130,6 +130,7 @@ $text["choose_user"] = "--Benutzer wählen--";
|
|||
$text["choose_workflow"] = "Workflow wählen";
|
||||
$text["choose_workflow_state"] = "Workflow-Status wählen";
|
||||
$text["choose_workflow_action"] = "Workflow-Aktion wählen";
|
||||
$text["close"] = "Schließen";
|
||||
$text["comment_changed_email"] = "Kommentar geändert";
|
||||
$text["comment"] = "Kommentar";
|
||||
$text["comment_for_current_version"] = "Kommentar zur<br>aktuellen Version";
|
||||
|
|
Loading…
Reference in New Issue
Block a user