Initial checkin

This commit is contained in:
genuineparts 2025-06-20 19:10:23 +02:00
commit d75eb444fc
4304 changed files with 369634 additions and 0 deletions

View file

@ -0,0 +1,20 @@
tinyMCE.addI18n('de.emotions_dlg',{
title:"Smiley einf\u00FCgen",
desc:"Smilies",
cool:"Cool",
cry:"Weinend",
embarassed:"Verlegen",
foot_in_mouth:"Reingefallen",
frown:"Stirnrunzelnd",
innocent:"Unschuldig",
kiss:"K\u00FCssend",
laughing:"Lachend",
money_mouth:"Geld",
sealed:"Verschlossen",
smile:"L\u00E4chelnd",
surprised:"\u00DCberrascht",
tongue_out:"Zunge raus",
undecided:"Unentschlossen",
wink:"Zwinkernd",
yell:"Br\u00FCllend"
});

View file

@ -0,0 +1,20 @@
tinyMCE.addI18n('en.emotions_dlg',{
title:"Insert emotion",
desc:"Emotions",
cool:"Cool",
cry:"Cry",
embarassed:"Embarassed",
foot_in_mouth:"Foot in mouth",
frown:"Frown",
innocent:"Innocent",
kiss:"Kiss",
laughing:"Laughing",
money_mouth:"Money mouth",
sealed:"Sealed",
smile:"Smile",
surprised:"Surprised",
tongue_out:"Tongue out",
undecided:"Undecided",
wink:"Wink",
yell:"Yell"
});