Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en_GB.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bff6de2d74c7e06daa60977dfb1a6c0ff3a97a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
OC.L10N.register(
    "registration",
    {
    "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"
},
"nplurals=2; plural=(n != 1);");