15 lines
536 B
PHP
15 lines
536 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_en_gb")) {
|
|
function string_plural_select_en_gb($n){
|
|
$n = intval($n);
|
|
return intval($n != 1);
|
|
}}
|
|
;
|
|
$a->strings["IFTTT Mirror"] = "IFTTT Mirror";
|
|
$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";
|