aboutsummaryrefslogtreecommitdiff
path: root/languages/es.thewire.php
blob: edddf297f43179be509c66e52a979a5eeb3b79b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?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);

?>