mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e550de71e3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@93610 467b73ca-7a2a-4603-9d3b-597d59a354a9
32 lines
1.2 KiB
JavaScript
Executable File
32 lines
1.2 KiB
JavaScript
Executable File
tinyMCE.addI18n('fr.xhtmlxtras_dlg',{
|
|
attribute_label_title:"Titre",
|
|
attribute_label_id:"ID",
|
|
attribute_label_class:"Classe",
|
|
attribute_label_style:"Style",
|
|
attribute_label_cite:"Citation",
|
|
attribute_label_datetime:"Date/Heure",
|
|
attribute_label_langdir:"Sens de lecture",
|
|
attribute_option_ltr:"De gauche \u00E0 droite",
|
|
attribute_option_rtl:"De droite \u00E0 gauche",
|
|
attribute_label_langcode:"Langue",
|
|
attribute_label_tabindex:"TabIndex",
|
|
attribute_label_accesskey:"Touche d'acc\u00E8s",
|
|
attribute_events_tab:"\u00C9v\u00E9nements",
|
|
attribute_attrib_tab:"Attributs",
|
|
general_tab:"G\u00E9n\u00E9ral",
|
|
attrib_tab:"Attributs",
|
|
events_tab:"\u00C9v\u00E9nements",
|
|
fieldset_general_tab:"Param\u00E8tres g\u00E9n\u00E9raux",
|
|
fieldset_attrib_tab:"Attributs",
|
|
fieldset_events_tab:"\u00C9v\u00E9nements",
|
|
title_ins_element:"Ajout",
|
|
title_del_element:"Suppression",
|
|
title_acronym_element:"Acronyme",
|
|
title_abbr_element:"Abbr\u00E9viation",
|
|
title_cite_element:"Citation",
|
|
remove:"Enlever",
|
|
insert_date:"Ins\u00E9rer la date et l'heure actuels",
|
|
option_ltr:"De gauche \u00E0 droite",
|
|
option_rtl:"De droite \u00E0 gauche",
|
|
attribs_title:"Ins\u00E9rer/\u00C9diter attributs"
|
|
}); |