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

ia.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2f7579c188e6cfb95408acd03ff58618a42bd8b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Tu servicios personal de web. Omne tu files, contactos, calendario e alteres, in un placia.",
"Get the apps to sync your files" => "Obtene le apps (applicationes) pro synchronizar tu files",
"Connect your Calendar" => "Connecte tu calendario",
"Connect your Contacts" => "Connecte tu  contactos",
"Access files via WebDAV" => "Accede a files via WebDAV",
"Documentation" => "Documentation",
"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>!" => "Si tu place 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\">recommenda lo a tu amicos </a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";