aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/i18n/en/api.json
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-24 15:38:16 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-24 15:38:16 +0200
commit529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 (patch)
tree8a50c30271b9b328cde0d907b1441f2dabdc341b /Neutron-trunk/resources/i18n/en/api.json
parent15e4724761c50b30803df1811a525c85058f70bf (diff)
downloadelectrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.gz
electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.bz2
electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.zip
Update
Diffstat (limited to 'Neutron-trunk/resources/i18n/en/api.json')
-rw-r--r--Neutron-trunk/resources/i18n/en/api.json97
1 files changed, 97 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/i18n/en/api.json b/Neutron-trunk/resources/i18n/en/api.json
new file mode 100644
index 0000000..41631af
--- /dev/null
+++ b/Neutron-trunk/resources/i18n/en/api.json
@@ -0,0 +1,97 @@
+{
+ "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"
+}