From 9e73f6c3919abe2a6e26ab3e13b2eb430252edc8 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 18 May 2009 20:57:23 +0000 Subject: [PATCH] MINOR Added new javascript lang strings from FileIFrameField git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77095 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/lang/en_US.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/javascript/lang/en_US.js b/javascript/lang/en_US.js index 02a8cf98f..528b79735 100644 --- a/javascript/lang/en_US.js +++ b/javascript/lang/en_US.js @@ -10,6 +10,10 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') { '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", - '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.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', + 'FILEIFRAMEFIELD.DELETEFILE': 'Delete File', + 'FILEIFRAMEFIELD.UNATTACHFILE': 'Un-Attach File', + 'FILEIFRAMEFIELD.DELETEIMAGE': 'Delete Image', + 'FILEIFRAMEFIELD.CONFIRMDELETE': 'Are you sure you want to delete this file?' }); }