# This is a combination of 2 commits.
# The first commit's message is: Changed email subject and header from finnish to english, as not all email clients render the unicode finnish letters correctly. # This is the 2nd commit message: Testing a fix for UTF-8 Finnish letters in email body. Part 2pull/209/head
parent
4bce8e24dd
commit
4650b9e2bb
|
@ -260,7 +260,7 @@ $sm_lang = array(
|
|||
// for newlines in the email messages use <br/>
|
||||
'notifications' => array(
|
||||
'off_sms' => 'Palvelin \'%LABEL%\' on SAMMUNUT: ip=%IP%, portti=%PORT%. Virhe=%ERROR%',
|
||||
'off_email_subject' => 'TÄRKEÄÄ: Palvelin \'%LABEL%\' on SAMMUNUT',
|
||||
'off_email_subject' => 'T%C3%84RKEÄÄ: Palvelin \'%LABEL%\' on SAMMUNUT',
|
||||
'off_email_body' => "Virhe yhdistettäessä seuraavaan palvelimeen:<br/><br/>Palvelin: %LABEL%<br/>IP: %IP%<br/>Portti: %PORT%<br/>Virhe: %ERROR%<br/>Aika: %DATE%",
|
||||
'off_pushover_title' => 'Palvelin \'%LABEL%\' on sammunut',
|
||||
'off_pushover_message' => "Virhe yhdistettäessä seuraavaan palvelimeen:<br/><br/>Palvelin: %LABEL%<br/>IP: %IP%<br/>Portti: %PORT%<br/>Virhe: %ERROR%<br/>Aika: %DATE%",
|
||||
|
|
Loading…
Reference in New Issue