comparison src/languages/de.js @ 0:4c4fc447baea

start with sceditor-3.1.1
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 15:21:29 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c4fc447baea
1 (function () {
2 'use strict';
3
4 sceditor.locale['de'] = {
5 'Bold': 'Fett',
6 'Italic': 'Kursiv',
7 'Underline': 'Unterstrichen',
8 'Strikethrough': 'Durchgestrichen',
9 'Subscript': 'Tiefgestellt',
10 'Superscript': 'Hochgestellt',
11 'Align left': 'Linksbündig ausrichten',
12 'Center': 'Zentrieren',
13 'Align right': 'Rechtsbündig ausrichten',
14 'Justify': 'Blocksatz',
15 'Font Name': 'Schriftname',
16 'Font Size': 'Schriftgröße',
17 'Font Color': 'Schriftfarbe',
18 'Remove Formatting': 'Formatierung entfernen',
19 'Cut': 'Ausschneiden',
20 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Ihr Browser erlaubt das Ausschneiden von Text nicht, bitte Nutzen Sie das Tastenkürzel Strg / Cmd-X',
21 'Copy': 'Kopieren',
22 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Ihr Browser erlaubt das Kopieren von Text nicht, bitte Nutzen Sie das Tastenkürzel Strg / Cmd-C',
23 'Paste': 'Einfügen',
24 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Ihr Browser erlaubt das Einfügen von Text nicht, bitte Nutzen Sie das Tastenkürzel Strg / Cmd-V',
25 'Paste your text inside the following box:': 'Fügen Sie Ihren Text in die folgende Box ein',
26 'Paste Text': 'Text einfügen',
27 'Bullet list': 'Aufzählungsliste',
28 'Numbered list': 'Nummerierte Liste',
29 'Undo': 'Rückgängig machen',
30 'Redo': 'Wiederherstellen',
31 'Rows:': 'Zeilen',
32 'Cols:': 'Spalten',
33 'Insert a table': 'Tabelle einfügen',
34 'Insert a horizontal rule': 'Horizontale Linie einfügen',
35 'Code': 'Code',
36 'Insert a Quote': 'Zitat einfügen',
37 'Width (optional):': 'Breite (Optional)',
38 'Height (optional):': 'Höhe (Optional)',
39 'Insert an image': 'Ein Bild einfügen',
40 'E-mail:': 'E-Mail',
41 'Insert an email': 'E-Mail einfügen',
42 'URL:': 'URL',
43 'Insert a link': 'Link einfügen',
44 'Unlink': 'Link entfernen',
45 'More': 'Mehr',
46 'Left-to-Right': 'Links nach rechts',
47 'Right-to-Left': 'Rechts nach links',
48 'Insert an emoticon': 'Emoticon einfügen',
49 'Video URL:': 'Video URL',
50 'Insert': 'Einfügen',
51 'Insert a YouTube video': 'YouTube Video einfügen',
52 'Insert current date': 'Aktuelles Datum einfügen',
53 'Insert current time': 'Aktuelle Uhrzeit einfügen',
54 'Print': 'Drucken',
55 'Maximize': 'Maximieren',
56 'View source': 'Quelltext ansehen',
57 dateFormat: 'day.month.year'
58 };
59 })();