aboutsummaryrefslogtreecommitdiff
path: root/mod/logrotate/languages/es.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/logrotate/languages/es.php')
-rw-r--r--mod/logrotate/languages/es.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/mod/logrotate/languages/es.php b/mod/logrotate/languages/es.php
deleted file mode 100644
index ff8d65c54..000000000
--- a/mod/logrotate/languages/es.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-/**
- * Elgg log rotator language pack.
- *
- * @package ElggLogRotate
- */
-
-$spanish = array(
- 'logrotate:period' => 'Con qu&eacute; frecuencia debe archivarse el log del sistema?',
-
- 'logrotate:weekly' => 'Una vez a la semana',
- 'logrotate:monthly' => 'Una vez al mes',
- 'logrotate:yearly' => 'Una vez al a&ntilde;o',
-
- 'logrotate:logrotated' => "Registro archivado\n",
- 'logrotate:lognotrotated' => "Error al archivar el registro\n",
-
- 'logrotate:date' => 'Eliminar registros archivados anteriores a:',
-
- 'logrotate:week' => 'semana',
- 'logrotate:month' => 'mes',
- 'logrotate:year' => 'a&ntilde;o',
-
- 'logrotate:logdeleted' => "Registro eliminado\n",
- 'logrotate:lognotdeleted' => "Error al eliminar el registro\n",
-);
-
-add_translation("es", $spanish);