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

Revision 3951, 3.7 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                  'link_title' => 'JUpload',
43                  'link_comment' => 'Pubblicazione di files nella galleria con l\'aiuto di un\'applet',
44                  'perm_denied' => 'Non hai il permesso per eseguire questa operazione.<BR><BR>Se non sei connesso per favore esegui prima il <a href="$1">login</a> ',
45                  'select_album' => 'Scegli l\'album dove postare le tue immagini',
46                  'button_update_album' => 'Aggiorna album',
47                  'button_create_album' => 'Crea album',
48                  'success' => 'Azione eseguita !',
49                  'error_select_album' => 'Per favore scegli prima un album',
50                  'error_album_name' => 'Inserisci il nome dell\'album',
51                  'error_album_already_exists' => 'Esiste gi&#225; un album con questo nome.<BR><BR>Clicca sul tasto <I>Back</I> del tuo browser, e scegli un\'altro nome.',
52                  'album_name' => 'Nome dell\'album',
53                  'album_presentation' => 'Puoi selezionare un\'album. Le immagini che invierai al server saranno salvate in questo album. <BR>Non hai nessun album, la lista album &#232 vuota. Usa il bottone \'Create\' per creare il tuo primo album.',
54                  'album_description' => 'Descrizione album',
55                  'add_pictures' => 'Aggiungi immagini nell\'album selezionato',
56                  'max_upload_size' => 'La massima dimensione delle immagini &#232 $1 Ko',
57                  'upload_presentation' => 'Se il riquadro in basso non visualizza l\'applet e il vostro browser segnala un errore nella pagina dovrete installare le runtime Java.<BR>Dopo, la pubblicazione sar&#225; molto semplice! Clicca su <B>Browse</B> per selezionare i files o usa Copia e Incolla da explorer, cilicca su <B>Upload</B> per inviare le immagini al server.'
58                . "<BR>Per usare <U>la vecchia pagina di upload </U>, <a href='upload.php'>clicca qui</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}
Note: See TracBrowser for help on using the repository browser.