source: trunk/language/cz_CZ/index.php @ 5316

Last change on this file since 5316 was 5316, checked in by plg, 14 years ago

copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk,
then convert the *.lang.php files with tools/convert_language_to_2.1.pl

Next step is to play with tools/translation_analysis.php to find which
language keys need translation for each language.

File size: 1.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// | Czech language localization                                           |
5// +-----------------------------------------------------------------------+
6// | Copyright(C) 2009     Pavel Budka & Petr Jirsa    http://pbudka.co.cc |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23// Recursive call
24$url = '../';
25header( 'Request-URI: '.$url );
26header( 'Content-Location: '.$url );
27header( 'Location: '.$url );
28exit();
29?>
Note: See TracBrowser for help on using the repository browser.