From 2d2e732f9ca1082c8283b7b52fc5e134c90c9ffa Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 5 Feb 2012 19:03:25 +0000 Subject: [PATCH] translation update --- lam/lib/lists.inc | 2 +- lam/lib/types/asteriskExt.inc | 9 +++++---- lam/lib/types/asteriskExtNewUI.inc | 9 +++++---- lam/lib/types/dhcp.inc | 4 ++-- lam/lib/types/group.inc | 4 ++-- lam/lib/types/host.inc | 4 ++-- lam/lib/types/mailAlias.inc | 4 ++-- lam/lib/types/netgroup.inc | 4 ++-- lam/lib/types/smbDomain.inc | 4 ++-- lam/lib/types/user.inc | 4 ++-- 10 files changed, 25 insertions(+), 23 deletions(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index ef0e37e6..8a1c9b00 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -106,7 +106,7 @@ class lamList { 'nav' => _("%s object(s) found"), 'error_noneFound' => _("No objects found!"), 'newEntry' => _("New object"), - 'deleteEntry' => _("Delete object")); + 'deleteEntry' => _("Delete selected objects")); $this->configOptions = $this->listGetAllConfigOptions(); $this->listReadOptionsFromCookie(); } diff --git a/lam/lib/types/asteriskExt.inc b/lam/lib/types/asteriskExt.inc index 88511411..aa65b97e 100644 --- a/lam/lib/types/asteriskExt.inc +++ b/lam/lib/types/asteriskExt.inc @@ -3,8 +3,8 @@ $Id$ This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam) - Copyright (C) 2009 Pozdnyak Pavel - 2010 Roland Gruber + Copyright (C) 2009 Pozdnyak Pavel + 2010 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ $Id$ * * @package types * @author Pozdnyak Pavel +* @author Roland Gruber */ /** @@ -135,9 +136,9 @@ class lamAsteriskExtList extends lamList { parent::__construct($type); $this->labels = array( 'nav' => _("%s extension(s) found"), - 'error_noneFound' => _("No extension(s) found!"), + 'error_noneFound' => _("No Asterisk extensions found."), 'newEntry' => _("New extension"), - 'deleteEntry' => _("Delete extension(s)")); + 'deleteEntry' => _("Delete selected extensions")); } } diff --git a/lam/lib/types/asteriskExtNewUI.inc b/lam/lib/types/asteriskExtNewUI.inc index 8c0a9a6c..0d442634 100644 --- a/lam/lib/types/asteriskExtNewUI.inc +++ b/lam/lib/types/asteriskExtNewUI.inc @@ -4,8 +4,8 @@ $Id$ This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam) - Copyright (C) 2009 Pozdnyak Pavel - 2010 Roland Gruber + Copyright (C) 2009 Pozdnyak Pavel + 2010 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ * * @package types * @author Pozdnyak Pavel + * @author Roland Gruber */ /** @@ -136,9 +137,9 @@ class lamAsteriskExtNewUIList extends lamList { parent::__construct($type); $this->labels = array( 'nav' => _("%s extension(s) found"), - 'error_noneFound' => _("No extension(s) found!"), + 'error_noneFound' => _("No Asterisk extensions found."), 'newEntry' => _("New extension"), - 'deleteEntry' => _("Delete extension(s)")); + 'deleteEntry' => _("Delete selected extensions")); } protected function listGetParams() { diff --git a/lam/lib/types/dhcp.inc b/lam/lib/types/dhcp.inc index 0f8d8b56..31ff07f8 100644 --- a/lam/lib/types/dhcp.inc +++ b/lam/lib/types/dhcp.inc @@ -4,7 +4,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) Copyright (C) 2008 Thomas Manninger - 2009 - 2011 Roland Gruber + 2009 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -160,7 +160,7 @@ class lamDHCPList extends lamList { 'error_noneFound' => _("No DHCPs found!"), 'newEntry' => _("New DHCP"), 'dhcpDefaults' => _("DHCP settings"), - 'deleteEntry' => _("Delete DHCP(s)")); + 'deleteEntry' => _("Delete selected DHCP entries")); } /** diff --git a/lam/lib/types/group.inc b/lam/lib/types/group.inc index 9e4c9a1e..1a44bdec 100644 --- a/lam/lib/types/group.inc +++ b/lam/lib/types/group.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2005 - 2010 Roland Gruber + Copyright (C) 2005 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -174,7 +174,7 @@ class lamGroupList extends lamList { 'nav' => _("%s group(s) found"), 'error_noneFound' => _("No groups found!"), 'newEntry' => _("New group"), - 'deleteEntry' => _("Delete group(s)")); + 'deleteEntry' => _("Delete selected groups")); } /** diff --git a/lam/lib/types/host.inc b/lam/lib/types/host.inc index 426e128c..de15510a 100644 --- a/lam/lib/types/host.inc +++ b/lam/lib/types/host.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2005 - 2009 Roland Gruber + Copyright (C) 2005 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -161,7 +161,7 @@ class lamHostList extends lamList { 'nav' => _("%s host(s) found"), 'error_noneFound' => _("No hosts found!"), 'newEntry' => _("New host"), - 'deleteEntry' => _("Delete host(s)")); + 'deleteEntry' => _("Delete selected hosts")); } } diff --git a/lam/lib/types/mailAlias.inc b/lam/lib/types/mailAlias.inc index 02f7d19d..c1f5f545 100644 --- a/lam/lib/types/mailAlias.inc +++ b/lam/lib/types/mailAlias.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2005 - 2010 Roland Gruber + Copyright (C) 2005 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -135,7 +135,7 @@ class lamMailAliasList extends lamList { 'nav' => _("%s alias(es) found"), 'error_noneFound' => _("No aliases found!"), 'newEntry' => _("New alias"), - 'deleteEntry' => _("Delete alias(es)")); + 'deleteEntry' => _("Delete selected aliases")); } } diff --git a/lam/lib/types/netgroup.inc b/lam/lib/types/netgroup.inc index b3d56293..73ae501c 100644 --- a/lam/lib/types/netgroup.inc +++ b/lam/lib/types/netgroup.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2009 - 2010 Roland Gruber + Copyright (C) 2009 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -158,7 +158,7 @@ class lamNetgroupList extends lamList { 'nav' => _("%s group(s) found"), 'error_noneFound' => _("No groups found!"), 'newEntry' => _("New group"), - 'deleteEntry' => _("Delete group(s)")); + 'deleteEntry' => _("Delete selected groups")); } } diff --git a/lam/lib/types/smbDomain.inc b/lam/lib/types/smbDomain.inc index 13c192fc..749d1146 100644 --- a/lam/lib/types/smbDomain.inc +++ b/lam/lib/types/smbDomain.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2005 - 2010 Roland Gruber + Copyright (C) 2005 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -156,7 +156,7 @@ class lamSmbDomainList extends lamList { 'nav' => _("%s domain(s) found"), 'error_noneFound' => _("No domains found!"), 'newEntry' => _("New domain"), - 'deleteEntry' => _("Delete domain(s)")); + 'deleteEntry' => _("Delete selected domains")); } } diff --git a/lam/lib/types/user.inc b/lam/lib/types/user.inc index ca984981..ea52de4d 100644 --- a/lam/lib/types/user.inc +++ b/lam/lib/types/user.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2005 - 2011 Roland Gruber + Copyright (C) 2005 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -197,7 +197,7 @@ class lamUserList extends lamList { 'nav' => _("%s user(s) found"), 'error_noneFound' => _("No users found!"), 'newEntry' => _("New user"), - 'deleteEntry' => _("Delete user(s)")); + 'deleteEntry' => _("Delete selected users")); } /**