FEATURE: add support for up to 10 uploads in the composer

This commit is contained in:
Régis Hanol 2015-06-15 16:29:01 +02:00
parent 1ac3941130
commit 7bc0cbc672
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<label class="radio" for="local">{{i18n 'upload_selector.from_my_computer'}}</label> <label class="radio" for="local">{{i18n 'upload_selector.from_my_computer'}}</label>
{{#if local}} {{#if local}}
<div class="inputs"> <div class="inputs">
<input type="file" id="filename-input"><br> <input type="file" id="filename-input" multiple><br>
<span class="description">{{unbound view.tip}}</span> <span class="description">{{unbound view.tip}}</span>
</div> </div>
{{/if}} {{/if}}

View file

@ -848,8 +848,8 @@ en:
from_the_web: "From the web" from_the_web: "From the web"
remote_tip: "link to image" remote_tip: "link to image"
remote_tip_with_attachments: "link to image or file ({{authorized_extensions}})" remote_tip_with_attachments: "link to image or file ({{authorized_extensions}})"
local_tip: "click to select an image from your device" local_tip: "click to select up to 10 images from your device"
local_tip_with_attachments: "click to select an image or file from your device ({{authorized_extensions}})" local_tip_with_attachments: "click to select up to 10 images or files from your device ({{authorized_extensions}})"
hint: "(you can also drag & drop into the editor to upload them)" hint: "(you can also drag & drop into the editor to upload them)"
hint_for_supported_browsers: "(you can also drag and drop or paste images into the editor to upload them)" hint_for_supported_browsers: "(you can also drag and drop or paste images into the editor to upload them)"
uploading: "Uploading" uploading: "Uploading"