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' : '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-19 03:05:46 +02:00
|
|
|
'CMSMAIN.SELECTMOREPAGES' : "You have %s pages selected.\n\nDo you really want to perform this action?",
|
2009-11-21 04:17:54 +01:00
|
|
|
'CMSMAIN.ALERTCLASSNAME': 'The page type will be updated after the page is saved',
|
2009-11-21 04:19:14 +01:00
|
|
|
'CMSMAIN.URLSEGMENTVALIDATION': 'URLs can only be made up of letters, digits and hyphens.',
|
2009-11-21 04:20:03 +01:00
|
|
|
'AssetAdmin.BATCHACTIONSDELETECONFIRM': "Do you really want to delete %s folders?",
|
2009-11-21 04:20:11 +01:00
|
|
|
'AssetTableField.REALLYDELETE': 'Do you really want to delete the marked files?',
|
2009-11-21 04:20:17 +01:00
|
|
|
'AssetTableField.MOVING': 'Moving %s file(s)',
|
2009-12-16 07:06:30 +01:00
|
|
|
'CMSMAIN.AddSearchCriteria': 'Add Criteria',
|
2012-02-23 17:32:00 +01:00
|
|
|
'WidgetAreaEditor.TOOMANY': 'Sorry, you have reached the maximum number of widgets in this area',
|
2012-03-08 17:26:02 +01:00
|
|
|
'AssetAdmin.ConfirmDelete': 'Do you really want to delete this folder and all contained files?',
|
2012-03-26 22:57:29 +02:00
|
|
|
'Folder.Name': 'Folder name',
|
2012-03-12 11:48:44 +01:00
|
|
|
'Tree.AddSubPage': 'Add new page here',
|
2012-04-10 14:02:05 +02:00
|
|
|
'Tree.EditPage': 'Edit',
|
|
|
|
'CMSMain.ConfirmRestoreFromLive': "Do you really want to copy the published content to the draft site?",
|
|
|
|
'CMSMain.RollbackToVersion': "Do you really want to roll back to version #%s of this page?"
|
2008-10-03 02:48:34 +02:00
|
|
|
});
|
2009-12-16 07:06:30 +01:00
|
|
|
}
|