registration/l10n/en_GB.php

18 lines
1.2 KiB
PHP

<?php
$TRANSLATIONS = array(
"Email address you entered is not valid" => "Email address you entered is not valid",
"There is already a pending registration with this email" => "There is already a pending registration with this email",
"Verify your ownCloud registration request" => "Verify your ownCloud registration request",
"Invalid verification URL. No registration request with this verification URL is found." => "Invalid verification URL. No registration request with this verification URL is found.",
"To create a new account on ownCloud, just click the following link: {link}" => "To create a new account on ownCloud, just click the following link: {link}",
"Username" => "Username",
"Password" => "Password",
"Create account" => "Create account",
"Thank you for registering, you should receive verification link in a few minutes." => "Thank you for registering, you should receive verification link in a few minutes.",
"Email" => "Email",
"Request verification link" => "Request verification link",
"Please re-enter a valid email address" => "Please re-enter a valid email address",
"You will receive an email with verification link" => "You will receive an email with verification link"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";