diff options
Diffstat (limited to 'apps/encryption/l10n')
-rw-r--r-- | apps/encryption/l10n/oc.js | 6 | ||||
-rw-r--r-- | apps/encryption/l10n/oc.json | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/encryption/l10n/oc.js b/apps/encryption/l10n/oc.js new file mode 100644 index 00000000000..645b694afbf --- /dev/null +++ b/apps/encryption/l10n/oc.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "encryption", + { + "Enabled" : "Activadas" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/encryption/l10n/oc.json b/apps/encryption/l10n/oc.json new file mode 100644 index 00000000000..41d4a2367a3 --- /dev/null +++ b/apps/encryption/l10n/oc.json @@ -0,0 +1,4 @@ +{ "translations": { + "Enabled" : "Activadas" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file |