Changeset 3909


Ignore:
Timestamp:
Sep 23, 2009, 1:14:29 PM (15 years ago)
Author:
patdenice
Message:

Add pl language to Most Commented

Location:
extensions/MostCommented/language/pl_PL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/MostCommented/language/pl_PL/index.php

    r3853 r3909  
     1<<<<<<< .mine
    12<?php
    23// +-----------------------------------------------------------------------+
     
    3233exit();
    3334?>
     35=======
     36<?php
     37// +-----------------------------------------------------------------------+
     38// | PhpWebGallery - a PHP based picture gallery                           |
     39// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     40// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     41// +-----------------------------------------------------------------------+
     42// | file          : $Id$
     43// | last update   : $Date$
     44// | last modifier : $Author$
     45// | revision      : $Revision$
     46// +-----------------------------------------------------------------------+
     47// | This program is free software; you can redistribute it and/or modify  |
     48// | it under the terms of the GNU General Public License as published by  |
     49// | the Free Software Foundation                                          |
     50// |                                                                       |
     51// | This program is distributed in the hope that it will be useful, but   |
     52// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     53// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     54// | General Public License for more details.                              |
     55// |                                                                       |
     56// | You should have received a copy of the GNU General Public License     |
     57// | along with this program; if not, write to the Free Software           |
     58// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     59// | USA.                                                                  |
     60// +-----------------------------------------------------------------------+
     61
     62// Recursive call
     63$url = '../';
     64header( 'Request-URI: '.$url );
     65header( 'Content-Location: '.$url );
     66header( 'Location: '.$url );
     67exit();
     68?>
     69>>>>>>> .r3908
  • extensions/MostCommented/language/pl_PL/plugin.lang.php

    r3853 r3909  
     1<<<<<<< .mine
     2<?php
     3
     4$lang['most_commented_cat'] = 'Najczęściej komentowane';
     5$lang['most_commented_cat_hint'] = 'wyświetla najczęściej komentowane zdjęcia';
     6
     7?>
     8=======
    19<?php
    210$lang['most_commented_cat'] = 'Najczęściej komentowane';
    311$lang['most_commented_cat_hint'] = 'wyświetl najczęściej komentowane zdjęcia';
    4 ?>
     12?>>>>>>>> .r3908
Note: See TracChangeset for help on using the changeset viewer.