-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6071383
commit d6768e6
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Update meerdere foto's tegelijk in een bepaald album. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |