diff --git a/module/api/lang/de.php b/module/api/lang/de.php index ecab442733..3ad7b2fc62 100644 --- a/module/api/lang/de.php +++ b/module/api/lang/de.php @@ -28,3 +28,4 @@ $lang->api->post = 'Auf Seiten Liste beziehen bei POST Debug'; $lang->api->error = new stdclass(); $lang->api->error->onlySelect = 'Das SQL Interface erlaubt nur SELECT Abfragen.'; +$lang->api->error->disabled = 'For security reasons, this feature is disabled. You can go to the config directory and modify the configuration item %s to open this function.'; diff --git a/module/api/lang/en.php b/module/api/lang/en.php index 5ec5f22ebf..dd70425c54 100644 --- a/module/api/lang/en.php +++ b/module/api/lang/en.php @@ -28,3 +28,4 @@ $lang->api->post = 'Refer to page list if POST Debug'; $lang->api->error = new stdclass(); $lang->api->error->onlySelect = 'SQL interface only allow SELECT query.'; +$lang->api->error->disabled = 'For security reasons, this feature is disabled. You can go to the config directory and modify the configuration item %s to open this function.'; diff --git a/module/api/lang/fr.php b/module/api/lang/fr.php index 5acaa81448..18a34a5571 100644 --- a/module/api/lang/fr.php +++ b/module/api/lang/fr.php @@ -28,3 +28,4 @@ $lang->api->post = 'Se référer à la liste si POST Debug'; $lang->api->error = new stdclass(); $lang->api->error->onlySelect = 'Cette interface SQL ne supporte que les requêtes SELECT.'; +$lang->api->error->disabled = 'For security reasons, this feature is disabled. You can go to the config directory and modify the configuration item %s to open this function.'; diff --git a/module/api/lang/vi.php b/module/api/lang/vi.php index ca13b001c4..0cfde9f603 100644 --- a/module/api/lang/vi.php +++ b/module/api/lang/vi.php @@ -28,3 +28,4 @@ $lang->api->post = 'Tham chiếu tới danh sách trang nếu POST Debug'; $lang->api->error = new stdclass(); $lang->api->error->onlySelect = 'Giao diện SQL chỉ cho phép truy vấn SELECT.'; +$lang->api->error->disabled = 'For security reasons, this feature is disabled. You can go to the config directory and modify the configuration item %s to open this function.';