registration/l10n/en_GB.php

27 lines
1.8 KiB
PHP

<?php
$TRANSLATIONS = array(
"Register" => "Register",
"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",
"Verification email successfully sent." => "Verification email sent successfully.",
"Invalid verification URL. No registration request with this verification URL is found." => "Invalid verification URL. No registration request with this verification URL is found.",
"Unable to create user, there are problems with user backend." => "Unable to create user, there are problems with the user backend.",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Your account has been successfully created, you can <a href=\"{link}\">log in now</a>.",
"Your settings have been updated." => "Your settings have been updated.",
"No such group" => "No such group",
"Registration" => "Registration",
"Default group that all registered users belong" => "Default group that all registered users belong",
"None" => "None",
"Welcome, you can create your account below." => "Welcome, you can create your account below.",
"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);";