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

Revision 3951, 3.9 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// File jupload.php
36// ------------------------------------------------------------------------- //
37
38if (defined('JUPLOAD_PHP')) {
39        $lang_jupload_php = array_merge (
40                $lang_jupload_php,
41                array(
42                  'perm_denied' => 'Sie haben keine Berechtigung diesen Vorgang durchzufÃŒhren.<BR><BR>Bitte <a href="$1">melden</a> Sie sich zuerst an.',
43                  'select_album' => 'Bitte wÀhlen Sie ein Album, in welches Sie Dateien hochladen möchten',
44                  'button_update_album' => 'Album aktualisieren',
45                  'button_create_album' => 'Album erstellen',
46                  'success' => 'Aktion erfolgreich!',
47                  'error_select_album' => 'Bitte zuerst ein Album auswÀhlen',
48                  'error_album_name' => 'Bitte geben Sie dem Album einen Namen.',
49                  'error_album_already_exists' => 'Sie haben bereits ein Album mit diesem Namen.<BR><BR>Bitte klicken Sie auf den <I>ZurÃŒck</I> Button ihres Browsers um einen anderen Titel zu wÀhlen.',
50                  'album_name' => 'Album Titel',
51                  'album_presentation' => 'Bitte wÀhlen Sie hier ein Album aus. Die Datei, die Sie hochladen möchten, wird in diesem Album gespeichert. <BR>Wenn Sie noch kein Album erstellt haben, dann ist diese Liste leer. Benutzen Sie dann die \'Album erstellen\' Funktion um ihr erstes Album zu erzeugen.',
52                  'album_description' => 'Album Beschreibung',
53                  'add_pictures' => 'Dateien dem ausgewÀhlten Album hinzufÃŒgen.',
54                  'max_upload_size' => 'Die maximal zulÀssige Größe einer Datei betrÀgt $1 Ko',
55                  'upload_presentation' => 'Wenn in der unteren Box nichts angezeigt wird und/oder der Browser einen Fehler auf der Seite anzeigt, dann prÃŒfen Sie bitte ob Sie die neueste Version des Java runtime plugins installiert haben.<BR>Danach gestaltet sich der Upload-Vorgang wesentlich komfortabler! Klicken Sie auf <B>Durchsuchen</B> um die Dateien auszuwÀhlen oder fÃŒgen Sie die Dateien per drag\'n\'drop aus ihrem Ordner ein. Anschließend klicken Sie bitte auf <B>Hochladen</B> um die Dateien an den Server zu ÃŒbertragen.'
56                        . "<BR>Um die <U>alte Datei hochladen-Funktion</U> zu nutzen, klicken Sie bitte <a href='upload.php'>hier</a>.",
57                  'album' => 'Album',
58                  //Since 2.1.0
59                  '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>',
60                  //Since 3.0.0
61                  '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.',
62                  'quota_used' => 'You are currently using $1 MB ($2%) of your $3 MB of storage.',
63                  'quota_about_full' => 'Remove some pictures, or ask the admin to make your quota bigger.',
64                  //Since 3.2.0
65                  'need_approval' => 'The gallery admin must approve these uploaded pictures, before you can see them on the gallery.'
66                )
67        );
68}
Note: See TracBrowser for help on using the repository browser.