$errorsInCurrentFile[]="$language: The string $stringLabel has ".json_encode($englishParametersCount)." parameters in English, but ".json_encode($countTranslation)." in this translation.";
}else{
$cleanedStrings[$stringLabel]=$stringValue;
}
}// No %s found
else{
$cleanedStrings[$stringLabel]=$stringValue;
}
}
// If the translation is the same as in English, we remove it from the translation file (as it might have been copied by
// the translator but this would skew translation stats