mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
add AdminTools to trunk
git-svn-id: http://piwigo.org/svn/trunk@28694 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
القيام ببعض المهام الادارية على الصفحات العامة
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Viewing as <b>%s</b>.'] = 'عرض بشكل <b>%s</b>.';
|
||||
$lang['View as'] = 'عرض بشكل';
|
||||
$lang['Show SQL queries'] = 'إظهار استعلامات SQL';
|
||||
$lang['Saved'] = 'حفظ';
|
||||
$lang['Save visit in history'] = 'حفظ تاريخ الزيارة';
|
||||
$lang['Save'] = 'حفظ';
|
||||
$lang['Revert'] = 'الى الخلف';
|
||||
$lang['Quick edit'] = 'التحرير السريع';
|
||||
$lang['Properties page'] = 'خصائص الصفحة';
|
||||
$lang['Debug template'] = 'قالب تصحيح الأخطاء';
|
||||
$lang['Combine JS&CSS'] = 'الجمع بين JS و CSS';
|
||||
$lang['Debug languages'] = 'تصحيح أخطاء اللغات';
|
||||
$lang['Closed icon position'] = 'إغلاق وضع الآيقونه';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'منح حق تحرير الصور لاصحاب الصور حتى المدير العام';
|
||||
$lang['Open toolbar by default'] = 'فتح شريط الأدوات بشكل افتراضي';
|
||||
$lang['left'] = 'يسار';
|
||||
$lang['right'] = 'يمين';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Няколко административни настройки на публичните страници
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Show SQL queries'] = 'Покажи SQL заявки';
|
||||
$lang['Combine JS&CSS'] = 'Комбиниране JS&CSS';
|
||||
$lang['Debug languages'] = 'Език за отстраняване на грешки';
|
||||
$lang['Debug template'] = 'Шаблон отстраняване на грешки';
|
||||
$lang['Properties page'] = 'Страница с настройки';
|
||||
$lang['Quick edit'] = 'Бърза редакция';
|
||||
$lang['Revert'] = 'Обратно';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Разглежда като <b>%s</b>.';
|
||||
$lang['View as'] = 'Виж като';
|
||||
$lang['Save'] = 'Запис';
|
||||
$lang['Save visit in history'] = 'Пази история на посещенията';
|
||||
$lang['Saved'] = 'Записано';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Дава права за редакция върху снимка на собственика й дори и да не е администратор';
|
||||
$lang['Closed icon position'] = 'Затворена позиция на икона';
|
||||
$lang['Open toolbar by default'] = 'Отваряне на лента с инструменти по подразбиране';
|
||||
$lang['right'] = 'дясно';
|
||||
$lang['left'] = 'ляво';
|
||||
?>
|
||||
@@ -0,0 +1 @@
|
||||
Umožní provádět některé administrační úkony i na stránkách fotogalerie
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
$lang['Combine JS&CSS'] = 'Kombinace JS&CSS';
|
||||
$lang['Debug languages'] = 'Debug překladů';
|
||||
$lang['Debug template'] = 'Debug šablony vzhledu';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Zobrazení jako <b>%s</b>.';
|
||||
$lang['Properties page'] = 'Stránka vlastností';
|
||||
$lang['Quick edit'] = 'Rychlá editace';
|
||||
$lang['Revert'] = 'Nazpět';
|
||||
$lang['Save'] = 'Uložit';
|
||||
$lang['Saved'] = 'Uloženo';
|
||||
$lang['Save visit in history'] = 'Ukládat návštevy do historie';
|
||||
$lang['Show SQL queries'] = 'Zobrazit SQL queries';
|
||||
$lang['View as'] = 'Zobrazit jako';
|
||||
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Foretag nogle administrative handlinger fra de offentlige sider.
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Kombiner JS&CSS';
|
||||
$lang['Debug languages'] = 'Debug sprog';
|
||||
$lang['Debug template'] = 'Debug skabelon';
|
||||
$lang['Properties page'] = 'Egenskabsside';
|
||||
$lang['Quick edit'] = 'Hurtigredigering';
|
||||
$lang['Revert'] = 'Tilbagefør';
|
||||
$lang['Save'] = 'Gem';
|
||||
$lang['Save visit in history'] = 'Gem besøg i historikken';
|
||||
$lang['Show SQL queries'] = 'Vis SQL-forespørgsler';
|
||||
$lang['View as'] = 'Vis som';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Viser som <b>%s</b>.';
|
||||
$lang['Saved'] = 'Gemt';
|
||||
$lang['Closed icon position'] = 'Lukket-ikons placering';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Giv adgang til hurtigredigering for fotoejere, selv hvis de ikke er admin';
|
||||
$lang['Open toolbar by default'] = 'Åbn værktøjslinje som standard';
|
||||
$lang['left'] = 'venstre';
|
||||
$lang['right'] = 'højre';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Ausgewählte Admin-Tätigkeiten mittels Toolbar von allen Seiten aus durchführen
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'JS&CSS kombinieren';
|
||||
$lang['Debug languages'] = 'Sprachen debuggen';
|
||||
$lang['Debug template'] = 'Vorlagen debuggen';
|
||||
$lang['Properties page'] = 'Eigenschafts-Seite';
|
||||
$lang['Quick edit'] = 'Schnell-Änderung';
|
||||
$lang['Revert'] = 'Zurücksetzen';
|
||||
$lang['Save'] = 'Speichern';
|
||||
$lang['Save visit in history'] = 'Zugriff in Historie speichern';
|
||||
$lang['Show SQL queries'] = 'SQL-Abfrage anzeigen';
|
||||
$lang['View as'] = 'Anzeigen als';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'aktueller User: <b>%s</b>';
|
||||
$lang['Saved'] = 'gesichert';
|
||||
$lang['Closed icon position'] = 'Position des geschlossenen Icons';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Zugriff zum schnellen Editieren für Bildereigentümer erlauben, obwohl sie kein Administrator sind.';
|
||||
$lang['Open toolbar by default'] = 'Die Toolbar Per standard öffnen';
|
||||
$lang['left'] = 'links';
|
||||
$lang['right'] = 'rechts';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Κάνει κάποιες διαχειριστικές εργασίες από δημόσιες σελίδες
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Προβολή ως <b>%s</b>';
|
||||
$lang['View as'] = 'Προβολή ως';
|
||||
$lang['Show SQL queries'] = 'Εμφάνιση ερωτημάτων SQL';
|
||||
$lang['Save visit in history'] = 'Αποθήκευση επίσκεψης στην ιστορία';
|
||||
$lang['Save'] = 'Αποθήκευση';
|
||||
$lang['Revert'] = 'Επαναφορά';
|
||||
$lang['Quick edit'] = 'Γρήγορη επεξεργασία';
|
||||
$lang['Debug languages'] = 'Γλώσσες αποσφάτωσης';
|
||||
$lang['Debug template'] = 'Πρότυπο αποσφάτωσης';
|
||||
$lang['Properties page'] = 'Ιδιότητες σελίδας';
|
||||
$lang['Combine JS&CSS'] = 'Συνδυάστε JS&CSS';
|
||||
$lang['Saved'] = 'Αποθηκεύτηκε';
|
||||
$lang['right'] = 'δεξιά';
|
||||
$lang['left'] = 'αριστερά';
|
||||
$lang['Open toolbar by default'] = 'Ανοικτή γραμμή εργαλείων από προεπιλογή';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Δώστε πρόσβαση σε γρήγορη επεξεργασία στους ιδιοκτήτες φωτογραφιών, ακόμη και αν δεν το διαχειριστές ';
|
||||
$lang['Closed icon position'] = 'Θέση Κλειστού εικονονίδιου';
|
||||
?>
|
||||
@@ -0,0 +1 @@
|
||||
Do some admin task from the public pages
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
$lang['Combine JS&CSS'] = 'Combine JS&CSS';
|
||||
$lang['Debug languages'] = 'Debug languages';
|
||||
$lang['Debug template'] = 'Debug template';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Viewing as <b>%s</b>.';
|
||||
$lang['Properties page'] = 'Properties page';
|
||||
$lang['Quick edit'] = 'Quick edit';
|
||||
$lang['Revert'] = 'Revert';
|
||||
$lang['Save'] = 'Save';
|
||||
$lang['Saved'] = 'Saved';
|
||||
$lang['Save visit in history'] = 'Save visit in history';
|
||||
$lang['Show SQL queries'] = 'Show SQL queries';
|
||||
$lang['View as'] = 'View as';
|
||||
$lang['Closed icon position'] = 'Closed icon position';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Give access to quick edit to photo owners even if they are not admin';
|
||||
$lang['Open toolbar by default'] = 'Open toolbar by default';
|
||||
$lang['left'] = 'left';
|
||||
$lang['right'] = 'right';
|
||||
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Faras kelkajn administrajn taskojn el la publikaj paĝoj
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Kunigi JS&CSS';
|
||||
$lang['Debug languages'] = 'Sencimigi la lingvojn';
|
||||
$lang['Debug template'] = 'Sencimigi la ŝablonon';
|
||||
$lang['Properties page'] = 'Paĝaj ecoj';
|
||||
$lang['Quick edit'] = 'Rapida redakto';
|
||||
$lang['Revert'] = 'Malfari';
|
||||
$lang['Save'] = 'Konservi';
|
||||
$lang['Save visit in history'] = 'Konservi la viziton al historio';
|
||||
$lang['Show SQL queries'] = 'Montri la SQL-aj informpetoj';
|
||||
$lang['View as'] = 'Vidi kiel';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Vidita kiel <b>%s</b>';
|
||||
$lang['Saved'] = 'Konservita';
|
||||
$lang['Closed icon position'] = 'Pozicio de la fermita bildsimbolo';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Permesi al fotoposedantoj atingon al rapida redaktado eĉ se ili ne estas administrantoj';
|
||||
$lang['Open toolbar by default'] = 'Malfermi la aprioran ilobreton';
|
||||
$lang['left'] = 'maldekstra';
|
||||
$lang['right'] = 'dekstra';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Hacer algunas tarea de administración de las páginas públicas
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Revert'] = 'Volver';
|
||||
$lang['Save'] = 'Guardar';
|
||||
$lang['Save visit in history'] = 'Guardar el histórico de visita ';
|
||||
$lang['Show SQL queries'] = 'Mostrar consultas SQL ';
|
||||
$lang['View as'] = 'Ver como';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Visualización como <b>%s</b>.';
|
||||
$lang['Quick edit'] = 'Edición rápida';
|
||||
$lang['Properties page'] = 'Propriedades de la pagina';
|
||||
$lang['Debug template'] = 'Depurar plantilla';
|
||||
$lang['Debug languages'] = 'Depurar idiomas';
|
||||
$lang['Combine JS&CSS'] = 'Combine JS y CSS';
|
||||
$lang['Saved'] = 'Guardado';
|
||||
$lang['Closed icon position'] = 'Posición de icono Cerrado';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Dar acceso a la edición rápida a los propietarios de las fotos, incluso si no son admin';
|
||||
$lang['Open toolbar by default'] = 'Abrir por defecto la barra de herramientas ';
|
||||
$lang['left'] = 'izquierda';
|
||||
$lang['right'] = 'derecha';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Lubab mõningast toimetamist otse üldlehtedelt
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['left'] = 'vasak';
|
||||
$lang['right'] = 'parem';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Näidetakse kui <b>%s</b>.';
|
||||
$lang['View as'] = 'Näita kui';
|
||||
$lang['Show SQL queries'] = 'Näita andmebaasi SQL-päringuid';
|
||||
$lang['Saved'] = 'Salvestatud';
|
||||
$lang['Save visit in history'] = 'Salvesta külastus ajalukku';
|
||||
$lang['Save'] = 'Salvesta';
|
||||
$lang['Revert'] = 'Taasta';
|
||||
$lang['Quick edit'] = 'Kiirtoimeta';
|
||||
$lang['Properties page'] = 'Atribuudileht';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Luba fotode kiirtoimetamist nende omanikele, kuigi nad pole haldurid';
|
||||
$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';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
از صفحات عمومي مقداري كار مديريتي انجام دهيد.
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Closed icon position'] = 'موقعيت آيكون بسته شده';
|
||||
$lang['Combine JS&CSS'] = 'تركيب جاوا اسكريپ و قالب';
|
||||
$lang['Debug languages'] = 'زبانهاي خطايابي';
|
||||
$lang['Debug template'] = 'قالب خطايابي';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'دسترسي صاحب عكس براي ويرايش عكس در حالت غير مديركل';
|
||||
$lang['Open toolbar by default'] = 'باز كردن پيش فرض ابزار';
|
||||
$lang['Properties page'] = 'صفحه مشخصات';
|
||||
$lang['Quick edit'] = 'ويرايش سريع';
|
||||
$lang['Revert'] = 'بازگرداندن';
|
||||
$lang['Save'] = 'ذخيره';
|
||||
$lang['Save visit in history'] = 'ذخيره بازديدها در تاريخچه';
|
||||
$lang['Saved'] = 'ذخيره شده';
|
||||
$lang['Show SQL queries'] = 'نمايش دستورات جستجوي بانك اطلاعات';
|
||||
$lang['View as'] = 'نمايش در حالت';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'نمايش در حالت <b>%s</b>.';
|
||||
$lang['left'] = 'چپ';
|
||||
$lang['right'] = 'راست';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Suorita osa ylläpitäjän toiminnoista suoraan julkisilta sivuilta
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Yhdistä JS&CSS';
|
||||
$lang['Debug languages'] = 'Debuggaa kielet';
|
||||
$lang['Quick edit'] = 'Pikamuokkaus';
|
||||
$lang['Revert'] = 'Palauta';
|
||||
$lang['Save'] = 'Tallenna';
|
||||
$lang['Show SQL queries'] = 'Näytä SQL-kyselyt';
|
||||
$lang['View as'] = 'Katso';
|
||||
$lang['Properties page'] = 'Ominaisuussivu';
|
||||
$lang['Save visit in history'] = 'Tallenna käynti historiatietoihin';
|
||||
$lang['Saved'] = 'Tallennettu';
|
||||
$lang['Closed icon position'] = 'Suljettu kuvakkeen sijainti';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Näkyy <b>%s</b>';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Anna oikeus pikamuokkaukseen vaikkei käyttäjä ole ylläpitäjä';
|
||||
$lang['Debug template'] = 'Debuggaa malline';
|
||||
$lang['Open toolbar by default'] = 'Avaa työkalupalkki oletuksena';
|
||||
$lang['left'] = 'vasen';
|
||||
$lang['right'] = 'oikea';
|
||||
?>
|
||||
@@ -0,0 +1 @@
|
||||
Rend possibles certaines tâches d’administration depuis la partie publique
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
$lang['Combine JS&CSS'] = 'Combiner JS&CSS';
|
||||
$lang['Debug languages'] = 'Déboguer les langues';
|
||||
$lang['Debug template'] = 'Déboguer le patron';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Vue simulée de <b>%s</b>.';
|
||||
$lang['Properties page'] = 'Page d\'administration';
|
||||
$lang['Quick edit'] = 'Édition rapide';
|
||||
$lang['Revert'] = 'Annuler';
|
||||
$lang['Save'] = 'Sauvegarder';
|
||||
$lang['Saved'] = 'Sauvegardé';
|
||||
$lang['Save visit in history'] = 'Sauvegarder la viste dans l\'historique';
|
||||
$lang['Show SQL queries'] = 'Afficher les requêtes SQL';
|
||||
$lang['View as'] = 'Voir en tant que';
|
||||
$lang['Closed icon position'] = 'Position de l\'icône fermée';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Autoriser l\'accès à l\'édition rapide aux propriétaires des photos même s\'ils ne sont pas administrateurs';
|
||||
$lang['Open toolbar by default'] = 'Ouvrir la barre par défaut';
|
||||
$lang['left'] = 'gauche';
|
||||
$lang['right'] = 'droite';
|
||||
|
||||
?>
|
||||
@@ -0,0 +1 @@
|
||||
Rend possibles certaines tâches d’administration depuis la partie publique
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
$lang['Combine JS&CSS'] = 'Combiner JS&CSS';
|
||||
$lang['Debug languages'] = 'Debuguer les langues';
|
||||
$lang['Debug template'] = 'Debuguer le template';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Vue simulée de <b>%s</b>.';
|
||||
$lang['Properties page'] = 'Page d\'administration';
|
||||
$lang['Quick edit'] = 'Édition rapide';
|
||||
$lang['Revert'] = 'Annuler';
|
||||
$lang['Save'] = 'Sauvegarder';
|
||||
$lang['Saved'] = 'Sauvegardé';
|
||||
$lang['Save visit in history'] = 'Sauvegarder la viste dans l\'historique';
|
||||
$lang['Show SQL queries'] = 'Afficher les requêtes SQL';
|
||||
$lang['View as'] = 'Voir en tant que';
|
||||
$lang['Closed icon position'] = 'Position the l\'icône fermé';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Autoriser l\'accès à l\'édition rapide aux propriétaires des photos même s\'ils ne sont pas admin';
|
||||
$lang['Open toolbar by default'] = 'Ouvrir la barre par défaut';
|
||||
$lang['left'] = 'gauche';
|
||||
$lang['right'] = 'droite';
|
||||
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
ביצוע משימות מנהל מדפים ציבוריים
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+39
@@ -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'] = 'תן גישה לעריכה מהירה לבעלי תמונה, גם אם הם לא מנהלים';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'צופה כ <b>%s</b>.';
|
||||
$lang['Open toolbar by default'] = 'סרגל כלים פתוחים כברירת מחדל';
|
||||
$lang['Properties page'] = 'מאפיינים';
|
||||
$lang['Combine JS&CSS'] = 'שלב JS&CSS';
|
||||
$lang['Debug languages'] = 'מיפוי שגיאות בשפות';
|
||||
$lang['Debug template'] = 'מיפוי שגיאות בתבנית';
|
||||
$lang['Closed icon position'] = 'סגור מיקום סמל';
|
||||
$lang['Quick edit'] = 'עריכה מהירה';
|
||||
$lang['Revert'] = 'חזור';
|
||||
$lang['Save'] = 'שמור';
|
||||
$lang['Save visit in history'] = 'שמור ביקורים בהיסטוריה';
|
||||
$lang['Saved'] = 'נשמר';
|
||||
$lang['Show SQL queries'] = 'הצג שאילתות SQL';
|
||||
$lang['View as'] = 'צפה כ';
|
||||
$lang['left'] = 'שמאל';
|
||||
$lang['right'] = 'ימין';
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Fare qualche admin task dalle pagine pubbliche
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Visualizza come <b>%s</b>.';
|
||||
$lang['View as'] = 'Mostra come';
|
||||
$lang['Show SQL queries'] = 'Mostra queries SQL';
|
||||
$lang['Save visit in history'] = 'Salvare visita nella storia';
|
||||
$lang['Revert'] = 'Ripristina';
|
||||
$lang['Properties page'] = 'Proprietà pagina';
|
||||
$lang['Quick edit'] = 'Modifica veloce';
|
||||
$lang['Debug template'] = 'Debug dei modelli';
|
||||
$lang['Debug languages'] = 'Debug delle lingue';
|
||||
$lang['Combine JS&CSS'] = 'Combinare JS & CSS';
|
||||
$lang['Save'] = 'Salva';
|
||||
$lang['Saved'] = 'Salvato';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Dare accesso modifica veloce ai proprietari di foto anche se non sono amministratori';
|
||||
$lang['Closed icon position'] = 'Posiziona l\'icona di chiusura';
|
||||
$lang['Open toolbar by default'] = 'Apri la barra predefinita';
|
||||
$lang['left'] = 'sinistra';
|
||||
$lang['right'] = 'destra';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Atlikti kai kurias administravimo užduotis iš viešųjų puslapių
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Apjungti JS&CSS';
|
||||
$lang['Debug languages'] = 'Debuginti kalbas';
|
||||
$lang['Debug template'] = 'Debuginti šablonus';
|
||||
$lang['Properties page'] = 'Nustatymų puslapis';
|
||||
$lang['Quick edit'] = 'Greitas redagavimas';
|
||||
$lang['Revert'] = 'Atstatyti';
|
||||
$lang['Save'] = 'Išsaugoti';
|
||||
$lang['Save visit in history'] = 'Vesti vizitų žurnalą';
|
||||
$lang['Show SQL queries'] = 'Rodyty SQL užklausas';
|
||||
$lang['View as'] = 'Žiūrėti kaip';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Rodoma kaip <b>%s</b>.';
|
||||
$lang['Saved'] = 'Išsaugota';
|
||||
$lang['Closed icon position'] = 'Užvertos ikonos pozicija';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Leisti greitą nuotraukos redagavimą jų savininkams, net jeigu jie ne administratoriai';
|
||||
$lang['Open toolbar by default'] = 'Atverti įrankių juostą pagal nutylėjimą';
|
||||
$lang['left'] = 'kairė';
|
||||
$lang['right'] = 'dešinė';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Veikt kādu administratora uzdevumu no vispārējām lapām.
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Apvienot JS & CSS';
|
||||
$lang['Revert'] = 'Atgriezt';
|
||||
$lang['View as'] = 'Apskatīt kā';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Apskatīt kā <b>%s </ b>.';
|
||||
$lang['Show SQL queries'] = 'Parādīt SQL vaicājumu';
|
||||
$lang['Save visit in history'] = 'Saglabāt apmeklējumu vēsturē';
|
||||
$lang['Save'] = 'Saglabāt';
|
||||
$lang['Debug languages'] = 'Atkļūdot valodas';
|
||||
$lang['Debug template'] = 'Atkļūdošanas veidne';
|
||||
$lang['Properties page'] = 'Rekvizītu lapa';
|
||||
$lang['Quick edit'] = 'Ātrā rediģēšana';
|
||||
$lang['Saved'] = 'Saglabāts';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Ļauj piekļūt foto īpašniekiem ātrai rediģēšanai arī tad, ja tie nav admini';
|
||||
$lang['Closed icon position'] = 'Ikonas slēgt pozīcija';
|
||||
$lang['Open toolbar by default'] = 'Atvērt rīkjoslu pēc noklusējuma';
|
||||
$lang['right'] = 'pa labi';
|
||||
$lang['left'] = 'pa kreisi';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Do some admin task from the public pages
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+31
@@ -0,0 +1,31 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Revert'] = 'Буцаах';
|
||||
$lang['Combine JS&CSS'] = 'JS ба CSS-г нэгтгэх';
|
||||
$lang['Quick edit'] = 'Засах';
|
||||
$lang['View as'] = 'Харах';
|
||||
$lang['Save'] = 'Хадгалах';
|
||||
$lang['Saved'] = 'Амжилттай хадгаллаа';
|
||||
$lang['left'] = 'зүүн';
|
||||
$lang['right'] = 'баруун';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Gjør noen admin-oppgaver fra offentlige sider
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Kombiner JS&CSS';
|
||||
$lang['Debug languages'] = 'Feilsøkingspråk';
|
||||
$lang['Debug template'] = 'Feilsøking tema';
|
||||
$lang['Properties page'] = 'Egenskapersiden';
|
||||
$lang['Quick edit'] = 'Rask endring';
|
||||
$lang['Revert'] = 'Omgjøre';
|
||||
$lang['Save'] = 'Lagre';
|
||||
$lang['Save visit in history'] = 'Lagre besøkshistorie';
|
||||
$lang['Saved'] = 'Lagret';
|
||||
$lang['Show SQL queries'] = 'Vis SQL spørringer';
|
||||
$lang['View as'] = 'Se alle';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Se som <b>%s</b>.';
|
||||
$lang['Closed icon position'] = 'Låst ikonposisjon';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Gi tilgang til hurtigredigering av bildeeier, selv om de ikke er admin';
|
||||
$lang['Open toolbar by default'] = 'Åpne verktøy automatisk';
|
||||
$lang['left'] = 'venstre';
|
||||
$lang['right'] = 'høyre';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Doe enkele admin-taken vanaf de openbare pagina's
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Debug languages'] = 'Identificeren en verwijderen van (Debug) taalfouten';
|
||||
$lang['Debug template'] = 'Identificeren en verwijderen van (Debug) themafouten';
|
||||
$lang['Properties page'] = 'Eigenschappen-pagina';
|
||||
$lang['Revert'] = 'Terugdraaien';
|
||||
$lang['Save'] = 'Bewaren';
|
||||
$lang['Save visit in history'] = 'Bewaar bezoek in geschiedenis';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Bekijken als <b>%s</b>.';
|
||||
$lang['Show SQL queries'] = 'Toon SQL queries';
|
||||
$lang['View as'] = 'Bekijk als';
|
||||
$lang['Quick edit'] = 'Snel bewerken';
|
||||
$lang['Combine JS&CSS'] = 'Combineer JS&CSS';
|
||||
$lang['Saved'] = 'Opgeslagen';
|
||||
$lang['Closed icon position'] = 'Positie van pictogram gesloten';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Geef foto-eigenaren toegang tot Snel bewerken, zelfs als ze geen administrator zijn.';
|
||||
$lang['Open toolbar by default'] = 'Open standaard de werkbalk';
|
||||
$lang['left'] = 'links';
|
||||
$lang['right'] = 'rechts';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Wykonuj niektóre zadania admina wprost z ogólnodostępnych stron
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Połącz JS&CSS';
|
||||
$lang['Debug languages'] = 'Języki debugowania';
|
||||
$lang['Debug template'] = 'Wzory debugowania';
|
||||
$lang['Properties page'] = 'Ustawienia';
|
||||
$lang['Quick edit'] = 'Szybka edycja';
|
||||
$lang['Revert'] = 'Odwróć';
|
||||
$lang['Save'] = 'Zapisz';
|
||||
$lang['Save visit in history'] = 'Zapisz odwiedziny w historii';
|
||||
$lang['Saved'] = 'Zapisano';
|
||||
$lang['Show SQL queries'] = 'Pokaż zapytania SQL';
|
||||
$lang['View as'] = 'Zobacz jako';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Oglądasz jako <b>%s</b>';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Przyznaj dostęp do szybkiej edycji właścicielom zdjęć nawet, gdy nie są administratorami';
|
||||
$lang['Open toolbar by default'] = 'Domyślnie otwieraj pasek narzędzi';
|
||||
$lang['left'] = 'lewo';
|
||||
$lang['right'] = 'prawo';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Faça algumas tarefas de administração a partir das páginas públicas
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Combinar JS&CSS';
|
||||
$lang['Debug languages'] = 'Depurar idiomas';
|
||||
$lang['Debug template'] = 'Depurar modelo';
|
||||
$lang['Properties page'] = 'Página de propriedades';
|
||||
$lang['Quick edit'] = 'Edição rápida';
|
||||
$lang['Revert'] = 'Reverter';
|
||||
$lang['Save'] = 'Salvar';
|
||||
$lang['Save visit in history'] = 'Salvar visita na história';
|
||||
$lang['Show SQL queries'] = 'Mostrar consultas SQL';
|
||||
$lang['View as'] = 'Visualizar como';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Visulaizar como <b>%s</b>';
|
||||
$lang['Saved'] = 'Salvo';
|
||||
$lang['Closed icon position'] = 'Posição ícone Fechado';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Dar acesso a edição rápida para proprietários de fotografias, mesmo se eles não forem admin';
|
||||
$lang['Open toolbar by default'] = 'Abrir barra de ferramentas por padrão';
|
||||
$lang['left'] = 'esquerda';
|
||||
$lang['right'] = 'direita';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Faça alguma tarefa administrativa das páginas públicas
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Combinar JS e CSS';
|
||||
$lang['Debug languages'] = 'Corrigir bugs em idiomas';
|
||||
$lang['Debug template'] = 'Corrigir bugs em templates';
|
||||
$lang['Properties page'] = 'Página de propriedades';
|
||||
$lang['Quick edit'] = 'Editar rápido';
|
||||
$lang['Revert'] = 'Reverter';
|
||||
$lang['Save'] = 'Salvar';
|
||||
$lang['Save visit in history'] = 'Salvar visita no historial';
|
||||
$lang['Show SQL queries'] = 'Mostrar consultas SQL';
|
||||
$lang['View as'] = 'Ver como';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Vendo como <b>%s</b>.';
|
||||
$lang['Saved'] = 'Salvo';
|
||||
$lang['Closed icon position'] = 'Posição do icon encerrada';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Permite acesso aos proprietários da foto para edição rápida mesmo não sendo administradores';
|
||||
$lang['Open toolbar by default'] = 'Abrir, por defeito, a barra de ferramentas ';
|
||||
$lang['left'] = 'Esquerda';
|
||||
$lang['right'] = 'Direita';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Execută anumite sarcini administrative din paginile publice
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Combină JS&CSS';
|
||||
$lang['Debug languages'] = 'Depanare limbă';
|
||||
$lang['Debug template'] = 'Depanare șablon';
|
||||
$lang['Properties page'] = 'Pagină de proprietăți';
|
||||
$lang['Quick edit'] = 'Editare rapidă';
|
||||
$lang['Revert'] = 'Revenire';
|
||||
$lang['Save'] = 'Salvează';
|
||||
$lang['Save visit in history'] = 'Salvează vizita în istoric';
|
||||
$lang['Saved'] = 'Salvat';
|
||||
$lang['Show SQL queries'] = 'Arată interogările SQL';
|
||||
$lang['View as'] = 'Vizualizează ca';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Vizualizare ca <b>%s</b>.';
|
||||
$lang['Closed icon position'] = 'Pozitia pictogramelor inchisa';
|
||||
$lang['right'] = 'Dreapta';
|
||||
$lang['left'] = 'Stanga';
|
||||
$lang['Open toolbar by default'] = 'Deschide implicit bara de instrumente';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Ofera detinatorilor de fotografii dreptul de a edita, chiar daca nu sunt administratori';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Позволяет выполнять некоторые администраторские функции с публичных страниц
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Объединение JS&CSS';
|
||||
$lang['Debug languages'] = 'Отладка языков';
|
||||
$lang['Debug template'] = 'Отладка шаблона';
|
||||
$lang['Properties page'] = 'Свойства страницы';
|
||||
$lang['Quick edit'] = 'Быстрое редактирование';
|
||||
$lang['Revert'] = 'Вернуться';
|
||||
$lang['Save'] = 'Сохранить';
|
||||
$lang['Save visit in history'] = 'Сохранить визит в истории';
|
||||
$lang['Show SQL queries'] = 'Показать SQL запросы';
|
||||
$lang['View as'] = 'Посмотреть как';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Просмотр как <b>%s</b>.';
|
||||
$lang['Saved'] = 'Сохранено';
|
||||
$lang['Closed icon position'] = 'Закрытое положение иконки';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Предоставить доступ для быстрого редактирования изображений их владельцам, даже если они не админы';
|
||||
$lang['Open toolbar by default'] = 'Открыть панель инструментов по умолчанию';
|
||||
$lang['left'] = 'слева';
|
||||
$lang['right'] = 'справа';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Omogućuje obavljanje nekih administrativnih zadataka sa javnih stranica.
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+39
@@ -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['Closed icon position'] = 'Pozicija zatvorenih ikona';
|
||||
$lang['Open toolbar by default'] = 'Otvorena traka sa alatkama po pravilu';
|
||||
$lang['Combine JS&CSS'] = 'Kombinuj JS i CSS';
|
||||
$lang['Debug languages'] = 'Pronađi bagove u jeziku';
|
||||
$lang['Debug template'] = 'Pronađi bagove u šablonu';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Omogući "Brze izmene" vlasnicima fotografija koji nisu administratori da urede fotografije';
|
||||
$lang['Properties page'] = 'Stranica podešavanja';
|
||||
$lang['Quick edit'] = 'Brze izmene';
|
||||
$lang['Revert'] = 'Vrati';
|
||||
$lang['Save'] = 'Sačuvaj';
|
||||
$lang['Save visit in history'] = 'Sačuvaj posete u istoriji';
|
||||
$lang['Saved'] = 'Sačuvano';
|
||||
$lang['Show SQL queries'] = 'Prikaži SQL upite';
|
||||
$lang['View as'] = 'Prikaži kao';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Prikazujem kao <b>%s</b>.';
|
||||
$lang['left'] = 'levo';
|
||||
$lang['right'] = 'desno';
|
||||
+1
@@ -0,0 +1 @@
|
||||
Niektoré administrátorské úlohy z verejných stránok
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Predviesť ako <b>%s</b>.';
|
||||
$lang['View as'] = 'Ukázať ako';
|
||||
$lang['Show SQL queries'] = 'Zobraziť SQL otázky';
|
||||
$lang['Save visit in history'] = 'Uložiť návštevy v histórii';
|
||||
$lang['Save'] = 'Uložiť';
|
||||
$lang['Revert'] = 'Späť';
|
||||
$lang['Quick edit'] = 'Rýchla editácia';
|
||||
$lang['Properties page'] = 'Vlastnosti stránky';
|
||||
$lang['Debug template'] = 'Odstrániť chyby šablón';
|
||||
$lang['Debug languages'] = 'Odstrániť chyby jazykov';
|
||||
$lang['Combine JS&CSS'] = 'Kombinovať JS&CSS';
|
||||
$lang['Saved'] = 'Uložené';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Poskytnúť prístup na rýchlu úpravu fotiek majiteľom, ak nie sú adminom';
|
||||
$lang['Open toolbar by default'] = 'Otvoriť prednastavený panel nástrojov';
|
||||
$lang['Closed icon position'] = 'Uzavrieť umiestnenie ikony';
|
||||
$lang['right'] = 'vpravo';
|
||||
$lang['left'] = 'vľavo';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Administracija javnih strani
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Kombiniraj JS&CSS';
|
||||
$lang['Open toolbar by default'] = 'Privzeto odpri vrstico z orodji';
|
||||
$lang['Revert'] = 'Obratno';
|
||||
$lang['Properties page'] = 'Lastnosti strani';
|
||||
$lang['Save visit in history'] = 'Shrani ogled zgodovine';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Ogled kot <b>%s</b>.';
|
||||
$lang['right'] = 'desno';
|
||||
$lang['left'] = 'levo';
|
||||
$lang['View as'] = 'Poglej kot';
|
||||
$lang['Show SQL queries'] = 'Prikaži SQL poizvedbe';
|
||||
$lang['Saved'] = 'Shranjeno';
|
||||
$lang['Save'] = 'Shrani';
|
||||
$lang['Closed icon position'] = 'Zaprta pozicija ikone';
|
||||
$lang['Debug languages'] = 'Razhroščevalni jeziki';
|
||||
$lang['Debug template'] = 'Razhroščevalna predloga';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Dovoli dostop do hitrega urejanja fotografij lastnikom tudi če nimajo administratorskih pravic';
|
||||
$lang['Quick edit'] = 'Hitro urejanje';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Омогућује обављање неких административних задатака са јавних страница.
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+39
@@ -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['Closed icon position'] = 'Позиција затворених икона';
|
||||
$lang['Open toolbar by default'] = 'Отворена трака са алаткама по правилу';
|
||||
$lang['Combine JS&CSS'] = 'Комбинуј ЈS и CSS';
|
||||
$lang['Debug languages'] = 'Пронађи багове у језику';
|
||||
$lang['Debug template'] = 'Пронађи багове у шаблону';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Омогући "Брзе измене" власницима фотографија који нису администратори да уреде фотографије';
|
||||
$lang['Properties page'] = 'Страница подешавања';
|
||||
$lang['Quick edit'] = 'Брзе измене';
|
||||
$lang['Revert'] = 'Врати';
|
||||
$lang['Save'] = 'Сачувај';
|
||||
$lang['Save visit in history'] = 'Сачувај посете у историји';
|
||||
$lang['Saved'] = 'Сачувано';
|
||||
$lang['Show SQL queries'] = 'Прикажи SQL упите';
|
||||
$lang['View as'] = 'Прикажи као';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Приказујем као <b>%s</b>.';
|
||||
$lang['left'] = 'лево';
|
||||
$lang['right'] = 'десно';
|
||||
+1
@@ -0,0 +1 @@
|
||||
Admin tools ger möjlighet att utföra vissa adminuppgifter från den publika sidan.
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Ge access för snabbändring till foto ägare även om dom inte är administratörer';
|
||||
$lang['Closed icon position'] = 'Stängd ikon position';
|
||||
$lang['Combine JS&CSS'] = 'Kombinera JS&CSS';
|
||||
$lang['Debug languages'] = 'Felsökningsspråk';
|
||||
$lang['Debug template'] = 'Felsökningsmall';
|
||||
$lang['Open toolbar by default'] = 'Öppna verktygslisten som standard';
|
||||
$lang['Properties page'] = 'Sidan för egenskaper';
|
||||
$lang['Quick edit'] = 'Snabbändra';
|
||||
$lang['Revert'] = 'Återställ';
|
||||
$lang['Save'] = 'Spara';
|
||||
$lang['Save visit in history'] = 'Spara besök i historien';
|
||||
$lang['Saved'] = 'Sparad';
|
||||
$lang['Show SQL queries'] = 'Visa SQL frågor';
|
||||
$lang['View as'] = 'Visa som';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Visas som <b>%s</b>.';
|
||||
$lang['left'] = 'Vänster';
|
||||
$lang['right'] = 'Höger';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Herkese açık sayfalardan bazı yönetici görevlerini gerçekleştir
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['View as'] = 'Bu olarak gör:';
|
||||
$lang['Viewing as <b>%s</b>.'] = '<b>%s</b> olarak görülüyor.';
|
||||
$lang['Revert'] = 'Geri al';
|
||||
$lang['Debug template'] = 'Hata ayıklama şablonu';
|
||||
$lang['Debug languages'] = 'Hata ayıklama dili';
|
||||
$lang['Properties page'] = 'Özellikler sayfası';
|
||||
$lang['Combine JS&CSS'] = 'JS&CSS Birleştir';
|
||||
$lang['Show SQL queries'] = 'SQL sorgularını göster';
|
||||
$lang['Save visit in history'] = 'Ziyareti geçmiş günlüğüne kaydet';
|
||||
$lang['Save'] = 'Kaydet';
|
||||
$lang['Quick edit'] = 'Hızlı düzenle';
|
||||
$lang['Saved'] = 'Kaydedildi';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Yönetici olmasalar dahi fotoğraf sahiplerine hızlı düzenleme izni ver';
|
||||
$lang['right'] = 'sağ';
|
||||
$lang['left'] = 'sol';
|
||||
$lang['Open toolbar by default'] = 'Araç çubuğunu varsayılan olarak aç';
|
||||
$lang['Closed icon position'] = 'Seçilen küçük resim yeri';
|
||||
?>
|
||||
+1
@@ -0,0 +1 @@
|
||||
Зробити деякі завдання адміністратора від загальнодоступних сторінок.
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
<?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. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$lang['Combine JS&CSS'] = 'Об’єднати JS&CSS';
|
||||
$lang['Debug languages'] = 'Налагодження мов';
|
||||
$lang['Debug template'] = 'Налагодження шаблон';
|
||||
$lang['Properties page'] = 'Властивості сторінки';
|
||||
$lang['Quick edit'] = 'Швидке редагування';
|
||||
$lang['Revert'] = 'Повернутися';
|
||||
$lang['Save'] = 'Зберегти';
|
||||
$lang['Save visit in history'] = 'Збережіть візит в історії';
|
||||
$lang['Saved'] = 'Збережено';
|
||||
$lang['Show SQL queries'] = 'Показати SQL запити';
|
||||
$lang['View as'] = 'Переглянути, як';
|
||||
$lang['Viewing as <b>%s</b>.'] = 'Перегляд у вигляді <b>%s</b>.';
|
||||
$lang['Closed icon position'] = 'Закрита позиція значка';
|
||||
$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Надати доступ до швидкого редагування фото власникам, навіть якщо вони не адміністратори';
|
||||
$lang['Open toolbar by default'] = 'За замовчуванням відкрита панель інструментів ';
|
||||
$lang['left'] = 'ліво';
|
||||
$lang['right'] = 'право';
|
||||
?>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user