From 6592612f11cd2b77e75c796a69a9e411ade679ea Mon Sep 17 00:00:00 2001 From: Clement Date: Tue, 31 Jan 2017 17:51:41 +1100 Subject: [PATCH] Added app install component locales --- core/config/locales/templates/components/en.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/config/locales/templates/components/en.yml b/core/config/locales/templates/components/en.yml index da2f341b6..9855d6284 100644 --- a/core/config/locales/templates/components/en.yml +++ b/core/config/locales/templates/components/en.yml @@ -19,3 +19,12 @@ en: app_not_found: Application not found app_not_managed_by_us: The app you requested does not seem to be managed by us. did_you_type_the_right_url: Are you sure you typed the right url? + + app_install_btn: + conflicting_app: "You cannot install this App as it is incompatible with:" + start_app: "Start Now!" + launch_app: "Launch App" + connect_app: "Connect App" + success_notification_title: "{{name}} has been added to your account" + success_launch_notification_body: "To start using {{name}}, click on the {{name}} icon then click on \"Launch\"." + success_connect_notification_body: "To start using {{name}}, click on the {{name}} icon then click on \"Connect\"."