summaryrefslogtreecommitdiffstats
path: root/lib/l10n/oc.js
blob: f83837d12e15fcb3dbcfc5d6dce7dec388247af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "lib",
    {
    "Help" : "Ajuda",
    "Personal" : "Personal",
    "Users" : "Usancièrs",
    "Admin" : "Admin",
    "today" : "uèi",
    "yesterday" : "ièr",
    "last month" : "mes passat",
    "last year" : "an passat",
    "seconds ago" : "segonda a",
    "web services under your control" : "Services web jos ton contraròtle",
    "Authentication error" : "Error d'autentificacion"
},
"nplurals=2; plural=(n > 1);");