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: 5d2c1c05790a5efe6b71e09d18fc40933dc051d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php $TRANSLATIONS = array(
"Welcome to %s" => "Bienvenido a %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Sus servicios web personales. Todos sus archivos, contactos, calendario y más en un único lugar.",
"Get the apps to sync your files" => "Obtenga las apps para sincronizar sus archivos",
"Connect your desktop apps to %s" => "Conecte sus aplicaciones de escritorio a %s",
"Connect your Calendar" => "Conecte su Calendario",
"Connect your Contacts" => "Conecte sus Contactos",
"Access files via WebDAV" => "Acceda a sus archivos vía WebDAV",
"Documentation" => "Documentación",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Hay más información en la <a target=\"_blank\" href=\"%s\">documentación</a> y en nuestro  <a target=\"_blank\" href=\"http://owncloud.org\">sitio web</a>.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Si le gusta ownCloud, ¡<a href=\"mailto:?subject=ownCloud&body=ownCloud es una gran herramienta de código abierto para sincronizar y compartir tus archivos. Puedes obtenerlo gratis desde http://owncloud.org\">recomiéndeselo a sus amigos</a>!"
);