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_fr.php
2015-04-28 17:10:23 +02:00

51 lines
2.2 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_core_/plugins/mediabox/lang/
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
// B
'bouton_reinitialiser' => 'Réinitialiser',
'boxstr_close' => 'Fermer',
'boxstr_current' => '@current@/@total@',
'boxstr_next' => 'Suivant',
'boxstr_previous' => 'Précédent',
'boxstr_slideshowStart' => 'Diaporama',
'boxstr_slideshowStop' => 'Arrêter',
'boxstr_zoom' => 'Zoom',
// E
'explication_selecteur' => 'Indiquez la cible des éléments qui déclencheront la boîte. (Expression CSS ou étendue jQuery)',
'explication_selecteur_galerie' => 'Indiquez la cible des éléments à regrouper en galerie. (Expression CSS ou étendue jQuery)',
'explication_splash_url' => 'Indiquez lurl du média à afficher automatiquement dans une boîte lors de la première visite sur le site public.',
'explication_traiter_toutes_images' => 'Insérer une boîte sur toutes les images ?',
// L
'label_active' => 'Activer la Boîte Multimédia dans le site public',
'label_apparence' => 'Apparence',
'label_aucun_style' => 'Ninsérer aucun habillage par défaut',
'label_choix_transition_elastic' => 'Élastique',
'label_choix_transition_fade' => 'Fondu enchaîné',
'label_choix_transition_none' => 'Sans effet de transition',
'label_maxheight' => 'Hauteur Maxi (% ou px)',
'label_maxwidth' => 'Largeur Maxi (% ou px)',
'label_minheight' => 'Hauteur Mini (% ou px)',
'label_minwidth' => 'Largeur Mini (% ou px)',
'label_opacite' => 'Opacité du fond',
'label_selecteur_commun' => 'En général',
'label_selecteur_galerie' => 'En galerie',
'label_skin' => 'Habillage visuel',
'label_slideshow_speed' => 'Temps dexposition des photos du diaporama (ms)',
'label_speed' => 'Vitesse de transition (ms)',
'label_splash' => 'Splash Boîte',
'label_splash_url' => 'URL à afficher',
'label_traiter_toutes_images' => 'Images',
'label_transition' => 'Transition entre deux affichages',
// T
'titre_menu_box' => 'Boîte Multimédia',
'titre_page_configurer_box' => 'Configuration de la Boîte multimédia'
);
?>