From 210e1bed1676627deb41268e3517a83548782663 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 5 Apr 2019 07:03:08 +0200 Subject: [PATCH] update SV translation of blackout THX Bjoessi --- blackout/lang/sv/messages.po | 57 +++++++++++++++++++++++------------- blackout/lang/sv/strings.php | 10 ++++--- 2 files changed, 42 insertions(+), 25 deletions(-) diff --git a/blackout/lang/sv/messages.po b/blackout/lang/sv/messages.po index af391856..31931bf7 100644 --- a/blackout/lang/sv/messages.po +++ b/blackout/lang/sv/messages.po @@ -6,13 +6,14 @@ # Translators: # Jonatan Nyberg, 2017 # Tim Stahel , 2018 +# Bjoessi , 2019 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-11-13 12:35+0000\n" -"Last-Translator: Tim Stahel \n" +"POT-Creation-Date: 2019-03-12 09:26+0100\n" +"PO-Revision-Date: 2019-04-04 20:32+0000\n" +"Last-Translator: Bjoessi \n" "Language-Team: Swedish (http://www.transifex.com/Friendica/friendica/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,34 +21,48 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: blackout.php:99 +#: blackout.php:101 +msgid "" +"The end-date is prior to the start-date of the blackout, you should fix this" +msgstr "Slutdatumet ligger före startdatumet för nedsläckningen, du bör rätta detta." + +#: blackout.php:103 +#, php-format +msgid "" +"Please double check that the current settings for the blackout. Begin will " +"be %s and it will end %s." +msgstr "Vänligen försäkra dig om att inställningarna för nedsläckningen är korrekt. Början %s och slut %s." + +#: blackout.php:106 msgid "Save Settings" msgstr "Spara inställningar" -#: blackout.php:100 +#: blackout.php:107 msgid "Redirect URL" msgstr "Omdirigera URL" -#: blackout.php:100 +#: blackout.php:107 msgid "all your visitors from the web will be redirected to this URL" msgstr "alla dina besökare från webben kommer omdirigeras till denna URL" -#: blackout.php:101 +#: blackout.php:108 msgid "Begin of the Blackout" -msgstr "Start av blackouten" - -#: blackout.php:101 -msgid "" -"format is YYYY year, MM month, DD day, " -"hh hour and mm minute" -msgstr "format är ÅÅÅÅ år, MM månad, DD dag, hh timma och mm minut" - -#: blackout.php:102 -msgid "End of the Blackout" -msgstr "Slut av blackouten" +msgstr "Start på nedsläckningen" #: blackout.php:108 msgid "" -"The end-date is prior to the start-date of the blackout, you should fix " -"this." -msgstr "Slutdatumet är före startdatumet för blackouten, du borde fixa detta." +"Format is YYYY-MM-DD hh:mm; YYYY year, MM month, " +"DD day, hh hour and mm minute." +msgstr "Formatet är ÅÅÅÅ-MM-DD tt:mm; ÅÅÅÅ år, MM månad, DD dag, tt timme och mm minut." + +#: blackout.php:109 +msgid "End of the Blackout" +msgstr "Slut på nedsläckningen" + +#: blackout.php:111 +msgid "" +"Note: The redirect will be active from the moment you press" +" the submit button. Users currently logged in will not be " +"thrown out but can't login again after logging out should the blackout is " +"still in place." +msgstr "Observera: Hänvisningen kommer att träda i kraft när du trycker på skicka-knappen. Användare som just nu är inloggade kommer inte bli utkastade men kan inte logga in igen efter utloggning om nedsläckningen fortfarande är i kraft. " diff --git a/blackout/lang/sv/strings.php b/blackout/lang/sv/strings.php index 2a008cca..d7eadfd4 100644 --- a/blackout/lang/sv/strings.php +++ b/blackout/lang/sv/strings.php @@ -6,10 +6,12 @@ function string_plural_select_sv($n){ return ($n != 1);; }} ; +$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Slutdatumet ligger före startdatumet för nedsläckningen, du bör rätta detta."; +$a->strings["Please double check that the current settings for the blackout. Begin will be %s and it will end %s."] = "Vänligen försäkra dig om att inställningarna för nedsläckningen är korrekt. Början %s och slut %s."; $a->strings["Save Settings"] = "Spara inställningar"; $a->strings["Redirect URL"] = "Omdirigera URL"; $a->strings["all your visitors from the web will be redirected to this URL"] = "alla dina besökare från webben kommer omdirigeras till denna URL"; -$a->strings["Begin of the Blackout"] = "Start av blackouten"; -$a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "format är ÅÅÅÅ år, MM månad, DD dag, hh timma och mm minut"; -$a->strings["End of the Blackout"] = "Slut av blackouten"; -$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Slutdatumet är före startdatumet för blackouten, du borde fixa detta."; +$a->strings["Begin of the Blackout"] = "Start på nedsläckningen"; +$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Formatet är ÅÅÅÅ-MM-DD tt:mm; ÅÅÅÅ år, MM månad, DD dag, tt timme och mm minut."; +$a->strings["End of the Blackout"] = "Slut på nedsläckningen"; +$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Observera: Hänvisningen kommer att träda i kraft när du trycker på skicka-knappen. Användare som just nu är inloggade kommer inte bli utkastade men kan inte logga in igen efter utloggning om nedsläckningen fortfarande är i kraft. ";