initial commit of file from CVS for smeserver-expire-accounts on Sat Sep 7 19:52:48 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 19:52:48 +10:00
parent fccbe8588b
commit 133c7905f7
77 changed files with 6895 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh
for L in en_US fr_FR; do
mkdir -p po/$L
for F in adminNotifNextExpirations userNotifAccountExpiration lockAutoReply; do
xgettext -j -L Perl -o po/$L/$F.tmpl.po \
root/etc/e-smith/templates/usr/lib/smeserver-expire-accounts/$F.tmpl
done
xgettext -j -L Perl -o po/$L/$F.po \
root/etc/e-smith/templates-user/.lock-auto-reply/message.txt/10Message
done