summaryrefslogtreecommitdiffstats
path: root/l10n/es.php
blob: ef3d96b1db8a0e0d0b0650e5012fb562cb30d8a6 (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
<?php $TRANSLATIONS = array(
"year" => "año",
"News" => "Noticias",
"no title" => "sin título",
"no name" => "sin nombre",
"no body" => "sin cuerpo",
"subscriptions in ownCloud - News" => "suscripciones en ownCloud - Noticias",
"An error occurred" => "Ocurrió un error",
"Nice! You have subscribed to " => "¡Bien! Te has suscrito a ",
"You had already subscribed to this feed!" => "¡Ya te has suscrito a esta fuente!",
"New" => "Nuevo",
"Add Subscription" => "Añadir subcripción",
"Address must not be empty!" => "La direccion no debe estar vacia!",
"Feed exists already!" => "Los feed ya existen!",
"Could not add feed!" => "No se puede agregar feed!",
"Address" => "Dirección",
"Add" => "Añadir",
"Folder" => "Carpeta",
"Starred" => "Favoritos",
"Mark all read" => "Marcar como leído",
"Share" => "Compartir",
"Keep unread" => "Dejar como no leido",
"Delete feed" => "Eliminar fuente",
"Collapse" => "Colapsar",
"Delete folder" => "Eliminar carpeta",
"Rename folder" => "Renombrar carpeta",
"Import" => "Importart",
"Export" => "Exportar",
"Subscribelet" => "Suscribirse",
"Show only unread" => "Mostrar solo no leídos",
"Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:" => "Arrastra hacia los favoritos de tu navegador y haz clic en él siempre que quiera suscribirse a una página web con rapidez:",
"Subscribe" => "Subscribirse"
);