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

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

Add toolbar trigger for edit template

  • Property svn:eol-style set to LF
File size: 1.7 KB
Line 
1<?php
2/* $Id: plugin.lang.php,v 1.7 2009/06/30 19:01:51 Criss Exp $ */
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4global $lang;
5
6// ==================================================================
7// Edit block
8$lang['ce_edit'] = 'Comment edition';
9$lang['ce_author'] = 'Author';
10$lang['ce_author_free'] = 'Free choice of the author';
11$lang['ce_content'] = 'Comment';
12$lang['ce_edit_tool'] = 'Edit';
13$lang['ce_close_editor_title'] = 'Close edition block';
14$lang['ce_close_editor_alt'] = 'Close';
15
16// ==================================================================
17// Message block
18$lang['ce_'.CE_TYPE_INFO] = 'Information';
19$lang['ce_'.CE_TYPE_ERROR] = 'Error';
20$lang['ce_edit_forbidden'] = 'You are not allowed to edit this comment';
21$lang['ce_access_invalid'] = 'Invalid access';
22$lang['ce_close_message_title'] = 'Close message block';
23$lang['ce_close_message_alt'] = 'Close';
24
25// ==================================================================
26// Config
27$lang['ce_inconsistent_version'] = '%s: inconsistent version numbers';
28$lang['ce_no_unlink'] = 'Function \'unlink\' not available...';
29$lang['ce_unlink_errors'] = 'Error occured during file deletion';
30$lang['ce_config_saved'] = 'Configuration successfully saved';
31$lang['ce_config_saved_with_errors'] = 'Configuration saved with errors';
32$lang['ce_button_submit'] = 'Submit';
33
34// ==================================================================
35// Config tab
36$lang['ce_tab_config'] = 'Configuration';
37$lang['ce_config_desc'] = 'Plugin main configuration';
38$lang['ce_label_config'] = 'General configuration';
39$lang['ce_label_display_info'] = 'Display informative messages';
40$lang['ce_label_display_error'] = 'Display error messages';
41
42?>
Note: See TracBrowser for help on using the repository browser.