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

en_GB.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d05d5fa9f1a0def3aa420ae8050769391aa5397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Get the apps to sync your files" => "Get the apps to sync your files",
"Desktop client" => "Desktop client",
"Android app" => "Android app",
"iOS app" => "iOS app",
"Connect your desktop apps to %s" => "Connect your desktop apps to %s",
"Connect your Calendar" => "Connect your Calendar",
"Connect your Contacts" => "Connect your Contacts",
"Documentation" => "Documentation",
"Access files via WebDAV" => "Access files via WebDAV",
"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>." => "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>."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";