cherry-pick 52 commits from translation

git log --reverse --oneline  translation ^master --pretty=format:"git cherry-pick --no-commit %H" 39ad66c..3ebc9fb | bash
This commit is contained in:
plegall
2016-11-22 11:50:33 +01:00
parent 906f8d57b8
commit bbae78ca3d
38 changed files with 1477 additions and 672 deletions
+31
View File
@@ -0,0 +1,31 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 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['Comments Panel'] = 'Iruzkinen Panela';
$lang['Photo Description Panel'] = 'Argazkien Deskribapenen Panela';
$lang['Panels options'] = 'Panelen aukerak';
$lang['Displayed'] = 'Bistaratuta';
$lang['Main Menu Panel'] = 'Menu Nagusiaren Panela';
$lang['Hidden'] = 'Ezkutatuta';
$lang['Elegant, Configuration Page'] = 'Elegant, Konfigurazio Orria';
$lang['Disable the animation'] = 'Ezgaitu animazioa';
$lang['Choose what should be the default state for each panel, or disable the animation:'] = 'Aukeratu zein izan beharko litzateke panel bakoitzeko lehenetsitako estatua, edo ezgaitu animazioa:';
+23 -24
View File
@@ -1,32 +1,31 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 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-2016 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['Choose what should be the default state for each panel, or disable the animation:'] = 'Geef de standaardtoestand van elk paneel, of schakel de animatie uit:';
$lang['Comments Panel'] = 'Commentaar-paneel';
$lang['Disable the animation'] = 'Schakel de animatie uit';
$lang['Displayed'] = 'Weergegeven';
$lang['Displayed'] = 'Getoond';
$lang['Elegant, Configuration Page'] = 'Elegant, Configuratiepagina';
$lang['Main Menu Panel'] = 'Hoofdmenu-paneel';
$lang['Panels options'] = 'Paneel-opties';
$lang['Photo Description Panel'] = 'Afbeeldingenbeschrijvings-paneel';
$lang['Hidden'] = 'Verborgen';
?>
$lang['Photo Description Panel'] = 'Fotobeschrijvings-paneel';
$lang['Hidden'] = 'Verborgen';
+27
View File
@@ -0,0 +1,27 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2015 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['Autohide the bar of the slideshow'] = 'Presentazio barra auto-ezkutatu';
$lang['Loop the slideshow'] = 'Errepikatu presentazioa';
$lang['More Information'] = 'Argibide gehiago';
$lang['Slideshow Options'] = 'Presentazio aukerak';
$lang['Smartpocket, Configuration Page'] = 'Smartpocket, Konfigurazio orrialdea';
@@ -1,28 +1,27 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 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['Loop the slideshow'] = 'Continu herhalen diashow';
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 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['Loop the slideshow'] = 'Diashow continu herhalen';
$lang['Slideshow Options'] = 'Diashow-opties';
$lang['Autohide the bar of the slideshow'] = 'Verberg automatisch de diashow-balk';
$lang['Autohide the bar of the slideshow'] = 'De diashow-balk automatisch verbergen';
$lang['More Information'] = 'Meer informatie';
$lang['Smartpocket, Configuration Page'] = 'Smartpocket, instellingenpagina';
?>
$lang['Smartpocket, Configuration Page'] = 'Smartpocket, instellingenpagina';