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: 5920bd3fd5298b57552035e2d7dcc7daedb9645e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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 as aplicacións para sincronizar os seus ficheiros",
"Desktop client" => "Cliente de escritorio",
"Android app" => "Aplicación Android",
"iOS app" => "Aplicación iOS",
"Connect your desktop apps to %s" => "Conecte as súas aplicacións 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,\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>!" => "Se lle gusta o ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud é un excelente software aberto para sincronizar e/ou compartir os teus ficheiros. \n\t\tPodes obtelo libremente en http://owncloud.org\">\n\t\trecomendellelo aos seus amigos</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";