diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-09 02:21:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-09 02:21:37 +0000 |
commit | b137ac468f0968b5bd90d99ffc07706d27ff4971 (patch) | |
tree | a7de69e2a4b9c5472237ede2a0cb20b0a0071749 /apps/admin_audit/l10n | |
parent | e354ee4dc6bba95369cf4214880b6451123a4913 (diff) | |
download | nextcloud-server-b137ac468f0968b5bd90d99ffc07706d27ff4971.tar.gz nextcloud-server-b137ac468f0968b5bd90d99ffc07706d27ff4971.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/el.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/el.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/el.js b/apps/admin_audit/l10n/el.js new file mode 100644 index 00000000000..a8427088a4a --- /dev/null +++ b/apps/admin_audit/l10n/el.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Έλεγχος/ Καταγραφή", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Παρέχει δυνατότητες καταγραφής για το Nextcloud όπως πρόσβαση σε αρχεία καταγραφής ή άλλες ευαίσθητες ενέργειες." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/el.json b/apps/admin_audit/l10n/el.json new file mode 100644 index 00000000000..e5575a93357 --- /dev/null +++ b/apps/admin_audit/l10n/el.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Έλεγχος/ Καταγραφή", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Παρέχει δυνατότητες καταγραφής για το Nextcloud όπως πρόσβαση σε αρχεία καταγραφής ή άλλες ευαίσθητες ενέργειες." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |