[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / mediabox / lang / mediabox_ar.php
index 411f742..dedf181 100644 (file)
@@ -3,14 +3,16 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/mediabox?lang_cible=ar
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
        // B
        'bouton_reinitialiser' => 'إعادة تأصيل',
        'boxstr_close' => 'إغلاق',
-       'boxstr_current' => '@current@/@total@',
+       'boxstr_current' => '@current@ / @total@',
        'boxstr_next' => 'التالي',
        'boxstr_previous' => 'السابق',
        'boxstr_slideshowStart' => 'عرض متواصل',
@@ -41,7 +43,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'label_slideshow_speed' => 'فترة عرض الصور خلال العرض المتواصل (ألف من الثانية)',
        'label_speed' => 'سرعة الانتقال (ألف من الثانية)',
        'label_splash' => 'شاشة البداية',
+       'label_splash_height' => 'الارتفاع (٪ او px)',
        'label_splash_url' => 'عنوان شاشة البداية',
+       'label_splash_width' => 'العرض (٪ او px)',
        'label_traiter_toutes_images' => 'الصور',
        'label_transition' => 'الانتقال بين عرضين',
 
@@ -49,5 +53,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'titre_menu_box' => 'صندوق الفرجة',
        'titre_page_configurer_box' => 'إعداد صندوق الفرجة'
 );
-
-?>