From d4c92e29b4360dc3697199d2656d609b56edcab5 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 10 Oct 2008 12:14:06 +0000 Subject: [PATCH] MINOR Removed CollectionController language strings from master table git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64068 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- lang/en_US.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lang/en_US.php b/lang/en_US.php index 7a82f2376..3cfbd35bd 100644 --- a/lang/en_US.php +++ b/lang/en_US.php @@ -2,10 +2,7 @@ global $lang; -$lang['en_US']['RecordController']['SAVESUCCESS'] = 'Saved record'; $lang['en_US']['ContentController']['DRAFT_SITE_ACCESS_RESTRICTION'] = 'You must log in with your CMS password in order to view the draft or archived content. Click here to go back to the published site.'; -$lang['en_US']['RecordController']['SAVESUCCESS'] = 'Saved record'; -$lang['en_US']['RecordController']['DELETESUCCESS'] = 'Successfully deleted record'; $lang['en_US']['ErrorPage']['DEFAULTERRORPAGETITLE'] = 'Page not found'; $lang['en_US']['ErrorPage']['DEFAULTERRORPAGECONTENT'] = '

Sorry, it seems you were trying to access a page that doesn\'t exist.

Please check the spelling of the URL you were trying to access and try again.

'; $lang['en_US']['ErrorPage']['CODE'] = 'Error code'; @@ -536,8 +533,6 @@ $lang['en_US']['Security']['ID'] = 'ID:'; $lang['en_US']['Security']['EMAIL'] = 'E-Mail:'; $lang['en_US']['SecurityAdmin']['CODE'] = 'Code'; $lang['en_US']['SecurityAdmin']['OPTIONALID'] = 'Optional ID'; -$lang['en_US']['CollectionController.ss']['SEARCH'] = 'Search'; -$lang['en_US']['CollectionController.ss']['ADDNEWRECORD'] = 'Add new record'; $lang['en_US']['ComplexTableField.ss']['SORTASC'] = 'Sort ascending'; $lang['en_US']['ComplexTableField.ss']['SORTDESC'] = 'Sort descending'; $lang['en_US']['ComplexTableField.ss']['ADDITEM'] = 'add';