Skip to content

Commit

Permalink
The labels on the catalog item and catalog bundle service entry point…
Browse files Browse the repository at this point in the history
…s changed to add "State Machine"

Updated labels:
  Provisioning Entry Point
 State Machine (NS/Cls/Inst)
  Reconfigure Entry Point
 State Machine (NS/Cls/Inst)
  Retirement Entry Point
 State Machine (NS/Cls/Inst)

  https://bugzilla.redhat.com/show_bug.cgi?id=1238819
  • Loading branch information
lgalis committed Jul 3, 2015
1 parent f2dea82 commit 4ac5e03
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions vmdb/app/views/catalog/_form_basic_info.html.haml
Expand Up @@ -63,7 +63,7 @@
%td.key{:title => _("Provisioning Entry Point (NameSpace/Class/Instance)")}
=_('Provisioning Entry Point')
%br
=_('(NS/Cls/Inst)')
=_('State Machine (NS/Cls/Inst)')
%td.wider{:title => @edit[:new][:fqname]}
%table
%tr
Expand All @@ -85,7 +85,7 @@
%td.key{:title => _("Reconfigure Entry Point (NameSpace/Class/Instance)")}
=_('Reconfigure Entry Point')
%br
=_('(NS/Cls/Inst)')
=_('State Machine (NS/Cls/Inst)')
%td.wider{:title => @edit[:new][:reconfigure_fqname]}
%table
%tr
Expand All @@ -107,7 +107,7 @@
%td.key{:title => "Retirement Entry Point (NameSpace/Class/Instance)"}
=_('Retirement Entry Point')
%br
=_('(NS/Cls/Inst)')
=_('State Machine (NS/Cls/Inst)')
%td.wider{:title => @edit[:new][:retire_fqname]}
%table
%tr
Expand Down
2 changes: 1 addition & 1 deletion vmdb/app/views/catalog/_sandt_tree_show.html.haml
Expand Up @@ -58,7 +58,7 @@
%td.key{:title => _("%s Entry Point (NameSpace/Class/Instance)") % entry_points_op[0]}
#{entry_points_op[0]} #{_('Entry Point')}
%br
= _('(NS/Cls/Inst)')
= _('State Machine (NS/Cls/Inst)')
%td
= h(@sb[entry_points_op[1]])
%hr
Expand Down
2 changes: 1 addition & 1 deletion vmdb/config/locales/en/manageiq.po
Expand Up @@ -443,7 +443,7 @@ msgstr ""
msgid "(MB) memory"
msgstr ""

msgid "(NS/Cls/Inst)"
msgid "State Machine (NS/Cls/Inst)"
msgstr ""

msgid "(Row %{start_number} of %{pages})"
Expand Down
2 changes: 1 addition & 1 deletion vmdb/config/locales/ja/manageiq.po
Expand Up @@ -447,7 +447,7 @@ msgstr "(LDAP グループ検索)"
msgid "(MB) memory"
msgstr "(MB) メモリー"

msgid "(NS/Cls/Inst)"
msgid "State Machine (NS/Cls/Inst)"
msgstr "(名前空間/クラス/インスタンス)"

msgid "(Row %{start_number} of %{pages})"
Expand Down
2 changes: 1 addition & 1 deletion vmdb/config/locales/manageiq.pot
Expand Up @@ -437,7 +437,7 @@ msgstr ""
msgid "(MB) memory"
msgstr ""

msgid "(NS/Cls/Inst)"
msgid "State Machine (NS/Cls/Inst)"
msgstr ""

msgid "(Row %{start_number} of %{pages})"
Expand Down
2 changes: 1 addition & 1 deletion vmdb/config/locales/nl/manageiq.po
Expand Up @@ -444,7 +444,7 @@ msgstr ""
msgid "(MB) memory"
msgstr ""

msgid "(NS/Cls/Inst)"
msgid "State Machine (NS/Cls/Inst)"
msgstr ""

msgid "(Row %{start_number} of %{pages})"
Expand Down

0 comments on commit 4ac5e03

Please sign in to comment.