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

gl.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab0b5d798200bf07232cbe62e5a6ae533125d5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php $TRANSLATIONS = array(
"Welcome to %s" => "Benvido/a a %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Os seus servizos web persoais. Todos os ficheiros, contactos, calendario e moito máis nun só lugar.",
"Get the apps to sync your files" => "Obteña os aplicativos para sincronizar os seus ficheiros",
"Connect your desktop apps to %s" => "Conecte os seus aplicativos de escritorio con %s",
"Connect your Calendar" => "Conecte o seu calendario",
"Connect your Contacts" => "Conecte os seus contactos",
"Access files via WebDAV" => "Acceda aos ficheiros empregando 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>." => "Dispón de máis información na <a target=\"_blank\" href=\"%s\">documentación</a> e no noso <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>!" => "Se lle gusta ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud é un excelente software aberto para sincronizar e/ou compartir os teus ficheiros. Podes obtelo libremente en http://owncloud.org\">recomendellelo aos seus amigos</a>!"
);