aboutsummaryrefslogtreecommitdiff
path: root/languages/pt/pt.custom_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/pt/pt.custom_index.php')
-rw-r--r--languages/pt/pt.custom_index.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/languages/pt/pt.custom_index.php b/languages/pt/pt.custom_index.php
new file mode 100644
index 000000000..605bf3a9c
--- /dev/null
+++ b/languages/pt/pt.custom_index.php
@@ -0,0 +1,17 @@
+<?php
+
+// Gerado pela extensão 'translationbrowser'
+
+$portugues = array(
+ 'custom:bookmarks' => "Últimos favoritos" ,
+ 'custom:groups' => "Últimas comunidades" ,
+ 'custom:files' => "Últimos arquivos" ,
+ 'custom:blogs' => "Últimas mensagens dos blogs" ,
+ 'custom:members' => "Membros mais recentes" ,
+ 'custom:nofiles' => "Ainda não existem arquivos" ,
+ 'custom:nogroups' => "Ainda não existem comunidades"
+);
+
+add_translation('pt', $portugues);
+
+?> \ No newline at end of file