khanat-ressources-NeL/translation/history/phrase_wk_diff_56B1295B.txt
2016-02-02 23:52:02 +01:00

27 lines
616 B
Text

// 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