source: extensions/CommentEditor/language/en_UK/plugin.lang.php @ 3465

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

Fix bug on administration page (text)

  • 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 14:40:27 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$lang['ce_button_submit'] = 'Submit';
27
28// ==================================================================
29// Config tab
30$lang['ce_tab_config'] = 'Configuration';
31$lang['ce_config_desc'] = 'Plugin main configuration';
32$lang['ce_label_config'] = 'General configuration';
33$lang['ce_label_display_info'] = 'Display informative messages';
34$lang['ce_label_display_error'] = 'Display error messages';
35
36?>
Note: See TracBrowser for help on using the repository browser.