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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/en_GB.php')
-rw-r--r--l10n/en_GB.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/l10n/en_GB.php b/l10n/en_GB.php
index 1d05d5fa..68f5413d 100644
--- a/l10n/en_GB.php
+++ b/l10n/en_GB.php
@@ -1,5 +1,7 @@
<?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",
@@ -9,6 +11,7 @@ $TRANSLATIONS = array(
"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>."
+"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);";