From c776a86d87527831e8a60ee96c9a65461b0ad37c Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 5 Aug 2008 19:11:37 +0000 Subject: [PATCH] removed obsolete labels --- lam/lib/lists.inc | 4 +--- lam/lib/types/group.inc | 4 +--- lam/lib/types/host.inc | 4 +--- lam/lib/types/mailAlias.inc | 4 +--- lam/lib/types/smbDomain.inc | 4 +--- lam/lib/types/user.inc | 4 +--- 6 files changed, 6 insertions(+), 18 deletions(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 04df49af..f9d657f7 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -103,9 +103,7 @@ class lamList { 'nav' => _("%s object(s) found"), 'error_noneFound' => _("No objects found!"), 'newEntry' => _("New object"), - 'deleteEntry' => _("Delete object"), - 'createPDF' => _("Create PDF for selected object(s)"), - 'createPDFAll' => _("Create PDF for all objects")); + 'deleteEntry' => _("Delete object")); $this->configOptions = $this->listGetAllConfigOptions(); $this->listReadOptionsFromCookie(); } diff --git a/lam/lib/types/group.inc b/lam/lib/types/group.inc index f18a81ef..f70a7801 100644 --- a/lam/lib/types/group.inc +++ b/lam/lib/types/group.inc @@ -122,9 +122,7 @@ class lamGroupList extends lamList { 'nav' => _("%s group(s) found"), 'error_noneFound' => _("No groups found!"), 'newEntry' => _("New group"), - 'deleteEntry' => _("Delete group(s)"), - 'createPDF' => _("Create PDF for selected group(s)"), - 'createPDFAll' => _("Create PDF for all groups")); + 'deleteEntry' => _("Delete group(s)")); } /** diff --git a/lam/lib/types/host.inc b/lam/lib/types/host.inc index 75e9dca2..53e444d9 100644 --- a/lam/lib/types/host.inc +++ b/lam/lib/types/host.inc @@ -112,9 +112,7 @@ class lamHostList extends lamList { 'nav' => _("%s host(s) found"), 'error_noneFound' => _("No hosts found!"), 'newEntry' => _("New host"), - 'deleteEntry' => _("Delete host(s)"), - 'createPDF' => _("Create PDF for selected host(s)"), - 'createPDFAll' => _("Create PDF for all hosts")); + 'deleteEntry' => _("Delete host(s)")); } } diff --git a/lam/lib/types/mailAlias.inc b/lam/lib/types/mailAlias.inc index feb1d8c3..da8c93f9 100644 --- a/lam/lib/types/mailAlias.inc +++ b/lam/lib/types/mailAlias.inc @@ -108,9 +108,7 @@ class lamMailAliasList extends lamList { 'nav' => _("%s alias(es) found"), 'error_noneFound' => _("No aliases found!"), 'newEntry' => _("New alias"), - 'deleteEntry' => _("Delete alias(es)"), - 'createPDF' => _("Create PDF for selected alias(es)"), - 'createPDFAll' => _("Create PDF for all aliases")); + 'deleteEntry' => _("Delete alias(es)")); } } diff --git a/lam/lib/types/smbDomain.inc b/lam/lib/types/smbDomain.inc index 3f2859cd..8784e46c 100644 --- a/lam/lib/types/smbDomain.inc +++ b/lam/lib/types/smbDomain.inc @@ -108,9 +108,7 @@ class lamSmbDomainList extends lamList { 'nav' => _("%s domain(s) found"), 'error_noneFound' => _("No domains found!"), 'newEntry' => _("New domain"), - 'deleteEntry' => _("Delete domain(s)"), - 'createPDF' => _("Create PDF for selected domain(s)"), - 'createPDFAll' => _("Create PDF for all domains")); + 'deleteEntry' => _("Delete domain(s)")); } } diff --git a/lam/lib/types/user.inc b/lam/lib/types/user.inc index c22b4a0d..77cb9fd0 100644 --- a/lam/lib/types/user.inc +++ b/lam/lib/types/user.inc @@ -126,9 +126,7 @@ class lamUserList extends lamList { 'nav' => _("%s user(s) found"), 'error_noneFound' => _("No users found!"), 'newEntry' => _("New user"), - 'deleteEntry' => _("Delete user(s)"), - 'createPDF' => _("Create PDF for selected user(s)"), - 'createPDFAll' => _("Create PDF for all users")); + 'deleteEntry' => _("Delete user(s)")); } /**