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

es.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 971bb33976067e40fac2d621590aa3622241d8a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "Acceda y comparta sus archivos, calendarios, contactos, mail y más desde cualquier dispositivo, en sus términos",
"Get the apps to sync your files" => "Obtenga las apps para sincronizar sus archivos",
"Desktop client" => "Cliente de escritorio",
"Android app" => "Aplicación de Android",
"iOS app" => "Aplicación de iOS",
"Connect your desktop apps to %s" => "Conecte sus aplicaciones de escritorio a %s",
"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",
"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);";