15 lines
426 B
PHP
15 lines
426 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fr")) {
|
|
function string_plural_select_fr($n){
|
|
$n = intval($n);
|
|
return ($n > 1);;
|
|
}}
|
|
;
|
|
$a->strings["Superblock"] = "";
|
|
$a->strings["Comma separated profile URLS to block"] = "";
|
|
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
|
$a->strings["SUPERBLOCK Settings saved."] = "";
|
|
$a->strings["Block Completely"] = "";
|
|
$a->strings["superblock settings updated"] = "";
|