diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-22 01:54:49 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-22 01:54:49 -0500 |
commit | 92c8cd3933e90c0886095be7e49e311d2a2cb69f (patch) | |
tree | 5fd08fa48c61b83dfa4440cd1f3de9e3df7d6e52 /apps/files_encryption/l10n | |
parent | dc12f5d9af3034411ecdfe6919da679927ec7cd3 (diff) | |
download | nextcloud-server-92c8cd3933e90c0886095be7e49e311d2a2cb69f.tar.gz nextcloud-server-92c8cd3933e90c0886095be7e49e311d2a2cb69f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n')
-rw-r--r-- | apps/files_encryption/l10n/kn.js | 7 | ||||
-rw-r--r-- | apps/files_encryption/l10n/kn.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/kn.js b/apps/files_encryption/l10n/kn.js new file mode 100644 index 00000000000..f58cd57263c --- /dev/null +++ b/apps/files_encryption/l10n/kn.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "ಗೊತ್ತಿಲ್ಲದ ದೋಷ", + "Encryption" : "ರಹಸ್ಯ ಸಂಕೇತೀಕರಿಸು" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/kn.json b/apps/files_encryption/l10n/kn.json new file mode 100644 index 00000000000..16115fd7f1d --- /dev/null +++ b/apps/files_encryption/l10n/kn.json @@ -0,0 +1,5 @@ +{ "translations": { + "Unknown error" : "ಗೊತ್ತಿಲ್ಲದ ದೋಷ", + "Encryption" : "ರಹಸ್ಯ ಸಂಕೇತೀಕರಿಸು" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |