Skip to content

Commit

Permalink
Merge pull request #2895 from heelc29/issue-2860-codemirror
Browse files Browse the repository at this point in the history
[5.0] Update Codemirror to 6-th version
  • Loading branch information
tecpromotion committed Aug 21, 2023
2 parents 8133c0a + 172c02e commit fb1430e
Showing 1 changed file with 25 additions and 18 deletions.
43 changes: 25 additions & 18 deletions administrator/language/de-DE/plg_editors_codemirror.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,49 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_CODEMIRROR_FIELD_ACTIVELINE_COLOR_LABEL="Aktive Zeilenhervorhebungs-<br />farbe"
PLG_CODEMIRROR_FIELD_ACTIVELINE_LABEL="Aktive Zeile hervorheben"
PLG_CODEMIRROR_FIELD_AUTOCLOSEBRACKET_LABEL="Klammervervollständigung"
PLG_CODEMIRROR_FIELD_AUTOCLOSETAGS_LABEL="Tag-Vervollständigung"
PLG_CODEMIRROR_FIELD_CODEFOLDING_LABEL="Code-Faltung"
PLG_CODEMIRROR_FIELD_FONT_FAMILY_LABEL="Schriftart"
PLG_CODEMIRROR_FIELD_FONT_SIZE_LABEL="Schriftgröße (px)"
PLG_CODEMIRROR_FIELD_CUSTOM_EXTENSIONS_LABEL="Benutzerdefinierte Erweiterungen"
PLG_CODEMIRROR_FIELD_CUSTOM_EXTENSIONS_METHOD_DESCR="Methodenname, der vom Modul für die Initialisierung der Erweiterung bereitgestellt wird oder mehrere durch Komma getrennt. Beispiel: bracketMatching (vom Modul @codemirror/language)."
PLG_CODEMIRROR_FIELD_CUSTOM_EXTENSIONS_METHOD_LABEL="Initialisierungsmethode(n)"
PLG_CODEMIRROR_FIELD_CUSTOM_EXTENSIONS_MODULE_DESCR="Relativer Pfad zur Moduldatei z.&#8239;B.: media/my-assets/js/my-codemirror-module.js oder Modulname z.&#8239;B.: @codemirror/language."
PLG_CODEMIRROR_FIELD_CUSTOM_EXTENSIONS_MODULE_LABEL="Moduldatei oder Modulname"
PLG_CODEMIRROR_FIELD_FULLSCREEN_LABEL="Vollbildmodus"
PLG_CODEMIRROR_FIELD_FULLSCREEN_MOD_LABEL="Zusatztaste"
PLG_CODEMIRROR_FIELD_HIGHLIGHT_MATCH_COLOR_LABEL="Tag-Hervorhebungsfarbe"
PLG_CODEMIRROR_FIELD_KEYMAP_DESC="Aktiviert die Tastenbelegung von anderen beliebten Editoren."
PLG_CODEMIRROR_FIELD_KEYMAP_EMACS="Emacs"
PLG_CODEMIRROR_FIELD_KEYMAP_LABEL="Tastenbelegung"
PLG_CODEMIRROR_FIELD_LINENUMBERS_LABEL="Zeilennummerierung"
PLG_CODEMIRROR_FIELD_LINEWRAPPING_LABEL="Zeilenumbruch"
PLG_CODEMIRROR_FIELD_SELECTIONMATCHES_LABEL="Wortauswahl hervorheben"
PLG_CODEMIRROR_FIELD_VALUE_FULLSCREEN_MOD_ALT="Alt"
PLG_CODEMIRROR_FIELD_VALUE_FULLSCREEN_MOD_CMD="Command (CMD)"
PLG_CODEMIRROR_FIELD_VALUE_FULLSCREEN_MOD_CTRL="STRG"
PLG_CODEMIRROR_FIELD_VALUE_FULLSCREEN_MOD_SHIFT="Umschalttaste"
PLG_CODEMIRROR_FIELDSET_TOOLBAR_OPTIONS_LABEL="Toolbar-Optionen"
PLG_CODEMIRROR_TOGGLE_FULL_SCREEN="%s drücken, um in den Vollbildmodus zu wechseln."
PLG_CODEMIRROR_XML_DESCRIPTION="Dieses Plugin lädt den CodeMirror-Editor."
PLG_EDITORS_CODEMIRROR="Editor – CodeMirror"

; Deprecated, will be removed with 6.0
PLG_CODEMIRROR_FIELDSET_APPEARANCE_OPTIONS_LABEL="Aussehen"
PLG_CODEMIRROR_FIELD_ACTIVELINE_COLOR_LABEL="Aktive Zeilenhervorhebungs-<br />farbe"
PLG_CODEMIRROR_FIELD_ACTIVELINE_LABEL="Aktive Zeile hervorheben"
PLG_CODEMIRROR_FIELD_AUTOCLOSETAGS_LABEL="Tag-Vervollständigung"
PLG_CODEMIRROR_FIELD_FONT_FAMILY_LABEL="Schriftart"
PLG_CODEMIRROR_FIELD_FONT_SIZE_LABEL="Schriftgröße (px)"
PLG_CODEMIRROR_FIELD_HIGHLIGHT_MATCH_COLOR_LABEL="Tag-Hervorhebungsfarbe"
PLG_CODEMIRROR_FIELD_KEYMAP_SUBLIME="Sublime Text"
PLG_CODEMIRROR_FIELD_KEYMAP_VIM="Vim"
PLG_CODEMIRROR_FIELD_LINE_HEIGHT_LABEL="Zeilenhöhe (em)"
PLG_CODEMIRROR_FIELD_LINENUMBERS_LABEL="Zeilennummerierung"
PLG_CODEMIRROR_FIELD_LINEWRAPPING_LABEL="Zeilenumbruch"
PLG_CODEMIRROR_FIELD_MARKERGUTTER_LABEL="Rand für Optionen"
PLG_CODEMIRROR_FIELD_MATCHBRACKETS_LABEL="Klammern hervorheben"
PLG_CODEMIRROR_FIELD_MATCHTAGS_LABEL="Tags hervorheben"
PLG_CODEMIRROR_FIELD_PREVIEW_LABEL="Vorschau"
PLG_CODEMIRROR_FIELD_SELECTIONMATCHES_LABEL="Wortauswahl hervorheben"
PLG_CODEMIRROR_FIELD_THEME_LABEL="Theme"
PLG_CODEMIRROR_FIELD_VALUE_FONT_FAMILY_DEFAULT="Browser-Standard"
PLG_CODEMIRROR_FIELD_VALUE_FULLSCREEN_MOD_ALT="Alt"
PLG_CODEMIRROR_FIELD_VALUE_FULLSCREEN_MOD_CMD="Command (CMD)"
PLG_CODEMIRROR_FIELD_VALUE_FULLSCREEN_MOD_CTRL="STRG"
PLG_CODEMIRROR_FIELD_VALUE_FULLSCREEN_MOD_SHIFT="Umschalttaste"
PLG_CODEMIRROR_FIELD_VALUE_SCROLLBARSTYLE_DEFAULT="Standard"
PLG_CODEMIRROR_FIELD_VALUE_SCROLLBARSTYLE_LABEL="Bildlaufleistenstil"
PLG_CODEMIRROR_FIELD_VALUE_SCROLLBARSTYLE_OVERLAY="Überlappen"
PLG_CODEMIRROR_FIELD_VALUE_SCROLLBARSTYLE_SIMPLE="Einfach"
PLG_CODEMIRROR_FIELD_VIM_KEYBINDING_LABEL="<a href='https://de.wikipedia.org/wiki/Vim' target='_blank' rel='noopener noreferrer'>Vim-Tastaturbelegung</a>"
PLG_CODEMIRROR_FIELDSET_APPEARANCE_OPTIONS_LABEL="Aussehen"
PLG_CODEMIRROR_FIELDSET_TOOLBAR_OPTIONS_LABEL="Toolbar-Optionen"
PLG_CODEMIRROR_TOGGLE_FULL_SCREEN="%s drücken, um in den Vollbildmodus zu wechseln."
PLG_CODEMIRROR_XML_DESCRIPTION="Dieses Plugin lädt den CodeMirror-Editor."
PLG_EDITORS_CODEMIRROR="Editor – CodeMirror"

0 comments on commit fb1430e

Please sign in to comment.