🌐 Fix english sentences

This commit is contained in:
Luc Didry 2019-08-03 17:29:23 +02:00
parent 2c98a3b8b5
commit c8533d0417
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
3 changed files with 4 additions and 4 deletions

View File

@ -147,7 +147,7 @@ sub resend_invitations {
->from_token($token);
if ($i->files_sent_at) {
push @failures, $c->l('The invitation %1 cant be resend: %2 has already sent files.<br>Please create a new invitation.', $i->token, $i->guest_mail);
push @failures, $c->l('The invitation %1 cant be resent: %2 has already sent files.<br>Please create a new invitation.', $i->token, $i->guest_mail);
} else {
if ($c->config('invitations')->{'extend_invitation_expiration_on_resend'}) {
$i->expire_at(time + $i->expire_at - $i->created_at)

View File

@ -583,7 +583,7 @@ msgstr ""
#. ($i->token, $i->guest_mail)
#: lib/Lufi/Controller/Invitation.pm:150
msgid "The invitation %1 cant be resend: %2 has already sent files.<br>Please create a new invitation."
msgid "The invitation %1 cant be resent: %2 has already sent files.<br>Please create a new invitation."
msgstr ""
#. ($i->token)
@ -607,7 +607,7 @@ msgstr ""
#. (stash('ldap_user')
#: themes/default/templates/invitations/invite.mail.ep:11
msgid "The links of your file(s) will automatically be send by mail to %1."
msgid "The links of your file(s) will automatically be sent by mail to %1."
msgstr ""
#: lib/Lufi/Controller/Mail.pm:97

View File

@ -8,7 +8,7 @@
%= l('Click on the following URL to upload files on Lufi:')
%== stash('url')
%= l('The links of your file(s) will automatically be send by mail to %1.', stash('ldap_user'))
%= l('The links of your file(s) will automatically be sent by mail to %1.', stash('ldap_user'))
%= l('This invitation is valid until %1.', stash('expires'))