silverstripe-framework/client/lang/en.js

53 lines
3.2 KiB
JavaScript
Raw Normal View History

2016-05-12 05:37:09 +02:00
// This file was generated by silverstripe/cow from client/lang/src/en.js.
2015-08-24 06:29:40 +02:00
// See https://github.com/tractorcow/cow for details
2016-05-12 05:37:09 +02:00
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
2016-05-12 05:37:09 +02:00
ss.i18n.addDictionary('en', {
"FILEIFRAMEFIELD.CONFIRMDELETE": "Are you sure you want to delete this file?",
2015-08-04 03:02:20 +02:00
"FILEIFRAMEFIELD.DELETEFILE": "Delete File",
"FILEIFRAMEFIELD.DELETEIMAGE": "Delete Image",
2016-05-12 05:37:09 +02:00
"FILEIFRAMEFIELD.UNATTACHFILE": "Un-Attach File",
2016-11-03 01:36:57 +01:00
"File.DRAFT": "Draft",
"File.MODIFIED": "Modified",
"File.PUBLISHED": "Published",
"FormField.NONE": "None",
2015-08-04 03:02:20 +02:00
"GRIDFIELD.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later.",
2016-05-12 05:37:09 +02:00
"HASMANYFILEFIELD.UPLOADING": "Uploading... %s",
2015-08-04 03:02:20 +02:00
"HtmlEditorField.SelectAnchor": "Select an anchor",
2016-05-12 05:37:09 +02:00
"LOADING": "loading...",
"LeftAndMain.IncompatBrowserWarning": "Your browser is not compatible with the CMS interface. Please use Internet Explorer 7+, Google Chrome 10+ or Mozilla Firefox 3.5+.",
"RESTRICTEDTEXTFIELD.CHARCANTBEUSED": "The character '%s' cannot be used in this field",
"TABLEFIELD.DELETECONFIRMMESSAGE": "Are you sure you want to delete this record?",
"TreeDropdownField.ENTERTOSEARCH": "Press enter to search",
"TreeDropdownField.FieldTitle": "Choose",
"TreeDropdownField.OpenLink": "Open",
"TreeDropdownField.SearchFieldTitle": "Choose or Search",
"UNIQUEFIELD.CANNOTLEAVEEMPTY": "This field cannot be left empty",
"UNIQUEFIELD.ENTERNEWVALUE": "You will need to enter a new value for this field",
"UNIQUEFIELD.SUGGESTED": "Changed value to '%s' : %s",
"UPDATEURL.CONFIRM": "Would you like me to change the URL to:\n\n%s\/\n\nClick Ok to change the URL, click Cancel to leave it as:\n\n%s",
"UPDATEURL.CONFIRMURLCHANGED": "The URL has been changed to\n'%s'",
2015-08-04 03:02:20 +02:00
"UploadField.ConfirmDelete": "Are you sure you want to remove this file from the server filesystem?",
2016-05-12 05:37:09 +02:00
"UploadField.EMPTYRESULT": "Empty file upload result",
"UploadField.Editing": "Editing ...",
2015-08-04 03:02:20 +02:00
"UploadField.HTML_MAXFILESIZE": "File exceeds MAX_FILE_SIZE (HTML form directive)",
2016-05-12 05:37:09 +02:00
"UploadField.INVALIDEXTENSION": "Extension is not allowed",
"UploadField.LOADING": "Loading ...",
"UploadField.MAXNUMBEROFFILESSIMPLE": "Max number of files exceeded",
2015-08-04 03:02:20 +02:00
"UploadField.NOFILEUPLOADED": "No File was uploaded",
"UploadField.NOTMPFOLDER": "Missing a temporary folder",
2016-05-12 05:37:09 +02:00
"UploadField.ONLYPARTIALUPLOADED": "File was only partially uploaded",
"UploadField.OVERWRITEWARNING": "File with the same name already exists",
"UploadField.PHP_MAXFILESIZE": "File exceeds upload_max_filesize (php.ini directive)",
2015-08-04 03:02:20 +02:00
"UploadField.STOPEDBYEXTENSION": "File upload stopped by extension",
"UploadField.TOOLARGE": "Filesize is too large",
"UploadField.TOOSMALL": "Filesize is too small",
"UploadField.UPLOADEDBYTES": "Uploaded bytes exceed file size",
"UploadField.Uploaded": "Uploaded",
2016-05-12 05:37:09 +02:00
"UploadField.WRITEFAILED": "Failed to write file to disk",
"VALIDATOR.FIELDREQUIRED": "Please fill out \"%s\", it is required."
2015-08-04 03:02:20 +02:00
});
}