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.categories.php | |
parent | 6bb2b4e64294619f39735325f1ef2a858496d329 (diff) | |
download | elgg-d1aa1b6ac8b926b946888ff975f9156e1611a77b.tar.gz elgg-d1aa1b6ac8b926b946888ff975f9156e1611a77b.tar.bz2 |
Added portuguese translations.
Diffstat (limited to 'languages/pt/pt.categories.php')
-rw-r--r-- | languages/pt/pt.categories.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/languages/pt/pt.categories.php b/languages/pt/pt.categories.php new file mode 100644 index 000000000..e843a6d9e --- /dev/null +++ b/languages/pt/pt.categories.php @@ -0,0 +1,16 @@ +<?php
+
+// Gerado pela extensão 'translationbrowser' 20111226-08:33:11 PM
+
+$portugues = array(
+ 'categories' => "Categorias" ,
+ 'categories:settings' => "Definir as categorias do Site" ,
+ 'categories:explanation' => "Para definir algumas categorias gerias que serão utilizadas no sistema, entre-as abaixo, separada por vírgulas. Ferramentas compatíveis exibirão as categorias quando o usuário criar ou editar conteúdos." ,
+ 'categories:save:success' => "Categorias foram salvas com sucesso." ,
+ 'categories:results' => "Resultados para a categoria do site: %s" ,
+ 'categories:on_activate_reminder' => "As categorias não funcionam enquanto não adicionar categorias . Adicione as categorias agora."
+);
+
+add_translation('pt', $portugues);
+
+?>
\ No newline at end of file |