Fix #44
This commit is contained in:
parent
ac8d764b06
commit
8f9ef78e53
|
@ -293,7 +293,7 @@ msgid "Send with your own mail software"
|
|||
msgstr ""
|
||||
|
||||
#: themes/default/templates/index.html.ep:105
|
||||
msgid "Sending part XX1 of XX2"
|
||||
msgid "Sending part XX1 of XX2. Please, be patient, the progress bar can take a while to move."
|
||||
msgstr ""
|
||||
|
||||
#. (url_for('/')
|
||||
|
|
|
@ -295,8 +295,8 @@ msgid "Send with your own mail software"
|
|||
msgstr "Envoyer avec votre propre logiciel de mail"
|
||||
|
||||
#: themes/default/templates/index.html.ep:105
|
||||
msgid "Sending part XX1 of XX2"
|
||||
msgstr "Envoi du fragment XX1 sur XX2"
|
||||
msgid "Sending part XX1 of XX2. Please, be patient, the progress bar can take a while to move."
|
||||
msgstr "Envoi du fragment XX1 sur XX2. Veuillez patienter, la barre de progression peut mettre du temps avant d'avancer."
|
||||
|
||||
#. (url_for('/')
|
||||
#: themes/default/templates/mail.html.ep:87
|
||||
|
|
|
@ -102,7 +102,7 @@ var i18n = {
|
|||
hits: '<%= l('Hit Enter, then Ctrl+C to copy all the download links') %>',
|
||||
mailTo: '<%= l('Send all links by email') %>',
|
||||
noLimit: '<%= l('No expiration delay') %>',
|
||||
sending: '<%= l('Sending part XX1 of XX2') %>',
|
||||
sending: '<%= l('Sending part XX1 of XX2. Please, be patient, the progress bar can take a while to move.') %>',
|
||||
wsProblem: '<%= l('Websocket communication error') %>',
|
||||
};
|
||||
% end
|
||||
|
|
Loading…
Reference in New Issue