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

cy_GB.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 966ef7576155400453a0e7079f1edeb07734e191 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "registration",
    {
    "Saved" : "Wedi'u cadw",
    "Email" : "E-bost",
    "Password" : "Cyfrinair",
    "Loading" : "Llwytho",
    "Create account" : "Creu cyfrif",
    "Loading …" : "Yn llwytho …"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");