Bug 1340708 - [ja_JP, zh_CN] Need to translate the title and tool-tips on Control -> Log page.
Summary: [ja_JP, zh_CN] Need to translate the title and tool-tips on Control -> Log page.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Internationalization
Version: 5.6.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: GA
: 5.8.0
Assignee: Milan Zázrivec
QA Contact: Bhushan Barve
URL:
Whiteboard: i18n
Depends On:
Blocks: 1371666 1391753
TreeView+ depends on / blocked
 
Reported: 2016-05-30 06:41 UTC by Bhushan Barve
Modified: 2017-08-30 02:01 UTC (History)
7 users (show)

Fixed In Version: 5.8.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1371666 1391753 (view as bug list)
Environment:
Last Closed: 2017-06-12 16:50:33 UTC
Category: Bug
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
log_jp (181.90 KB, image/png)
2016-05-30 06:41 UTC, Bhushan Barve
no flags Details
log_zh_CN (210.34 KB, image/png)
2016-05-30 06:43 UTC, Bhushan Barve
no flags Details
logs_tool-tips_unlocalized_29/09 (170.94 KB, image/png)
2016-09-29 11:48 UTC, Bhushan Barve
no flags Details

Description Bhushan Barve 2016-05-30 06:41:58 UTC
Created attachment 1162681 [details]
log_jp

Description of problem: Need to translate the title and tool-tips on Control -> Log page.


Version-Release number of selected component (if applicable):
5.6.0.7-beta2.6

How reproducible:
always

Steps to Reproduce:
1. login with ja_JP or zh_CN locale
2. go to control->log page
3. check the title
4. check the tool-tips for reload and download buttons.

Actual results:
The page title and the tool-tips are not translated.

Expected results:
All the titles and tool-tips should be translated.

Additional info:

Comment 2 Bhushan Barve 2016-05-30 06:43:16 UTC
Created attachment 1162682 [details]
log_zh_CN

Comment 4 CFME Bot 2016-07-01 17:07:10 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/0ca6339462c988f931c63aa3fb115a1c50f437e4

commit 0ca6339462c988f931c63aa3fb115a1c50f437e4
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Fri Jul 1 16:23:10 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 5 CFME Bot 2016-07-01 17:07:36 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/ba1e67271df72008424fa34200efe8e22f32750f

commit ba1e67271df72008424fa34200efe8e22f32750f
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Fri Jul 1 17:34:39 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 6 CFME Bot 2016-07-13 16:51:24 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 7 CFME Bot 2016-07-13 16:51:53 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 8 CFME Bot 2016-07-13 16:53:03 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 9 CFME Bot 2016-07-13 16:53:27 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 10 CFME Bot 2016-07-13 16:54:27 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 11 CFME Bot 2016-07-13 16:55:03 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 12 CFME Bot 2016-07-13 16:56:10 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 13 CFME Bot 2016-07-13 16:56:38 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 14 CFME Bot 2016-07-13 16:58:01 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 15 CFME Bot 2016-07-13 16:58:13 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 16 CFME Bot 2016-07-13 16:59:16 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 17 CFME Bot 2016-07-13 16:59:51 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 18 CFME Bot 2016-07-13 17:00:56 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 19 CFME Bot 2016-07-13 17:01:34 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 20 CFME Bot 2016-07-13 17:02:46 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 21 CFME Bot 2016-07-13 17:03:10 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 22 CFME Bot 2016-07-13 17:04:07 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 23 CFME Bot 2016-07-13 17:04:44 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 24 CFME Bot 2016-07-13 17:05:47 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 25 CFME Bot 2016-07-13 17:06:26 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 26 CFME Bot 2016-07-13 17:07:22 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 27 CFME Bot 2016-07-13 17:08:01 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 28 CFME Bot 2016-07-13 17:08:59 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 29 CFME Bot 2016-07-13 17:09:37 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 32 Bhushan Barve 2016-09-29 11:39:51 UTC
Tested with 5.7.0.3.20160927165516_075d0f3

Now, although the page title is localized, the tool-tips for the download and reload buttons at the top are still unlocalized for both of the locales. Please refer attached screenshot.

Changing the state back to assigned.

Comment 33 Bhushan Barve 2016-09-29 11:48:49 UTC
Created attachment 1205933 [details]
logs_tool-tips_unlocalized_29/09

Comment 34 Milan Zázrivec 2016-10-03 12:02:52 UTC
This is simply a matter of missing translations.

Comment 35 Milan Zázrivec 2016-10-25 13:26:40 UTC
Moving to POST, since latest translations have been merged.

Comment 36 Bhushan Barve 2016-10-28 09:11:36 UTC
Tested with 5.7.0.7-beta1.20161025153249_9376fbd 
looks fine now. Will move it to verified once the bug is ON_QA.

Comment 39 Krishna Babu K 2017-02-07 17:30:44 UTC
Verified on 5.8.0.0.20170201144150_848e68b 
Translations are available!


Note You need to log in before you can comment on or make changes to this bug.