Client tool
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang['allow_in_comments'] = 'Files-Syntax in Kommentaren erlauben.';
|
||||
|
||||
$lang['open_service_url'] = 'URL des lokalen Öffner-Dienstes für {{open>...}} (z.B. http://127.0.0.1:8765).';
|
||||
$lang['open_service_token'] = 'Token für den lokalen Öffner-Dienst (X-Filetools-Token).';
|
||||
|
||||
@@ -3,3 +3,6 @@
|
||||
$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['open_service_url'] = 'Local opener service URL for the {{open>...}} button (e.g. http://127.0.0.1:8765).';
|
||||
$lang['open_service_token'] = 'Token sent to the local opener service (X-Filetools-Token).';
|
||||
|
||||
@@ -7,3 +7,6 @@
|
||||
$lang['allow_in_comments'] = 'Of de files syntax toegestaan is voor gebruik in commentaar.';
|
||||
$lang['defaults'] = 'Default options. Gebruik dezelfde syntax als de inline configuratie.';
|
||||
$lang['extensions'] = 'Komma-gescheiden lijst van toegestane bestandsextensies voor de lijst.';
|
||||
|
||||
$lang['open_service_url'] = 'Lokale opener service-URL voor de {{open>...}} knop (bijv. http://127.0.0.1:8765).';
|
||||
$lang['open_service_token'] = 'Token dat naar de lokale opener service wordt gestuurd (X-Filetools-Token).';
|
||||
|
||||
Reference in New Issue
Block a user