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

fo.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f86f94b4ce14d9184b79ffca940906774859f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "lib",
    {
    "Email" : "T-post",
    "Twitter" : "Twitter",
    "Website" : "Heimasíða",
    "Address" : "Adressa",
    "Profile picture" : "Profil mynd",
    "Full name" : "Fulla navn",
    "Authentication error" : "Samgildis feilur"
},
"nplurals=2; plural=(n != 1);");