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: b7b3df6edb936fb9a87304ac34ebd692ee5ea37d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"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);";