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.garbagecollector.php | |
parent | 6bb2b4e64294619f39735325f1ef2a858496d329 (diff) | |
download | elgg-d1aa1b6ac8b926b946888ff975f9156e1611a77b.tar.gz elgg-d1aa1b6ac8b926b946888ff975f9156e1611a77b.tar.bz2 |
Added portuguese translations.
Diffstat (limited to 'languages/pt/pt.garbagecollector.php')
-rw-r--r-- | languages/pt/pt.garbagecollector.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/languages/pt/pt.garbagecollector.php b/languages/pt/pt.garbagecollector.php new file mode 100644 index 000000000..eb2915bb6 --- /dev/null +++ b/languages/pt/pt.garbagecollector.php @@ -0,0 +1,21 @@ +<?php
+
+// Gerado pela extensão 'translationbrowser' 20110712-08:48:32 PM
+
+$portugues = array(
+ 'garbagecollector:period' => "Com que frequência o coletor de lixo do Elgg deve ser executado?" ,
+ 'garbagecollector:weekly' => "Semanalmente" ,
+ 'garbagecollector:monthly' => "Mensalmente" ,
+ 'garbagecollector:yearly' => "Anualmente" ,
+ 'garbagecollector' => "Coletor de Lixo" ,
+ 'garbagecollector:done' => "FEITO
+" ,
+ 'garbagecollector:optimize' => "Otimizando %s " ,
+ 'garbagecollector:error' => "ERRO" ,
+ 'garbagecollector:ok' => "OK " ,
+ 'garbagecollector:gc:metastrings' => "Limpando 'metastrings' desconexas: "
+);
+
+add_translation('pt', $portugues);
+
+?>
\ No newline at end of file |