Bitte beachte, dass sich diese Dokumentation auf die neuste Version dieser Erweiterung bezieht. Wenn eine ältere Version eingesetzt wird, kann diese abweichen. Die jeweils passende Dokumentation befindet sich im Dokumentation-Verzeichnis der Erweiterung.
Übersetzungen
Nachfolgend findest du eine Übersicht über alle Übersetzungen für das Frontend dieser Erweiterung und eine Beschreibung, wie du diese anpassen kannst.
Übersetzungs-Werte überschreiben
Die Übersetzungswerte können einfach durch das folgende Setup-TypoScript überschrieben werden:
plugin.tx_aceeditor._LOCAL_LANG {
default {
tx_aceeditor_label.example_key = Example value
}
en {
tx_aceeditor_label.example_key = Example value
}
de {
tx_aceeditor_label.example_key = Beispiel-Wert
}
}
Für das Label der Pro-Erweiterung muss es wie folgt aussehen:
plugin.tx_aceeditorpro._LOCAL_LANG {
default {
tx_aceeditor_label.example_key = Example value
}
en {
tx_aceeditor_label.example_key = Example value
}
de {
tx_aceeditor_label.example_key = Beispiel-Wert
}
}
Übersetzungs-Übersicht
| Key | Extension | en | de |
|---|---|---|---|
| tx_aceeditor_label.list_files | ace_editor | File list | Dateiliste |
| tx_aceeditor_label.refresh_view | ace_editor | Refresh view | Ansicht aktualisieren |
| tx_aceeditor_label.edit_file_cancel | ace_editor | Cancel | Abbrechen |
| tx_aceeditor_label.edit_file_save | ace_editor | Save | Speichern |
| tx_aceeditor_label.edit_file_save_and_close | ace_editor | Save & close | Speichern & schließen |
| tx_aceeditor_label.files_from_folder | ace_editor | Files from folder: | Dateien aus Verzeichnis: |
| tx_aceeditor_label.file_filter | ace_editor | File filter | Dateifilter |
| tx_aceeditor_label.file_extension | ace_editor | File extension | Dateiendung |
| tx_aceeditor_label.all | ace_editor | all | alle |
| tx_aceeditor_label.read_folders_recursive | ace_editor | read folders recursive | Verzeichnisse rekursiv einlesen |
| tx_aceeditor_label.filter | ace_editor | Filter | Filtern |
| tx_aceeditor_label.filename | ace_editor | Filename | Dateiname |
| tx_aceeditor_label.modification | ace_editor | Modification | Änderung |
| tx_aceeditor_label.size | ace_editor | Size | Größe |
| tx_aceeditor_label.action | ace_editor | Action | Aktion |
| tx_aceeditor_label.edit | ace_editor | edit | bearbeiten |
| tx_aceeditor_label.no_files_found | ace_editor | No files found! | Keine Dateien gefunden! |
| tx_aceeditor_label.hints | ace_editor | Hints | Hinweise |
| tx_aceeditor_label.hint_open_new_tab | ace_editor | Press right mouse button open link in new tab for open multiple editors. | Klicken Sie mit der rechten Maustaste auf Link in neuem Tab öffnen, um mehrere Editoren zu öffnen. |
| tx_aceeditor_label.hint_save | ace_editor | While editing press CTRL + S for saving the current file. | Drücken Sie während der Bearbeitung STRG + S, um die aktuelle Datei zu speichern. |
| tx_aceeditor_label.hint_file_types | ace_editor | The ACE editor can only edit file types, which are included in the [SYS][textfile_ext]. If you need additional file types, just add the required file extension in your system configuration. | Der ACE-Editor kann nur Dateitypen bearbeiten, die in [SYS][textfile_ext] enthalten sind. Wenn Sie zusätzliche Dateitypen benötigen, fügen Sie einfach die gewünschte Dateiendung in Ihrer Systemkonfiguration hinzu. |
| tx_aceeditor_label.allowed_file_types | ace_editor | Allowed file types: | Erlaubte Dateitypen: |
| tx_aceeditor_label.edit_file_with_ace | ace_editor | Edit file with ACE editor | Datei mit ACE-Editor bearbeiten |
