~ubuntu-branches/ubuntu/trusty/ldap-account-manager/trusty

« back to all changes in this revision

Viewing changes to lib/types/user.inc

  • Committer: Package Import Robot
  • Author(s): Roland Gruber
  • Date: 2012-03-25 11:00:20 UTC
  • mfrom: (1.1.22) (4.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20120325110020-bggr97wusvitsvqg
Tags: 3.7-1
* new upstream release
* Fix "[INTL:nl] Dutch translation of debconf templates" (Closes: #658463)
* Fix "[INTL:da] Danish translation of the debconf templates ldap-
  account-manager" (Closes: #661950)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
/*
3
 
$Id: user.inc,v 1.36 2011/04/25 17:47:17 gruberroland Exp $
 
3
$Id: user.inc,v 1.38 2012/02/09 17:08:39 gruberroland Exp $
4
4
 
5
5
  This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
6
 
  Copyright (C) 2005 - 2011  Roland Gruber
 
6
  Copyright (C) 2005 - 2012  Roland Gruber
7
7
 
8
8
  This program is free software; you can redistribute it and/or modify
9
9
  it under the terms of the GNU General Public License as published by
194
194
        public function __construct($type) {
195
195
                parent::__construct($type);
196
196
                $this->labels = array(
197
 
                        'nav' => _("%s user(s) found"),
 
197
                        'nav' => _("User count: %s"),
198
198
                        'error_noneFound' => _("No users found!"),
199
199
                        'newEntry' => _("New user"),
200
 
                        'deleteEntry' => _("Delete user(s)"));
 
200
                        'deleteEntry' => _("Delete selected users"));
201
201
        }
202
202
        
203
203
        /**