]> git.mxchange.org Git - friendica-addons.git/blob - ifttt/lang/en-gb/strings.php
curweather addon FR translation updated THX bob lebonche
[friendica-addons.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 intval($n != 1);
7 }}
8 ;
9 $a->strings["IFTTT Mirror"] = "IFTTT Mirror";
10 $a->strings["Body for \"new status message\""] = "Body for \"new status message\"";
11 $a->strings["Body for \"new photo upload\""] = "Body for \"new photo upload\"";
12 $a->strings["Body for \"new link post\""] = "Body for \"new link post\"";
13 $a->strings["Generate new key"] = "Generate new key";
14 $a->strings["Save Settings"] = "Save settings";