regenerated all strings.php files from the current translation strings (message.po)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
if(! function_exists("string_plural_select_ca")) {
|
||||
function string_plural_select_ca($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Blockem"] = "Blockem";
|
||||
|
||||
Reference in New Issue
Block a user