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: 68f5413d3547769a67700182b46e98d39631cf8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"A safe home for all your data" => "A safe home for all your data",
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "Access & share your files, calendars, contacts, mail & more from any device, on your terms",
"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>.",
"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>!" => "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>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";