Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.0] Update Codemirror to 6-th version #2895

Merged
merged 5 commits into from
Aug 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"