source: 3thparty/jupload/maven-translation-plugin/src/test/resources/lang.coppermine.utf-8/esperanto.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// ------------------------------------------------------------------------- //
36
37// File jupload.php
38
39// ------------------------------------------------------------------------- //
40
41if (defined('JUPLOAD_PHP')) {
42        $lang_jupload_php = array_merge (
43                $lang_jupload_php,
44                array(
45                  'perm_denied' => 'Vi ne rajtas fari tion.<br><br>If vi ne estas konektita, bonvolu <a href="$1">ensaluti</a> unue',
46                  'select_album' => "Bonvolu elekti fotoalbumon, kie vi volas al\u015Duti fotojn",
47                  'button_update_album' => "\u011Cidatigu albumon",
48                  'button_create_album' => 'Kreu albumon',
49                  'success' => 'Sukceso!',
50                  'error_select_album' => 'Bonvolu elekti fotoalbumon unue',
51                  'error_album_name' => 'Bonvolu nomi la fotoalbumon.',
52                  'error_album_already_exists' => 'Vi jam havas albumon kun tiu nomo.<br><br>Bonvolu klaki sur la <i>Reen</i>-butono de via retumilo, por tajpi alian titolon por via nova fotoalbumo.',
53                  'album_name' => 'Albuma nomo',
54                  'album_presentation' => "Vi devas elekti albumon \u0109i tie.  La bildoj kiujn vi sendis al la servilo konservi/u011Dos en \u0109i tiu albumo.<br>Se vi ne havas albumon, la albuma listo estas malplena. Uzu la 'Kreu'-butonon por krei vian unuan albumon.",
55                  'album_description' => 'Albuma priskribo',
56                  'add_pictures' => 'Aldonu bildojn al la elektita albumo',
57                  'max_upload_size' => 'La maksimuma grandeco por bildo estas $1 Kb',
58                  'upload_presentation' => "Se la kvadrato sube rifuzas montri la apleton, kaj la retumilo indikas ke estas eraroj sur la pa/u011Do, bona ideo estus instali la \"Java Runtime Plugin\".<br>Poste, al\u015Dutado simplos! Klaku sur <b>Foliumi</b> por elekti dosierojn a\u016D uzu \"klaktenu kaj metu\" de la retumilo, tiam klaku sur <b>Al\u015Duti</b> por sendi la bildojn al la servilo."
59                  . "<br>Por uzi la <u>malnova al\u015Duta pa/u011Do</u>, <a href='upload.php'>klaku \u0109i tie</a>.",
60                  'album' => 'Albumo',
61                  //Since 2.1.0
62                  '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>',
63                  //Since 3.0.0
64                  '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.',
65                  'quota_used' => 'You are currently using $1 MB ($2%) of your $3 MB of storage.',
66                  'quota_about_full' => 'Remove some pictures, or ask the admin to make your quota bigger.',
67                  //Since 3.2.0
68                  'need_approval' => 'The gallery admin must approve these uploaded pictures, before you can see them on the gallery.'
69                )
70        );
71}
Note: See TracBrowser for help on using the repository browser.