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: 2b55df854a3656eae21a73fd795d595eb565e253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Bienvenido a %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Tus servicios web personales. Todos tus archivos, contactos calendarios y más, en un solo lugar.",
"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>.",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "Si te gusta ownCloud:\n<a href=\"mailto:?subject=ownCloud\n&body=ownCloud es un gran proyecto de código abierto para sincronizar y compartir tus archivos. \n\nPuedés obtenerlo gratis en http://owncloud.org\">\n¡recomiendáselo a tus amigos!</a>!\ny <a href=\"http://owncloud.org/promote\" target=\"_blank\">Difundelo</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";