~ubuntu-branches/ubuntu/quantal/gallery2/quantal

« back to all changes in this revision

Viewing changes to modules/quotas/module.inc

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2007-09-10 20:22:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070910202219-0jsuntvqge4ade6b
Tags: 2.2.3-2
Add Slovak translation of Debconf templates.  (Thanks to 
Ivan Masá.  Closes: #441671)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 *
24
24
 * @package Quotas
25
25
 * @author Robert Balousek <volksport@users.sf.net>
26
 
 * @version $Revision: 16034 $
 
26
 * @version $Revision: 16634 $
27
27
 */
28
28
class QuotasModule extends GalleryModule {
29
29
 
33
33
        $this->setId('quotas');
34
34
        $this->setName($gallery->i18n('Quotas'));
35
35
        $this->setDescription($gallery->i18n('User/Group Disk Quotas'));
36
 
        $this->setVersion('1.1.0');
 
36
        $this->setVersion('1.1.0.1');
37
37
        $this->setGroup('gallery', $gallery->i18n('Gallery'));
38
38
        $this->setCallbacks('registerEventListeners|getSiteAdminViews');
39
39
        $this->setRequiredCoreApi(array(7, 4));