aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2010-12-23 18:27:15 +0000
committerddtddt <ddtddt@piwigo.org>2010-12-23 18:27:15 +0000
commit1f506a4a2a4fb95215fd724a3b7d64267ea18fde (patch)
tree3221edc8ee5795ba40f1aa7ce97c343d53c774ed /plugins
parenta3494857ce8cdca4c0d804adcb7bc73594b14501 (diff)
[trunk] - language - step4 for 2.2
git-svn-id: http://piwigo.org/svn/trunk@8260 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rw-r--r--plugins/admin_multi_view/language/he_IL/description.txt1
-rw-r--r--plugins/admin_multi_view/language/he_IL/index.php30
-rw-r--r--plugins/admin_multi_view/language/hr_HR/description.txt1
-rw-r--r--plugins/admin_multi_view/language/hr_HR/index.php30
-rw-r--r--plugins/admin_multi_view/language/ka_GE/description.txt1
-rw-r--r--plugins/admin_multi_view/language/ka_GE/index.php30
-rw-r--r--plugins/admin_multi_view/language/lv_LV/description.txt1
-rw-r--r--plugins/admin_multi_view/language/lv_LV/index.php30
-rw-r--r--plugins/admin_multi_view/language/ru_RU/description.txt3
-rw-r--r--plugins/admin_multi_view/language/ru_RU/index.php30
-rw-r--r--plugins/admin_multi_view/language/sk_SK/description.txt1
-rw-r--r--plugins/admin_multi_view/language/sk_SK/index.php30
-rw-r--r--plugins/admin_multi_view/language/tr_TR/description.txt1
-rw-r--r--plugins/admin_multi_view/language/tr_TR/index.php30
-rw-r--r--plugins/admin_multi_view/language/vi_VN/description.txt1
-rw-r--r--plugins/admin_multi_view/language/vi_VN/index.php30
-rw-r--r--plugins/admin_multi_view/language/zh_CN/description.txt1
-rw-r--r--plugins/admin_multi_view/language/zh_CN/index.php30
18 files changed, 281 insertions, 0 deletions
diff --git a/plugins/admin_multi_view/language/he_IL/description.txt b/plugins/admin_multi_view/language/he_IL/description.txt
new file mode 100644
index 000000000..320c5730d
--- /dev/null
+++ b/plugins/admin_multi_view/language/he_IL/description.txt
@@ -0,0 +1 @@
+אפשר למנהל ראשי לצפות בגלריה כאורח ו\או לשנות את השפה ו\או לשנות את הערכה. שימושי כדי לאתר באגים... \ No newline at end of file
diff --git a/plugins/admin_multi_view/language/he_IL/index.php b/plugins/admin_multi_view/language/he_IL/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/admin_multi_view/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/admin_multi_view/language/hr_HR/description.txt b/plugins/admin_multi_view/language/hr_HR/description.txt
new file mode 100644
index 000000000..1dd5c0295
--- /dev/null
+++ b/plugins/admin_multi_view/language/hr_HR/description.txt
@@ -0,0 +1 @@
+Dozvoljava administratorima pregledavanje galerije kao gost korisnik i/ili mijenjanje jezika i/ili teme u letu. Praktično za ispravljanje grešaka kod izmjena... \ No newline at end of file
diff --git a/plugins/admin_multi_view/language/hr_HR/index.php b/plugins/admin_multi_view/language/hr_HR/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/admin_multi_view/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/admin_multi_view/language/ka_GE/description.txt b/plugins/admin_multi_view/language/ka_GE/description.txt
new file mode 100644
index 000000000..002c5abcf
--- /dev/null
+++ b/plugins/admin_multi_view/language/ka_GE/description.txt
@@ -0,0 +1 @@
+საშუალებას აძლევს ადმინისტრატორს ნახოს გალერეა როგორც სტუმარმა და/ან შეცვალოს ენა ან/და თემა. სასარგებლოა გამართვისათვის, შეტანილი ცვლილებების გასწორებისათვის... \ No newline at end of file
diff --git a/plugins/admin_multi_view/language/ka_GE/index.php b/plugins/admin_multi_view/language/ka_GE/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/admin_multi_view/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/admin_multi_view/language/lv_LV/description.txt b/plugins/admin_multi_view/language/lv_LV/description.txt
new file mode 100644
index 000000000..705e56f40
--- /dev/null
+++ b/plugins/admin_multi_view/language/lv_LV/description.txt
@@ -0,0 +1 @@
+Dod iespēju Administratoriem apskatīt galeriju kā viesim un/vai nomainīt valodu un/vai tēmu ar vienu darbību. Derīgi skaņošanas darbos... \ No newline at end of file
diff --git a/plugins/admin_multi_view/language/lv_LV/index.php b/plugins/admin_multi_view/language/lv_LV/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/admin_multi_view/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/admin_multi_view/language/ru_RU/description.txt b/plugins/admin_multi_view/language/ru_RU/description.txt
new file mode 100644
index 000000000..1c4d168e0
--- /dev/null
+++ b/plugins/admin_multi_view/language/ru_RU/description.txt
@@ -0,0 +1,3 @@
+Позволяет администраторам просматривать галерею в качестве гостей и / или
+изменить язык и / или тему на "лету". Практично для
+отладки изменения ... \ No newline at end of file
diff --git a/plugins/admin_multi_view/language/ru_RU/index.php b/plugins/admin_multi_view/language/ru_RU/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/admin_multi_view/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/admin_multi_view/language/sk_SK/description.txt b/plugins/admin_multi_view/language/sk_SK/description.txt
new file mode 100644
index 000000000..c419b023b
--- /dev/null
+++ b/plugins/admin_multi_view/language/sk_SK/description.txt
@@ -0,0 +1 @@
+Umožňuje administrátorom vidieť galériu aho hosťom a/alebo zmeniť jazyk a-alebo šablónu. Prakticky ladiť zmeny... \ No newline at end of file
diff --git a/plugins/admin_multi_view/language/sk_SK/index.php b/plugins/admin_multi_view/language/sk_SK/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/admin_multi_view/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/admin_multi_view/language/tr_TR/description.txt b/plugins/admin_multi_view/language/tr_TR/description.txt
new file mode 100644
index 000000000..87003427e
--- /dev/null
+++ b/plugins/admin_multi_view/language/tr_TR/description.txt
@@ -0,0 +1 @@
+Adminlerin galeriye misafir olarak bakmasini kabul et, yada dil veya temayi degis. Ayiklama modunu degistir. \ No newline at end of file
diff --git a/plugins/admin_multi_view/language/tr_TR/index.php b/plugins/admin_multi_view/language/tr_TR/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/admin_multi_view/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/admin_multi_view/language/vi_VN/description.txt b/plugins/admin_multi_view/language/vi_VN/description.txt
new file mode 100644
index 000000000..242d2d722
--- /dev/null
+++ b/plugins/admin_multi_view/language/vi_VN/description.txt
@@ -0,0 +1 @@
+Cho phép Quản trị viên xem thư viện hình như một tài khoản khách và/hoặc thay đổi ngôn ngữ hiển thị và/hoặc giao diện trong thời gian ghé vào thư viện hình. Rất thiết thực cho việc thay đổi những hiệu chỉnh... \ No newline at end of file
diff --git a/plugins/admin_multi_view/language/vi_VN/index.php b/plugins/admin_multi_view/language/vi_VN/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/admin_multi_view/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/admin_multi_view/language/zh_CN/description.txt b/plugins/admin_multi_view/language/zh_CN/description.txt
new file mode 100644
index 000000000..59277c475
--- /dev/null
+++ b/plugins/admin_multi_view/language/zh_CN/description.txt
@@ -0,0 +1 @@
+允许管理员以客人身份查看相册,或者改变语言和主题。部分改变和调试等... \ No newline at end of file
diff --git a/plugins/admin_multi_view/language/zh_CN/index.php b/plugins/admin_multi_view/language/zh_CN/index.php
new file mode 100644
index 000000000..17747c927
--- /dev/null
+++ b/plugins/admin_multi_view/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();
+?>