19 lines
735 B
Lua
19 lines
735 B
Lua
Locales['sr'] = {
|
|
['shop'] = 'Prodavnica',
|
|
['shops'] = 'Prodavnice',
|
|
['press_menu'] = 'Pritisni [%s] da pristupiš ~g~prodavnici.',
|
|
['shop_item'] = '$%s',
|
|
['bought'] = 'Kupili ste ~b~%sx %s~s~ za ~b~$%s',
|
|
['not_enough'] = 'Vi ~r~nemate~s~ dovoljno novca, nedostaje vam ~b~$%s!',
|
|
['player_cannot_hold'] = 'Vi ~r~nemate~s~ dovoljno mesta u vašem inventaru!',
|
|
['shop_confirm'] = 'Kupi %sx %s za $%s?',
|
|
['no'] = 'Ne',
|
|
['yes'] = 'Da',
|
|
['amount'] = 'Amount', --not translated
|
|
['amount_placeholder'] = 'Amount you want to buy', --not translated
|
|
['confirm'] = 'Confirm', --not translated
|
|
['purchase'] = 'Purchase', --not translated
|
|
['bread'] = 'Bread', --not translated
|
|
['water'] = 'Water', --not translated
|
|
}
|