X-Git-Url: https://reisub.nsupdate.info/git/?a=blobdiff_plain;f=ifttt%2Flang%2Fen-gb%2Fstrings.php;h=0b5aaeadaf70d4d50cf0d4e9bd25c6a08a3b1c35;hb=f6ce58b8b7cad4b689b2bb9ee069fc5bb997369b;hp=11d56fde644eacbfbdf9f62b7e67afd3a5efdd7d;hpb=e40f080da0c442b2649b593dda0adcc56ade5377;p=friendica-addons.git%2F.git 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";