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

en_GB.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bcee440c4a67330179732a42447ef98207f7025 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "Users",
    "Groups" : "Groups",
    "Links" : "Links",
    "Federated sent" : "Federated sent",
    "Federated received" : "Federated received",
    "24 hours" : "24 hours",
    "1 hour" : "1 hour",
    "Copy" : "Copy",
    "Copied!" : "Copied!",
    "Not supported!" : "Not supported!",
    "Press ⌘-C to copy." : "Press ⌘-C to copy.",
    "Press Ctrl-C to copy." : "Press Ctrl-C to copy.",
    "System" : "System",
    "Monitoring" : "Monitoring",
    "Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc.",
    "Size" : "Size",
    "Hostname" : "Hostname",
    "Status" : "Status",
    "Active users" : "Active users",
    "Shares" : "Shares",
    "PHP" : "PHP",
    "Database" : "Database",
    "External monitoring tool" : "External monitoring tool",
    "Load average" : "Load average",
    "Last minute" : "Last minute",
    "Memory info not available" : "Memory info not available",
    "Total" : "Total",
    "Current usage" : "Current usage",
    "Files:" : "Files:",
    "Version:" : "Version:",
    "Memory Limit:" : "Memory Limit:",
    "Max Execution Time:" : "Max Execution Time:",
    "Upload max size:" : "Upload max size:",
    "Type:" : "Type:",
    "Size:" : "Size:"
},
"nplurals=2; plural=(n != 1);");