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: 6e684d85e0aa7e44440ddb6ff3e3111ccde32bd3 (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
OC.L10N.register(
    "serverinfo",
    {
    "Load average" : "Load average",
    "Last minute" : "Last minute",
    "Memory info not available" : "Memory info not available",
    "Total" : "Total",
    "Current usage" : "Current usage",
    "Users" : "Users",
    "Groups" : "Groups",
    "Links" : "Links",
    "Federated sent" : "Federated sent",
    "Federated received" : "Federated received",
    "Last 24 hours" : "Last 24 hours",
    "Last 1 hour" : "Last 1 hour",
    "Last 5 mins" : "Last 5 mins",
    "Monitoring" : "Monitoring",
    "CPU load" : "CPU load",
    "Memory usage" : "Memory usage",
    "Active users" : "Active users",
    "Shares" : "Shares",
    "Storage" : "Storage",
    "Users:" : "Users:",
    "Files:" : "Files:",
    "PHP" : "PHP",
    "Version:" : "Version:",
    "Memory Limit:" : "Memory Limit:",
    "Max Execution Time:" : "Max Execution Time:",
    "Upload max size:" : "Upload max size:",
    "Database" : "Database",
    "Type:" : "Type:",
    "Size:" : "Size:",
    "External monitoring tool" : "External monitoring tool",
    "You can connect an external monitoring tool by using this end point: " : "You can connect an external monitoring tool by using this end point: "
},
"nplurals=2; plural=(n != 1);");