Commit c5e2ef895a30d640b4de74d0275e37f6ef45f171
1 parent
f02fc0a6
Exists in
master
and in
29 other branches
ActionItem93: filling translation
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1065 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
4 changed files
with
56 additions
and
56 deletions
Show diff stats
app/views/cms/view.rhtml
@@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
60 | 60 | ||
61 | <%= button('edit', _('Edit'), { :action => 'edit', :id => @article}) %> | 61 | <%= button('edit', _('Edit'), { :action => 'edit', :id => @article}) %> |
62 | <%= button('home', _('Use as homepage'), { :action => 'set_home_page', :id => @article }, { :method => :post }) %> | 62 | <%= button('home', _('Use as homepage'), { :action => 'set_home_page', :id => @article }, { :method => :post }) %> |
63 | - <%= button('delete', _('Delete'), { :action => 'destroy', :id => @article }, :method => :post, :confirm => _('Tem certeza que quer excluir este artigo?')) %> | 63 | + <%= button('delete', _('Delete'), { :action => 'destroy', :id => @article }, :method => :post, :confirm => _('Are you sure you wan to remove this article?')) %> |
64 | <% end %> | 64 | <% end %> |
65 | <%= @article.to_html %> | 65 | <%= @article.to_html %> |
66 | <% end %> | 66 | <% end %> |
app/views/search/index.rhtml
1 | -<h2> <%= _('Search results for "%s" ') % @query %> </h2> | 1 | +<h2> <%= _('Search results for "%s"') % @query %> </h2> |
2 | 2 | ||
3 | <% @results.each do |hit| %> | 3 | <% @results.each do |hit| %> |
4 | <%= render :partial => partial_for_hit(hit.class), :locals => { :hit => hit } %> | 4 | <%= render :partial => partial_for_hit(hit.class), :locals => { :hit => hit } %> |
po/noosfero.pot
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: noosfero 0.4.0\n" | 9 | "Project-Id-Version: noosfero 0.4.0\n" |
10 | -"POT-Creation-Date: 2007-12-02 01:33-0300\n" | 10 | +"POT-Creation-Date: 2007-12-02 01:44-0300\n" |
11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" | 11 | "PO-Revision-Date: 2007-08-30 18:47-0300\n" |
12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | "Language-Team: LANGUAGE <LL@li.org>\n" | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -1078,7 +1078,7 @@ msgid "Delete" | @@ -1078,7 +1078,7 @@ msgid "Delete" | ||
1078 | msgstr "" | 1078 | msgstr "" |
1079 | 1079 | ||
1080 | #: app/views/cms/view.rhtml:63 | 1080 | #: app/views/cms/view.rhtml:63 |
1081 | -msgid "Tem certeza que quer excluir este artigo?" | 1081 | +msgid "Are you sure you wan to remove this article?" |
1082 | msgstr "" | 1082 | msgstr "" |
1083 | 1083 | ||
1084 | #: app/views/cms/text_html_edit.rhtml:11 app/views/cms/text_html_new.rhtml:11 | 1084 | #: app/views/cms/text_html_edit.rhtml:11 app/views/cms/text_html_new.rhtml:11 |
@@ -1778,7 +1778,7 @@ msgid "Back to tag cloud" | @@ -1778,7 +1778,7 @@ msgid "Back to tag cloud" | ||
1778 | msgstr "" | 1778 | msgstr "" |
1779 | 1779 | ||
1780 | #: app/views/search/index.rhtml:1 | 1780 | #: app/views/search/index.rhtml:1 |
1781 | -msgid "Search results for \"%s\" " | 1781 | +msgid "Search results for \"%s\"" |
1782 | msgstr "" | 1782 | msgstr "" |
1783 | 1783 | ||
1784 | #: app/views/search/index.rhtml:6 | 1784 | #: app/views/search/index.rhtml:6 |
po/pt_BR/noosfero.po
@@ -9,9 +9,9 @@ | @@ -9,9 +9,9 @@ | ||
9 | msgid "" | 9 | msgid "" |
10 | msgstr "" | 10 | msgstr "" |
11 | "Project-Id-Version: noosfero 0.4.0\n" | 11 | "Project-Id-Version: noosfero 0.4.0\n" |
12 | -"POT-Creation-Date: 2007-12-02 01:33-0300\n" | ||
13 | -"PO-Revision-Date: 2007-12-02 00:34-0300\n" | ||
14 | -"Last-Translator: Rafael Tavares Bomfim <rafael@colivre.coop.br>\n" | 12 | +"POT-Creation-Date: 2007-12-02 01:44-0300\n" |
13 | +"PO-Revision-Date: 2007-12-02 01:44-0300\n" | ||
14 | +"Last-Translator: Antonio Terceiro <terceiro@colivre.coop.br>\n" | ||
15 | "Language-Team: \n" | 15 | "Language-Team: \n" |
16 | "MIME-Version: 1.0\n" | 16 | "MIME-Version: 1.0\n" |
17 | "Content-Type: text/plain; charset=UTF-8\n" | 17 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -162,7 +162,7 @@ msgstr "Esta ação não está disponível para \"%s\"." | @@ -162,7 +162,7 @@ msgstr "Esta ação não está disponível para \"%s\"." | ||
162 | 162 | ||
163 | #: app/models/product.rb:- | 163 | #: app/models/product.rb:- |
164 | msgid "product" | 164 | msgid "product" |
165 | -msgstr "" | 165 | +msgstr "produto" |
166 | 166 | ||
167 | #: app/models/product.rb:- | 167 | #: app/models/product.rb:- |
168 | #, fuzzy | 168 | #, fuzzy |
@@ -181,11 +181,11 @@ msgstr "Nome" | @@ -181,11 +181,11 @@ msgstr "Nome" | ||
181 | 181 | ||
182 | #: app/models/product.rb:- | 182 | #: app/models/product.rb:- |
183 | msgid "Product|Price" | 183 | msgid "Product|Price" |
184 | -msgstr "" | 184 | +msgstr "Preço" |
185 | 185 | ||
186 | #: app/models/product.rb:- | 186 | #: app/models/product.rb:- |
187 | msgid "Product|Description" | 187 | msgid "Product|Description" |
188 | -msgstr "" | 188 | +msgstr "Descrição" |
189 | 189 | ||
190 | #: app/models/product.rb:- | 190 | #: app/models/product.rb:- |
191 | #, fuzzy | 191 | #, fuzzy |
@@ -194,7 +194,7 @@ msgstr "Categoria do Produto" | @@ -194,7 +194,7 @@ msgstr "Categoria do Produto" | ||
194 | 194 | ||
195 | #: app/models/product.rb:32 app/helpers/application_helper.rb:267 | 195 | #: app/models/product.rb:32 app/helpers/application_helper.rb:267 |
196 | msgid "Uncategorized product" | 196 | msgid "Uncategorized product" |
197 | -msgstr "" | 197 | +msgstr "Produto não categorizado" |
198 | 198 | ||
199 | #: app/models/validation_info.rb:- | 199 | #: app/models/validation_info.rb:- |
200 | msgid "validation info" | 200 | msgid "validation info" |
@@ -354,7 +354,7 @@ msgstr "Telefone de contato" | @@ -354,7 +354,7 @@ msgstr "Telefone de contato" | ||
354 | 354 | ||
355 | #: app/models/profile.rb:- | 355 | #: app/models/profile.rb:- |
356 | msgid "Person|Home page" | 356 | msgid "Person|Home page" |
357 | -msgstr "" | 357 | +msgstr "Página inicial" |
358 | 358 | ||
359 | #: app/models/profile.rb:- | 359 | #: app/models/profile.rb:- |
360 | #, fuzzy | 360 | #, fuzzy |
@@ -428,7 +428,7 @@ msgstr "Artigos" | @@ -428,7 +428,7 @@ msgstr "Artigos" | ||
428 | 428 | ||
429 | #: app/models/profile.rb:- | 429 | #: app/models/profile.rb:- |
430 | msgid "Article|Lock version" | 430 | msgid "Article|Lock version" |
431 | -msgstr "" | 431 | +msgstr "Trava da versão" |
432 | 432 | ||
433 | #: app/models/profile.rb:7 | 433 | #: app/models/profile.rb:7 |
434 | msgid "Edit profile" | 434 | msgid "Edit profile" |
@@ -574,11 +574,11 @@ msgstr "Categoria do Produto" | @@ -574,11 +574,11 @@ msgstr "Categoria do Produto" | ||
574 | 574 | ||
575 | #: app/models/consumption.rb:- | 575 | #: app/models/consumption.rb:- |
576 | msgid "Consumption|Profile" | 576 | msgid "Consumption|Profile" |
577 | -msgstr "" | 577 | +msgstr "Perfil" |
578 | 578 | ||
579 | #: app/models/consumption.rb:- | 579 | #: app/models/consumption.rb:- |
580 | msgid "Consumption|Aditional specifications" | 580 | msgid "Consumption|Aditional specifications" |
581 | -msgstr "" | 581 | +msgstr "Especificações adicionais" |
582 | 582 | ||
583 | #: app/models/domain.rb:- | 583 | #: app/models/domain.rb:- |
584 | msgid "domain" | 584 | msgid "domain" |
@@ -610,7 +610,7 @@ msgstr "%{fn} não pode iniciar com www" | @@ -610,7 +610,7 @@ msgstr "%{fn} não pode iniciar com www" | ||
610 | 610 | ||
611 | #: app/models/image.rb:- | 611 | #: app/models/image.rb:- |
612 | msgid "image" | 612 | msgid "image" |
613 | -msgstr "" | 613 | +msgstr "imagem" |
614 | 614 | ||
615 | #: app/models/image.rb:- | 615 | #: app/models/image.rb:- |
616 | #, fuzzy | 616 | #, fuzzy |
@@ -634,23 +634,23 @@ msgstr "Gerenciar conteúdo" | @@ -634,23 +634,23 @@ msgstr "Gerenciar conteúdo" | ||
634 | 634 | ||
635 | #: app/models/image.rb:- | 635 | #: app/models/image.rb:- |
636 | msgid "Image|Filename" | 636 | msgid "Image|Filename" |
637 | -msgstr "" | 637 | +msgstr "Nome de arquivo" |
638 | 638 | ||
639 | #: app/models/image.rb:- | 639 | #: app/models/image.rb:- |
640 | msgid "Image|Thumbnail" | 640 | msgid "Image|Thumbnail" |
641 | -msgstr "" | 641 | +msgstr "Miniatura" |
642 | 642 | ||
643 | #: app/models/image.rb:- | 643 | #: app/models/image.rb:- |
644 | msgid "Image|Size" | 644 | msgid "Image|Size" |
645 | -msgstr "" | 645 | +msgstr "Tamanho" |
646 | 646 | ||
647 | #: app/models/image.rb:- | 647 | #: app/models/image.rb:- |
648 | msgid "Image|Width" | 648 | msgid "Image|Width" |
649 | -msgstr "" | 649 | +msgstr "Largura" |
650 | 650 | ||
651 | #: app/models/image.rb:- | 651 | #: app/models/image.rb:- |
652 | msgid "Image|Height" | 652 | msgid "Image|Height" |
653 | -msgstr "" | 653 | +msgstr "Altura" |
654 | 654 | ||
655 | #: app/models/friendship.rb:- | 655 | #: app/models/friendship.rb:- |
656 | msgid "friendship" | 656 | msgid "friendship" |
@@ -870,7 +870,7 @@ msgstr "Marcadores" | @@ -870,7 +870,7 @@ msgstr "Marcadores" | ||
870 | 870 | ||
871 | #: app/models/article.rb:54 | 871 | #: app/models/article.rb:54 |
872 | msgid "HTML Text document" | 872 | msgid "HTML Text document" |
873 | -msgstr "" | 873 | +msgstr "Documento de Texto HTML" |
874 | 874 | ||
875 | #: app/models/environment.rb:- | 875 | #: app/models/environment.rb:- |
876 | msgid "environment" | 876 | msgid "environment" |
@@ -1077,7 +1077,7 @@ msgstr "Busca" | @@ -1077,7 +1077,7 @@ msgstr "Busca" | ||
1077 | 1077 | ||
1078 | #: app/helpers/application_helper.rb:139 | 1078 | #: app/helpers/application_helper.rb:139 |
1079 | msgid "your search here" | 1079 | msgid "your search here" |
1080 | -msgstr "" | 1080 | +msgstr "sua busca aqui" |
1081 | 1081 | ||
1082 | #: app/helpers/application_helper.rb:148 | 1082 | #: app/helpers/application_helper.rb:148 |
1083 | msgid "%s, version %s" | 1083 | msgid "%s, version %s" |
@@ -1095,11 +1095,11 @@ msgstr "Nome: %s" | @@ -1095,11 +1095,11 @@ msgstr "Nome: %s" | ||
1095 | 1095 | ||
1096 | #: app/views/cms/new.rhtml:2 | 1096 | #: app/views/cms/new.rhtml:2 |
1097 | msgid "Choose the type of article:" | 1097 | msgid "Choose the type of article:" |
1098 | -msgstr "" | 1098 | +msgstr "Escolha o tipo de artigo:" |
1099 | 1099 | ||
1100 | #: app/views/cms/view.rhtml:10 | 1100 | #: app/views/cms/view.rhtml:10 |
1101 | msgid "Content management" | 1101 | msgid "Content management" |
1102 | -msgstr "" | 1102 | +msgstr "Gerenciamento de conteúdo" |
1103 | 1103 | ||
1104 | #: app/views/cms/view.rhtml:14 | 1104 | #: app/views/cms/view.rhtml:14 |
1105 | msgid "New article" | 1105 | msgid "New article" |
@@ -1107,15 +1107,15 @@ msgstr "Novo artigo" | @@ -1107,15 +1107,15 @@ msgstr "Novo artigo" | ||
1107 | 1107 | ||
1108 | #: app/views/cms/view.rhtml:21 | 1108 | #: app/views/cms/view.rhtml:21 |
1109 | msgid "Hide subitems" | 1109 | msgid "Hide subitems" |
1110 | -msgstr "" | 1110 | +msgstr "Esconder subitens" |
1111 | 1111 | ||
1112 | #: app/views/cms/view.rhtml:21 | 1112 | #: app/views/cms/view.rhtml:21 |
1113 | msgid "Show subitems" | 1113 | msgid "Show subitems" |
1114 | -msgstr "" | 1114 | +msgstr "Mostrar subitens" |
1115 | 1115 | ||
1116 | #: app/views/cms/view.rhtml:25 | 1116 | #: app/views/cms/view.rhtml:25 |
1117 | msgid "Subitems" | 1117 | msgid "Subitems" |
1118 | -msgstr "" | 1118 | +msgstr "Subitens" |
1119 | 1119 | ||
1120 | #: app/views/cms/view.rhtml:25 | 1120 | #: app/views/cms/view.rhtml:25 |
1121 | #, fuzzy | 1121 | #, fuzzy |
@@ -1124,23 +1124,23 @@ msgstr "Artigos" | @@ -1124,23 +1124,23 @@ msgstr "Artigos" | ||
1124 | 1124 | ||
1125 | #: app/views/cms/view.rhtml:39 | 1125 | #: app/views/cms/view.rhtml:39 |
1126 | msgid "New subitem" | 1126 | msgid "New subitem" |
1127 | -msgstr "" | 1127 | +msgstr "Novo subitem" |
1128 | 1128 | ||
1129 | #: app/views/cms/view.rhtml:40 | 1129 | #: app/views/cms/view.rhtml:40 |
1130 | msgid "Go up one level" | 1130 | msgid "Go up one level" |
1131 | -msgstr "" | 1131 | +msgstr "Subir um nível" |
1132 | 1132 | ||
1133 | #: app/views/cms/view.rhtml:54 | 1133 | #: app/views/cms/view.rhtml:54 |
1134 | msgid "\"%{article}\", last changed by %{author}" | 1134 | msgid "\"%{article}\", last changed by %{author}" |
1135 | -msgstr "" | 1135 | +msgstr "\"%{article}\", alterado pela última vez por %{author}" |
1136 | 1136 | ||
1137 | #: app/views/cms/view.rhtml:54 | 1137 | #: app/views/cms/view.rhtml:54 |
1138 | msgid "Unknown User" | 1138 | msgid "Unknown User" |
1139 | -msgstr "" | 1139 | +msgstr "Usuário desconhecido" |
1140 | 1140 | ||
1141 | #: app/views/cms/view.rhtml:57 | 1141 | #: app/views/cms/view.rhtml:57 |
1142 | msgid "Public address of this article: %s" | 1142 | msgid "Public address of this article: %s" |
1143 | -msgstr "" | 1143 | +msgstr "Endereço público desse artigo:" |
1144 | 1144 | ||
1145 | #: app/views/cms/view.rhtml:62 | 1145 | #: app/views/cms/view.rhtml:62 |
1146 | #, fuzzy | 1146 | #, fuzzy |
@@ -1153,12 +1153,12 @@ msgid "Delete" | @@ -1153,12 +1153,12 @@ msgid "Delete" | ||
1153 | msgstr "excluir" | 1153 | msgstr "excluir" |
1154 | 1154 | ||
1155 | #: app/views/cms/view.rhtml:63 | 1155 | #: app/views/cms/view.rhtml:63 |
1156 | -msgid "Tem certeza que quer excluir este artigo?" | ||
1157 | -msgstr "" | 1156 | +msgid "Are you sure you wan to remove this article?" |
1157 | +msgstr "Tem certeza que quer excluir este artigo?" | ||
1158 | 1158 | ||
1159 | #: app/views/cms/text_html_edit.rhtml:11 app/views/cms/text_html_new.rhtml:11 | 1159 | #: app/views/cms/text_html_edit.rhtml:11 app/views/cms/text_html_new.rhtml:11 |
1160 | msgid "Separate tags with commas" | 1160 | msgid "Separate tags with commas" |
1161 | -msgstr "" | 1161 | +msgstr "Separe as tags com vírgulas" |
1162 | 1162 | ||
1163 | #: app/views/cms/text_html_edit.rhtml:17 app/views/cms/text_html_new.rhtml:17 | 1163 | #: app/views/cms/text_html_edit.rhtml:17 app/views/cms/text_html_new.rhtml:17 |
1164 | #: app/views/profile_editor/person_info.rhtml:11 | 1164 | #: app/views/profile_editor/person_info.rhtml:11 |
@@ -1327,7 +1327,7 @@ msgstr "Nome" | @@ -1327,7 +1327,7 @@ msgstr "Nome" | ||
1327 | 1327 | ||
1328 | #: app/views/consumed_products/new.rhtml:7 | 1328 | #: app/views/consumed_products/new.rhtml:7 |
1329 | msgid "Aditional specifications: " | 1329 | msgid "Aditional specifications: " |
1330 | -msgstr "" | 1330 | +msgstr "Especificações adicionais:" |
1331 | 1331 | ||
1332 | #: app/views/consumed_products/index.rhtml:1 | 1332 | #: app/views/consumed_products/index.rhtml:1 |
1333 | #: app/views/manage_products/index.rhtml:1 | 1333 | #: app/views/manage_products/index.rhtml:1 |
@@ -1356,15 +1356,15 @@ msgstr "Nome" | @@ -1356,15 +1356,15 @@ msgstr "Nome" | ||
1356 | #: app/views/manage_products/_form.rhtml:5 | 1356 | #: app/views/manage_products/_form.rhtml:5 |
1357 | #: app/views/category/_product_category.rhtml:8 | 1357 | #: app/views/category/_product_category.rhtml:8 |
1358 | msgid "Price:" | 1358 | msgid "Price:" |
1359 | -msgstr "" | 1359 | +msgstr "Preço:" |
1360 | 1360 | ||
1361 | #: app/views/manage_products/_form.rhtml:6 | 1361 | #: app/views/manage_products/_form.rhtml:6 |
1362 | msgid "Description:" | 1362 | msgid "Description:" |
1363 | -msgstr "" | 1363 | +msgstr "Descrição:" |
1364 | 1364 | ||
1365 | #: app/views/manage_products/_form.rhtml:7 | 1365 | #: app/views/manage_products/_form.rhtml:7 |
1366 | msgid "Image:" | 1366 | msgid "Image:" |
1367 | -msgstr "" | 1367 | +msgstr "Imagem:" |
1368 | 1368 | ||
1369 | #: app/views/manage_products/_form.rhtml:8 | 1369 | #: app/views/manage_products/_form.rhtml:8 |
1370 | #, fuzzy | 1370 | #, fuzzy |
@@ -1379,7 +1379,7 @@ msgstr "Criar papel" | @@ -1379,7 +1379,7 @@ msgstr "Criar papel" | ||
1379 | #: app/views/manage_products/show.rhtml:4 | 1379 | #: app/views/manage_products/show.rhtml:4 |
1380 | #: app/views/manage_products/index.rhtml:7 | 1380 | #: app/views/manage_products/index.rhtml:7 |
1381 | msgid "Price: " | 1381 | msgid "Price: " |
1382 | -msgstr "" | 1382 | +msgstr "Preço:" |
1383 | 1383 | ||
1384 | #: app/views/manage_products/show.rhtml:5 | 1384 | #: app/views/manage_products/show.rhtml:5 |
1385 | #, fuzzy | 1385 | #, fuzzy |
@@ -1423,7 +1423,7 @@ msgstr "Minha página inicial." | @@ -1423,7 +1423,7 @@ msgstr "Minha página inicial." | ||
1423 | 1423 | ||
1424 | #: app/views/content_viewer/no_home_page.rhtml:4 | 1424 | #: app/views/content_viewer/no_home_page.rhtml:4 |
1425 | msgid "%s did not choose an article for homepage yet." | 1425 | msgid "%s did not choose an article for homepage yet." |
1426 | -msgstr "" | 1426 | +msgstr "%s não escolheu uma página inicial ainda." |
1427 | 1427 | ||
1428 | #: app/views/content_viewer/not_found.rhtml:1 | 1428 | #: app/views/content_viewer/not_found.rhtml:1 |
1429 | #: app/views/shared/not_found.rhtml:1 | 1429 | #: app/views/shared/not_found.rhtml:1 |
@@ -1712,7 +1712,7 @@ msgstr "Eu esqueci a minha senha" | @@ -1712,7 +1712,7 @@ msgstr "Eu esqueci a minha senha" | ||
1712 | 1712 | ||
1713 | #: app/views/account/login.rhtml:24 | 1713 | #: app/views/account/login.rhtml:24 |
1714 | msgid "I want to be an user!" | 1714 | msgid "I want to be an user!" |
1715 | -msgstr "" | 1715 | +msgstr "Quero ser um usuário!" |
1716 | 1716 | ||
1717 | #: app/views/account/password_recovery_sent.rhtml:1 | 1717 | #: app/views/account/password_recovery_sent.rhtml:1 |
1718 | #: app/views/account/forgot_password.rhtml:1 | 1718 | #: app/views/account/forgot_password.rhtml:1 |
@@ -1878,19 +1878,19 @@ msgstr "" | @@ -1878,19 +1878,19 @@ msgstr "" | ||
1878 | 1878 | ||
1879 | #: app/views/search/_product.rhtml:11 | 1879 | #: app/views/search/_product.rhtml:11 |
1880 | msgid "Price: %d" | 1880 | msgid "Price: %d" |
1881 | -msgstr "" | 1881 | +msgstr "Preço: %d" |
1882 | 1882 | ||
1883 | #: app/views/search/_product.rhtml:12 | 1883 | #: app/views/search/_product.rhtml:12 |
1884 | msgid "Suplier: %s" | 1884 | msgid "Suplier: %s" |
1885 | -msgstr "" | 1885 | +msgstr "Fornecedor: %s" |
1886 | 1886 | ||
1887 | #: app/views/search/tags.rhtml:1 | 1887 | #: app/views/search/tags.rhtml:1 |
1888 | msgid "Tag cloud" | 1888 | msgid "Tag cloud" |
1889 | -msgstr "" | 1889 | +msgstr "Nuvem de tags" |
1890 | 1890 | ||
1891 | #: app/views/search/tag.rhtml:2 | 1891 | #: app/views/search/tag.rhtml:2 |
1892 | msgid "Tagged with \"%s\"" | 1892 | msgid "Tagged with \"%s\"" |
1893 | -msgstr "" | 1893 | +msgstr "Marcados com \"%s\"" |
1894 | 1894 | ||
1895 | #: app/views/search/tag.rhtml:6 | 1895 | #: app/views/search/tag.rhtml:6 |
1896 | #, fuzzy | 1896 | #, fuzzy |
@@ -1898,12 +1898,12 @@ msgid "Back to tag cloud" | @@ -1898,12 +1898,12 @@ msgid "Back to tag cloud" | ||
1898 | msgstr "Voltar ao topo" | 1898 | msgstr "Voltar ao topo" |
1899 | 1899 | ||
1900 | #: app/views/search/index.rhtml:1 | 1900 | #: app/views/search/index.rhtml:1 |
1901 | -msgid "Search results for \"%s\" " | ||
1902 | -msgstr "" | 1901 | +msgid "Search results for \"%s\"" |
1902 | +msgstr "Resultados da busca por \"%s\"" | ||
1903 | 1903 | ||
1904 | #: app/views/search/index.rhtml:6 | 1904 | #: app/views/search/index.rhtml:6 |
1905 | msgid "Relevance: %d%%" | 1905 | msgid "Relevance: %d%%" |
1906 | -msgstr "" | 1906 | +msgstr "Relevância: %d%%" |
1907 | 1907 | ||
1908 | #: app/views/features/_features_table.rhtml:12 | 1908 | #: app/views/features/_features_table.rhtml:12 |
1909 | msgid "Organization Approval Method" | 1909 | msgid "Organization Approval Method" |
@@ -1937,11 +1937,11 @@ msgstr "Acesso negado" | @@ -1937,11 +1937,11 @@ msgstr "Acesso negado" | ||
1937 | 1937 | ||
1938 | #: app/views/profile_editor/change_image.rhtml:2 | 1938 | #: app/views/profile_editor/change_image.rhtml:2 |
1939 | msgid "Image" | 1939 | msgid "Image" |
1940 | -msgstr "" | 1940 | +msgstr "Imagem" |
1941 | 1941 | ||
1942 | #: app/views/profile_editor/change_image.rhtml:3 | 1942 | #: app/views/profile_editor/change_image.rhtml:3 |
1943 | msgid "Upload" | 1943 | msgid "Upload" |
1944 | -msgstr "" | 1944 | +msgstr "Upload" |
1945 | 1945 | ||
1946 | #: app/views/profile_editor/person_info.rhtml:1 | 1946 | #: app/views/profile_editor/person_info.rhtml:1 |
1947 | msgid "Edit person info" | 1947 | msgid "Edit person info" |
@@ -2002,7 +2002,7 @@ msgstr "Registrar empreendimento" | @@ -2002,7 +2002,7 @@ msgstr "Registrar empreendimento" | ||
2002 | 2002 | ||
2003 | #: app/views/catalog/index.rhtml:1 | 2003 | #: app/views/catalog/index.rhtml:1 |
2004 | msgid "Catalog" | 2004 | msgid "Catalog" |
2005 | -msgstr "" | 2005 | +msgstr "Catálogo" |
2006 | 2006 | ||
2007 | #: app/views/enterprise_registration/basic_information.rhtml:3 | 2007 | #: app/views/enterprise_registration/basic_information.rhtml:3 |
2008 | msgid "Register enterprise" | 2008 | msgid "Register enterprise" |
@@ -2121,11 +2121,11 @@ msgstr "Categorias" | @@ -2121,11 +2121,11 @@ msgstr "Categorias" | ||
2121 | 2121 | ||
2122 | #: app/design_blocks/list_block/views/show.rhtml:1 | 2122 | #: app/design_blocks/list_block/views/show.rhtml:1 |
2123 | msgid "Limit number of people: " | 2123 | msgid "Limit number of people: " |
2124 | -msgstr "" | 2124 | +msgstr "Número limite de pessoas:" |
2125 | 2125 | ||
2126 | #: app/design_blocks/list_block/views/edit.rhtml:1 | 2126 | #: app/design_blocks/list_block/views/edit.rhtml:1 |
2127 | msgid "Editing list of people" | 2127 | msgid "Editing list of people" |
2128 | -msgstr "" | 2128 | +msgstr "Editando lista de pessoas" |
2129 | 2129 | ||
2130 | #: app/design_blocks/list_block/views/edit.rhtml:5 | 2130 | #: app/design_blocks/list_block/views/edit.rhtml:5 |
2131 | #: app/design_blocks/favorite_links/views/add_link.rhtml:6 | 2131 | #: app/design_blocks/favorite_links/views/add_link.rhtml:6 |