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.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/en_GB.php b/l10n/en_GB.php
index 8ee05986..a295f14f 100644
--- a/l10n/en_GB.php
+++ b/l10n/en_GB.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Welcome to %s" => "Welcome to %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Your personal web services. All your files, contacts, calendar and more, in one place.",
"Get the apps to sync your files" => "Get the apps to sync your files",
@@ -10,3 +11,4 @@
"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, <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>!" => "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>!"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";