mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4020 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9ad2163649
commit
f688fa1b7b
3 changed files with 28 additions and 28 deletions
|
|
@ -110,7 +110,7 @@
|
||||||
$lang->friend = 'Les Amis';
|
$lang->friend = 'Les Amis';
|
||||||
$lang->notify = 'Annoncer';
|
$lang->notify = 'Annoncer';
|
||||||
|
|
||||||
$lang->mid = 'Nom de Module';
|
$lang->mid = 'Nom';
|
||||||
$lang->layout = 'Mise en Page';
|
$lang->layout = 'Mise en Page';
|
||||||
$lang->widget = 'Widget';
|
$lang->widget = 'Widget';
|
||||||
$lang->module = 'Module';
|
$lang->module = 'Module';
|
||||||
|
|
|
||||||
|
|
@ -10,29 +10,29 @@
|
||||||
$lang->except_notice = "Exclure des Notices";
|
$lang->except_notice = "Exclure des Notices";
|
||||||
|
|
||||||
$lang->cmd_manage_menu = 'Arrangement de Menu';
|
$lang->cmd_manage_menu = 'Arrangement de Menu';
|
||||||
$lang->cmd_make_child = 'Ajouter une enfant catégorie';
|
$lang->cmd_make_child = 'Ajouter une enfant catgorie';
|
||||||
$lang->cmd_enable_move_category = "Bouger la position de la catégorie (Cochez la case et puis glisser le menu que vous voulez déplacer)";
|
$lang->cmd_enable_move_category = "Bouger la position de la catgorie (Cochez la case et puis glisser le menu que vous voulez dplacer)";
|
||||||
|
|
||||||
// Item
|
// Item
|
||||||
$lang->parent_category_title = 'Parent catégorie';
|
$lang->parent_category_title = 'catgorie mre';
|
||||||
$lang->category_title = 'Catégorie';
|
$lang->category_title = 'Catgorie';
|
||||||
$lang->expand = 'Etendre';
|
$lang->expand = 'Etendre';
|
||||||
$lang->category_group_srls = 'Groupe Accessible';
|
$lang->category_group_srls = 'Groupe Accessible';
|
||||||
$lang->search_result = 'Résultat de la Recherche';
|
$lang->search_result = 'Rsultat de la Recherche';
|
||||||
$lang->consultation = 'Consultation';
|
$lang->consultation = 'Consultation';
|
||||||
|
|
||||||
// Mots utilisés en bouton
|
// Mots utiliss en bouton
|
||||||
$lang->cmd_board_list = 'Liste des Panneaux';
|
$lang->cmd_board_list = 'Liste des Panneaux';
|
||||||
$lang->cmd_module_config = 'Configuration commun pour les Panneau';
|
$lang->cmd_module_config = 'Configuration commun pour les Panneau';
|
||||||
$lang->cmd_view_info = 'Information des Panneau';
|
$lang->cmd_view_info = 'Information des Panneau';
|
||||||
|
|
||||||
// blah blah..
|
// blah blah..
|
||||||
$lang->about_category_title = 'Entrez le nom de la catégorie, SVP.';
|
$lang->about_category_title = 'Entrez le nom de la catgorie, SVP.';
|
||||||
$lang->about_expand = 'Si vous cochez la case, ce sera toujours étendu';
|
$lang->about_expand = 'Si vous cochez la case, ce sera toujours tendu';
|
||||||
$lang->about_category_group_srls = 'Le groupe sélectionné seulement pourra voir ces catégories. (Ouvrir manuellement le fiche de xml, c\'est l\'exposer)';
|
$lang->about_category_group_srls = 'Le groupe slectionn seulement pourra voir ces catgories. (Ouvrir manuellement le fiche de xml, c\'est l\'exposer)';
|
||||||
$lang->about_layout_setup = 'Vous pouvez manuellement modifier le code de Mise en Page du Panneau. Insérez ou arrangez le code de Widget n\'importe où vous voulez.';
|
$lang->about_layout_setup = 'Vous pouvez manuellement modifier le code de Mise en Page du Panneau. Insrez ou arrangez le code de Widget n\'importe o vous voulez.';
|
||||||
$lang->about_board_category = 'Vous pouvez créer des catégories d\'affichage dans le tableau. Quand la catégorie d\'affichage est cassé, essayez manuellement rétablir la fichier cache.';
|
$lang->about_board_category = 'Vous pouvez crer des catgories d\'affichage dans le tableau. Quand la catgorie d\'affichage est cass, essayez manuellement rtablir la fichier cache.';
|
||||||
$lang->about_except_notice = "L\'Article de Notice ne sera exposé sur la liste normale.";
|
$lang->about_except_notice = "L\'Article de Notice ne sera expos sur la liste normale.";
|
||||||
$lang->about_board = "Ce module se sert à créer et arranger des Panneau.\nAprès avoir créé un module, si vous cliquez le nom sur le leste, vous pouvez configurer specifiquement.\nFaites attention quand vous choisissez le nom du module du Panneau, car ce sera URL. (ex : http://domain/zb/?mid=nom_de_module)";
|
$lang->about_board = "Ce module se sert à créer et arranger des Panneau.\nAprés avoir créé un module, si vous cliquez le nom sur le liste, vous pouvez configurer spécifiquement.\nFaites attention quand vous choisissez le nom du module du Panneau, car ce sera URL. (ex : http://domain/zb/?mid=nom_de_module)";
|
||||||
$lang->about_consultation = "Les membres non-administratifs verront seulement les ariticles d\'eux-même.\nNon-membres ne pourraient pas écrire des articles quand la Consultation est appliqué.";
|
$lang->about_consultation = "Les membres non-administratifs verront seulement les ariticles d\'eux-mme.\nNon-membres ne pourraient pas crire des articles quand la Consultation est appliqu.";
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -5,23 +5,23 @@
|
||||||
* @brief Paquet de la langue fondamentale du module pour Mise en Page
|
* @brief Paquet de la langue fondamentale du module pour Mise en Page
|
||||||
**/
|
**/
|
||||||
|
|
||||||
$lang->cmd_layout_management = 'Configuration du Mise en Page';
|
$lang->cmd_layout_management = 'Configuration de Mise en Page';
|
||||||
$lang->cmd_layout_edit = 'Edit Layout';
|
$lang->cmd_layout_edit = 'Editer le Mise en Page';
|
||||||
|
|
||||||
$lang->layout_name = 'Layout Name';
|
$lang->layout_name = 'Nom du Mise en Page';
|
||||||
$lang->layout_maker = "Layout Developer";
|
$lang->layout_maker = "Développeur du Mise en Page";
|
||||||
$lang->layout_history = "Updates";
|
$lang->layout_history = "Mise à Jour";
|
||||||
$lang->layout_info = "Layout Info";
|
$lang->layout_info = "Informations de Mise en Page";
|
||||||
$lang->layout_list = 'Layout List';
|
$lang->layout_list = 'Liste des Mises en Page';
|
||||||
$lang->menu_count = 'Menus';
|
$lang->menu_count = 'Menus';
|
||||||
$lang->downloaded_list = 'Download List';
|
$lang->downloaded_list = 'Liste disponibles';
|
||||||
$lang->layout_preview_content = 'The content gets displayed here';
|
$lang->layout_preview_content = 'Le contenu sera exposé ici.';
|
||||||
$lang->not_apply_menu = 'Apply Layouts';
|
$lang->not_apply_menu = 'Appliquer le Mise en Page sur tous les menus';
|
||||||
|
|
||||||
$lang->cmd_move_to_installed_list = "View created list";
|
$lang->cmd_move_to_installed_list = "Mises en Page créés";
|
||||||
|
|
||||||
$lang->about_downloaded_layouts = "List of downloaded layouts";
|
$lang->about_downloaded_layouts = "Mises en Page téléchargés";
|
||||||
$lang->about_title = 'Please input the title that is easy to verify when connecting to module';
|
$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_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 = "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. ";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue