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

oc.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1c2ce370f541c40998a0172e0647eb6b10e1f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "lib",
    {
    "Help" : "Ajuda",
    "Personal" : "Personal",
    "Settings" : "Configuracion",
    "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 go_::_%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);");