0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

Update en.lang

prep for replace_string in vacation.pl
This commit is contained in:
Jan Kruis 2022-10-17 03:10:28 +02:00 committed by GitHub
parent f68904f813
commit b9e2741e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,9 +362,9 @@ $PALANG['pUsersVacation_welcome_text'] = 'Auto response for %s is active!';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office';
$PALANG['message'] = 'Message';
$PALANG['pUsersVacation_body_text'] = <<<EOM
I will be away from <date> until <date>.
I will be away from <%From_Date> until <%Until_Date>.
For urgent matters you can contact <contact person>.
EOM;
EOM; # *** for explanation about <%From_Date> en <%Until_Date> look at vaction.pl [ replace_string ] ***
$PALANG['pUsersVacation_activefrom'] = 'Active from';
$PALANG['pUsersVacation_activeuntil'] = 'Active until';