<?php
$lang['js']['sortasc']   = 'Sort Ascending';
$lang['js']['sortdesc']  = 'Sort Descending';
$lang['js']['indent']    = 'Add Indention';
$lang['js']['outdent']   = 'Remove Indention';
$lang['js']['counter']   = 'Word and Character Counts';
$lang['js']['f_r']       = 'Find and Replace';

$lang['js']['notext']    = 'No text selected';

$lang['js']['words']     = '%d words';
$lang['js']['chars']     = '%d chars';
$lang['js']['total']     = 'Total:';
$lang['js']['section']   = 'Section:';
$lang['js']['selection'] = 'Selection:';

$lang['js']['find']         = 'Find Next';
$lang['js']['replace']      = 'Replace';
$lang['js']['find_replace'] = 'Find and Replace';
$lang['js']['replace_all']  = 'Replace All';
$lang['js']['casematch']    = 'Match Exact Case';
$lang['js']['regexp']       = 'Use Regular Expression';
$lang['js']['wordmatch']    = 'Match whole words only';
$lang['js']['really']       = 'Really replace %d text occurances?';
$lang['js']['fromtop']      = 'End of the text was reached. Continue searching from top?';
$lang['js']['reerror']      = 'There was an error when evaluating the Regular Expression.';
$lang['js']['nothing']      = 'The term wasn\'t found.';

