Files
OldThink/Resources/Locale/en-US/limited-charges/limited-charges.ftl
deltanedas 6ddd8761a9 emag refactor (#15181)
* limitedcharges stuff from emag

* changes except broken

* fix

* the

* move recharging to server, emag namespace -> charges

* the

* use resolve

* pro

webedit gaming

* the

* the

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-04-18 22:46:00 -07:00

11 lines
493 B
Plaintext

limited-charges-charges-remaining = {$charges ->
[one] It has [color=fuchsia]{$charges}[/color] charge remaining.
*[other] It has [color=fuchsia]{$charges}[/color] charges remaining.
}
limited-charges-max-charges = It's at [color=green]maximum[/color] charges.
limited-charges-recharging = {$seconds ->
[one] There is [color=yellow]{$seconds}[/color] second left until the next charge.
*[other] There are [color=yellow]{$seconds}[/color] seconds left until the next charge.
}