diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-04 01:55:53 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-04 01:55:53 -0500 |
commit | bcc200cf9bb18ecb385ef617488555bdcc598312 (patch) | |
tree | 39292c878df5e5e3a1b6b0f0a77d33c6e9d249ae /apps/files_trashbin/l10n | |
parent | 8d2238e0559be894a4b836d3371dbdae5696e5eb (diff) | |
download | nextcloud-server-bcc200cf9bb18ecb385ef617488555bdcc598312.tar.gz nextcloud-server-bcc200cf9bb18ecb385ef617488555bdcc598312.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/fil.js | 6 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/fil.json | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/fil.js b/apps/files_trashbin/l10n/fil.js new file mode 100644 index 00000000000..0c880cc3be4 --- /dev/null +++ b/apps/files_trashbin/l10n/fil.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "Error" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_trashbin/l10n/fil.json b/apps/files_trashbin/l10n/fil.json new file mode 100644 index 00000000000..66c3d76a730 --- /dev/null +++ b/apps/files_trashbin/l10n/fil.json @@ -0,0 +1,4 @@ +{ "translations": { + "Error" : "Error" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file |