mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
superblock addon FR translation update THX ButterflyOfFire
This commit is contained in:
parent
973e75f2bc
commit
5140f6addc
2 changed files with 58 additions and 10 deletions
|
@ -1,10 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["\"Blockem\" Settings"] = "Réglages de Blockem";
|
||||
$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["BLOCKEM Settings saved."] = "Réglages Blockem sauvés.";
|
||||
$a->strings["Blocked %s - Click to open/close"] = "Bloqué %s - Cliquez pour ouvrir/fermer";
|
||||
$a->strings["Unblock Author"] = "Débloquer l'auteur";
|
||||
$a->strings["Block Author"] = "Bloquer l'auteur";
|
||||
$a->strings["blockem settings updated"] = "Réglages blockem sauvés";
|
||||
<?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"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue