2018-06-18 05:37:59 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_en_us")) {
|
|
|
|
function string_plural_select_en_us($n){
|
|
|
|
$n = intval($n);
|
2021-02-01 12:47:38 -05:00
|
|
|
return intval($n != 1);
|
2018-06-18 05:37:59 -04:00
|
|
|
}}
|
2021-10-10 02:27:53 -04:00
|
|
|
$a->strings['Comma separated profile URLS to block'] = 'Comma-separated profile URLs to block';
|