khanat-ressources-NeL/translation/history/phrase_en_diff_56B24B85.txt

28 lines
616 B
Text
Raw Normal View History

// DIFF_VERSION 2
// DIFF REMOVED
// HASH_VALUE 3BB0C78E27A1AE96
INVENTORY_BUY_ITEM_DINS (item item, int qty, int cost)
{
(qty=1)
[&ITM&You have just bought $item.ia$ $item$ for $cost$ seeds.]
(qty>1)
[&ITM&You have just bought $qty$ $item.p$ for $cost$ seeds.]
}
// DIFF ADD
// HASH_VALUE 3BB0C78E27A1AE96
INVENTORY_BUY_ITEM_Dins (item item, int qty, int cost)
{
(qty=1)
[&ITM&You have just bought $item.ia$ $item$ for $cost$ seeds.]
(qty>1)
[&ITM&You have just bought $qty$ $item.p$ for $cost$ seeds.]
}
// REMOVE THE FOLOWING LINE WHEN TRANSLATION IS DONE