summaryrefslogtreecommitdiffstats
path: root/apps/admin_audit
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-11-26 02:18:48 +0000
committerNextcloud bot <bot@nextcloud.com>2020-11-26 02:18:48 +0000
commitaea31d5dddfe261e51f7462c8a8afdbb0114d1d9 (patch)
treecbae30eaff7dcd73b7e1aa2aafdde79e5774769f /apps/admin_audit
parent82984b5c795113b1749a9bd5536dcce68eb3d280 (diff)
downloadnextcloud-server-aea31d5dddfe261e51f7462c8a8afdbb0114d1d9.tar.gz
nextcloud-server-aea31d5dddfe261e51f7462c8a8afdbb0114d1d9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/en_GB.js7
-rw-r--r--apps/admin_audit/l10n/en_GB.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/en_GB.js b/apps/admin_audit/l10n/en_GB.js
new file mode 100644
index 00000000000..6d4601cd0f2
--- /dev/null
+++ b/apps/admin_audit/l10n/en_GB.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Auditing / Logging",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/en_GB.json b/apps/admin_audit/l10n/en_GB.json
new file mode 100644
index 00000000000..e925e1a0e67
--- /dev/null
+++ b/apps/admin_audit/l10n/en_GB.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Auditing / Logging",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file