From 6b5c3f11ac70fa8ccc08cbdfe905713c8e3d9849 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 14 Jan 2012 01:28:21 +0100 Subject: Moved all files to languages folder. for file in *; do mv $file/languages/es.php ../languages/es.$file.php; done --- languages/es.thewire.php | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 languages/es.thewire.php (limited to 'languages/es.thewire.php') diff --git a/languages/es.thewire.php b/languages/es.thewire.php new file mode 100644 index 000000000..edddf297f --- /dev/null +++ b/languages/es.thewire.php @@ -0,0 +1,58 @@ + "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ún", + 'item:object:thewire' => "Tweets", + 'thewire:update' => 'Actualizar', + + 'thewire:previous' => "Anterior", + 'thewire:hide' => "Ocultar", + 'thewire:previous:help' => "Ver publicación anterior", + 'thewire:hide:help' => "Ocultar publicación anterior", + + /** + * The wire river + */ + 'river:create:object:thewire' => "%s publicó un nuevo %s", + 'thewire:wire' => 'tweet', + + /** + * Wire widget + */ + 'thewire:widget:desc' => 'Mostrar tus últimos tweets', + 'thewire:num' => 'Cantidad de comentarios a mostrar', + 'thewire:moreposts' => 'Más tweets', + + /** + * Status messages + */ + 'thewire:posted' => "El mensaje se publicó correctamente.", + 'thewire:deleted' => "El mensaje se eliminó correctamente.", + 'thewire:blank' => "Debe ingresar contenido para poder publicar.", + 'thewire:notfound' => "Lo sentimos, no se pudo encontrar la publicación solicitada.", + 'thewire:notdeleted' => "Lo sentimos, no se pudo eliminar el tweet.", + + /** + * Notifications + */ + 'thewire:notify:subject' => "Nuevo tweet", + 'thewire:notify:reply' => '%s respondió a %s con un tweet:', + 'thewire:notify:post' => '%s publicó un nuevo tweet:', +); + +add_translation("es",$spanish); + +?> -- cgit v1.2.3