mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
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:
parent
3b42d0a941
commit
6bf6cbd6d0
31 changed files with 75 additions and 37 deletions
|
@ -746,5 +746,6 @@ $LANG['se'] = 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',
|
||||
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue