From 517eef09b4fe24a317b6d1f0c5fd7b55522c6cb4 Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 24 Jan 2013 16:51:29 +0000 Subject: [PATCH] - added missing phrases --- languages/English/lang.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/languages/English/lang.inc b/languages/English/lang.inc index c2091a3c7..5a07fb400 100644 --- a/languages/English/lang.inc +++ b/languages/English/lang.inc @@ -470,11 +470,13 @@ $text["search"] = "Search"; $text["search_time"] = "Elapsed time: [time] sec."; $text["seconds"] = "seconds"; $text["selection"] = "Selection"; +$text["select_groups"] = "Click to select groups"; $text["select_ind_reviewers"] = "Click to select individual reviewer"; $text["select_ind_approvers"] = "Click to select individual approver"; $text["select_grp_reviewers"] = "Click to select group reviewer"; $text["select_grp_approvers"] = "Click to select group approver"; $text["select_one"] = "Select one"; +$text["select_users"] = "Click to select users"; $text["select_workflow"] = "Select workflow"; $text["september"] = "September"; $text["seq_after"] = "After \"[prevname]\""; @@ -757,6 +759,7 @@ $text["week_view"] = "Week view"; $text["weeks"] = "weeks"; $text["workflow"] = "Workflow"; $text["workflow_action_in_use"] = "This action is currently used by workflows."; +$text["workflow_action_name"] = "Name"; $text["workflow_editor"] = "Workflow Editor"; $text["workflow_name"] = "Name"; $text["workflow_in_use"] = "This workflow is currently used by documents.";