aboutsummaryrefslogtreecommitdiff
path: root/languages/pt/pt.search.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/pt/pt.search.php')
-rw-r--r--languages/pt/pt.search.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/languages/pt/pt.search.php b/languages/pt/pt.search.php
new file mode 100644
index 000000000..a4a633633
--- /dev/null
+++ b/languages/pt/pt.search.php
@@ -0,0 +1,22 @@
+<?php
+
+// Gerado pela extensão 'translationbrowser' 20110711-09:38:20 PM
+
+$portugues = array(
+ 'search:enter_term' => "Insira um termo de pesquisa:" ,
+ 'search:no_results' => "Nenhum resultado." ,
+ 'search:matched' => "Combinados: " ,
+ 'search:results' => "Resultados para %s" ,
+ 'search:no_query' => "Por favor, insira uma expressão a ser pesquisada." ,
+ 'search:search_error' => "Erro" ,
+ 'search:more' => "+%s mais %s" ,
+ 'search_types:tags' => "Descritores (Tags)" ,
+ 'search_types:comments' => "Comentários" ,
+ 'search:comment_on' => "Comentários sobre \"%s\"" ,
+ 'search:comment_by' => "por" ,
+ 'search:unavailable_entity' => "Entidade não disponível"
+);
+
+add_translation('pt', $portugues);
+
+?> \ No newline at end of file