source: extensions/CommentEditor/language/en_UK/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.4 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'] = 'Comment edition';
9$lang['comment_author'] = 'Author';
10$lang['comment_author_free'] = 'Free choice of the author';
11$lang['comment_content'] = 'Comment';
12$lang['comment_edit_tool'] = 'Edit';
13
14
15// ==================================================================
16// Message block
17$lang[CE_TYPE_INFO] = 'Information';
18$lang[CE_TYPE_ERROR] = 'Error';
19$lang['comment_edit_forbidden'] = 'You are not allowed to edit this comment';
20$lang['comment_access_invalid'] = 'Invalid access';
21
22// ==================================================================
23// Config
24$lang['ce_config_saved'] = 'Configuration successfully saved';
25$lang['ce_config_saved_with_errors'] = 'Configuration saved with errors';
26
27// ==================================================================
28// Config tab
29$lang['ce_tab_config'] = 'Configuration';
30$lang['ce_config_desc'] = 'Plugin main configuration';
31$lang['ce_label_config'] = 'General configuration';
32$lang['ce_label_display_info'] = 'Display informative messages';
33$lang['ce_label_display_error'] = 'Display error messages';
34
35?>
Note: See TracBrowser for help on using the repository browser.