fix install lang

This commit is contained in:
Yuri Kuznetsov
2014-06-24 18:31:10 +03:00
parent be372b90f9
commit 556b72edb2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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') {