ifttt addon added EN_GB translation THX AndyH3
[friendica-addons.git/.git] / ifttt / lang / en-gb / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_gb")) {
4 function string_plural_select_en_gb($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["IFTTT Mirror"] = "IFTTT Mirror";
10 $a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:";
11 $a->strings["Body for \"new status message\""] = "Body for \"new status message\"";
12 $a->strings["Body for \"new photo upload\""] = "Body for \"new photo upload\"";
13 $a->strings["Body for \"new link post\""] = "Body for \"new link post\"";
14 $a->strings["Generate new key"] = "Generate new key";
15 $a->strings["Save Settings"] = "Save settings";