mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 15:38:18 +01:00
28 lines
925 B
JavaScript
28 lines
925 B
JavaScript
|
// HU lang variables
|
|||
|
|
|||
|
tinyMCE.addToLang('advimage',{
|
|||
|
tab_general : '<27>ltal<61>nos',
|
|||
|
tab_appearance : 'Megjelen<65>s',
|
|||
|
tab_advanced : 'Halad<61>',
|
|||
|
general : '<27>ltal<61>nos',
|
|||
|
title : 'C<>m',
|
|||
|
preview : 'El<45>n<EFBFBD>zet',
|
|||
|
constrain_proportions : 'Ar<41>nyok k<>nyszer<65>t<EFBFBD>se',
|
|||
|
langdir : 'Sz<53>veg poz<6F>ci<63>',
|
|||
|
langcode : 'Sz<53>veg k<>d',
|
|||
|
long_desc : 'Hossz<73> le<6C>r<EFBFBD>s link',
|
|||
|
style : 'St<53>lus',
|
|||
|
classes : 'Oszt<7A>lyok',
|
|||
|
ltr : 'Balr<6C>l jobbra',
|
|||
|
rtl : 'Jobbr<62>l balra',
|
|||
|
id : 'Azonos<6F>t<EFBFBD>',
|
|||
|
image_map : 'K<>p t<>rk<72>p',
|
|||
|
swap_image : 'K<>p v<>lt<6C>s',
|
|||
|
alt_image : 'M<>sik k<>p',
|
|||
|
mouseover : 'eg<65>r r<>mutat<61>sra',
|
|||
|
mouseout : 'eg<65>r elmozd<7A>t<EFBFBD>s<EFBFBD>ra',
|
|||
|
misc : 'Egy<67>b',
|
|||
|
example_img : 'El<45>n<EFBFBD>zeti k<>p megjelen<65>se',
|
|||
|
missing_alt : 'Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.'
|
|||
|
});
|