source: 3thparty/jupload/maven-translation-plugin/src/test/resources/lang.coppermine.utf-8/dutch.php @ 3951

Revision 3951, 3.6 KB checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1709 - Adicao de codigo fonte java do componente jupload

Line 
1<?php
2/*
3 *******************************************
4 plugin JUpload for Coppermine Photo Gallery
5 *******************************************
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
11 ********************************************
12 $Revision: 185 $
13 $Author: etienne_sf $
14 $Date: 2008-03-12 20:26:16 +0100 (mer., 12 mars 2008) $
15 ********************************************
16 *
17 * Allows easy upload to the gallery, through a java applet.
18 *
19 * Up to date version of this script can be retrieved with the full JUpload package, here:
20 *
21 * http://etienne.sf.free.fr/wiki
22 *
23 * Directly here:
24 * http://forum.coppermine-gallery.net/index.php/board,100.0.html
25 *
26 * Support is available on this forum:
27 * http://coppermine-gallery.net/forum/index.php?topic=43432
28 *
29 * The applet is published on sourceforge:
30 * http://jupload.sourceforge.net
31 *
32 */
33
34// ------------------------------------------------------------------------- //
35
36// File jupload.php
37
38// ------------------------------------------------------------------------- //
39
40if (defined('JUPLOAD_PHP')) {
41        $lang_jupload_php = array_merge (
42                $lang_jupload_php,
43                array(
44                  'perm_denied' => 'U heft niet voldoende rechten voor deze actie.<BR><BR>Gelieve eerst in te loggen: <a href="$1">login</a>',
45                  'select_album' => 'Selecteer een album waar u de nieuwe bestanden wilt plaatsen',
46                  'button_update_album' => 'Album bijwerken',
47                  'button_create_album' => 'Album aanmaken',
48                  'success' => 'Gereed !',
49                  'error_select_album' => 'Selecteer eerst een album',
50                  'error_album_name' => 'Geef het album eerst een naam.',
51                  'error_album_already_exists' => 'Deze naam is reeds in gebruik. <BR><BR>Druk op de <I>Terug</I> knop van uw browser, en voer een nieuwe naam in.',
52                  'album_name' => 'Album naam',
53                  'album_presentation' => 'U dient hier een album te selecteren. De geselecteerde afbeeldingen zullen aan dit album worden toegevoegd. <BR>Middels de knop \'Album aanmaken\' kunt u nieuwe albums aanmaken.',
54                  'album_description' => 'Album omschrijving',
55                  'add_pictures' => 'Afbeeldingen toevoegen aan het geselecteerde album',
56                  'max_upload_size' => 'De maximale bestandsgrootte is $1 Ko',
57                  'upload_presentation' => 'Als de applet niet weergegeven wordt, kan dit verholpen worden door de java runtime plugin te installeren.<BR>Vervolgens is uploaden zeer eenvoudig! Klik op <B>Bladeren</B> om bestanden te selecteren of gebruik de drag\'n\'drop functionaliteit van de verkenner. Klik vervolgens op <B>Upload</B> om afbeeldingen naar de server te verznden.'
58                        . "<BR>Om de originele <u>upload-functionaliteit</u> te gebruiken, <a href='upload.php'>klik hier</a>.",
59                  'album' => 'Album',
60                  //Since 2.1.0
61                  'java_not_enabled' => 'Your navigator doesn\'t allow java. The upload applet need java. You can easily download it from the <a href="http:\\java.sun.com\jre\">java web site</a>',
62                  //Since 3.0.0
63                  'picture_data_explanation' => 'Click on this link, and enter data in the fields below, if you want these to be applied to all pictures in the next upload.',
64                  'quota_used' => 'You are currently using $1 MB ($2%) of your $3 MB of storage.',
65                  'quota_about_full' => 'Remove some pictures, or ask the admin to make your quota bigger.',
66                  //Since 3.2.0
67                  'need_approval' => 'The gallery admin must approve these uploaded pictures, before you can see them on the gallery.'
68                )
69        );
70}
71
Note: See TracBrowser for help on using the repository browser.