New translations

This commit is contained in:
Łukasz Domeradzki
2017-01-09 20:07:10 +01:00
parent 2f0f0c9ebf
commit a2b5ed8268

View File

@@ -121,8 +121,12 @@
<data name="CategoryPerformance" xml:space="preserve">
<value>Performanță</value>
</data>
<data name="CategoryUpdates" xml:space="preserve">
<value>Actualizări</value>
</data>
@@ -133,16 +137,28 @@
<comment>{0} will be replaced by name of the configuration property, {1} will be replaced by invalid value</comment>
</data>
<data name="ErrorNameAlreadyUsed" xml:space="preserve">
<value>Acest nume este deja folosit!</value>
<comment>This happens e.g. when user wants to create a bot with name that exists already</comment>
</data>
<data name="ErrorNameReserved" xml:space="preserve">
<value>Acest nume este rezervat!</value>
<comment>This happens e.g. when user wants to create a bot with reserved name, such as "ASF"</comment>
</data>
<data name="ErrorObjectIsNull" xml:space="preserve">
<value>{0} are valoare nulă!</value>
<comment>{0} will be replaced by object's name</comment>
</data>
<data name="New" xml:space="preserve">
<value>Nou</value>
<comment>This is used as MessageBox title</comment>
</data>
<data name="Rename" xml:space="preserve">
<value>Redenumește</value>
<comment>This is used as MessageBox title</comment>
</data>