summaryrefslogtreecommitdiffstats
path: root/l10n/es.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-12 01:01:29 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-12 01:01:29 -0400
commit3df007e7c04f19562f02a6dc0a6a20bb624c7338 (patch)
treeec811d4788de75349ff7fc0e3b3720ea7f0fa823 /l10n/es.php
parenta72978b79443a3cb9af99e40de405696fc779806 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/es.php')
-rw-r--r--l10n/es.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/l10n/es.php b/l10n/es.php
index 01e42bb95..7531b4d83 100644
--- a/l10n/es.php
+++ b/l10n/es.php
@@ -1,7 +1,6 @@
<?php
$TRANSLATIONS = array(
"Feed contains invalid XML" => "La fuente contiene XML inválido",
-"Feed not found: either the website does not provide a feed or blocks access. To rule out blocking, try to download the feed on your server's command line using curl: curl http://the-feed.tld" => "Fuente no encontrada: o bien la página web no proporciona una fuente o bloquea el acceso. Para descartar el bloqueo, intente descargar la fuente en la línea de comandos del servidor utilizando curl: curl http://the-feed.tld",
"Detected feed format is not supported" => "El formato de fuente detectado no está soportado",
"Website not found" => "Sitio web no encontrado",
"More redirects than allowed, aborting" => "Hay más redirecciones que el máximo permitido, cancelando",
@@ -122,16 +121,16 @@ $TRANSLATIONS = array(
"Expand articles on key navigation" => "Expandir los artículos al navegar con teclas",
"Show all articles" => "Mostrar todos los artículos",
"Reverse ordering (oldest on top)" => "Ordenación inversa (la más antigua en la parte superior)",
-"Help" => "Ayuda",
-"Keyboard shortcuts" => "Atajos de teclado",
-"Documentation" => "Documentación",
-"Report a bug" => "Notificar un error",
"Subscriptions (OPML)" => "Subscripciones (OPML)",
"Import" => "Importar",
"Export" => "Exportar",
"Error when importing: file does not contain valid OPML" => "Error al importar: el archivo no contiene OPML válido",
"Error when importing: OPML is does neither contain feeds nor folders" => "Error al importar: el OPML no contiene fuentes ni carpetas",
"Unread/Starred Articles" => "Artículos no leídos y favoritos",
-"Error when importing: file does not contain valid JSON" => "Error al importar: el archivo no contiene JSON válido"
+"Error when importing: file does not contain valid JSON" => "Error al importar: el archivo no contiene JSON válido",
+"Help" => "Ayuda",
+"Keyboard shortcuts" => "Atajos de teclado",
+"Documentation" => "Documentación",
+"Report a bug" => "Notificar un error"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";