From 0d31d166f026eb28643f27f4383901165ce5b3d6 Mon Sep 17 00:00:00 2001 From: Luis Rojas Date: Mon, 29 Jan 2018 14:35:46 -0600 Subject: [PATCH] dotCMS/core#13333 need to add action of add to bundle to content types - Adding message keus (#13516) --- dotCMS/src/main/webapp/WEB-INF/messages/Language.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotCMS/src/main/webapp/WEB-INF/messages/Language.properties b/dotCMS/src/main/webapp/WEB-INF/messages/Language.properties index 1ea9a27ceb6b..b26307f444b8 100644 --- a/dotCMS/src/main/webapp/WEB-INF/messages/Language.properties +++ b/dotCMS/src/main/webapp/WEB-INF/messages/Language.properties @@ -4676,6 +4676,12 @@ contenttypes.content.push_publish.expire_time_errormsg=Expire Time is required contenttypes.content.push_publish.form.cancel=Cancel contenttypes.content.push_publish.form.push=Push contenttypes.content.push_publish.select_environment=Select environment +contenttypes.content.add_to_bundle=Add to Bundle +contenttypes.content.add_to_bundle.select=Select or type bundle +contenttypes.content.add_to_bundle.type=Type bundle name +contenttypes.content.add_to_bundle.errormsg=Please select a Bundle from the list or type a bundle name +contenttypes.content.add_to_bundle.form.cancel=Cancel +contenttypes.content.add_to_bundle.form.add=Add contenttypes.confirm.message.delete=Are you sure you want to delete this contenttypes.confirm.message.delete.content=and all the content associated with it? contenttypes.confirm.message.delete.warning=(This operation can not be undone)