aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/languages/es.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/languages/es.php')
-rw-r--r--mod/thewire/languages/es.php58
1 files changed, 0 insertions, 58 deletions
diff --git a/mod/thewire/languages/es.php b/mod/thewire/languages/es.php
deleted file mode 100644
index edddf297f..000000000
--- a/mod/thewire/languages/es.php
+++ /dev/null
@@ -1,58 +0,0 @@
-<?php
-
-$spanish = array(
-
- /**
- * Menu items and titles
- */
- 'thewire' => "Tweets",
- 'thewire:everyone' => "Todos los tweets",
- 'thewire:user' => "Tweets de %s",
- 'thewire:friends' => "Tweets de amigos",
- 'thewire:reply' => "Responder",
- 'thewire:replying' => "Responder a %s (@%s) quien escribe",
- 'thewire:thread' => "Debate",
- 'thewire:charleft' => "caracteres restantes",
- 'thewire:tags' => "Tweets que coinciden con el tag '%s'",
- 'thewire:noposts' => "No hay tweets a&uacute;n",
- 'item:object:thewire' => "Tweets",
- 'thewire:update' => 'Actualizar',
-
- 'thewire:previous' => "Anterior",
- 'thewire:hide' => "Ocultar",
- 'thewire:previous:help' => "Ver publicaci&oacute;n anterior",
- 'thewire:hide:help' => "Ocultar publicaci&oacute;n anterior",
-
- /**
- * The wire river
- */
- 'river:create:object:thewire' => "%s public&oacute; un nuevo %s",
- 'thewire:wire' => 'tweet',
-
- /**
- * Wire widget
- */
- 'thewire:widget:desc' => 'Mostrar tus &uacute;ltimos tweets',
- 'thewire:num' => 'Cantidad de comentarios a mostrar',
- 'thewire:moreposts' => 'M&aacute;s tweets',
-
- /**
- * Status messages
- */
- 'thewire:posted' => "El mensaje se public&oacute; correctamente.",
- 'thewire:deleted' => "El mensaje se elimin&oacute; correctamente.",
- 'thewire:blank' => "Debe ingresar contenido para poder publicar.",
- 'thewire:notfound' => "Lo sentimos, no se pudo encontrar la publicaci&oacute;n solicitada.",
- 'thewire:notdeleted' => "Lo sentimos, no se pudo eliminar el tweet.",
-
- /**
- * Notifications
- */
- 'thewire:notify:subject' => "Nuevo tweet",
- 'thewire:notify:reply' => '%s respondi&oacute; a %s con un tweet:',
- 'thewire:notify:post' => '%s public&oacute; un nuevo tweet:',
-);
-
-add_translation("es",$spanish);
-
-?>