Skip to content

Commit

Permalink
Update pl_PL, thanks to yareq
Browse files Browse the repository at this point in the history
  • Loading branch information
Piwigo-TranslationTeam committed Apr 8, 2024
1 parent a955857 commit 7223c97
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions language/pl_PL/description.txt
@@ -0,0 +1 @@
Pokazuję identyfikator zdjęcia na stronie zdjęcia
27 changes: 27 additions & 0 deletions language/pl_PL/index.php
@@ -0,0 +1,27 @@
<?php
// +-----------------------------------------------------------------------+
// | Lexiglot - A PHP based translation tool |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2011-2013 Damien Sorel http://www.strangeplanet.fr |
// +-----------------------------------------------------------------------+
// | 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 |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+

$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>

0 comments on commit 7223c97

Please sign in to comment.