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

oc.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16230ba7f13ad711b0f85011b951082d13bb1f44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Benvenguda sus %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Vòstres servicis web personals. Totes vòstres fichièrs, contactes, agendas e plan mai encara, regropats en un sol endrech.",
"Get the apps to sync your files" => "Obtenètz las aplicacions que vos permeton de sincronizar vòstres fichièrs",
"Desktop client" => "Client de burèu",
"Android app" => "Aplicacion Android",
"iOS app" => "Aplicacion iOS",
"Connect your desktop apps to %s" => "Connectatz vòstras aplicacions de burèu a %s",
"Connect your Calendar" => "Connectatz vòstre calendièr",
"Connect your Contacts" => "Connectatz vòstres contactes",
"Access files via WebDAV" => "Accedissètz a vòstres fichièrs via WebDAV",
"Documentation" => "Documentacion",
"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>." => "D'informacions complementàrias son disponiblas dins <a target=\"_blank\" href=\"%s\">la documentacion</a> e sus <a target=\"_blank\" href=\"http://owncloud.org\">nòstre site 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 vos agrada ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud es un super logicial liure per sincronizar e partejar vòstres fichièrs. \n\t\tLo podètz obténer gratuitament sus http://owncloud.org\">\n\t\trecomandatz-lo a vòstres amics</a>\n\tet <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">fasètz passar lo mot</a> !"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";