mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
9 lines
215 B
JavaScript
9 lines
215 B
JavaScript
// NL lang variables
|
|
|
|
tinyMCE.addToLang('',{
|
|
insert_advhr_desc : 'Horizontale lijn invoegen/bewerken',
|
|
insert_advhr_width : 'Breedte',
|
|
insert_advhr_size : 'Hoogte',
|
|
insert_advhr_noshade : 'Geen schaduw'
|
|
});
|