2008-10-03 02:48:34 +02:00
if ( typeof ( ss ) == 'undefined' || typeof ( ss . i18n ) == 'undefined' ) {
2009-01-05 07:17:59 +01:00
if ( typeof ( console ) != 'undefined' ) console . error ( 'Class ss.i18n not defined' ) ;
2008-10-03 02:48:34 +02:00
} else {
ss . i18n . addDictionary ( 'en_US' , {
'CMSMAIN.WARNINGSAVEPAGESBEFOREADDING' : "You have to save a page before adding children underneath it" ,
'CMSMAIN.CANTADDCHILDREN' : "You can't add children to the selected node" ,
'CMSMAIN.ERRORADDINGPAGE' : 'Error adding page' ,
'CMSMAIN.FILTEREDTREE' : 'Filtered tree to only show changed pages' ,
'CMSMAIN.ERRORFILTERPAGES' : 'Could not filter tree to only show changed pages<br />%s' ,
'CMSMAIN.ERRORUNFILTER' : 'Could not unfilter site tree<br />%s' ,
'CMSMAIN.ERRORUNFILTER' : 'Unfiltered tree' ,
'CMSMAIN.PUBLISHINGPAGES' : 'Publishing pages...' ,
'CMSMAIN.SELECTONEPAGE' : "Please select at least 1 page." ,
'CMSMAIN.ERRORPUBLISHING' : 'Error publishing pages' ,
2008-10-08 14:17:42 +02:00
'CMSMAIN.REALLYDELETEPAGES' : "Do you really want to delete the %s marked pages?" ,
2008-10-03 02:48:34 +02:00
'CMSMAIN.DELETINGPAGES' : 'Deleting pages...' ,
'CMSMAIN.ERRORDELETINGPAGES' : 'Error deleting pages' ,
'CMSMAIN.PUBLISHING' : 'Publishing...' ,
'CMSMAIN.RESTORING' : 'Restoring...' ,
'CMSMAIN.ERRORREVERTING' : 'Error reverting to live content' ,
2008-10-10 14:15:31 +02:00
'CMSMAIN.SAVING' : 'saving...' ,
2010-10-12 02:31:59 +02:00
'CMSMAIN.SELECTMOREPAGES' : "You have %s pages selected.\n\nDo you really want to perform this action?" ,
2008-10-10 14:15:31 +02:00
'ModelAdmin.SAVED' : "Saved" ,
'ModelAdmin.REALLYDELETE' : "Do you really want to delete?" ,
2008-11-05 15:38:59 +01:00
'ModelAdmin.DELETED' : "Deleted" ,
2009-03-13 11:19:57 +01:00
'ModelAdmin.VALIDATIONERROR' : "Validation Error" ,
2009-01-05 07:17:59 +01:00
'LeftAndMain.PAGEWASDELETED' : "This page was deleted. To edit a page, select it from the left." ,
2009-12-14 02:26:49 +01:00
'LeftAndMain.CONFIRMUNSAVED' : "Are you sure you want to navigate away from this page?\n\nWARNING: Your changes have not been saved.\n\nPress OK to continue, or Cancel to stay on the current page." ,
2010-10-31 03:22:15 +01:00
'WidgetAreaEditor.TOOMANY' : 'Sorry, you have reached the maximum number of widgets in this area' ,
'CMSMAIN.RollbackConfirmation' : 'Do you really want to roll back to version #%s of this page?' ,
'CMSMAIN.CopyPublishedConfirmation' : 'Do you really want to copy the published content to the stage site?' ,
2010-11-13 02:30:55 +01:00
'CMSMAIN.PageTypeSaveAlert' : 'The page type will be updated after the page is saved' ,
'LOADING' : 'loading...' ,
'TABLEFIELD.DELETECONFIRMMESSAGEV2' : '\nThere are %s page(s) that use this file, please review the list of pages on the Links tab of the file before continuing.' ,
'TABLEFIELD.SELECTUPLOAD' : 'Please select at least one file for uploading.' ,
'TABLEFIELD.SELECTDELETE' : 'Please select some files to delete!' ,
'TABLEFIELD.CONFIRMDELETEV2' : 'Do you really want to delete the marked files?' ,
'CMSMAIN.CREATINGFOLDER' : 'Creating new folder...' ,
'CMSMAIN.DELETINGFOLDERS' : 'Deleting folders...'
2008-10-03 02:48:34 +02:00
} ) ;
}