21 lines
605 B
JavaScript
21 lines
605 B
JavaScript
tinymce.addI18n('de', {
|
|
'Icons': 'Icons',
|
|
'Web Application': 'Web-Anwendung',
|
|
'File Type': 'Dateitypen',
|
|
'Spinner': 'Drehend',
|
|
'Form Control': 'Formularfelder',
|
|
'Currency': 'Währungen',
|
|
'Text Editor': 'Texteditor',
|
|
'Directional': 'Richtung',
|
|
'Video Player': 'Videoplayer',
|
|
'Brand': 'Marken',
|
|
'Medical': 'Medizinisch',
|
|
'Transportation': 'Transport',
|
|
'Gender': 'Geschlecht',
|
|
'Payment': 'Bezahlung',
|
|
'Chart': 'Diagramm',
|
|
'Hand': 'Hand',
|
|
'Search': 'Suchen',
|
|
'No icons matched your search': 'Keine Icons entsprechen Ihrer Suche'
|
|
});
|