xref: /plugin/tagging/lang/en/lang.php (revision 56d82720a486d9d1075b8cd0f5aa740fb85f9e56)
1<?php
2// for admin plugins, the menu prompt to be displayed in the admin menu
3// if set here, the plugin doesn't need to override the getMenuText() method
4$lang['menu'] = 'View and Change Tags';
5
6$lang['admin tag']                 = 'Tag name';
7$lang['admin occurrence']          = 'Occurrence';
8$lang['admin taggers']             = 'Used by';
9$lang['admin save']                = 'Save';
10$lang['admin find tag']            = 'Find Tag';
11$lang['admin new name']            = 'New name';
12$lang['admin rename tag']          = 'Rename tag';
13$lang['admin enter tag names']     = 'Please enter the current and the new tag name';
14$lang['admin tag does not exists'] = 'The tag name you entered does not exist.';
15$lang['admin renamed']             = 'Your tag has been renamed';
16
17$lang['search_section_title'] = 'Tagged pages:';
18$lang['js']['notags']         = 'No tags, yet';
19$lang['js']['nopages']        = 'No pages with this tag, yet';
20
21$lang['tagjmp_error'] = 'Could not find any page tagged with %s';
22