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

he.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ef49ee4caaef015239202398b1dd792179ca2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "רישום",
    "Saved" : "נשמר",
    "None" : "אין",
    "Username" : "שם משתמש",
    "Password" : "ססמה",
    "Create account" : "יצירת חשבון",
    "Email" : "דוא״ל"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");