diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-27 01:55:45 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-27 01:55:45 -0400 |
commit | 1079554284a9be0a5b943ec1c0595f78644f9898 (patch) | |
tree | 524853f5a0097f8edf282d244dadbf10da348ffb /apps/files_sharing/l10n | |
parent | 3e33b686b18b9e698ed16bf4466666357be0c407 (diff) | |
download | nextcloud-server-1079554284a9be0a5b943ec1c0595f78644f9898.tar.gz nextcloud-server-1079554284a9be0a5b943ec1c0595f78644f9898.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/fil.js | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fil.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/fil.js b/apps/files_sharing/l10n/fil.js index 59f17cc001b..89f2cadd416 100644 --- a/apps/files_sharing/l10n/fil.js +++ b/apps/files_sharing/l10n/fil.js @@ -1,6 +1,8 @@ OC.L10N.register( "files_sharing", { - "Password" : "Password" + "Cancel" : "I-cancel", + "Password" : "Password", + "Download" : "I-download" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/fil.json b/apps/files_sharing/l10n/fil.json index b60f17590ba..adfa180e683 100644 --- a/apps/files_sharing/l10n/fil.json +++ b/apps/files_sharing/l10n/fil.json @@ -1,4 +1,6 @@ { "translations": { - "Password" : "Password" + "Cancel" : "I-cancel", + "Password" : "Password", + "Download" : "I-download" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file |