15 lines
356 B
Plaintext
15 lines
356 B
Plaintext
|
|
### UI
|
|
|
|
# Shown when an RCD is examined in details range
|
|
rcd-component-examine-detail-count = It's currently on {$mode} mode, and holds {$ammoCount ->
|
|
*[zero] no charges.
|
|
[one] one charge.
|
|
[other] {$ammoCount} charges.
|
|
}
|
|
|
|
### Interaction Messages
|
|
|
|
# Shown when changing RCD Mode
|
|
rcd-component-change-mode = The RCD is now set to {$mode} mode.
|