aboutsummaryrefslogtreecommitdiff
path: root/languages/es.logrotate.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-01-14 01:28:21 +0100
committerSem <sembrestels@riseup.net>2012-01-14 01:28:21 +0100
commit6b5c3f11ac70fa8ccc08cbdfe905713c8e3d9849 (patch)
treefa15264f2d513bba57e2c3da2c94ba04c29c9855 /languages/es.logrotate.php
parent46d1727f0e6e5dc32fa703157879be9ff65240be (diff)
downloadelgg-6b5c3f11ac70fa8ccc08cbdfe905713c8e3d9849.tar.gz
elgg-6b5c3f11ac70fa8ccc08cbdfe905713c8e3d9849.tar.bz2
Moved all files to languages folder.
for file in *; do mv $file/languages/es.php ../languages/es.$file.php; done
Diffstat (limited to 'languages/es.logrotate.php')
-rw-r--r--languages/es.logrotate.php28
1 files changed, 28 insertions, 0 deletions
diff --git a/languages/es.logrotate.php b/languages/es.logrotate.php
new file mode 100644
index 000000000..ff8d65c54
--- /dev/null
+++ b/languages/es.logrotate.php
@@ -0,0 +1,28 @@
+<?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);