1<?php
2
3$lang['js']['up']    = 'Previous search hit';
4$lang['js']['down']  = 'Next search hit';
5$lang['js']['close'] = 'Close and remove search hit highlighting';
6$lang['js']['start'] = 'Document end reached, continuing at the top.';
7$lang['js']['end']   = 'Document start reached, continuing at the end.';
8