source: extensions/typetags/language/en_UK/plugin.lang.php @ 3609

Last change on this file since 3609 was 3609, checked in by patdenice, 15 years ago

Convert all php and tpl files in Unix format for my plugins.

File size: 1.4 KB
Line 
1<?php
2
3$lang['typetags_error'] = 'You have to inform all fileds (name and color).';
4$lang['typetags_saved'] = 'TypeTag saved.';
5$lang['typetags_suppr'] = 'TypeTags deleted.';
6$lang['typetag_suppr'] = 'TypeTag deleted.';
7$lang['typetags_already exists'] = 'This TypeTag already exist.';
8$lang['Edit selected typetags'] = 'Edit selected TypeTags.';
9$lang['Delete selected typetags'] = 'Delete selected TypeTags.';
10$lang['Edit typetags'] = 'Edit TypeTags';
11$lang['New color'] = 'New color';
12$lang['Create a Typetag'] = 'Create a TypeTag';
13$lang['New TypeTag'] = 'Name of TypeTag';
14$lang['ColorTypeTag'] = 'Color of TypeTag';
15$lang['TypeTag selection'] = 'Edit - Delete TypeTags';
16$lang['TypeTag association'] = 'Associate TypeTags';
17$lang['TypeTag dissociation'] = 'Dissociate TypeTags';
18$lang['existing_typetag_list'] = 'TypeTag to associate :';
19$lang['associate'] = 'Associate';
20$lang['dissociate'] = 'Dissociate';
21$lang['typetags_associated'] = 'TypeTag associated.';
22$lang['typetags_dissociated'] = 'TypeTag dissociated.';
23$lang['choose_typetag'] = ' Choose TypeTag to associate ';
24$lang['error_associate'] = ' You must choose Tag(s) AND a TypeTag ';
25$lang['error_dissociate'] = ' You must to chosse Tag(s) to dissociate ';
26
27$lang['Edited TypeTag'] = 'Edited Typetag';
28$lang['New name'] = 'New name';
29$lang['Modify'] = 'Modify';
30$lang['You should select only one Typetag to edit.'] = 'You should select only one Typetag to edit.';
31
32?>
Note: See TracBrowser for help on using the repository browser.