differences in syntax harm the check_lang.sh script
This commit is contained in:
@@ -1468,7 +1468,7 @@ $strZeroRemovesTheLimit = '注意:若将这些选项设为 0(零) 即不限制
|
||||
$strZip = 'zip 压缩';
|
||||
|
||||
// To translate:
|
||||
$strApplyChanges='Apply Selected Changes'; //to translate
|
||||
$strApplyChanges = 'Apply Selected Changes'; //to translate
|
||||
|
||||
$strClickToSelect = 'Click to select'; //to translate
|
||||
$strClickToUnselect = 'Click to unselect'; //to translate
|
||||
@@ -1565,8 +1565,8 @@ $strStop = 'Stop'; //to translate
|
||||
$strStructureDiff = 'Structure Difference' ; //to translate
|
||||
$strStructureLC = 'structure'; //to translate
|
||||
$strStructureSyn = 'Structure Synchronization'; //to translate
|
||||
$strSynchronizationNote='Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
|
||||
$strSynchronizeDb= 'Synchronize Databases'; //to translate
|
||||
$strSynchronizationNote = 'Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
|
||||
$strSynchronizeDb = 'Synchronize Databases'; //to translate
|
||||
$strSynchronize = 'Synchronize'; //to translate
|
||||
|
||||
$strTableAddColumn = 'Add column(s)'; //to translate
|
||||
|
Reference in New Issue
Block a user