Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/es.php')
-rw-r--r--l10n/es.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/es.php b/l10n/es.php
index 18d64920..971bb339 100644
--- a/l10n/es.php
+++ b/l10n/es.php
@@ -9,6 +9,8 @@ $TRANSLATIONS = array(
"Connect your Calendar" => "Conecte su calendario",
"Connect your Contacts" => "Conecte con sus contactos",
"Documentation" => "Documentación",
-"Access files via WebDAV" => "Acceda a sus archivos vía WebDAV"
+"Access files via WebDAV" => "Acceda a sus archivos vía WebDAV",
+"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"%s\">website</a>." => "Hay más información en <a target=\"_blank\" href=\"%s\">documentaciónn</a> y en nuestro <a target=\"_blank\" href=\"%s\">website</a>.",
+"If you like Nextcloud,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud is a great open software to sync and share your files.\n\t\tYou can freely get it from https://nextcloud.com\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">contribute back</a>!" => "Si te gusta Nextcloud,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud es un software libre fantástico para sincronizar y compartir tus archivos.\n\t\tPuedes obtenerlo gratuitamente en https://nextcloud.com\">\n\t\trecomiéndalo a tus amigos</a>\n\ty <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">contribuye</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";