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'] = 'Tagging settings'; 5 6$lang['admin headline'] = 'Tagging Plugin'; 7$lang['admin tag'] = 'Tag name'; 8$lang['admin occurrence'] = 'Occurrence'; 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 actual and the new tag name'; 14$lang['admin tag does not exists'] = 'The tag name you entered does not exist.'; 15$lang['admin saved'] = 'Saved'; 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';