mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
20 lines
459 B
JavaScript
20 lines
459 B
JavaScript
|
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"
|
||
|
});
|