https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19910 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 70977 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70977 Bug 19910 - Use the delimiter syspref to name download link Review of attachment 70977: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19910&attachment=70977) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc @@ +3,5 @@
+ [% CASE ',' %]Comma separated text (.csv) + [% CASE '/' %]Slash separated text (.csv) + [% CASE ';' %]Semicolon separated text (.csv) + [% CASE '\\' %]Backslash separated text (.csv) + [% CASE 'tabulation' %]Tab separated text (.csv)
Please check if these are translatable - you might have to wrap them in spans to get them picked up. -- You are receiving this mail because: You are watching all bug changes.