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.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/languages/pt/pt.garbagecollector.php b/languages/pt/pt.garbagecollector.php
deleted file mode 100644
index dac287dfb..000000000
--- a/languages/pt/pt.garbagecollector.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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);
-