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

@@ -309,7 +309,7 @@ function PMA_pluginGetOptions($section, &$list)
}
}
if ($count == 0) {
$ret .= $GLOBALS['strNoOptions'];
$ret .= __('This format has no options');
}
$ret .= '</fieldset>';
}