summaryrefslogtreecommitdiffstats
path: root/l10n/es.php
blob: 5f0ee91b2a82d4c715b6565904a92566f76b13c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php $TRANSLATIONS = array(
"Feed already exists." => "La fuente ya existe.",
"Error adding feed." => "Error agregando la fuente.",
"Feed added!" => "¡Fuente agregada!",
"Error adding folder." => "Error agregando la carpeta.",
"Folder added!" => "¡Carpeta agregada!",
"Error removing feed." => "Error al borrar la fuente.",
"Error removing folder." => "Error al borrar la carpeta.",
"Error" => "Error",
"Add folder" => "Añadir carpeta",
" loaded from local filesystem." => "cargado desde un sistema de archivos local.",
"Importing..." => "Importando...",
"Import kind not specified" => "Tipo de importación no especificado",
"Downloading..." => "Descargando...",
"Download" => "Descargar",
"Select file" => "Seleccionar archivo",
"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 suscribido a"
);