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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-06 05:20:50 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-06 05:20:50 +0300
commit8bb6bb53ad613b58d2ed34173f77613956e8a124 (patch)
treed6bae7717ef30df7c2a6e35037f8ce18b6af22e6 /apps/admin_audit
parent6e461248e088ca07618a1c5ebe6efe2da474c710 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/ro.js7
-rw-r--r--apps/admin_audit/l10n/ro.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/ro.js b/apps/admin_audit/l10n/ro.js
new file mode 100644
index 00000000000..f51f599c204
--- /dev/null
+++ b/apps/admin_audit/l10n/ro.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Auditare / Logare",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Oferă abilități de înregistrare pentru Nextcloud, cum ar fi accesarea fișierelor de înregistrare sau alte acțiuni sensibile."
+},
+"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/apps/admin_audit/l10n/ro.json b/apps/admin_audit/l10n/ro.json
new file mode 100644
index 00000000000..e2035cd5bbc
--- /dev/null
+++ b/apps/admin_audit/l10n/ro.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Auditare / Logare",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Oferă abilități de înregistrare pentru Nextcloud, cum ar fi accesarea fișierelor de înregistrare sau alte acțiuni sensibile."
+},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
+} \ No newline at end of file