fix install lang
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
"messages": {
|
||||
"Bad init Permission": "Permission denied for \"{*}\" directory. Please set 775 for \"{*}\" or just execute this command in the terminal <pre><b>{C}<\/b><\/pre>\n\tOperation not permitted? Try this one: {CSU}",
|
||||
"Some errors occurred!": "Some errors occurred!",
|
||||
"Supported php version >=": "Supported php version >=",
|
||||
"phpVersion": "PHP version should be >= {minVersion}",
|
||||
"The PHP extension was not found...": "The <b>{extName}<\/b> PHP extension was not found...",
|
||||
"All Settings correct": "All Settings are correct",
|
||||
"Failed to connect to database": "Failed to connect to database",
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"messages": {
|
||||
"Bad init Permission": "Permission denied for \"{*}\" directory. Please set 775 for \"{*}\" or just execute this command in the terminal <pre><b>{C}<\/b><\/pre>\n\tOperation not permitted? Try this one: {CSU}",
|
||||
"Some errors occurred!": "Some errors occurred!",
|
||||
"Supported php version >=": "Supported php version >=",
|
||||
"phpVersion": "PHP version should be >= {minVersion}",
|
||||
"The PHP extension was not found...": "The <b>{extName}<\/b> PHP extension was not found...",
|
||||
"All Settings correct": "All Settings are correct",
|
||||
"Failed to connect to database": "Failed to connect to database",
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
"messages": {
|
||||
"Bad init Permission": "Permission denied for \"{*}\" directory. Please set 775 for \"{*}\" or just execute this command in the terminal <pre><b>{C}<\/b><\/pre>\n\tOperation not permitted? Try this one: {CSU}",
|
||||
"Some errors occurred!": "Some errors occurred!",
|
||||
"Supported php version >=": "Supported php version >=",
|
||||
"phpVersion": "PHP version should be >= {minVersion}",
|
||||
"The PHP extension was not found...": "The <b>{extName}<\/b> PHP extension was not found...",
|
||||
"All Settings correct": "All Settings are correct",
|
||||
"Failed to connect to database": "Failed to connect to database",
|
||||
|
||||
@@ -363,7 +363,7 @@ InstallScript.prototype.checkSett = function(opt) {
|
||||
if (typeof(data.errors)) {
|
||||
var errors = data.errors;
|
||||
if (typeof(errors.phpVersion) !== 'undefined') {
|
||||
msg += self.getLang('Supported php version >=', 'messages')+' '+errors.phpVersion+rowDelim;
|
||||
msg += self.getLang('phpVersion', 'messages').replace('{minVersion}', errors.phpVersion) + rowDelim;
|
||||
}
|
||||
|
||||
if (typeof(errors.exts) !== 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user