1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

Issue #6 Language-file standards. Wrap definitions in double-quotes.

This commit is contained in:
Cameron
2015-07-07 17:43:49 -07:00
parent 483d43a829
commit 6b5d95388f
58 changed files with 1184 additions and 1208 deletions

View File

@@ -160,9 +160,9 @@ define("LANINS_086", "Admin Username, Admin Password and Admin Email are [b]requ
// define("LANINS_103", 'Reviews');
// define("LANINS_104", 'Review Front Page ...');
define("LANINS_105", 'A database name or prefix beginning with some digits followed by “e” or “E” is not acceptable');
define("LANINS_106", 'WARNING - e107 cannot write to the directories and/or files listed. While this will not stop e107 installing, it will mean that certain features are not available.
You will need to change the file permissions to use these features');
define("LANINS_105", "A database name or prefix beginning with some digits followed by 'e' or 'E' is not acceptable");
define("LANINS_106", "WARNING - e107 cannot write to the directories and/or files listed. While this will not stop e107 installing, it will mean that certain features are not available.
You will need to change the file permissions to use these features");
define("LANINS_107", "Website Name");
define("LANINS_108", "My Website");