diff options
author | Sem <sembrestels@riseup.net> | 2012-01-14 03:24:54 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-01-14 03:24:54 +0100 |
commit | d1aa1b6ac8b926b946888ff975f9156e1611a77b (patch) | |
tree | aad74341d0c086668d211a8b8125287b55cf2bb1 /languages/pt/pt.search.php | |
parent | 6bb2b4e64294619f39735325f1ef2a858496d329 (diff) | |
download | elgg-d1aa1b6ac8b926b946888ff975f9156e1611a77b.tar.gz elgg-d1aa1b6ac8b926b946888ff975f9156e1611a77b.tar.bz2 |
Added portuguese translations.
Diffstat (limited to 'languages/pt/pt.search.php')
-rw-r--r-- | languages/pt/pt.search.php | 22 |
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 |