aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/AdminTools/language
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AdminTools/language')
-rw-r--r--plugins/AdminTools/language/cs_CZ/plugin.lang.php6
-rwxr-xr-xplugins/AdminTools/language/et_EE/plugin.lang.php45
-rw-r--r--plugins/AdminTools/language/gl_ES/description.txt1
-rw-r--r--plugins/AdminTools/language/gl_ES/index.php7
-rw-r--r--plugins/AdminTools/language/gl_ES/plugin.lang.php39
-rw-r--r--plugins/AdminTools/language/hu_HU/description.txt1
-rwxr-xr-xplugins/AdminTools/language/vi_VN/plugin.lang.php5
7 files changed, 77 insertions, 27 deletions
diff --git a/plugins/AdminTools/language/cs_CZ/plugin.lang.php b/plugins/AdminTools/language/cs_CZ/plugin.lang.php
index 3c729b1bb..7b9e5bb58 100644
--- a/plugins/AdminTools/language/cs_CZ/plugin.lang.php
+++ b/plugins/AdminTools/language/cs_CZ/plugin.lang.php
@@ -13,4 +13,8 @@ $lang['Save visit in history'] = 'Ukládat návštevy do historie';
$lang['Show SQL queries'] = 'Zobrazit SQL queries';
$lang['View as'] = 'Zobrazit jako';
-?> \ No newline at end of file
+$lang['Closed icon position'] = 'Poloha ikony pro zavření';
+$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Udělit přístup do rychlé editace vlastníkům fotek i když nejsou admin';
+$lang['Open toolbar by default'] = 'Výchozí otevření panelu nástrojů';
+$lang['left'] = 'levý';
+$lang['right'] = 'pravý'; \ No newline at end of file
diff --git a/plugins/AdminTools/language/et_EE/plugin.lang.php b/plugins/AdminTools/language/et_EE/plugin.lang.php
index ef83600e1..1b2025bab 100755
--- a/plugins/AdminTools/language/et_EE/plugin.lang.php
+++ b/plugins/AdminTools/language/et_EE/plugin.lang.php
@@ -1,28 +1,28 @@
<?php
-// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based photo gallery |
-// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2013 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. |
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2013 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['left'] = 'vasak';
$lang['right'] = 'parem';
-$lang['Viewing as <b>%s</b>.'] = 'Näidetakse kui <b>%s</b>.';
+$lang['Viewing as <b>%s</b>.'] = 'Kuvatakse kui <b>%s</b>.';
$lang['View as'] = 'Näita kui';
$lang['Show SQL queries'] = 'Näita andmebaasi SQL-päringuid';
$lang['Saved'] = 'Salvestatud';
@@ -36,5 +36,4 @@ $lang['Open toolbar by default'] = 'Näita tööriistariba vaikimisi';
$lang['Debug template'] = 'Silumise mall';
$lang['Debug languages'] = 'Silumise keeled';
$lang['Combine JS&CSS'] = 'Kasuta nii JavaScripti kui CSS-i';
-$lang['Closed icon position'] = 'Suletud ikooni asukoht';
-?> \ No newline at end of file
+$lang['Closed icon position'] = 'Suletud ikooni asukoht'; \ No newline at end of file
diff --git a/plugins/AdminTools/language/gl_ES/description.txt b/plugins/AdminTools/language/gl_ES/description.txt
new file mode 100644
index 000000000..96b307a5a
--- /dev/null
+++ b/plugins/AdminTools/language/gl_ES/description.txt
@@ -0,0 +1 @@
+Faga algunha tarefa de administración das páxinas públicas. \ No newline at end of file
diff --git a/plugins/AdminTools/language/gl_ES/index.php b/plugins/AdminTools/language/gl_ES/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/AdminTools/language/gl_ES/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>
diff --git a/plugins/AdminTools/language/gl_ES/plugin.lang.php b/plugins/AdminTools/language/gl_ES/plugin.lang.php
new file mode 100644
index 000000000..3d4b718e6
--- /dev/null
+++ b/plugins/AdminTools/language/gl_ES/plugin.lang.php
@@ -0,0 +1,39 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2014 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['Give access to quick edit to photo owners even if they are not admin'] = 'Dar acceso a modificación rápida para propietarios de fotografías, mesmo se eles non son administradores';
+$lang['Quick edit'] = 'Modificación rápida';
+$lang['Revert'] = 'Reverter';
+$lang['Save'] = 'Gardar';
+$lang['Save visit in history'] = 'Gardar visita no histórico';
+$lang['Saved'] = 'Gardado';
+$lang['Show SQL queries'] = 'Amosar consultas SQL';
+$lang['View as'] = 'Ver como';
+$lang['Viewing as <b>%s</b>.'] = 'Vendo como <b>%s</b>.';
+$lang['left'] = 'esquerda';
+$lang['right'] = 'dereita';
+$lang['Closed icon position'] = 'Posición icona pechada';
+$lang['Combine JS&CSS'] = 'Combinar JS&amp;CSS';
+$lang['Debug languages'] = 'Depurar idiomas';
+$lang['Debug template'] = 'Depurar modelo';
+$lang['Open toolbar by default'] = 'Abrir a barra de ferramentas predeterminada';
+$lang['Properties page'] = 'Páxina de propiedades'; \ No newline at end of file
diff --git a/plugins/AdminTools/language/hu_HU/description.txt b/plugins/AdminTools/language/hu_HU/description.txt
new file mode 100644
index 000000000..ef1ab553d
--- /dev/null
+++ b/plugins/AdminTools/language/hu_HU/description.txt
@@ -0,0 +1 @@
+Néhány admin tevékenységet elláthatsz a publikus oldalról \ No newline at end of file
diff --git a/plugins/AdminTools/language/vi_VN/plugin.lang.php b/plugins/AdminTools/language/vi_VN/plugin.lang.php
index 2433b3a2e..80b501059 100755
--- a/plugins/AdminTools/language/vi_VN/plugin.lang.php
+++ b/plugins/AdminTools/language/vi_VN/plugin.lang.php
@@ -30,11 +30,10 @@ $lang['Save'] = 'Lưu';
$lang['Save visit in history'] = 'Lưu lượt xem trong lịch sử';
$lang['Show SQL queries'] = 'Hiển thị các truy vấn SQL';
$lang['View as'] = 'Xem dưới dạng';
-$lang['Viewing as <b>%s</b>.'] = 'Xem dưới dạng <b>%s</b>.';
+$lang['Viewing as <b>%s</b>.'] = 'Đang xem dưới dạng <b>%s</b>.';
$lang['Saved'] = 'Đã lưu';
$lang['Closed icon position'] = 'Vị trí biểu tượng đã đóng';
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Cho truy xuất để chỉnh sửa nhanh hình ảnh với cả người dùng không phải là quản trị viên';
$lang['Open toolbar by default'] = 'Mở thanh công cụ một cách mặc định';
$lang['left'] = 'trái';
-$lang['right'] = 'phải';
-?> \ No newline at end of file
+$lang['right'] = 'phải'; \ No newline at end of file