1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/mediabox/lang/mediabox_lb.php
2015-04-28 17:10:23 +02:00

53 lines
2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de http://trad.spip.net/tradlang_module/mediabox?lang_cible=lb
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
// B
'bouton_reinitialiser' => 'Neistarten',
'boxstr_close' => 'Zoumachen',
'boxstr_current' => '@current@/@total@',
'boxstr_next' => 'Weider',
'boxstr_previous' => 'Zeréck',
'boxstr_slideshowStart' => 'Diashow',
'boxstr_slideshowStop' => 'Stop',
'boxstr_zoom' => 'Zoom',
// E
'explication_selecteur' => 'Gitt dElementer un déi dMediabox starten (CSS oder jQuery).',
'explication_selecteur_galerie' => 'Gitt dElementer un déi sollen als Galerie gruppéiert ginn (CSS oder jQuery).',
'explication_splash_url' => 'Gitt dUrl vum Element un dat soll automatesch an der Mediabox bei der éischter Visite vum ëffentleche Site gewise ginn.',
'explication_traiter_toutes_images' => 'Eng Box bei all Biller asetzen?',
// L
'label_active' => 'DMediabox um ëffentleche Site aschalten',
'label_apparence' => 'Layout',
'label_aucun_style' => 'Ouni Default-Layout',
'label_choix_transition_elastic' => 'Elastesch',
'label_choix_transition_fade' => 'Iwwergang',
'label_choix_transition_none' => 'Ouni Transitioun',
'label_maxheight' => 'Maximal Héicht (% oder px)',
'label_maxwidth' => 'Maximal Breet (% oder px)',
'label_minheight' => 'Minimal Héicht (% oder px)',
'label_minwidth' => 'Minimal Breet (% oder px)',
'label_opacite' => 'Opacitéit vum Fong',
'label_selecteur_commun' => 'Generell',
'label_selecteur_galerie' => 'Galerie',
'label_skin' => 'Layout',
'label_slideshow_speed' => 'Zäit pro Foto an der Diashow (ms)',
'label_speed' => 'Vitesse vum Iwwergang (ms)',
'label_splash' => 'Splash Box',
'label_splash_url' => 'URL déi soll gewise ginn',
'label_traiter_toutes_images' => 'Biller',
'label_transition' => 'Iwwergang tëschent 2 Biller',
// T
'titre_menu_box' => 'Mediabox',
'titre_page_configurer_box' => 'Mediabox astellen'
);
?>