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

Last change on this file since 26670 was 26670, checked in by mistic100, 10 years ago

keep "tag" finally (revert r26668)

File size: 1000 bytes
Line 
1<?php
2
3$lang['Add a new color'] = 'Add a new color';
4$lang['Apply the same color to all tags'] = 'Apply the same color to all tags';
5$lang['Color'] = 'Color';
6$lang['Color added'] = 'Color added';
7$lang['Color deleted'] = 'Color deleted';
8$lang['Color saved'] = 'Color saved';
9$lang['Edit color'] = 'Edit color';
10$lang['Go to <a href="%s">Photos/Tags</a> to manage associations.'] = 'Go to <a href="%s">Photos/Tags</a> to manage associations.';
11$lang['Invalid color'] = 'Invalid color';
12$lang['Manage colors'] = 'Manage colors';
13$lang['This name is already used'] = 'This name is already used';
14$lang['Set a different color for each tag'] = 'Set a different color for each tag';
15$lang['Set tags color'] = 'Set tags color';
16$lang['Display colored tags'] = 'Display colored tags';
17$lang['Only on tags page'] = 'Only on tags page';
18$lang['Everywhere'] = 'Everywhere';
19$lang['New color'] = 'New color';
20$lang['You must fill all fields (name and color)'] = 'You must fill all fields (name and color)';
21
22?>
Note: See TracBrowser for help on using the repository browser.