2018-04-16 05:28:19 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_en_gb")) {
|
|
|
|
function string_plural_select_en_gb($n){
|
2019-06-22 06:02:23 +00:00
|
|
|
$n = intval($n);
|
2021-02-01 17:47:38 +00:00
|
|
|
return intval($n != 1);
|
2018-04-16 05:28:19 +00:00
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["IFTTT Mirror"] = "IFTTT Mirror";
|
2019-06-22 06:02:23 +00:00
|
|
|
$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\"";
|
2018-04-16 05:28:19 +00:00
|
|
|
$a->strings["Generate new key"] = "Generate new key";
|
|
|
|
$a->strings["Save Settings"] = "Save settings";
|