17 lines
1.1 KiB
PHP
17 lines
1.1 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.",
|
|
"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);";
|