X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=digest.php;h=284f61bc61bf516f333835ed5320e05fd6d4ceda;hp=08d3a0fafe53057f20270e6f1cd47ad175a39328;hb=64586775883969c933517edc541b6f5a0878bd7d;hpb=46140faa11b97252647178a811da22509256d6c4 diff --git a/digest.php b/digest.php index 08d3a0f..284f61b 100644 --- a/digest.php +++ b/digest.php @@ -116,14 +116,14 @@ foreach($users as $uid) // add header, footer, sent out $name = DB_get_name('userid',$uid); - $header = "Hello $name\n\nHere is a digest of the latest emails:\n\n"; + $header = _("Hello")." $name\n\n"._("Here is a digest of the latest emails:")."\n\n"; - $footer = "\nHave a nice day\n". - " your E-Doko digester\n\n". + $footer = "\n"._('Have a nice day')."\n". + " ".('your E-Doko digester')."\n\n". "-- \n". - "You can change your mail delivery mode in the preference menu.\n". - 'web: http://doko.nubati.net '. - "help, bugs, etc.: $WIKI"; + _('You can change your mail delivery mode in the preference menu.')."\n". + _('web').': http://doko.nubati.net '. + _('help, bugs, etc.').": $WIKI"; $subject = "$EmailName Digest";