source: 3thparty/jupload/maven-translation-plugin/src/test/resources/lang.coppermine.utf-8/japanese.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 $Source: $
13 $Revision: ?
14 $Author: etienne_sf $
15 $Date: $
16 ********************************************
17 *
18 * Allows easy upload to the gallery, through a java applet.
19 *
20 * Up to date version of this script can be retrieved with the full JUpload package, here:
21 *
22 * http://etienne.sf.free.fr/wiki
23 *
24 * Directly here:
25 * http://forum.coppermine-gallery.net/index.php/board,100.0.html
26 *
27 * Support is available on this forum:
28 * http://coppermine-gallery.net/forum/index.php?topic=43432
29 *
30 * The applet is published on sourceforge:
31 * http://jupload.sourceforge.net
32 *
33 */
34
35
36
37// ------------------------------------------------------------------------- //
38// File jupload.php
39// ------------------------------------------------------------------------- //
40
41if (defined('JUPLOAD_PHP')) {
42        $lang_jupload_php = array_merge (
43                $lang_jupload_php,
44                array(
45                  'perm_denied' => '実行暩限がありたせん。<BR><BR>最初に<a href="login.php' . ( isset($_SERVER['PHP_SELF']) ? '?referer=' . $_SERVER['PHP_SELF'] : '') . '">ログむン</a>しおください。',
46                  'select_album' => '画像を保存するアルバムを遞択しおください。',
47                  'button_update_album' => 'アルバム曎新',
48                  'button_create_album' => 'アルバム䜜成',
49                  'success' => '凊理成功 !',
50                  'error_select_album' => '最初にアルバムを遞択しおください。',
51                  'error_album_name' => 'アルバムの名前を入力しおください。',
52                  'error_album_already_exists' => '同じ名前のアルバムがすでに存圚しおいたす。<BR><BR>ブラりザヌの<I>戻る</I>ボタンをクリックしお、違う名前を入力しおください。',
53                  'album_name' => 'アルバムの名前',
54                  'album_presentation' => 'アルバムを遞択しおください。アップロヌドした画像は、遞択したアルバムに保存されたす。<BR>リストにアルバムがない堎合は、最初に \'アルバム䜜成\' ボタンをクリックしおアルバムを䜜成しおください。',
55                  'album_description' => 'アルバムの説明',
56                  'add_pictures' => '遞択したアルバムに画像を远加',
57                  'max_upload_size' => '画像の最倧サむズは $1 KB です',
58                  'upload_presentation' => '䞋にアプレットが衚瀺されずに゚ラヌが衚瀺される堎合は、Javaプラグむンをむンストヌルしおください。<BR>むンストヌルした埌には、 <B>ファむルを開く</B> ボタンをクリックしおファむルを遞択するか、゚クスプロヌラからドラッグドロップしお、<B>アップロヌド</B> ボタンをクリックするこずでサヌバにファむルをアップロヌドできたす。'
59                        . "<BR><U>old upload page</U>を䜿甚するには<a href='upload.php'>ここ</a>をクリックしおください。",
60                  'album' => 'アルバム',
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.