summaryrefslogtreecommitdiffstats
path: root/l10n/es.php
blob: 750e1b3805f4785170cbe2eba499114421cd7f9b (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
<?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 articles" => "Nuevos artículos",
"Mark all read" => "Marcar como leído",
"Starred" => "Favoritos",
"Share" => "Compartir",
"Keep unread" => "Dejar como no leido",
"Delete feed" => "Eliminar fuente",
"Collapse" => "Colapsar",
"Delete folder" => "Eliminar carpeta",
"Rename folder" => "Renombrar carpeta",
"Add Subscription" => "Añadir subcripción",
"Folder under which the feed is being saved" => "Carpeta en la cual se guardaran los feed",
"-- choose folder --" => "-- seleccionar carpeta --",
"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",
"Add Folder" => "Añadir carpeta",
"Folder name must not be empty!" => "El nombre de la carpeta no debe estar vacio!",
"Folder exists already!" => "La carpeta ya existe!",
"Folder Name" => "Nombre de carpeta",
"Show everything" => "Mostrar todo",
"Show only unread" => "Mostrar solo no leídos",
"Settings" => "Configuración",
"Add feed or folder" => "Añadir fuente o carpeta",
"Add Feed/Folder" => "Añadir Fuente/Carpeta",
"Import / Export" => "Importar / Exportar",
"Import OPML" => "Importar OPML",
"Export OPML" => "Exportar OPML",
"Subscribelet" => "Suscribirse",
"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"
);