mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
32 lines
1.2 KiB
JavaScript
32 lines
1.2 KiB
JavaScript
|
tinyMCE.addI18n('ca.xhtmlxtras_dlg',{
|
||
|
attribute_label_title:"T\u00EDtol",
|
||
|
attribute_label_id:"ID",
|
||
|
attribute_label_class:"Classe",
|
||
|
attribute_label_style:"Estil",
|
||
|
attribute_label_cite:"Cita",
|
||
|
attribute_label_datetime:"Data/Hora",
|
||
|
attribute_label_langdir:"Direcci\u00F3 del Text",
|
||
|
attribute_option_ltr:"D'esquerra a dreta",
|
||
|
attribute_option_rtl:"De dreta a esquerra",
|
||
|
attribute_label_langcode:"Idioma",
|
||
|
attribute_label_tabindex:"\u00CDndex de taula",
|
||
|
attribute_label_accesskey:"Clau d'acc\u00E9s",
|
||
|
attribute_events_tab:"Esdeveniments",
|
||
|
attribute_attrib_tab:"Atributs",
|
||
|
general_tab:"General",
|
||
|
attrib_tab:"Atributs",
|
||
|
events_tab:"Esdeveniments",
|
||
|
fieldset_general_tab:"Configuraci\u00F3 General",
|
||
|
fieldset_attrib_tab:"Atributs de l'Element",
|
||
|
fieldset_events_tab:"Esdeveniments de l'Element",
|
||
|
title_ins_element:"Element d'Inserci\u00F3",
|
||
|
title_del_element:"Element de Supressi\u00F3",
|
||
|
title_acronym_element:"Element d'Acr\u00F2nim",
|
||
|
title_abbr_element:"Element d'Abreujament",
|
||
|
title_cite_element:"Element de Citaci\u00F3",
|
||
|
remove:"Elimina",
|
||
|
insert_date:"Insereix la data/hora actual",
|
||
|
option_ltr:"D'esquerra a dreta",
|
||
|
option_rtl:"De dreta a esquerra",
|
||
|
attribs_title:"Insereix/Edita Atributs"
|
||
|
});
|