From 9cfca46fd4e4590fc5f7e5347635d39eed7aa296 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 6 May 2018 11:23:53 +0200 Subject: [PATCH] blackout FI translation THX Samuli Valavuo --- blackout/lang/fi-fi/messages.po | 9 +++++---- blackout/lang/fi-fi/strings.php | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/blackout/lang/fi-fi/messages.po b/blackout/lang/fi-fi/messages.po index 3721fb1c..09f2e976 100644 --- a/blackout/lang/fi-fi/messages.po +++ b/blackout/lang/fi-fi/messages.po @@ -6,13 +6,14 @@ # Translators: # Kris, 2018 # Kris, 2018 +# Samuli Valavuo , 2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2018-04-17 19:15+0000\n" -"Last-Translator: Kris\n" +"PO-Revision-Date: 2018-05-04 06:49+0000\n" +"Last-Translator: Samuli Valavuo \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,7 +31,7 @@ msgstr "Uudelleenohjaus URL-osoite" #: blackout.php:100 msgid "all your visitors from the web will be redirected to this URL" -msgstr "" +msgstr "kaikki kävijät uudelleenohjataan tähän URL-osoitteeseen" #: blackout.php:101 msgid "Begin of the Blackout" @@ -50,4 +51,4 @@ msgstr "Blackout loppuu" msgid "" "The end-date is prior to the start-date of the blackout, you should fix " "this." -msgstr "" +msgstr "Blackoutin päättymispäivä on ennen alkamispäivää, korjaa tämä." diff --git a/blackout/lang/fi-fi/strings.php b/blackout/lang/fi-fi/strings.php index 834b295d..898e730f 100644 --- a/blackout/lang/fi-fi/strings.php +++ b/blackout/lang/fi-fi/strings.php @@ -7,8 +7,8 @@ function string_plural_select_fi_fi($n){ ; $a->strings["Save Settings"] = "Tallenna asetukset"; $a->strings["Redirect URL"] = "Uudelleenohjaus URL-osoite"; -$a->strings["all your visitors from the web will be redirected to this URL"] = ""; +$a->strings["all your visitors from the web will be redirected to this URL"] = "kaikki kävijät uudelleenohjataan tähän URL-osoitteeseen"; $a->strings["Begin of the Blackout"] = "Blackout alkaa"; $a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "formaati on VVVV vuosi, KK kuukausi, PP päivä, tt tunti ja mm minuutti"; $a->strings["End of the Blackout"] = "Blackout loppuu"; -$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = ""; +$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Blackoutin päättymispäivä on ennen alkamispäivää, korjaa tämä.";