1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
4 | |
---|
5 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
6 | // B |
---|
7 | 'bouton_reinitialiser' => 'Reset', |
---|
8 | |
---|
9 | 'titre_menu_box' => 'Media Box', |
---|
10 | 'titre_page_configurer_box' => 'Configuration of the Media box', |
---|
11 | |
---|
12 | 'explication_selecteur' => 'Specify the target element that will trigger the box. (jQuery CSS expression or extended)', |
---|
13 | 'explication_selecteur_galerie' => 'Specify the target elements to group together into a gallery. (jQuery CSS expression or extended)', |
---|
14 | 'explication_splash_url' => 'Enter the URL of the media to automatically display in a box at the first visit on the public site.', |
---|
15 | 'explication_traiter_toutes_images' => 'Insert a box on all pictures ?', |
---|
16 | |
---|
17 | 'label_apparence' => 'Appearance', |
---|
18 | 'label_selecteur_commun' => 'In general', |
---|
19 | 'label_selecteur_galerie' => 'In gallery mode', |
---|
20 | 'label_traiter_toutes_images' => 'Pictures', |
---|
21 | 'label_skin' => 'Visual skin', |
---|
22 | 'label_aucun_style' => 'Do not use any default skin', |
---|
23 | 'label_transition' => 'Transition between two views', |
---|
24 | 'label_choix_transition_elastic' => 'Elastic', |
---|
25 | 'label_choix_transition_fade' => 'Fade', |
---|
26 | 'label_choix_transition_none' => 'Without transition effect', |
---|
27 | 'label_speed' => 'Transition speed (ms)', |
---|
28 | 'label_minwidth' => 'Min width (% or px)', |
---|
29 | 'label_minheight' => 'Min height (% or px)', |
---|
30 | 'label_maxwidth' => 'Max width (% or px)', |
---|
31 | 'label_maxheight' => 'Max height (% or px)', |
---|
32 | 'label_slideshow_speed' => 'Exhibition time of the slideshow images (ms)', |
---|
33 | 'label_splash' => 'Splash Box', |
---|
34 | 'label_splash_url' => 'URL to display', |
---|
35 | |
---|
36 | 'boxstr_slideshowStart' => 'Slideshow', |
---|
37 | 'boxstr_slideshowStop' => 'Stop', |
---|
38 | 'boxstr_current' => '{current}/{total}', |
---|
39 | 'boxstr_previous' => 'Previous', |
---|
40 | 'boxstr_next' => 'Next', |
---|
41 | 'boxstr_close' => 'Close', |
---|
42 | 'boxstr_zoom' => 'Zoom', |
---|
43 | |
---|
44 | ); |
---|
45 | ?> |
---|