mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
14 lines
573 B
PHP
14 lines
573 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fr")) {
|
|
function string_plural_select_fr($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["\"Superblock\" Settings"] = "Réglages de Superblock";
|
|
$a->strings["Comma separated profile URLS to block"] = "Liste d'URLS de profils à bloquer, séparés par des virgules";
|
|
$a->strings["Submit"] = "Envoyer";
|
|
$a->strings["SUPERBLOCK Settings saved."] = "Réglages Superblock sauvés.";
|
|
$a->strings["Block Completely"] = "Bloquer complètement";
|
|
$a->strings["superblock settings updated"] = "Réglages Superblock sauvés";
|
|
|