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 tags']                = 'Tags';
8$lang['admin nonexistent page']    = 'Tagged nonexistent page';
9$lang['admin occurrence']          = 'Occurrence';
10$lang['admin namespaces']          = 'Namespaces';
11$lang['admin taggers']             = 'Saved by';
12$lang['admin actions']             = 'Actions';
13$lang['admin save']                = 'Save';
14$lang['admin find tag']            = 'Find Tag';
15$lang['admin new name']            = 'New name';
16$lang['admin rename tag']          = 'Rename tag';
17$lang['admin rename']              = 'Rename';
18$lang['admin filter']              = 'Filter by namespace';
19$lang['admin enter tag names']     = 'Please enter the current and the new tag name';
20$lang['admin tag does not exists'] = 'The tag name you entered does not exist.';
21$lang['admin renamed']             = 'Your tag has been renamed';
22$lang['admin delete_selected']     = 'Delete Selected';
23$lang['admin delete']              = 'Delete';
24$lang['admin filter button']       = 'Filter';
25$lang['admin deleted']             = 'You have deleted %d tags on %d pages';
26$lang['admin sort ascending']      = 'Sort ascending';
27$lang['admin sort descending']     = 'Sort descending';
28$lang['admin no invalid']          = 'No invalid tags found.';
29$lang['admin clean']               = 'Irrevocably delete all invalid taggings';
30$lang['toggle admin mode']         = 'Tag Admin';
31
32$lang['no_admin']                  = 'Error. Only admins can modify tags.';
33
34$lang['search_section_title']      = 'Pages tagged';
35$lang['search_suggestions']        = 'Matching tags';
36$lang['search_any_tag']            = 'Tag search: any';
37$lang['search_all_tags']           = 'Tag search: all';
38$lang['search_all_label']          = 'AND';
39$lang['search_any_label']          = 'OR';
40$lang['search_filter_label']       = 'Tag filter';
41$lang['js']['notags']              = 'No tags, yet';
42$lang['js']['nopages']             = 'No pages with this tag, yet';
43$lang['js']['admin_change_tag']    = 'Change the tag';
44$lang['js']['admin_tagged_pages']  = 'Tagged pages';
45$lang['js']['admin_confirm']       = 'Confirm';
46$lang['js']['admin_cancel']        = 'Cancel';
47$lang['js']['admin_rename']        = 'Rename';
48$lang['js']['admin_delete']        = 'Delete';
49$lang['js']['admin_warning_all']   = 'Warning: Changes will be applied to ALL tags, regardless of table filters!';
50$lang['js']['admin_sure']          = 'Are you sure?';
51$lang['js']['admin_newtags']       = 'Please enter the new tag name. You can provide multiple comma separated tags to split the tag into multiple.';
52$lang['js']['search_nofilter']     = 'nothing found';
53
54
55$lang['tagjmp_error'] = 'Could not find any page tagged with %s';
56