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

Revision 3951, 4.5 KB checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1709 - Adicao de codigo fonte java do componente jupload

Line 
1<?php /*  *******************************************  plugin JUpload for Coppermine Photo Gallery  *******************************************  This program is free software; you can redistribute it and/or modify  it under the terms of the GNU General Public License as published by  the Free Software Foundation; either version 2 of the License, or  (at your option) any later version.  ********************************************  $Revision: 185 $  $Author: etienne_sf $  $Date: 2008-03-12 20:26:16 +0100 (mer., 12 mars 2008) $  ********************************************  *  * Allows easy upload to the gallery, through a java applet.  *  * Up to date version of this script can be retrieved with the full JUpload package, here:  *  * http://etienne.sf.free.fr/wiki  *  * Directly here:  * http://forum.coppermine-gallery.net/index.php/board,100.0.html  *  * Support is available on this forum:  * http://coppermine-gallery.net/forum/index.php?topic=43432  *  * The applet is published on sourceforge:  * http://jupload.sourceforge.net  *  */ // Maintainer: "Abdulrhman Alkhodiry" <almooheb@gmail.com>  // ------------------------------------------------------------------------- // // File jupload.php // ------------------------------------------------------------------------- // if (defined('JUPLOAD_PHP')) {         $lang_jupload_php = array_merge (                 $lang_jupload_php,                 array(                   'link_title' => 'جي اؚلود',                   'link_comment' => 'رفع الصور الى الموقع, ؚستخدام Ø¬ÙŠ اؚلود',                   'perm_denied' => 'ليست لديك الصلاحية لتنفيذ هذا الامر.<BR><BR>اذا لم ØªØ³Ø¬Ù„ الدخول, الرجاء تسجيل <a href="$1">الدخول</a> اولا',                   'select_album' => 'الرجاء, اختيار الالؚوم, الذي ستقوم ØšØ±ÙØ¹ الصور إليه',                   'button_update_album' => 'تحديث الالؚوم',                   'button_create_album' => 'ان؎اء الالؚوم',                   'success' => 'تم Ø§Ù„تنفيذ ؚنجاح !',                   'error_select_album' => 'الرجاء, اختيار الالؚوم Ø§ÙˆÙ„ا',                   'error_album_name' => 'الرجاء تسمية الالؚوم.',                   'error_album_already_exists' => 'يوجد الؚوم ØšÙ‡Ø§Ø°Ø§ الاسم.<BR><BR>الرجاء الرجوع الى <I>الخلف</I> ؚالمتصفح لاختيار اسم Ø¢Ø®Ø± للالؚوم.',                   'album_name' => 'اسم Ø§Ù„الؚوم',                   'album_presentation' => 'يجؚ عليك اختيار الالؚوم. الصور التي سترسل الى الموقع سيتم ØªØ®Ø²ÙŠÙ†Ù‡Ø§ في الالؚوم Ø§Ù„محدد. <BR>اذا كان لا يوجد لديك اي إلؚوم, قا؊مة الالؚومات خالية. انقر على \'ان؎اء\' button to create your first album.',                   'album_description' => 'وصف الالؚوم',                   'add_pictures' => 'اضافة صورة الى الالؚوم Ø§Ù„محدد',                   'max_upload_size' => 'الحجم Ø§Ù„اقصى للصورة هو $1 KB',                   'upload_presentation' => 'اذا المرؚع ؚالاسفل لايستطيع عرض ؚرنامج الجافا, و؎ريط الحالة ؚالاسفل يوضح وجود خطأ, الحل الافضل هو تثؚيت ملفات الجافا.<BR>ؚعد ذلك, رفع الصور للموقع سهل جدا! فقط قم ØšØ§Ù„نقر على <B>استعراض</B> لاختيار الملفات او قم ØšØ³Ø­Øš الملف و القاءه على المستعرض , ثم Ø§Ù†Ù‚ر على <B>رفع الملفات</B> لرفع الصور الى الموقع.'                 . "<BR>لستخدام <U>صفحة الرفع القديمة</U>, <a href='upload.php'>اضغط هنا</a>.",                   'album' => 'الؚوم Ø§Ù„صور',                   //Since 2.1.0                   'java_not_enabled' => 'المتصفح لا يستطيع عرض ؚرامج الجافا _ اؚليت. ؚرنامج الرفع يحتاج جافا. تستطيع تحميل م؎غل الجافا ؚسهولة من <a href="http:\\java.sun.com\jre\">موقع جافا</a>',                   //Since 3.0.0                   'picture_data_explanation' => 'اضغط على الراؚط, وقم ØšØ£Ø¯Ø®Ø§Ù„ الؚيانات في الاسفل, اذا اردت حف؞ الؚيانات لكل الصور التى سترفع.',                   'quota_used' => 'انت تستخدم $1 MB ($2%) من $3 MB المساحة الاجمالية.',                   'quota_about_full' => 'احذف ؚعض الصور, او قم ØšØ·Ù„Øš زيادة المساحة للموقع من ال؎ركة المستضيفة.',                   //Since 3.2.0                   'need_approval' => 'في انت؞ار موافقة مدير الموقع على الصور, Ù‚ØšÙ„ ان تستطيع رأيتهم ÙÙŠ الموقع.'                 )         ); }
Note: See TracBrowser for help on using the repository browser.