Translated

This commit is contained in:
Łukasz Domeradzki
2017-01-21 19:54:54 +01:00
parent 127371539c
commit 510fe4b0d0

View File

@@ -150,7 +150,10 @@
<data name="ErrorConfigDirectoryNotFound" xml:space="preserve">
<value>Config directory could not be found!</value>
</data>
<data name="ErrorConfigPropertyInvalid" xml:space="preserve">
<value>Configured {0} property is invalid: {1}</value>
<comment>{0} will be replaced by name of the configuration property, {1} will be replaced by invalid value</comment>
</data>
<data name="ErrorInvalidCurrentCulture" xml:space="preserve">
<value>Your provided CurrentCulture is invalid, ConfigGenerator will keep running with default one!</value>
</data>