updated translations

This commit is contained in:
Tobias Diekershoff 2024-08-15 06:44:57 +02:00 committed by heluecht
parent 4ad7d61893
commit a55f80cb39
12 changed files with 30 additions and 24 deletions

View file

@ -5,5 +5,5 @@ function string_plural_select_fr($n){
$n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Enable Krynn Addon'] = 'Activer l\'application complémentaire Krynn';
$a->strings['Enable Krynn Addon'] = 'Activer l\'extension Krynn';
$a->strings['Krynn Settings'] = 'Paramètres de Krynn';