Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added app install component locales #212

Merged
merged 1 commit into from
Jan 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions core/config/locales/templates/components/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\"."