aboutsummaryrefslogtreecommitdiff
path: root/languages/pt/pt.garbagecollector.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/pt/pt.garbagecollector.php')
-rw-r--r--languages/pt/pt.garbagecollector.php38
1 files changed, 17 insertions, 21 deletions
diff --git a/languages/pt/pt.garbagecollector.php b/languages/pt/pt.garbagecollector.php
index eb2915bb6..dac287dfb 100644
--- a/languages/pt/pt.garbagecollector.php
+++ b/languages/pt/pt.garbagecollector.php
@@ -1,21 +1,17 @@
-<?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
+<?php
+$pt = 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", $pt);
+