2008-10-03 02:47:08 +02:00
if ( typeof ( ss ) == 'undefined' || typeof ( ss . i18n ) == 'undefined' ) {
2009-01-05 07:19:48 +01:00
if ( typeof ( console ) != 'undefined' ) console . error ( 'Class ss.i18n not defined' ) ;
2008-10-03 02:47:08 +02:00
} else {
ss . i18n . addDictionary ( 'en_US' , {
'VALIDATOR.FIELDREQUIRED' : 'Please fill out "%s", it is required.' ,
'HASMANYFILEFIELD.UPLOADING' : 'Uploading... %s' ,
'TABLEFIELD.DELETECONFIRMMESSAGE' : 'Are you sure you want to delete this record?' ,
'LOADING' : 'loading...' ,
2008-10-30 22:39:03 +01:00
'UNIQUEFIELD.SUGGESTED' : "Changed value to '%s' : %s" ,
2008-10-03 02:47:08 +02:00
'UNIQUEFIELD.ENTERNEWVALUE' : 'You will need to enter a new value for this field' ,
'UNIQUEFIELD.CANNOTLEAVEEMPTY' : 'This field cannot be left empty' ,
'RESTRICTEDTEXTFIELD.CHARCANTBEUSED' : "The character '%s' cannot be used in this field" ,
2009-05-18 22:57:23 +02:00
'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' ,
2012-03-27 06:35:37 +02:00
'UPDATEURL.CONFIRMURLCHANGED' : 'The URL has been changed to\n"%s"' ,
2009-05-18 22:57:23 +02:00
'FILEIFRAMEFIELD.DELETEFILE' : 'Delete File' ,
'FILEIFRAMEFIELD.UNATTACHFILE' : 'Un-Attach File' ,
'FILEIFRAMEFIELD.DELETEIMAGE' : 'Delete Image' ,
2011-12-06 01:56:24 +01:00
'FILEIFRAMEFIELD.CONFIRMDELETE' : 'Are you sure you want to delete this file?' ,
'LeftAndMain.IncompatBrowserWarning' : 'Your browser is not compatible with the CMS interface. Please use Internet Explorer 7+, Google Chrome 10+ or Mozilla Firefox 3.5+.' ,
2012-02-03 00:59:40 +01:00
'GRIDFIELD.ERRORINTRANSACTION' : 'An error occured while fetching data from the server\n Please try again later.' ,
2012-08-26 23:07:20 +02:00
'HtmlEditorField.SelectAnchor' : 'Select an anchor' ,
2012-02-03 00:59:40 +01:00
'UploadField.ConfirmDelete' : 'Are you sure you want to remove this file from the server filesystem?' ,
'UploadField.PHP_MAXFILESIZE' : 'File exceeds upload_max_filesize (php.ini directive)' ,
'UploadField.HTML_MAXFILESIZE' : 'File exceeds MAX_FILE_SIZE (HTML form directive)' ,
'UploadField.ONLYPARTIALUPLOADED' : 'File was only partially uploaded' ,
'UploadField.NOFILEUPLOADED' : 'No File was uploaded' ,
'UploadField.NOTMPFOLDER' : 'Missing a temporary folder' ,
'UploadField.WRITEFAILED' : 'Failed to write file to disk' ,
'UploadField.STOPEDBYEXTENSION' : 'File upload stopped by extension' ,
'UploadField.TOOLARGE' : 'Filesize is too large' ,
'UploadField.TOOSMALL' : 'Filesize is too small' ,
'UploadField.INVALIDEXTENSION' : 'Extension is not allowed' ,
'UploadField.MAXNUMBEROFFILESSIMPLE' : 'Max number of files exceeded' ,
'UploadField.UPLOADEDBYTES' : 'Uploaded bytes exceed file size' ,
'UploadField.EMPTYRESULT' : 'Empty file upload result' ,
2012-05-12 09:53:44 +02:00
'UploadField.LOADING' : 'Loading ...' ,
'UploadField.Editing' : 'Editing ...' ,
'UploadField.Uploaded' : 'Uploaded'
2008-10-03 02:47:08 +02:00
} ) ;
2008-10-30 22:39:03 +01:00
}