1<?php
2
3// for admin plugins, the menu prompt to be displayed in the admin menu
4// if set here, the plugin doesn't need to override the getMenuText() method
5$lang['menu'] = 'Google Analytics';
6