From 8fabf77b2a7720a357c63817c07035a9908818a0 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:50 +0100 Subject: Update --- .../resources/i18n/en/admin-housekeeping.json | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 Neutron-trunk/resources/i18n/en/admin-housekeeping.json (limited to 'Neutron-trunk/resources/i18n/en/admin-housekeeping.json') diff --git a/Neutron-trunk/resources/i18n/en/admin-housekeeping.json b/Neutron-trunk/resources/i18n/en/admin-housekeeping.json deleted file mode 100644 index a21ed94..0000000 --- a/Neutron-trunk/resources/i18n/en/admin-housekeeping.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "reset": "Reset website", - "resetph": "Delete all data about your website and restore Neutron to default values", - "disclaimer": [ - "This will delete:", - "all pages on your website", - "all images on the gallery", - "the icon and banner image", - "informations about the website name and footer" - ], - "confirm": "Enter the name of your website is this field to reset it:", - "confirmboxph": "Name of your website", - "confirmbutton": "Reset", - "select": [ - "Select how we should reset your website:", - "This cannot be undone and deleted data will be deleted forever", - "Keep content", - "Resets your website configuration but keep content you have inserted. Useful if you have configuration issues or you need additional disk space.", - "Delete everything", - "Delete all your website's data and redirects you to the first setup utility. Useful if you need to rebuild your website from scratch, or an update caused issues.", - "Your website is resetting...", - "Don't quit this page" - ] -} \ No newline at end of file -- cgit