# 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 2
pull/209/head
Sami Nieminen 2015-06-09 05:25:53 +00:00
parent 4bce8e24dd
commit 4650b9e2bb
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ $sm_lang = array(
// for newlines in the email messages use <br/> // for newlines in the email messages use <br/>
'notifications' => array( 'notifications' => array(
'off_sms' => 'Palvelin \'%LABEL%\' on SAMMUNUT: ip=%IP%, portti=%PORT%. Virhe=%ERROR%', '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_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_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%", 'off_pushover_message' => "Virhe yhdistettäessä seuraavaan palvelimeen:<br/><br/>Palvelin: %LABEL%<br/>IP: %IP%<br/>Portti: %PORT%<br/>Virhe: %ERROR%<br/>Aika: %DATE%",