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.dashboard.php | |
parent | 6bb2b4e64294619f39735325f1ef2a858496d329 (diff) | |
download | elgg-d1aa1b6ac8b926b946888ff975f9156e1611a77b.tar.gz elgg-d1aa1b6ac8b926b946888ff975f9156e1611a77b.tar.bz2 |
Added portuguese translations.
Diffstat (limited to 'languages/pt/pt.dashboard.php')
-rw-r--r-- | languages/pt/pt.dashboard.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/languages/pt/pt.dashboard.php b/languages/pt/pt.dashboard.php new file mode 100644 index 000000000..33c65e56d --- /dev/null +++ b/languages/pt/pt.dashboard.php @@ -0,0 +1,15 @@ +<?php
+
+// Gerado pela extensão 'translationbrowser' 20111228-03:01:04 PM
+
+$portugues = array(
+ 'dashboard:widget:group:title' => "Atividades da comunidade" ,
+ 'dashboard:widget:group:desc' => "Visualizar as atividades em um de suas comunidades" ,
+ 'dashboard:widget:group:select' => "Selecionar a comunidade" ,
+ 'dashboard:widget:group:noactivity' => "Não existem atividades nesta comunidade" ,
+ 'dashboard:widget:group:noselect' => "Editar este dispositivo para selecionar uma comunidade"
+);
+
+add_translation('pt', $portugues);
+
+?>
\ No newline at end of file |