From 8fabf77b2a7720a357c63817c07035a9908818a0 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:50 +0100 Subject: Update --- Neutron-trunk/resources/i18n/en/api.json | 97 -------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 Neutron-trunk/resources/i18n/en/api.json (limited to 'Neutron-trunk/resources/i18n/en/api.json') diff --git a/Neutron-trunk/resources/i18n/en/api.json b/Neutron-trunk/resources/i18n/en/api.json deleted file mode 100644 index 41631af..0000000 --- a/Neutron-trunk/resources/i18n/en/api.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "token": "Invalid authentication token", - "select": "No element selected", - "value": "No value specified", - "incorrect": "Incorrect value", - "param": "No content passed as parameter", - "missing": "Missing information", - "invchar": "One or more fields have values containing invalid characters", - "advsyntax": "The file syntax is incorrect. Check for errors at the code editor and fix these, or refresh this page to cancel changes.", - "pageselect": "No page selected", - "inforec": "No information received by the server", - "pgnameempty": "The new name cannot be empty", - "pgnameinternal": "You cannot use a name internally reserved by the software", - "pgnameexists": "A page with the same name already exists", - "pgnamelong": "The new page name is too long", - "pgnamenone": "No new name specified", - "pgnotfound": "The page doesn't exist", - "pgnone": "No page specified", - "fieldinvalid": "Some fields are missing, empty, or contains only spaces", - "passoldinvalid": "The old password is incorrect", - "passaddmore": [ - "For your security, passwords needs to be at least 8 characters long. Add", - "more for your password to be at least 8 characters long." - ], - "passnewnomatch": "The two new passwords doesn't match", - "keyinvalid": "Incorrect private key", - "keynone": "No private key", - "lgpassinvalid": "Incorrect password", - "lgpassnone": "No password specified", - "nostate": "No state specified", - "catinvalid": "Invalid category", - "catnone": "No category", - "filesize": "The size of the photo is higher than the maximum size supported by the server", - "fileform": "The maximum size of the form file has been exceeded", - "fileincomplete": "The photo is incomplete (hasn't been entirely transmitted)", - "filenotfound": "The server knows about the photo, but it hasn't been sent", - "filenotempdir": "No temporary folder on the server", - "filewriterror": "Unable to write to the disk", - "fileint": "Another program interrupted sending the file", - "filemime": "This file type is not supported. Please use a PNG, JPEG, or GIF image, and not a file of this type:", - "filemime2": "This file type is not supported", - "fileimgnotfound": "Image not found", - "filenoid": "No identifier", - "filemdcorrupt": [ - "The image metadata", - "are corrupted, please delete the link in /data/webcontent/galery/pictures" - ], - "filecatnotfound": [ - "An image", - "reference a category that doesn't exist anymore, please delete or change the link in /data/webcontent/galery/pictures" - ], - "mkcatnoname": "No name given", - "mkcatexists": "A category with the same or a similar name already exists", - "notheme": "No theme", - "nocolor": "No color", - "pgnotype": "No page type defined", - "pgnotitle": "No title defined", - "pgnocontent": "No content has been specified", - "pgtitleempty": "The title cannot be empty", - "pgtypenone": "This page type is unknown", - "valueinv": "Invalid value", - "valuenone": "No value", - "calnoname": "No name", - "calnodesc": "No description", - "calnolink": "No link", - "calnoday": "No day", - "calnomonth": "No month", - "calnoyear": "No year", - "calinvalidday": "Invalid day compared to the selected month", - "calpast": "Unable to create an event in the past", - "calnamelong": "This event's name is too long. If you want to add more detials, add these in the description", - "calnamenone": "The event name cannot be empty", - "calsameday": "An event already exists this day", - "calerror": "Unable to initialize the database", - "calminmonths": [ - "Jan", - "Feb", - "Mar", - "Apr", - "May", - "Jun", - "Jul", - "Aug", - "Sep", - "Oct", - "Nov", - "Dec" - ], - "calordinal": "1st", - "sitenamenone": "The website name cannot be empty", - "sitenameinvalid": "The website name contains invalid characters", - "sitenamelong": "The website name is too long", - "sitenamerecv": "No name received", - "awmnone": "No AlwaysMenu passed", - "olrnone": "No OldRenderer passed", - "swpnone": "No ShowPages passed" -} -- cgit