strings to gettext, second batch

This commit is contained in:
Marc Delisle
2010-05-04 20:07:19 -04:00
parent 2d304c1f8c
commit 2182098af6
138 changed files with 104895 additions and 81022 deletions

View File

@@ -56,17 +56,17 @@ switch($submit_mult) {
// leave as is
break;
case $GLOBALS['strExport']:
case __('Export'):
$submit_mult = 'row_export';
break;
case $GLOBALS['strDelete']:
case $GLOBALS['strKill']:
case __('Delete'):
case __('Kill'):
$submit_mult = 'row_delete';
break;
default:
case $GLOBALS['strEdit']:
case __('Edit'):
$submit_mult = 'row_edit';
break;
}