added phrase for "workflow_no_states"

This commit is contained in:
Uwe Steinmann 2013-02-14 17:46:40 +01:00
parent f51d227e66
commit 72d721ae57
2 changed files with 2 additions and 0 deletions

View File

@ -785,6 +785,7 @@ $text["workflow_name"] = "Name";
$text["workflow_in_use"] = "This workflow is currently used by documents.";
$text["workflow_initstate"] = "Initial state";
$text["workflow_management"] = "Workflow management";
$text["workflow_no_states"] = "You must first define workflow states, before adding a workflow.";
$text["workflow_states_management"] = "Workflow states management";
$text["workflow_actions_management"] = "Workflow actions management";
$text["workflow_state_docstatus"] = "Document status";

View File

@ -785,6 +785,7 @@ $text["workflow_name"] = "Name";
$text["workflow_in_use"] = "Dieser Workflow wird zur Zeit noch von einem Dokument verwendet.";
$text["workflow_initstate"] = "Initialer Status";
$text["workflow_management"] = "Workflow-Management";
$text["workflow_no_states"] = "Es muss zunächst mindestens ein Workflow-Status angelegt werden, um einen Workflow anlegen zu können.";
$text["workflow_states_management"] = "Workflow-Status-Management";
$text["workflow_actions_management"] = "Workflow-Aktions-Management";
$text["workflow_state_docstatus"] = "Dokumentenstatus";