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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-05-07 03:16:53 +0300
committerNextcloud bot <bot@nextcloud.com>2017-05-07 03:16:53 +0300
commit90d0b3fcc82e2e721bf8803d98d4d112b4ab50eb (patch)
treef2fe6cab8dc95f69f14c9f04efe388ced908a745
parent1f25304a7c9d7760a4ed844a3c0476424fa1c413 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/en_GB.js36
-rw-r--r--l10n/en_GB.json34
2 files changed, 70 insertions, 0 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
new file mode 100644
index 0000000..6e684d8
--- /dev/null
+++ b/l10n/en_GB.js
@@ -0,0 +1,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);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
new file mode 100644
index 0000000..3ef1212
--- /dev/null
+++ b/l10n/en_GB.json
@@ -0,0 +1,34 @@
+{ "translations": {
+ "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: "
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file