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: 1ad38f1c0a3b2ccc2462273942eeaa8cc1b0f70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"A safe home for all your data" => "Un lugar seguro para todos sus datos",
"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=\"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>."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";