~ubuntu-branches/ubuntu/lucid/gallery/lucid

« back to all changes in this revision

Viewing changes to locale/pl_PL/pl_PL-nls.php

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Lesicnik
  • Date: 2008-08-08 10:51:25 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080808105125-6qyhpf7krzxnjeh4
Tags: 1.5.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/postrm:
    + Delete config.php and htaccess on purge.
* debian/control:
  - Added Homepage field.
* Removed the ubuntu specific po files and using
  debian / upstream provided po files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/*
3
 
 * Gallery - a web based photo album viewer and editor
4
 
 * Copyright (C) 2000-2007 Bharat Mediratta
5
 
 * 
6
 
 * This program is free software; you can redistribute it and/or modify
7
 
 * it under the terms of the GNU General Public License as published by
8
 
 * the Free Software Foundation; either version 2 of the License, or (at
9
 
 * your option) any later version.
10
 
 * 
11
 
 * This program is distributed in the hope that it will be useful, but
12
 
 * WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 
 * General Public License for more details.
15
 
 * 
16
 
 * You should have received a copy of the GNU General Public License
17
 
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA  02110-1301, USA.
19
 
 *
20
 
 * $Id: pl_PL-nls.php 15632 2007-01-02 06:01:08Z jenst $
21
 
  */
22
 
 
23
 
/**
24
 
 * @version     1.5.2
25
 
 * @package     Languagepack
26
 
 * @subpackage  Polish
27
 
 */
28
 
 
29
 
/**
30
 
 * NLS (National Language System) array.
31
 
 *
32
 
 * The basic idea and values was taken from then Horde Framework (http://horde.org)
33
 
 * The original filename was horde/config/nls.php.dist.
34
 
 * The modifications to fit it for Gallery were made by Jens Tkotz.
35
 
 * (jens@peino.de)
36
 
 */
37
 
 
38
 
/**
39
 
 * Native languagename
40
 
 */
41
 
        $nls['language']['pl_PL'] =             'Polski';
42
 
 
43
 
/**
44
 
 * Aliases for languages with different browser and gettext codes
45
 
 */
46
 
        $nls['alias']['pl'] =                   'pl_PL';
47
 
 
48
 
/**
49
 
 * Aliases for languages which we substitte or send by NUKE, GeekLog or Mambo
50
 
 */
51
 
        $nls['alias']['polish'] =               'pl_PL' ;
52
 
        $nls['alias']['pl_PL.ISO8859-2'] =      'pl_PL' ;
53
 
 
54
 
/**
55
 
 ** Charset
56
 
 *
57
 
 */
58
 
        $nls['charset']['pl_PL'] =              'ISO-8859-2';
59
 
/**
60
 
 * phpNuke
61
 
 */
62
 
        $nls['phpnuke']['pl_PL'] =              'polish';
63
 
 
64
 
?>