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

eo.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8883db49d491a06dd9b2b0640baed90cf618d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Bonvenon al %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Viaj personaj TTT-servoj. Ĉiuj viaj dosieroj, kontaktoj, kalendaro kaj pli, en unu loko.",
"Get the apps to sync your files" => "Ekhavu la aplikaĵojn por sinkronigi viajn dosierojn",
"Connect your desktop apps to %s" => "Konekti viajn labortablajn aplikaĵojn al %s",
"Connect your Calendar" => "Konektu vian Kalendaron",
"Connect your Contacts" => "Konektu viajn Kontaktojn",
"Access files via WebDAV" => "Atingu dosierojn per WebDAV",
"Documentation" => "Dokumentaro",
"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>." => "Estas pli da informo en la <a target=\"_blank\" href=\"%s\">dokumentaro</a> kaj en nia <a target=\"_blank\" href=\"http://owncloud.org\">TTT-ejo</a>."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";