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

ia.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 938d9c4a6802e42d2431f8a9fc9716d3fe531556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "lib",
    {
    "Help" : "Adjuta",
    "Personal" : "Personal",
    "Settings" : "Configurationes",
    "Users" : "Usatores",
    "Admin" : "Administration",
    "Unknown filetype" : "Typo de file incognite",
    "Invalid image" : "Imagine invalide",
    "web services under your control" : "servicios web sub tu controlo",
    "seconds ago" : "secundas passate",
    "_%n minute ago_::_%n minutes ago_" : ["","%n minutas passate"],
    "_%n hour ago_::_%n hours ago_" : ["","%n horas passate"],
    "today" : "hodie",
    "yesterday" : "heri",
    "_%n day go_::_%n days ago_" : ["","%n dies ante"],
    "last month" : "ultime mense",
    "_%n month ago_::_%n months ago_" : ["","%n menses ante"],
    "last year" : "ultime anno",
    "years ago" : "annos passate"
},
"nplurals=2; plural=(n != 1);");