source: extensions/CommentEditor/language/fr_FR/plugin.lang.php @ 3462

Last change on this file since 3462 was 3462, checked in by Criss, 15 years ago

Display edit block on picture page if request comes from this page
Add simple administration configuration management
Add and remove default configuration from databaseon plugin install / uninstall

  • Property svn:eol-style set to LF
File size: 1.3 KB
Line 
1<?php
2/* $Id: plugin.lang.php,v 1.5 2009/06/26 08:56:33 Criss Exp $ */
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4global $lang;
5
6// ==================================================================
7// Edit block
8$lang['comment_edit'] = 'Edition de commentaire';
9$lang['comment_author'] = 'Auteur';
10$lang['comment_author_free'] = 'Choix libre de l\'auteur';
11$lang['comment_content'] = 'Commentaire';
12$lang['comment_edit_tool'] = 'Editer';
13
14// ==================================================================
15// Message block
16$lang[CE_TYPE_INFO] = 'Information';
17$lang[CE_TYPE_ERROR] = 'Erreur';
18$lang['comment_edit_forbidden'] = 'Vous n\'êtes pas autorisé à  éditer ce commentaire';
19$lang['comment_access_invalid'] = 'Accès invalide';
20
21// ==================================================================
22// Config
23$lang['ce_config_saved'] = 'Configuration sauvée avec succès';
24$lang['ce_config_saved_with_errors'] = 'Configuration sauvée mais avec des erreurs';
25
26// ==================================================================
27// Config tab
28$lang['ce_tab_config'] = 'Configuration';
29$lang['ce_config_desc'] = 'Configuration principale du plugin';
30$lang['ce_label_config'] = 'Configuration générale';
31$lang['ce_label_display_info'] = 'Afficher les messages informatifs';
32$lang['ce_label_display_error'] = 'Afficher les messages d\'erreurs';
33?>
Note: See TracBrowser for help on using the repository browser.