1<?php 2$lang['js']['sortasc'] = 'Sort Ascending'; 3$lang['js']['sortdesc'] = 'Sort Descending'; 4$lang['js']['indent'] = 'Add Indention'; 5$lang['js']['outdent'] = 'Remove Indention'; 6$lang['js']['counter'] = 'Word and Character Counts'; 7$lang['js']['f_r'] = 'Find and Replace'; 8 9$lang['js']['notext'] = 'No text selected'; 10 11$lang['js']['words'] = '%d words'; 12$lang['js']['chars'] = '%d chars'; 13$lang['js']['total'] = 'Total:'; 14$lang['js']['section'] = 'Section:'; 15$lang['js']['selection'] = 'Selection:'; 16 17$lang['js']['find'] = 'Find Next'; 18$lang['js']['replace'] = 'Replace'; 19$lang['js']['find_replace'] = 'Find and Replace'; 20$lang['js']['replace_all'] = 'Replace All'; 21$lang['js']['casematch'] = 'Match Exact Case'; 22$lang['js']['regexp'] = 'Use Regular Expression'; 23$lang['js']['wordmatch'] = 'Match whole words only'; 24$lang['js']['really'] = 'Really replace %d text occurances?'; 25$lang['js']['fromtop'] = 'End of the text was reached. Continue searching from top?'; 26$lang['js']['reerror'] = 'There was an error when evaluating the Regular Expression.'; 27$lang['js']['nothing'] = 'The term wasn\'t found.'; 28 29