add lang fi + fr

This commit is contained in:
xiaomlove
2025-04-22 02:55:12 +07:00
parent 92530e2c79
commit ca33cbacfe
269 changed files with 13933 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
return [
'global_search' => 'Recherche globale',
'search_keyword' => 'Keyword',
'search_area' => 'Range',
'search_area_options' => [
'0' => 'Titre de la page',
'1' => 'Libellé',
'3' => 'Chargeur',
'4' => 'URL IMDB'
],
'search_modes' => [
'and' => 'Et',
'exact' => 'Exactement',
],
];