mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
krynn addon FR translation updated THX bob lebonche
This commit is contained in:
parent
d0477a0fe9
commit
59146f9879
2 changed files with 48 additions and 5 deletions
|
@ -1,5 +1,12 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Krynn Settings"] = "Réglages des Krynn";
|
||||
$a->strings["Enable Krynn Addon"] = "Activer Krynn";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Krynn"] = "Krynn";
|
||||
$a->strings["Krynn Settings"] = "Paramètres de Krynn";
|
||||
$a->strings["Enable Krynn Addon"] = "Activer l'application complémentaire Krynn";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue