summaryrefslogtreecommitdiffstats
path: root/apps/admin_audit
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-01 02:16:55 +0000
committerNextcloud bot <bot@nextcloud.com>2022-10-01 02:16:55 +0000
commitdbd0cf054cad1230b67fa091c4df66aebe24ba19 (patch)
tree575c842ef267b228bd8440fc405259900cb28342 /apps/admin_audit
parent4a35dc1f896317f7f8836620b48208304aacad6e (diff)
downloadnextcloud-server-dbd0cf054cad1230b67fa091c4df66aebe24ba19.tar.gz
nextcloud-server-dbd0cf054cad1230b67fa091c4df66aebe24ba19.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/mk.js6
-rw-r--r--apps/admin_audit/l10n/mk.json4
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/mk.js b/apps/admin_audit/l10n/mk.js
new file mode 100644
index 00000000000..9b1d3676642
--- /dev/null
+++ b/apps/admin_audit/l10n/mk.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Ревизија / Евиденција"
+},
+"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
diff --git a/apps/admin_audit/l10n/mk.json b/apps/admin_audit/l10n/mk.json
new file mode 100644
index 00000000000..fd0e2f55821
--- /dev/null
+++ b/apps/admin_audit/l10n/mk.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Auditing / Logging" : "Ревизија / Евиденција"
+},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
+} \ No newline at end of file