aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/oc.js
blob: f4cb27ec628a6795755e54d520e9490f4bce5c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "lib",
    {
    "Help" : "Ajuda",
    "Personal" : "Personal",
    "Users" : "Usancièrs",
    "Admin" : "Admin",
    "today" : "uèi",
    "yesterday" : "ièr",
    "_%n day ago_::_%n days ago_" : ["",""],
    "last month" : "mes passat",
    "_%n month ago_::_%n months ago_" : ["",""],
    "last year" : "an passat",
    "_%n year ago_::_%n years ago_" : ["",""],
    "_%n hour ago_::_%n hours ago_" : ["",""],
    "_%n minute ago_::_%n minutes ago_" : ["",""],
    "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);");