From 7e1f51b0f9fb6135eddd197be6fa4799b866fc64 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 15 Feb 2017 08:13:06 +0100 Subject: [PATCH] SV update to the strings --- view/lang/sv/messages.po | 7 ++++--- view/lang/sv/strings.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/view/lang/sv/messages.po b/view/lang/sv/messages.po index f3c786844..16d4ba89f 100644 --- a/view/lang/sv/messages.po +++ b/view/lang/sv/messages.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the Friendica package. # # Translators: +# Jonatan Nyberg , 2017 # Mike Macgirvin, 2010 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-12-19 07:46+0100\n" -"PO-Revision-Date: 2016-12-19 10:01+0000\n" -"Last-Translator: fabrixxm \n" +"PO-Revision-Date: 2017-02-13 20:15+0000\n" +"Last-Translator: Jonatan Nyberg \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,7 +21,7 @@ msgstr "" #: include/contact_widgets.php:6 msgid "Add New Contact" -msgstr "" +msgstr "Lägg till kontakt" #: include/contact_widgets.php:7 msgid "Enter address or web location" diff --git a/view/lang/sv/strings.php b/view/lang/sv/strings.php index 6a789c061..499ed9200 100644 --- a/view/lang/sv/strings.php +++ b/view/lang/sv/strings.php @@ -5,7 +5,7 @@ function string_plural_select_sv($n){ return ($n != 1);; }} ; -$a->strings["Add New Contact"] = ""; +$a->strings["Add New Contact"] = "Lägg till kontakt"; $a->strings["Enter address or web location"] = ""; $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exempel: adam@exempel.com, http://exempel.com/bertil"; $a->strings["Connect"] = "Skicka kontaktförfrågan";