aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2010-12-23 20:29:38 +0000
committerddtddt <ddtddt@piwigo.org>2010-12-23 20:29:38 +0000
commit7d8e12f60acae79d2574d029c647d5392ab63228 (patch)
tree41c74c07927628b2d6294d936995797c08796e93 /plugins
parent1f506a4a2a4fb95215fd724a3b7d64267ea18fde (diff)
[trunk] - language - step 5 for 2.2
git-svn-id: http://piwigo.org/svn/trunk@8261 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rw-r--r--plugins/c13y_upgrade/language/he_IL/description.txt1
-rw-r--r--plugins/c13y_upgrade/language/he_IL/index.php30
-rw-r--r--plugins/c13y_upgrade/language/he_IL/plugin.lang.php31
-rw-r--r--plugins/c13y_upgrade/language/hr_HR/description.txt1
-rw-r--r--plugins/c13y_upgrade/language/hr_HR/index.php30
-rw-r--r--plugins/c13y_upgrade/language/hr_HR/plugin.lang.php30
-rw-r--r--plugins/c13y_upgrade/language/ka_GE/description.txt1
-rw-r--r--plugins/c13y_upgrade/language/ka_GE/index.php30
-rw-r--r--plugins/c13y_upgrade/language/ka_GE/plugin.lang.php31
-rw-r--r--plugins/c13y_upgrade/language/lv_LV/description.txt1
-rw-r--r--plugins/c13y_upgrade/language/lv_LV/index.php30
-rw-r--r--plugins/c13y_upgrade/language/lv_LV/plugin.lang.php31
-rw-r--r--plugins/c13y_upgrade/language/ru_RU/description.txt1
-rw-r--r--plugins/c13y_upgrade/language/ru_RU/index.php30
-rw-r--r--plugins/c13y_upgrade/language/ru_RU/plugin.lang.php31
-rw-r--r--plugins/c13y_upgrade/language/sk_SK/description.txt1
-rw-r--r--plugins/c13y_upgrade/language/sk_SK/index.php30
-rw-r--r--plugins/c13y_upgrade/language/sk_SK/plugin.lang.php31
-rw-r--r--plugins/c13y_upgrade/language/tr_TR/description.txt1
-rw-r--r--plugins/c13y_upgrade/language/tr_TR/index.php30
-rw-r--r--plugins/c13y_upgrade/language/tr_TR/plugin.lang.php31
-rw-r--r--plugins/c13y_upgrade/language/vi_VN/description.txt1
-rw-r--r--plugins/c13y_upgrade/language/vi_VN/index.php30
-rw-r--r--plugins/c13y_upgrade/language/vi_VN/plugin.lang.php31
-rw-r--r--plugins/c13y_upgrade/language/zh_CN/description.txt1
-rw-r--r--plugins/c13y_upgrade/language/zh_CN/index.php30
-rw-r--r--plugins/c13y_upgrade/language/zh_CN/plugin.lang.php31
27 files changed, 557 insertions, 0 deletions
diff --git a/plugins/c13y_upgrade/language/he_IL/description.txt b/plugins/c13y_upgrade/language/he_IL/description.txt
new file mode 100644
index 000000000..81b27cbdd
--- /dev/null
+++ b/plugins/c13y_upgrade/language/he_IL/description.txt
@@ -0,0 +1 @@
+בדיקת תקינות של השדרוגים. \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/he_IL/index.php b/plugins/c13y_upgrade/language/he_IL/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/c13y_upgrade/language/he_IL/index.php
@@ -0,0 +1,30 @@
+<?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/he_IL/plugin.lang.php b/plugins/c13y_upgrade/language/he_IL/plugin.lang.php
new file mode 100644
index 000000000..01433e039
--- /dev/null
+++ b/plugins/c13y_upgrade/language/he_IL/plugin.lang.php
@@ -0,0 +1,31 @@
+<?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'] = 'לא זוהו חריגות לאחר שידרוג התוכנה, התוסף "בדוק עבור עדכונים" מנוטרל.';
+$lang['c13y_dbl_email_user'] = 'יש משתמש רשום כבר עם אותו דואר אלקטרוני';
+$lang['c13y_correction_dbl_email_user'] = 'מחק משתמשים כפולים';
+$lang['c13y_obsolete_plugin'] = 'תוסף ישן';
+$lang['c13y_correction_obsolete_plugin'] = 'התוסף "%s" כבר כלול בגירסה זאת עליך להסיר אותו.';
+
+?>
diff --git a/plugins/c13y_upgrade/language/hr_HR/description.txt b/plugins/c13y_upgrade/language/hr_HR/description.txt
new file mode 100644
index 000000000..a74b9bd33
--- /dev/null
+++ b/plugins/c13y_upgrade/language/hr_HR/description.txt
@@ -0,0 +1 @@
+Provjera integriteta kod nadogradnji. \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/hr_HR/index.php b/plugins/c13y_upgrade/language/hr_HR/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/c13y_upgrade/language/hr_HR/index.php
@@ -0,0 +1,30 @@
+<?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/hr_HR/plugin.lang.php b/plugins/c13y_upgrade/language/hr_HR/plugin.lang.php
new file mode 100644
index 000000000..98bec9e2b
--- /dev/null
+++ b/plugins/c13y_upgrade/language/hr_HR/plugin.lang.php
@@ -0,0 +1,30 @@
+<?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. |
+// +-----------------------------------------------------------------------+
+
+$lang['c13y_upgrade_no_anomaly'] = 'Nisu detektirane anomalije nakon nadogradnje aplikacije, plugin "Check upgrades" je deaktiviran.';
+$lang['c13y_dbl_email_user'] = 'Korisnici s istom e-mail adresom';
+$lang['c13y_correction_dbl_email_user'] = 'Obriši duplicirane korisnike';
+$lang['c13y_obsolete_plugin'] = 'Zastarjeli plugin';
+$lang['c13y_correction_obsolete_plugin'] = '"%s" plugin je uključen u ovoj verziji aplikacije i morate ga deinstalirati.';
+
+?> \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/ka_GE/description.txt b/plugins/c13y_upgrade/language/ka_GE/description.txt
new file mode 100644
index 000000000..0c99f158d
--- /dev/null
+++ b/plugins/c13y_upgrade/language/ka_GE/description.txt
@@ -0,0 +1 @@
+შეამოწმეთ განახლების მთლიანობა. \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/ka_GE/index.php b/plugins/c13y_upgrade/language/ka_GE/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/c13y_upgrade/language/ka_GE/index.php
@@ -0,0 +1,30 @@
+<?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/ka_GE/plugin.lang.php b/plugins/c13y_upgrade/language/ka_GE/plugin.lang.php
new file mode 100644
index 000000000..018988e38
--- /dev/null
+++ b/plugins/c13y_upgrade/language/ka_GE/plugin.lang.php
@@ -0,0 +1,31 @@
+<?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'] = 'განახლების შემდეგ ანომალიები არ არის აღმოჩენილი, მოდული "განახლების შემოწმება" გამორთულია.';
+$lang['c13y_dbl_email_user'] = 'მომხმარებლები ელ.ფოსტის იმავე მისამართით';
+$lang['c13y_correction_dbl_email_user'] = 'დუბლირებული მომხმარებლების წაშლა';
+$lang['c13y_obsolete_plugin'] = 'მოძველებული მოდული';
+$lang['c13y_correction_obsolete_plugin'] = 'მოდული "%s" გამორთულია, რადგან ის არ არის თავსებადი Piwigo–ს ამ ვერსიასთან. გთხოვთ წაშალოთ იგი.';
+
+?> \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/lv_LV/description.txt b/plugins/c13y_upgrade/language/lv_LV/description.txt
new file mode 100644
index 000000000..79d625bc4
--- /dev/null
+++ b/plugins/c13y_upgrade/language/lv_LV/description.txt
@@ -0,0 +1 @@
+Uzlabojumu integritātes pārbaude. \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/lv_LV/index.php b/plugins/c13y_upgrade/language/lv_LV/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/c13y_upgrade/language/lv_LV/index.php
@@ -0,0 +1,30 @@
+<?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/lv_LV/plugin.lang.php b/plugins/c13y_upgrade/language/lv_LV/plugin.lang.php
new file mode 100644
index 000000000..244d24106
--- /dev/null
+++ b/plugins/c13y_upgrade/language/lv_LV/plugin.lang.php
@@ -0,0 +1,31 @@
+<?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'] = 'Pēc aplikācijas uzlabojuma nav novērotas nekādas anomālijas, "Check upgrades" spraudnis tika deaktivēts.';
+$lang['c13y_dbl_email_user'] = 'Lietotāji ar vienādām e-pasta adresēm';
+$lang['c13y_correction_dbl_email_user'] = 'Izdzēst dubultlietotājus';
+$lang['c13y_obsolete_plugin'] = 'Novecojis spraudnis';
+$lang['c13y_correction_obsolete_plugin'] = '"%s" spraudnis jau ir iekļauts šajā aplikācijas versijā un Jums tas ir jāatinstalē.';
+
+?> \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/ru_RU/description.txt b/plugins/c13y_upgrade/language/ru_RU/description.txt
new file mode 100644
index 000000000..bddfbdd61
--- /dev/null
+++ b/plugins/c13y_upgrade/language/ru_RU/description.txt
@@ -0,0 +1 @@
+Проверьте целостность обновления. \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/ru_RU/index.php b/plugins/c13y_upgrade/language/ru_RU/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/c13y_upgrade/language/ru_RU/index.php
@@ -0,0 +1,30 @@
+<?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/ru_RU/plugin.lang.php b/plugins/c13y_upgrade/language/ru_RU/plugin.lang.php
new file mode 100644
index 000000000..4cb07636a
--- /dev/null
+++ b/plugins/c13y_upgrade/language/ru_RU/plugin.lang.php
@@ -0,0 +1,31 @@
+<?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'] = 'Аномалии не обнаружены после применения обновления. плагин "Проверить обновления" был отключен.';
+$lang['c13y_dbl_email_user'] = 'Пользователи с тем же адресом электронной почты';
+$lang['c13y_correction_dbl_email_user'] = 'Удаление дубликатов пользователей';
+$lang['c13y_obsolete_plugin'] = 'Устаревший плагин';
+$lang['c13y_correction_obsolete_plugin'] = 'Модуль "%s" отключена, потому что она не совместима с этой версией Piwigo . Пожалуйста, удалите его.';
+
+?> \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/sk_SK/description.txt b/plugins/c13y_upgrade/language/sk_SK/description.txt
new file mode 100644
index 000000000..3f218059c
--- /dev/null
+++ b/plugins/c13y_upgrade/language/sk_SK/description.txt
@@ -0,0 +1 @@
+Skontrolovať úplnosť upgradov. \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/sk_SK/index.php b/plugins/c13y_upgrade/language/sk_SK/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/c13y_upgrade/language/sk_SK/index.php
@@ -0,0 +1,30 @@
+<?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/sk_SK/plugin.lang.php b/plugins/c13y_upgrade/language/sk_SK/plugin.lang.php
new file mode 100644
index 000000000..7a02c4699
--- /dev/null
+++ b/plugins/c13y_upgrade/language/sk_SK/plugin.lang.php
@@ -0,0 +1,31 @@
+<?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'] = 'Žiadne anomálie neboli zistené po aplikácii upgrade, "Kontrola upgradov" plugin bol deaktivovaný.';
+$lang['c13y_dbl_email_user'] = 'Používatelia s rovnakou emailovou adresou';
+$lang['c13y_correction_dbl_email_user'] = 'Vymazanie duplicitných používateľov';
+$lang['c13y_obsolete_plugin'] = 'Zastaraný plugin';
+$lang['c13y_correction_obsolete_plugin'] = '"%s" plugin bol obsiahnutý v tejto verzii aplikácie a musíte ho odinštalovať.';
+
+?> \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/tr_TR/description.txt b/plugins/c13y_upgrade/language/tr_TR/description.txt
new file mode 100644
index 000000000..637a22760
--- /dev/null
+++ b/plugins/c13y_upgrade/language/tr_TR/description.txt
@@ -0,0 +1 @@
+Yükseltmelerin bütünlügünü kontrol edin. \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/tr_TR/index.php b/plugins/c13y_upgrade/language/tr_TR/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/c13y_upgrade/language/tr_TR/index.php
@@ -0,0 +1,30 @@
+<?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/tr_TR/plugin.lang.php b/plugins/c13y_upgrade/language/tr_TR/plugin.lang.php
new file mode 100644
index 000000000..3b4360ef3
--- /dev/null
+++ b/plugins/c13y_upgrade/language/tr_TR/plugin.lang.php
@@ -0,0 +1,31 @@
+<?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'] = 'Anormallik bulunamadi ,"Check upgrades" eklentisi pasiflestirildi..';
+$lang['c13y_dbl_email_user'] = 'Ayni emaili kullananlar';
+$lang['c13y_correction_dbl_email_user'] = 'Ayni emaili kullananlari sil';
+$lang['c13y_obsolete_plugin'] = 'Eski eklenti';
+$lang['c13y_correction_obsolete_plugin'] = '"%s" Bu uygulama yeni sürümü dahil edilmistir eklentiyi kaldirmaniz gerekir.';
+
+?> \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/vi_VN/description.txt b/plugins/c13y_upgrade/language/vi_VN/description.txt
new file mode 100644
index 000000000..47d005220
--- /dev/null
+++ b/plugins/c13y_upgrade/language/vi_VN/description.txt
@@ -0,0 +1 @@
+Kiểm tra tính nguyên vẹn của bản nâng cấp. \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/vi_VN/index.php b/plugins/c13y_upgrade/language/vi_VN/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/c13y_upgrade/language/vi_VN/index.php
@@ -0,0 +1,30 @@
+<?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/vi_VN/plugin.lang.php b/plugins/c13y_upgrade/language/vi_VN/plugin.lang.php
new file mode 100644
index 000000000..5ea7437f7
--- /dev/null
+++ b/plugins/c13y_upgrade/language/vi_VN/plugin.lang.php
@@ -0,0 +1,31 @@
+<?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'] = 'Không có sự bất thường nào được phát hiện sau khi nâng cấp ứng dụng, plugin "Dò tìm bản nâng cấp" đã được tắt.';
+$lang['c13y_dbl_email_user'] = 'Người dùng có cùng địa chỉ email';
+$lang['c13y_correction_dbl_email_user'] = 'Xóa các người dùng có trùng tên';
+$lang['c13y_obsolete_plugin'] = 'Plugin lỗi thời';
+$lang['c13y_correction_obsolete_plugin'] = '"%s" plugin đã được kèm theo trong phiên bản của ứng dụng này và bạn bắt buộc phải gỡ bỏ nó ra.';
+
+?> \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/zh_CN/description.txt b/plugins/c13y_upgrade/language/zh_CN/description.txt
new file mode 100644
index 000000000..96ba7d4aa
--- /dev/null
+++ b/plugins/c13y_upgrade/language/zh_CN/description.txt
@@ -0,0 +1 @@
+检查完整的升级. \ No newline at end of file
diff --git a/plugins/c13y_upgrade/language/zh_CN/index.php b/plugins/c13y_upgrade/language/zh_CN/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/c13y_upgrade/language/zh_CN/index.php
@@ -0,0 +1,30 @@
+<?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/zh_CN/plugin.lang.php b/plugins/c13y_upgrade/language/zh_CN/plugin.lang.php
new file mode 100644
index 000000000..7694b3e0e
--- /dev/null
+++ b/plugins/c13y_upgrade/language/zh_CN/plugin.lang.php
@@ -0,0 +1,31 @@
+<?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'] = '应用程序升级后没有发现异常,"检查更新" 插件已停用.';
+$lang['c13y_dbl_email_user'] = '用户使用相同的邮件地址';
+$lang['c13y_correction_dbl_email_user'] = '删除重复的用户';
+$lang['c13y_obsolete_plugin'] = '已无效的插件';
+$lang['c13y_correction_obsolete_plugin'] = '"%s" 插件已包含此应用程序版本,您必须先卸载。';
+
+?> \ No newline at end of file