Improving translation for mysql user length, fixing tabs, enabling mysql limit note for MariaDB too, adding documentation for is_it_mysql_or_mariadb() PHP function

This commit is contained in:
dpeca 2016-10-11 00:34:41 +00:00
commit 6bf6cbd6d0
31 changed files with 75 additions and 37 deletions

View file

@ -746,5 +746,6 @@ $LANG['de'] = array(
'No encryption' => 'No encryption',
'Do not use encryption' => 'Do not use encryption',
'maximum 16 characters length, including prefix' => 'maximum 16 characters length, including prefix',
'maximum characters length, including prefix' => 'maximum %s characters length, including prefix',
);