Skip to content

Commit

Permalink
Update nl_NL, thanks to Pat2309
Browse files Browse the repository at this point in the history
  • Loading branch information
Piwigo-TranslationTeam committed Jan 19, 2022
1 parent 6071383 commit d6768e6
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions language/nl_NL/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update meerdere foto's tegelijk in een bepaald album.
27 changes: 27 additions & 0 deletions language/nl_NL/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
// +-----------------------------------------------------------------------+
// | Lexiglot - A PHP based translation tool |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2011-2013 Damien Sorel http://www.strangeplanet.fr |
// +-----------------------------------------------------------------------+
// | 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. |
// +-----------------------------------------------------------------------+

$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>
30 changes: 30 additions & 0 deletions language/nl_NL/plugin.lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php
// +-----------------------------------------------------------------------+
// | This file is part of Piwigo. |
// | |
// | For copyright and license information, please view the COPYING.txt |
// | file that was distributed with this source code. |
// +-----------------------------------------------------------------------+
$lang['Update existing images'] = 'Bestaande afbeeldingen bijwerken';
$lang['Updated image'] = 'Bijgewerkte afbeelding';
$lang['Updated images'] = 'Bijgewerkte afbeelding(en)';
$lang['Add new images to caddie'] = 'Nieuwe afbeeldingen toevoegen aan caddy';
$lang['Added image'] = 'Afbeelding toegevoegd';
$lang['Allowed file types'] = 'Toegestane bestandstypen';
$lang['Create images if not exist'] = 'Afbeeldingen maken als deze niet bestaan';
$lang['Created images'] = 'Gemaakte afbeelding(en)';
$lang['Display detailed actions done'] = 'Gedetailleerde acties weergeven:';
$lang['Error'] = 'Fout';
$lang['Error(s)'] = 'Fout(en)';
$lang['Manage caddie\'s photos'] = 'Caddy\'s foto\'s beheren';
$lang['No album selected'] = 'Geen album geselecteerd';
$lang['No file selected'] = 'Geen bestand geselecteerd';
$lang['Not added image'] = 'Geen afbeelding toegevoegd';
$lang['Not updated image'] = 'Niet bijgewerkte afbeelding';
$lang['Save'] = 'Bewaar';
$lang['Select Album to be updated'] = 'Selecteer Album dat moet worden bijgewerkt';
$lang['Selected Album'] = 'Geselecteerd album';
$lang['Selected Files'] = 'Geselecteerd(e) bestand(en) ';
$lang['Unsupported file extension'] = 'Niet-ondersteunde bestandsextensie';
$lang['Update'] = 'Bijwerken';
$lang['Update Album'] = 'Album bijwerken';

0 comments on commit d6768e6

Please sign in to comment.