From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- Neutron-trunk/resources/i18n/en/header.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Neutron-trunk/resources/i18n/en/header.json (limited to 'Neutron-trunk/resources/i18n/en/header.json') diff --git a/Neutron-trunk/resources/i18n/en/header.json b/Neutron-trunk/resources/i18n/en/header.json new file mode 100644 index 0000000..6ae91d5 --- /dev/null +++ b/Neutron-trunk/resources/i18n/en/header.json @@ -0,0 +1,21 @@ +{ + "internalError": [ + "Internal error", + "The advanced settings file is in a known syntax, but doesn't includes required settings. The page stopped loading here.", + "If you contact your system administrator, ask them to delete the ", + " file, Neutron will generate a new one for you.", + "The advanced settings file is in an unknown syntax, the page stopped loading here." + ], + "phpError": [ + "An error occurred while loading this page, detailed information has been saved in the log files.", + "The error message in the log files generally starts with", + "Please contact the website system administrator. If you are the system administrator, we suggest you investigate and fix the issue." + ], + "pjseDefault": [ + "Warning", + "An internal and unknown system error occurred", + "Close" + ], + "snackbarDefault": "Internal error", + "errorError": "An error occurred while loading the error message" +} \ No newline at end of file -- cgit