Bug 1340139

Summary: [ja_JP, zh_CN] Need to translate menu options under configuration on Networks -> providers.
Product: Red Hat CloudForms Management Engine Reporter: Bhushan Barve <bbarve>
Component: InternationalizationAssignee: Milan Zázrivec <mzazrivec>
Status: CLOSED CURRENTRELEASE QA Contact: Bhushan Barve <bbarve>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.6.0CC: bbarve, hkataria, jhardy, kkrothap, mpovolny, mzazrivec, obarenbo, simaishi
Target Milestone: GAKeywords: TestOnly, Translation
Target Release: 5.8.0   
Hardware: All   
OS: Linux   
Whiteboard: i18n
Fixed In Version: 5.8.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1371669 1391752 (view as bug list) Environment:
Last Closed: 2017-06-12 16:59:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1371669, 1391752    
Attachments:
Description Flags
providers_ja_JP
none
providers_zh_CN
none
nw_providers_unlocalized_jpn_29/09/2016 none

Description Bhushan Barve 2016-05-26 13:57:25 UTC
Created attachment 1162009 [details]
providers_ja_JP

Description of problem: 
 Need to translate menu options under configuration on Networks -> providers.
Please refer attached screenshots.


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

How reproducible:


Steps to Reproduce:
1. login to the web UI and set locale to ja_JP or zh_CN
2. go to Networks -> providers.
3. click on configuration and observe menu options.


Actual results:
The options are untranslated or partially translated.

Expected results:
The strings should be fully translated.

Additional info:

Comment 2 Bhushan Barve 2016-05-26 13:58:38 UTC
Created attachment 1162010 [details]
providers_zh_CN

Comment 4 CFME Bot 2016-07-01 17:07:06 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:32 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:21 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:50 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:00 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:23 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:23 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:54:59 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:55: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 13 CFME Bot 2016-07-13 16:56: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 14 CFME Bot 2016-07-13 16:57:36 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 15 CFME Bot 2016-07-13 16:57:57 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 16 CFME Bot 2016-07-13 16:59:12 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:47 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:52 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:30 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:42 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:06 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:03 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:32 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:43 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:22 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:18 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:07:57 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:55 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:33 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 10:21:24 UTC
Tested with  バージョン 5.7.0.3.20160927165516_075d0f3 

Can see that there`s still a menu option under configuration drop-down which is unlocalized on networks->providers page. Please refer attached screenshot. This is observed for zh_CN and ja_JP both.

Changing it back to assigned.

Comment 33 Bhushan Barve 2016-09-29 10:27:20 UTC
Created attachment 1205894 [details]
nw_providers_unlocalized_jpn_29/09/2016

Comment 36 Milan Zázrivec 2016-10-03 12:11:49 UTC
(In reply to Bhushan Barve from comment #32)
> Tested with  バージョン 5.7.0.3.20160927165516_075d0f3 
> 
> Can see that there`s still a menu option under configuration drop-down which
> is unlocalized on networks->providers page. Please refer attached
> screenshot. This is observed for zh_CN and ja_JP both.
> 
> Changing it back to assigned.

This is simply a matter of missing translations for 5.7

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

Comment 40 Krishna Babu K 2017-02-06 08:52:29 UTC
Verified on 5.8.0.0.20170201144150_848e68b
Translations are available now.