mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
// HU lang variables
|
|
|
|
tinyMCE.addToLang('',{
|
|
directionality_ltr_desc : 'Elhelyezkedés balról jobbra',
|
|
directionality_rtl_desc : 'Elhelyezkedés jobbról balra'
|
|
});
|