diff --git a/ifttt/lang/en-gb/messages.po b/ifttt/lang/en-gb/messages.po index 13cabc13..09264292 100644 --- a/ifttt/lang/en-gb/messages.po +++ b/ifttt/lang/en-gb/messages.po @@ -3,14 +3,18 @@ # This file is distributed under the same license as the Friendica ifttt addon package. # # +# Translators: +# Kris, 2018 +# Andy H3 , 2019 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-11-27 09:30+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Kris, 2018\n" +"PO-Revision-Date: 2017-11-27 10:37+0000\n" +"Last-Translator: Andy H3 , 2019\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/Friendica/teams/12172/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,18 +33,22 @@ msgid "" "href=\"https://ifttt.com/maker\">Maker (In the form \"if Facebook then " "Maker\") with the following parameters:" msgstr "" +"Create an account at IFTTT. Create " +"three Facebook recipes that are connected with Maker (In the form \"if Facebook then " +"Maker\") with the following parameters:" #: ifttt.php:68 msgid "Body for \"new status message\"" -msgstr "" +msgstr "Body for \"new status message\"" #: ifttt.php:70 msgid "Body for \"new photo upload\"" -msgstr "" +msgstr "Body for \"new photo upload\"" #: ifttt.php:72 msgid "Body for \"new link post\"" -msgstr "" +msgstr "Body for \"new link post\"" #: ifttt.php:77 msgid "Generate new key" diff --git a/ifttt/lang/en-gb/strings.php b/ifttt/lang/en-gb/strings.php index 11d56fde..0b5aaead 100644 --- a/ifttt/lang/en-gb/strings.php +++ b/ifttt/lang/en-gb/strings.php @@ -2,13 +2,14 @@ if(! function_exists("string_plural_select_en_gb")) { function string_plural_select_en_gb($n){ + $n = intval($n); return ($n != 1);; }} ; $a->strings["IFTTT Mirror"] = "IFTTT Mirror"; -$a->strings["Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form \"if Facebook then Maker\") with the following parameters:"] = ""; -$a->strings["Body for \"new status message\""] = ""; -$a->strings["Body for \"new photo upload\""] = ""; -$a->strings["Body for \"new link post\""] = ""; +$a->strings["Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form \"if Facebook then Maker\") with the following parameters:"] = "Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form \"if Facebook then Maker\") with the following parameters:"; +$a->strings["Body for \"new status message\""] = "Body for \"new status message\""; +$a->strings["Body for \"new photo upload\""] = "Body for \"new photo upload\""; +$a->strings["Body for \"new link post\""] = "Body for \"new link post\""; $a->strings["Generate new key"] = "Generate new key"; $a->strings["Save Settings"] = "Save settings";