source: 3thparty/jupload/src/main/translation/coppermine.utf-8/hebrew.php @ 3951

Revision 3951, 4.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' => 'העלאת קבשים לגל׹ייה בעזךת ישומון',
44                  'perm_denied' => 'אין לך הךשאה לבי׊וע ׀עולה זו.<BR /><BR />אם אינך מחוב׹, נסה <a href="$1">להתחבך</a> תחילה.',
45                  'select_album' => 'אנא בח׹ אלבום לאחסון התמונות.',
46                  'button_update_album' => 'עדכן אלבום',
47                  'button_create_album' => 'י׊יךת אלבום חדש',
48                  'success' => '׀עולה השליחה!',
49                  'error_select_album' => 'אנא בח׹ אלבום תחילה',
50                  'error_album_name' => 'אנא תן לאלבום שם.',
51                  'error_album_already_exists' => 'כב׹ קיים אלבום עם שם זה.<BR /><BR />אנא לחץ על <I>אחו׹ה</I> בד׀ד׀ן ובח׹ שם אח׹ לאלבום זה.',
52                  'album_name' => 'שם האלבום',
53                  'album_presentation' => 'אתה מוכ׹ח לבחו׹ אלבום. התמונות שתשלח לשךת יאוחסנו באלבום זה.<BR />אם לא קיימים אלבומים, הךשימה תהיה ׹יקה. לחץ על \'י׊יךת אלבום חדש\' תחילה.',
54                  'album_description' => 'תיאוך האלבום',
55                  'add_pictures' => 'הוסף תמונות לאלבום הנבח׹',
56                  'max_upload_size' => 'הגודל המקסימלי לתמונה הינו $1 KB',
57                  'upload_presentation' => 'אם הךיבוע להלן אינו משיג את הישומון, והד׀ד׀ן מודיע על שגיאות בעמוד זו, כנ׹אה שנדךשת התקנה של java runtime plugin.<BR />לאח׹ מכן, העלאת התמונות ממש ׀שוטה! לחץ על <B>עיון</B> ובח׹ את הקבשים ה׹שויים או ג׹ו׹ אותם אל הישומון מכל חלון אח׹. לחישה על <B></B> תשלח אותם אל השךת.'
58                . "<BR />אם ב׹שונך להשתמש ב<U>ממשק ההעלאה הישן</U>, <a href='upload.php'>לחץ כאן</a>.",
59                  'album' => 'אלבום',
60                  //Since 2.1.0
61                  'java_not_enabled' => 'הד׀ד׀ן שלך אינו מא׀שך java. ישומון ההעלאה מחייב שימוש ב- java. ניתן ל׀תוך זאת בקלות על ידי התקנה מ-  <a href="http:\\java.sun.com\jre\">java web site</a>',
62                  //Since 3.0.0
63                  'picture_data_explanation' => 'לחץ על קישוך זה ומלא את השדות להלן אם ב׹שונך להחיל שינויים אלו על ה׀עם הבאה בה תעלה קבשים',
64                  'quota_used' => 'אתה מנשל כעת $1 MB ($2%) מתוך $3 MB שהוק׊ו לך לאחסון.',
65                  'quota_about_full' => 'מחק תמונות או בקש ממנהל האתך להק׊ות לך יותך מקום אחסון.',
66                  //Since 2.1.0
67                  '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>',
68                  //Since 3.0.0
69                  '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.',
70                  'quota_used' => 'You are currently using $1 MB ($2%) of your $3 MB of storage.',
71                  'quota_about_full' => 'Remove some pictures, or ask the admin to make your quota bigger.',
72                  //Since 3.2.0
73                  'need_approval' => 'The gallery admin must approve these uploaded pictures, before you can see them on the gallery.'
74                )
75        );
76}
77
78
79
80
Note: See TracBrowser for help on using the repository browser.