mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3890 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3aad74c272
commit
d6720850cc
1 changed files with 31 additions and 0 deletions
31
modules/integration_search/lang/fr.lang.php
Normal file
31
modules/integration_search/lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/fr.lang.php
|
||||
* @author zero <zero@nzeo.com> Traduit par Pierre Duvent <PierreDuvent@gmail.com>
|
||||
* @brief Paquet de la langue française (Choses fondamentales seulement)
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Recherche Intégrée";
|
||||
|
||||
$lang->sample_code = "Code d\'échantillon";
|
||||
$lang->about_target_module = "Les modules choisis seulement seront les cibles. Faites attention quand vous mettez la permission, SVP.";
|
||||
$lang->about_sample_code = "Vous pouvez utiliser la Reherche Intégrée en ajoutant le code ci-dessus dans le Mise en Page ou d\'autres choses.";
|
||||
$lang->msg_no_keyword = "Entrez le mot de clé à rechercher, SVP.";
|
||||
|
||||
$lang->is_result_text = "Il y a <strong>%d</strong> résultat(s) pour <strong>'%s'</strong>";
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'title' => 'Titre',
|
||||
'content' => 'Contenu',
|
||||
'title_content' => 'Titre+Contenu',
|
||||
'comment' => 'Commentaire',
|
||||
'tag' => 'Tags',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Enrégistré',
|
||||
'comment_count' => 'Commentaires',
|
||||
'readed_count' => 'Vues',
|
||||
'voted_count' => 'Recommendés',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue