🌐 Fix english sentences
This commit is contained in:
parent
2c98a3b8b5
commit
c8533d0417
|
@ -147,7 +147,7 @@ sub resend_invitations {
|
|||
->from_token($token);
|
||||
|
||||
if ($i->files_sent_at) {
|
||||
push @failures, $c->l('The invitation %1 can’t 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 can’t 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)
|
||||
|
|
|
@ -583,7 +583,7 @@ msgstr ""
|
|||
|
||||
#. ($i->token, $i->guest_mail)
|
||||
#: lib/Lufi/Controller/Invitation.pm:150
|
||||
msgid "The invitation %1 can’t be resend: %2 has already sent files.<br>Please create a new invitation."
|
||||
msgid "The invitation %1 can’t 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
|
||||
|
|
|
@ -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'))
|
||||
|
||||
|
|
Loading…
Reference in New Issue