en_GB.php
963 Bytes
<?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",
"Connect your desktop apps to %s" => "Connect your desktop apps to %s",
"Connect your Calendar" => "Connect your Calendar",
"Connect your Contacts" => "Connect your Contacts",
"Access files via WebDAV" => "Access files via WebDAV",
"Documentation" => "Documentation",
"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);";