summaryrefslogtreecommitdiffstats
path: root/apps/admin_audit
diff options
context:
space:
mode:
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