2021-07-25 00:53:53 -07:00
|
|
|
### Solution transfer component
|
|
|
|
|
|
|
|
|
|
comp-solution-transfer-fill-normal = You fill {THE($target)} with {$amount}u from {THE($owner)}.
|
|
|
|
|
comp-solution-transfer-fill-fully = You fill {THE($target)} to the brim with {$amount}u from {THE($owner)}.
|
|
|
|
|
comp-solution-transfer-transfer-solution = You transfer {$amount}u to {THE($target)}.
|
|
|
|
|
|
|
|
|
|
## Displayed when trying to transfer to a solution, but either the giver is empty or the taker is full
|
|
|
|
|
comp-solution-transfer-is-empty = {THE($target)} is empty!
|
|
|
|
|
comp-solution-transfer-is-full = {THE($target)} is full!
|
|
|
|
|
|
|
|
|
|
## Displayed in change transfer amount verb's name
|
2021-10-05 14:29:03 +11:00
|
|
|
comp-solution-transfer-verb-custom-amount = Custom
|
|
|
|
|
comp-solution-transfer-verb-amount = {$amount}u
|
2024-03-13 11:00:45 +01:00
|
|
|
comp-solution-transfer-verb-toggle = Toggle to {$amount}u
|
2021-07-25 00:53:53 -07:00
|
|
|
|
|
|
|
|
## Displayed after you successfully change a solution's amount using the BUI
|
|
|
|
|
comp-solution-transfer-set-amount = Transfer amount set to {$amount}u.
|