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

es_AR.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf9d7fdf7cbe76bc788e270019a5f200f1f6ab66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"A safe home for all your data" => "Un lugar seguro para todos sus datos",
"Get the apps to sync your files" => "Obtené Apps para sincronizar tus archivos",
"Desktop client" => "Cliente de escritorio",
"Android app" => "App para Android",
"iOS app" => "App para iOS",
"Connect your desktop apps to %s" => "Conecta tus aplicaciones de escritorio a %s",
"Connect your Calendar" => "Contectá tu Calendario",
"Connect your Contacts" => "Conectá tus Contactos",
"Documentation" => "Documentación",
"Access files via WebDAV" => "Acceso a 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>." => "Mas información en la  <a target=\"_blank\" href=\"%s\">documentación</a> y en nuestra <a target=\"_blank\" href=\"http://owncloud.org\">página web</a>."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";