diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-04 20:07:12 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-05 12:32:48 +0200 |
commit | 8932a51b91f339937be860f773bb8c1fc4143907 (patch) | |
tree | 55c8cc5a90799f77595960f720bdf4340557b834 /core/js/sharetemplates.js | |
parent | 02e326f8f9ede0368aa3724f3300dc36c6819c7d (diff) | |
download | nextcloud-server-8932a51b91f339937be860f773bb8c1fc4143907.tar.gz nextcloud-server-8932a51b91f339937be860f773bb8c1fc4143907.zip |
Extract translated strings of compiled handlebars
Follow up to #11615
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/js/sharetemplates.js')
-rw-r--r-- | core/js/sharetemplates.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/js/sharetemplates.js b/core/js/sharetemplates.js index 47bd2c9a142..efdd3ff6606 100644 --- a/core/js/sharetemplates.js +++ b/core/js/sharetemplates.js @@ -302,9 +302,9 @@ templates['sharedialogshareelistview'] = template({"1":function(container,depth0 + alias4(((helper = (helper = helpers.shareInitiator || (depth0 != null ? depth0.shareInitiator : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"shareInitiator","hash":{},"data":data}) : helper))) + "\"></div>\n <span class=\"has-tooltip username\" title=\"" + alias4(((helper = (helper = helpers.shareInitiator || (depth0 != null ? depth0.shareInitiator : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"shareInitiator","hash":{},"data":data}) : helper))) - + "\"> t('core', '" - + alias4(((helper = (helper = helpers.shareInitiatorDisplayName || (depth0 != null ? depth0.shareInitiatorDisplayName : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"shareInitiatorDisplayName","hash":{},"data":data}) : helper))) - + " shared via link') + '</span>\n <span class=\"sharingOptionsGroup\">\n <a href=\"#\" class=\"unshare\"><span class=\"icon-loading-small hidden\"></span><span class=\"icon icon-delete\"></span><span class=\"hidden-visually\">" + + "\">" + + alias4(((helper = (helper = helpers.shareInitiatorText || (depth0 != null ? depth0.shareInitiatorText : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"shareInitiatorText","hash":{},"data":data}) : helper))) + + "</span>\n <span class=\"sharingOptionsGroup\">\n <a href=\"#\" class=\"unshare\"><span class=\"icon-loading-small hidden\"></span><span class=\"icon icon-delete\"></span><span class=\"hidden-visually\">" + alias4(((helper = (helper = helpers.unshareLabel || (depth0 != null ? depth0.unshareLabel : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"unshareLabel","hash":{},"data":data}) : helper))) + "</span></a>\n </span>\n </li>\n"; },"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { |