diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-04-07 11:46:47 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-04-07 11:46:47 +0200 |
commit | c90b0ac00b9f2ea406346f0500bb91bf8f205501 (patch) | |
tree | 461d005ca522a4eccfa7ea286e29791f5648266f /core/js/oc-dialogs.js | |
parent | 0c444fb2fbf84f76eab03b1a17f4609cd89dede7 (diff) | |
download | nextcloud-server-c90b0ac00b9f2ea406346f0500bb91bf8f205501.tar.gz nextcloud-server-c90b0ac00b9f2ea406346f0500bb91bf8f205501.zip |
Fix copy conflict dialog translation
Diffstat (limited to 'core/js/oc-dialogs.js')
-rw-r--r-- | core/js/oc-dialogs.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js index 6fc8d4d3523..617a8a3152c 100644 --- a/core/js/oc-dialogs.js +++ b/core/js/oc-dialogs.js @@ -364,6 +364,9 @@ var OCdialogs = { title: title, type: 'fileexists', + allnewfiles: t('files','New Files'), + allexistingfiles: t('files','Already existing files'), + why: t('files','Which files do you want to keep?'), what: t('files','If you select both versions, the copied file will have a number added to its name.') }); |