<?php
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'Tagging settings';

$lang['admin headline'] = 'Tagging Plugin';
$lang['admin tag'] = 'Tag name';
$lang['admin occurrence'] = 'Occurrence';
$lang['admin save'] = 'Save';
$lang['admin find tag'] = 'Find Tag';
$lang['admin new name'] = 'New name';
$lang['admin rename tag'] = 'Rename tag';
$lang['admin enter tag names'] = 'Please enter the actual and the new tag name';
$lang['admin tag does not exists'] = 'The tag name you entered does not exist.';
$lang['admin saved'] = 'Saved';

$lang['search_section_title'] = 'Tagged pages';
$lang['js']['notags']         = 'No tags yet';
$lang['js']['nopages']        = 'No pages with this tag yet';