mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
[2.7] Language - plugin - prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/branches/2.7@30562 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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';
|
||||
|
||||
?>
|
||||
$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ý';
|
||||
@@ -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';
|
||||
?>
|
||||
$lang['Closed icon position'] = 'Suletud ikooni asukoht';
|
||||
@@ -0,0 +1 @@
|
||||
Faga algunha tarefa de administración das páxinas públicas.
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
@@ -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&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';
|
||||
@@ -0,0 +1 @@
|
||||
Néhány admin tevékenységet elláthatsz a publikus oldalról
|
||||
@@ -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';
|
||||
?>
|
||||
$lang['right'] = 'phải';
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: Admin Tools
|
||||
Version: 2.7.1
|
||||
Version: 2.7.2
|
||||
Description: Do some admin task from the public pages
|
||||
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=720
|
||||
Author: Piwigo team
|
||||
|
||||
Reference in New Issue
Block a user