From 03617ff58d40b273f23e29ccd609618e495c5a21 Mon Sep 17 00:00:00 2001 From: Sami Nieminen Date: Tue, 9 Jun 2015 06:14:08 +0000 Subject: [PATCH] Added finnish translation, email messages are in english, as some email clients show finnish letters wrong. --- src/lang/fi_FI.lang.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/lang/fi_FI.lang.php b/src/lang/fi_FI.lang.php index 8f33870c..d0665d0d 100644 --- a/src/lang/fi_FI.lang.php +++ b/src/lang/fi_FI.lang.php @@ -259,16 +259,16 @@ $sm_lang = array( ), // for newlines in the email messages use
'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_body' => "Virhe yhdistettäessä seuraavaan palvelimeen:

Palvelin: %LABEL%
IP: %IP%
Portti: %PORT%
Virhe: %ERROR%
Aika: %DATE%", - 'off_pushover_title' => 'Palvelin \'%LABEL%\' on sammunut', - 'off_pushover_message' => "Virhe yhdistettäessä seuraavaan palvelimeen:

Palvelin: %LABEL%
IP: %IP%
Portti: %PORT%
Virhe: %ERROR%
Aika: %DATE%", - 'on_sms' => 'Palvelin \'%LABEL%\' on PÄÄLLÄ: ip=%IP%, portti=%PORT%', - 'on_email_subject' => 'TÄRKEÄÄ: Palvelin \'%LABEL%\' on PÄÄLLÄ', - 'on_email_body' => "Palvelin '%LABEL%' on takaisin päällä:

PAlvelin: %LABEL%
IP: %IP%
Portti: %PORT%
Aika: %DATE%", - 'on_pushover_title' => 'Palvelin \'%LABEL%\' on PÄÄLLÄ', - 'on_pushover_message' => 'Server \'%LABEL%\' on takaisin päällä:

Palvelin: %LABEL%
IP: %IP%
Portti: %PORT%
Aika: %DATE%', + 'off_sms' => 'Server \'%LABEL%\' is DOWN: ip=%IP%, port=%PORT%. Error=%ERROR%', + 'off_email_subject' => 'IMPORTANT: Server \'%LABEL%\' is DOWN', + 'off_email_body' => "Failed to connect to the following server:

Server: %LABEL%
IP: %IP%
Port: %PORT%
Error: %ERROR%
Date: %DATE%", + 'off_pushover_title' => 'Server \'%LABEL%\' is DOWN', + 'off_pushover_message' => "Failed to connect to the following server:

Server: %LABEL%
IP: %IP%
Port: %PORT%
Error: %ERROR%
Date: %DATE%", + 'on_sms' => 'Server \'%LABEL%\' is RUNNING: ip=%IP%, port=%PORT%', + 'on_email_subject' => 'IMPORTANT: Server \'%LABEL%\' is RUNNING', + 'on_email_body' => "Server '%LABEL%' is running again:

Server: %LABEL%
IP: %IP%
Port: %PORT%
Date: %DATE%", + 'on_pushover_title' => 'Server \'%LABEL%\' is RUNNING', + 'on_pushover_message' => 'Server \'%LABEL%\' is running again:

Server: %LABEL%
IP: %IP%
Port: %PORT%
Date: %DATE%', ), 'login' => array( 'welcome_usermenu' => 'Tervetuloa, %user_name%',