[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / jquery_ui / lang / jqueryui_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.org
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // A
11 'afficher_calendrier' => 'Show calendar',
12
13 // C
14 'cfg_boite_jqueryui' => 'jQuery UI setup',
15 'cfg_explication_plugins' => 'Choose here the plugins to insert in the website.',
16 'cfg_explication_themes' => 'Choose the themes for the jQuery-UI look.',
17 'cfg_lbl_plugins' => 'Plugins',
18 'cfg_lbl_themes' => 'Theme',
19 'cfg_no_css' => 'do not load jQuery-UI CSS',
20 'cfg_titre_jqueryui' => 'jQuery UI',
21 'cfg_val_complete' => 'The complete jQuery UI',
22 'cfg_val_effects_blind' => 'Blind effect',
23 'cfg_val_effects_bounce' => 'Bounce effect',
24 'cfg_val_effects_clip' => 'Clip effect',
25 'cfg_val_effects_core' => 'Core effects',
26 'cfg_val_effects_drop' => 'Drop effect',
27 'cfg_val_effects_explode' => 'Explode effect',
28 'cfg_val_effects_fold' => 'Fold effect',
29 'cfg_val_effects_highlight' => 'Highlight effect',
30 'cfg_val_effects_pulsate' => 'Pulsate effect',
31 'cfg_val_effects_scale' => 'Scale effect',
32 'cfg_val_effects_shake' => 'Shake effect',
33 'cfg_val_effects_slide' => 'Slide effect',
34 'cfg_val_effects_transfer' => 'Transfer effect',
35 'cfg_val_ui_accordion' => 'UI accordion',
36 'cfg_val_ui_autocomplete' => 'UI autocomplete',
37 'cfg_val_ui_button' => 'UI button',
38 'cfg_val_ui_core' => 'Core UI',
39 'cfg_val_ui_datepicker' => 'UI datepicker',
40 'cfg_val_ui_dialog' => 'UI dialog',
41 'cfg_val_ui_draggable' => 'UI draggable',
42 'cfg_val_ui_droppable' => 'UI droppable',
43 'cfg_val_ui_mouse' => 'UI mouse',
44 'cfg_val_ui_position' => 'UI position',
45 'cfg_val_ui_progressbar' => 'UI progressbar',
46 'cfg_val_ui_resizable' => 'UI resizable',
47 'cfg_val_ui_selectable' => 'UI selectable',
48 'cfg_val_ui_slider' => 'UI slider',
49 'cfg_val_ui_sortable' => 'UI sortable',
50 'cfg_val_ui_tabs' => 'UI tabs',
51 'cfg_val_ui_widget' => 'UI widget',
52
53 // D
54 'date_mois_10_abbr' => 'Oct',
55 'date_mois_11_abbr' => 'Nov',
56 'date_mois_12_abbr' => 'Dec',
57 'date_mois_1_abbr' => 'Jan',
58 'date_mois_2_abbr' => 'Feb',
59 'date_mois_3_abbr' => 'Mar',
60 'date_mois_4_abbr' => 'Apr',
61 'date_mois_5_abbr' => 'May',
62 'date_mois_6_abbr' => 'Jun',
63 'date_mois_7_abbr' => 'Jul',
64 'date_mois_8_abbr' => 'Aug',
65 'date_mois_9_abbr' => 'Sep'
66 );
67
68 ?>