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

af.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69281c3ba3db07684483e420daa3e70264d5b8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "Gebruikers",
    "Groups" : "Groepe",
    "Links" : "Skakels",
    "1 hour" : "1 uur",
    "Copy" : "Kopieer",
    "Copied!" : "Gekopieer!",
    "Not supported!" : "Word nie ondersteun nie!",
    "Press ⌘-C to copy." : "Druk ⌘-C om te kopieer.",
    "Press Ctrl-C to copy." : "Druk Ctrl-C om te kopieer.",
    "System" : "Stelsel",
    "Size" : "Grootte",
    "Active users" : "Aktiewe gebruikers",
    "PHP" : "PHP",
    "Database" : "Databasis",
    "Total" : "Totaal",
    "Current usage" : "Huidige gebruik",
    "Files:" : "Lêers",
    "Version:" : "Weergawe:",
    "Memory Limit:" : "Geheuelimiet:",
    "Type:" : "Tipe:",
    "Size:" : "Grootte:"
},
"nplurals=2; plural=(n != 1);");