X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=install%2Findex.php;h=5a2b24bc7b9a65f9a87f5098c542e8aa8acd5a8a;hb=74a49d03b2e819fa55da40a7e385f7daeb681081;hp=7e164e81bf3a5f9f27cfdb5578e70e8986fcf24a;hpb=6ad3696e667dae724be6b85a10610df5889851fc;p=fa-stable.git diff --git a/install/index.php b/install/index.php index 7e164e81..5a2b24bc 100644 --- a/install/index.php +++ b/install/index.php @@ -358,6 +358,7 @@ start_form(); check_row(_("Install Additional Language Packs from FA Repository:"), 'sel_langs'); check_row(_("Install Additional COAs from FA Repository:"), 'sel_coas'); end_table(1); + display_note(_("Use database user/password with permissions to create new database, or use proper credentials for previously created empty database.")); display_note(_("Select collation you want to use. If you are unsure or you will use various languages, select unicode collation.")); display_note(_("Use table prefix if you share selected database for more than one FA company using the same collation.")); display_note(_("Do not select additional langs nor COAs if you have no working internet connection right now. You can install them later."));