mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 10:02:12 +09:00
32 lines
1.8 KiB
PHP
32 lines
1.8 KiB
PHP
<?php
|
|
/**
|
|
* @file modules/layout/lang/fr.lang.php
|
|
* @author zero <zero@nzeo.com> Traduit par Pierre Duvent <PierreDuvent@gmail.com>
|
|
* @brief Paquet de la langue fondamentale du module pour Mise en Page
|
|
**/
|
|
|
|
$lang->cmd_layout_management = 'Configuration de Mise en Page';
|
|
$lang->cmd_layout_edit = 'Editer le Mise en Page';
|
|
|
|
$lang->layout_name = 'Nom du Mise en Page';
|
|
$lang->layout_maker = "Développeur du Mise en Page";
|
|
$lang->layout_history = "Mise à Jour";
|
|
$lang->layout_info = "Informations de Mise en Page";
|
|
$lang->layout_list = 'Liste des Mises en Page';
|
|
$lang->menu_count = 'Menus';
|
|
$lang->downloaded_list = 'Liste disponibles';
|
|
$lang->layout_preview_content = 'Le contenu sera exposé ici.';
|
|
$lang->not_apply_menu = 'Appliquer le Mise en Page sur tous les menus';
|
|
|
|
$lang->cmd_move_to_installed_list = "Mises en Page créés";
|
|
|
|
$lang->about_downloaded_layouts = "Mises en Page téléchargés";
|
|
$lang->about_title = 'Entrez le titre facile à distinguer quand vous le liez à un module.';
|
|
$lang->about_not_apply_menu = 'All connected module\'s layout will be changed by checking this option.';
|
|
|
|
$lang->about_layout = "Layout module helps you to create the site's layout easily.<br />By using layout setting and menu connection, website's completed shape will be displayed with various modules.<br />* Those layouts which are unabled to delete or modify are the blog or other module's layout. ";
|
|
$lang->about_layout_code =
|
|
"It will be applied to the service when you save the layout code after editing it.
|
|
Please first preview your code and then save it.
|
|
You can refer grammar of Zeroboard XE's template from <a href=\"#\" onclick=\"winopen('http://trac.zeroboard.com/trac/wiki/TemplateHandler');return false;\">ZeroboardXE Template</a>.";
|
|
?>
|