Add own admin page for the plugin
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
This commit is contained in:
@@ -16,3 +16,19 @@ $lang['error_outsidejail'] = 'Zugriff verweigert';
|
||||
|
||||
$lang['empty_files'] = 'Keine Dateien';
|
||||
$lang['empty_images'] = 'Keine Bilder';
|
||||
|
||||
$lang['menu'] = 'luxtools';
|
||||
$lang['settings'] = 'luxtools-Einstellungen';
|
||||
$lang['legend'] = 'Einstellungen';
|
||||
$lang['btn_save'] = 'Speichern';
|
||||
$lang['saved'] = 'Einstellungen gespeichert.';
|
||||
$lang['err_save'] = 'Einstellungen konnten nicht gespeichert werden. Bitte Schreibrechte für conf/plugins/ prüfen.';
|
||||
$lang['err_security'] = 'Sicherheits-Token ungültig. Bitte erneut versuchen.';
|
||||
|
||||
$lang['paths'] = 'Erlaubte Basis-Pfade (eine pro Zeile oder komma-separiert).';
|
||||
$lang['allow_in_comments'] = 'Files-Syntax in Kommentaren erlauben.';
|
||||
$lang['defaults'] = 'Standardoptionen (gleiche Syntax wie bei Inline-Konfiguration).';
|
||||
$lang['extensions'] = 'Kommagetrennte Liste erlaubter Dateiendungen.';
|
||||
$lang['thumb_placeholder'] = 'MediaManager-ID für den Platzhalter der Galerie-Thumbnails.';
|
||||
$lang['gallery_thumb_scale'] = 'Skalierungsfaktor für Galerie-Thumbnails. 2 erzeugt schärfere Thumbnails auf HiDPI-Displays (Anzeige bleibt 150×150).';
|
||||
$lang['open_service_url'] = 'URL des lokalen Client-Dienstes für {{open>...}} (z.B. http://127.0.0.1:8765).';
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
<?php
|
||||
|
||||
$lang['paths'] = 'Erlaubte Basis-Pfade (eine pro Zeile oder komma-separiert).';
|
||||
$lang['allow_in_comments'] = 'Files-Syntax in Kommentaren erlauben.';
|
||||
|
||||
$lang['defaults'] = 'Standardoptionen (gleiche Syntax wie bei Inline-Konfiguration).';
|
||||
$lang['extensions'] = 'Kommagetrennte Liste erlaubter Dateiendungen.';
|
||||
|
||||
$lang['thumb_placeholder'] = 'MediaManager-ID für den Platzhalter der Galerie-Thumbnails';
|
||||
|
||||
$lang['gallery_thumb_scale'] = 'Skalierungsfaktor für Galerie-Thumbnails. 2 erzeugt schärfere Thumbnails auf HiDPI-Displays (Anzeige bleibt 150×150).';
|
||||
|
||||
@@ -16,3 +16,19 @@ $lang['error_outsidejail'] = 'Access denied';
|
||||
|
||||
$lang['empty_files'] = 'No Files';
|
||||
$lang['empty_images'] = 'No Images';
|
||||
|
||||
$lang['menu'] = 'luxtools';
|
||||
$lang['settings'] = 'luxtools settings';
|
||||
$lang['legend'] = 'Settings';
|
||||
$lang['btn_save'] = 'Save';
|
||||
$lang['saved'] = 'Settings saved.';
|
||||
$lang['err_save'] = 'Could not save settings. Please check write permissions for conf/plugins/.';
|
||||
$lang['err_security'] = 'Security token mismatch. Please retry.';
|
||||
|
||||
$lang['paths'] = 'Allowed base paths (one per line or comma-separated).';
|
||||
$lang['allow_in_comments'] = 'Whether to allow the files syntax to be used in comments.';
|
||||
$lang['defaults'] = 'Default options. Use the same syntax as in inline configuration.';
|
||||
$lang['extensions'] = 'Comma-separated list of allowed file extensions to list.';
|
||||
$lang['thumb_placeholder'] = 'MediaManager ID for the gallery thumbnail placeholder.';
|
||||
$lang['gallery_thumb_scale'] = 'Gallery thumbnail scale factor. Use 2 for sharper thumbnails on HiDPI screens (still displayed as 150×150).';
|
||||
$lang['open_service_url'] = 'Local client service URL for the {{open>...}} button (e.g. http://127.0.0.1:8765).';
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang['paths'] = 'Allowed base paths (one per line or comma-separated).';
|
||||
$lang['allow_in_comments'] = 'Whether to allow the files syntax to be used in comments.';
|
||||
$lang['defaults'] = 'Default options. Use the same syntax as in inline configuration';
|
||||
$lang['extensions'] = 'Comma-separated list of allowed file extensions to list';
|
||||
|
||||
Reference in New Issue
Block a user