aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/c13y_upgrade/language/cz_CZ
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2010-10-03 18:42:53 +0000
committerddtddt <ddtddt@piwigo.org>2010-10-03 18:42:53 +0000
commitb05511aafaa16c71665dcb986a3d1520dbca76a1 (patch)
treeb1194f7d094d45195b49fb2ebcff917c28ef3c41 /plugins/c13y_upgrade/language/cz_CZ
parentd5ba9efe24404bfc178b72c073569e71415ecad0 (diff)
git-svn-id: http://piwigo.org/svn/trunk@7078 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/c13y_upgrade/language/cz_CZ')
-rw-r--r--plugins/c13y_upgrade/language/cz_CZ/description.txt1
-rw-r--r--plugins/c13y_upgrade/language/cz_CZ/index.php30
-rw-r--r--plugins/c13y_upgrade/language/cz_CZ/plugin.lang.php31
3 files changed, 0 insertions, 62 deletions
diff --git a/plugins/c13y_upgrade/language/cz_CZ/description.txt b/plugins/c13y_upgrade/language/cz_CZ/description.txt
deleted file mode 100644
index cf8380e62..000000000
--- a/plugins/c13y_upgrade/language/cz_CZ/description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Kontroluje integritu aktualizací. \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/cz_CZ/index.php b/plugins/c13y_upgrade/language/cz_CZ/index.php
deleted file mode 100644
index 17747c927..000000000
--- a/plugins/c13y_upgrade/language/cz_CZ/index.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php
-// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
-// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
-// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
-// +-----------------------------------------------------------------------+
-// | 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. |
-// +-----------------------------------------------------------------------+
-
-// Recursive call
-$url = '../';
-header( 'Request-URI: '.$url );
-header( 'Content-Location: '.$url );
-header( 'Location: '.$url );
-exit();
-?>
diff --git a/plugins/c13y_upgrade/language/cz_CZ/plugin.lang.php b/plugins/c13y_upgrade/language/cz_CZ/plugin.lang.php
deleted file mode 100644
index 2911d4fb5..000000000
--- a/plugins/c13y_upgrade/language/cz_CZ/plugin.lang.php
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
-// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
-// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
-// +-----------------------------------------------------------------------+
-// | 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. |
-// +-----------------------------------------------------------------------+
-
-// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
-$lang['c13y_upgrade_no_anomaly'] = 'Po aktualizaci aplikace nebyla detekována žádná anomálie. Doplněk "Kontrola aktualizací" byl deaktivován.';
-$lang['c13y_dbl_email_user'] = 'Uživatelé se stejnou e-mail adresou';
-$lang['c13y_correction_dbl_email_user'] = 'Zrušit duplicitní uživatele';
-$lang['c13y_obsolete_plugin'] = 'Zastaralý doplněk';
-$lang['c13y_correction_obsolete_plugin'] = 'Doplněk "%s" byl součástí této verze aplikace a musí být odinstalován.';
-
-?>