🌐 Fix english sentences
This commit is contained in:
parent
2c98a3b8b5
commit
c8533d0417
|
@ -147,7 +147,7 @@ sub resend_invitations {
|
||||||
->from_token($token);
|
->from_token($token);
|
||||||
|
|
||||||
if ($i->files_sent_at) {
|
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 {
|
} else {
|
||||||
if ($c->config('invitations')->{'extend_invitation_expiration_on_resend'}) {
|
if ($c->config('invitations')->{'extend_invitation_expiration_on_resend'}) {
|
||||||
$i->expire_at(time + $i->expire_at - $i->created_at)
|
$i->expire_at(time + $i->expire_at - $i->created_at)
|
||||||
|
|
|
@ -583,7 +583,7 @@ msgstr ""
|
||||||
|
|
||||||
#. ($i->token, $i->guest_mail)
|
#. ($i->token, $i->guest_mail)
|
||||||
#: lib/Lufi/Controller/Invitation.pm:150
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#. ($i->token)
|
#. ($i->token)
|
||||||
|
@ -607,7 +607,7 @@ msgstr ""
|
||||||
|
|
||||||
#. (stash('ldap_user')
|
#. (stash('ldap_user')
|
||||||
#: themes/default/templates/invitations/invite.mail.ep:11
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/Lufi/Controller/Mail.pm:97
|
#: lib/Lufi/Controller/Mail.pm:97
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
%= l('Click on the following URL to upload files on Lufi:')
|
%= l('Click on the following URL to upload files on Lufi:')
|
||||||
%== stash('url')
|
%== 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'))
|
%= l('This invitation is valid until %1.', stash('expires'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue