Commit 8c594db5077df9e875926946d30703e800c18145

Authored by Thiago Ribeiro
1 parent 53326c17

Change translation of Public Software Catalog.

Change the translation of public software catalog to  software catalog.

Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
Signed-off-by: Melissa Wen <melissa.srw@gmail.com>
src/noosfero-spb/software_communities/po/pt/software_communities.po
... ... @@ -742,8 +742,8 @@ msgid &quot;\&quot;#{category.name}\&quot;&quot;
742 742 msgstr "\"#{category.name}\""
743 743  
744 744 #: plugins/software_communities/views/search/_software_search_form.html.erb:3
745   -msgid "Search Public Software Catalog"
746   -msgstr "Pesquisar Catálogo de Software Público"
  745 +msgid "Search Software Catalog"
  746 +msgstr "Pesquisar Catálogo de Software"
747 747  
748 748 #: plugins/software_communities/views/search/_software_search_form.html.erb:15
749 749 msgid ""
... ... @@ -1126,8 +1126,8 @@ msgid &quot;\&quot;#{block.owner.name}\&quot;&quot;
1126 1126 msgstr "\"#{block.owner.name}\""
1127 1127  
1128 1128 #: plugins/software_communities/views/blocks/search_catalog.html.erb:2
1129   -msgid "Catalog of Public Software"
1130   -msgstr "Catálogo de Software Público"
  1129 +msgid "Catalog of Software"
  1130 +msgstr "Catálogo de Software"
1131 1131  
1132 1132 #: plugins/software_communities/views/blocks/search_catalog.html.erb:5
1133 1133 msgid "Search"
... ...
src/noosfero-spb/software_communities/po/software_communities.pot
... ... @@ -606,7 +606,7 @@ msgid &quot;No software found. Try more general filters or check the software categor
606 606 msgstr ""
607 607  
608 608 #: plugins/software_communities/views/search/_software_search_form.html.erb:3
609   -msgid "Search Public Software Catalog"
  609 +msgid "Search Software Catalog"
610 610 msgstr ""
611 611  
612 612 #: plugins/software_communities/views/search/_software_search_form.html.erb:14
... ...
src/noosfero-spb/software_communities/views/blocks/search_catalog.html.erb
1 1 <div id="catalogo-software-search">
2   - <h1><%= _("Catalog of Public Software") %></h1>
  2 + <h1><%= _("Catalog of Software") %></h1>
3 3 <%= form_tag(controller: "search", action: "software_infos", method: "get") do %>
4 4 <%= text_field_tag(:query, nil, :placeholder => "e.g: cacic, e-cidade, gsan, etc", :class=>"searchField", :id=>"search-Gadget") %>
5 5 <%= submit_tag(_("Search"), {:class=>"searchButton-catalog"})%>
... ...
src/noosfero-spb/software_communities/views/search/_software_search_form.html.erb
1 1 <div>
2 2 <div class='search-form'>
3   - <h3> <%= _("Search Public Software Catalog") %> </h3>
  3 + <h3> <%= _("Search Software Catalog") %> </h3>
4 4  
5 5 <%= form_tag( { :controller => 'search', :action => @asset ? @asset : 'index', :asset => nil, :category_path => ( @category ? @category.path : nil ) },
6 6 :method => 'get') do %>
... ...