panicbunker.ftl 3.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. cmd-panicbunker-desc = Toggles the panic bunker, which enables stricter restrictions on who's allowed to join the server.
  2. cmd-panicbunker-help = Usage: panicbunker
  3. panicbunker-command-enabled = Panic bunker has been enabled.
  4. panicbunker-command-disabled = Panic bunker has been disabled.
  5. cmd-panicbunker_disable_with_admins-desc = Toggles whether or not the panic bunker will disable when an admin connects.
  6. cmd-panicbunker_disable_with_admins-help = Usage: panicbunker_disable_with_admins
  7. panicbunker-command-disable-with-admins-enabled = The panic bunker will automatically disable with admins online.
  8. panicbunker-command-disable-with-admins-disabled = The panic bunker will not automatically disable with admins online.
  9. cmd-panicbunker_enable_without_admins-desc = Toggles whether or not the panic bunker will enable when the last admin disconnects.
  10. cmd-panicbunker_enable_without_admins-help = Usage: panicbunker_enable_without_admins
  11. panicbunker-command-enable-without-admins-enabled = The panic bunker will automatically enable without admins online.
  12. panicbunker-command-enable-without-admins-disabled = The panic bunker will not automatically enable without admins online.
  13. cmd-panicbunker_count_deadminned_admins-desc = Toggles whether or not to count deadminned admins when automatically enabling and disabling the panic bunker.
  14. cmd-panicbunker_count_deadminned_admins-help = Usage: panicbunker_count_deadminned_admins
  15. panicbunker-command-count-deadminned-admins-enabled = The panic bunker will count deadminned admins when made to automatically enable and disable.
  16. panicbunker-command-count-deadminned-admins-disabled = The panic bunker will not count deadminned admins when made to automatically enable and disable.
  17. cmd-panicbunker_show_reason-desc = Toggles whether or not to show connecting clients the reason why the panic bunker blocked them from joining.
  18. cmd-panicbunker_show_reason-help = Usage: panicbunker_show_reason
  19. panicbunker-command-show-reason-enabled = The panic bunker will now show a reason to users it blocks from connecting.
  20. panicbunker-command-show-reason-disabled = The panic bunker will no longer show a reason to users it blocks from connecting.
  21. cmd-panicbunker_min_account_age-desc = Gets or sets the minimum account age in minutes that an account must have to be allowed to connect with the panic bunker enabled.
  22. cmd-panicbunker_min_account_age-help = Usage: panicbunker_min_account_age <minutes>
  23. panicbunker-command-min-account-age-is = The minimum account age for the panic bunker is {$minutes} minutes.
  24. panicbunker-command-min-account-age-set = Set the minimum account age for the panic bunker to {$minutes} minutes.
  25. cmd-panicbunker_min_overall_minutes-desc = Gets or sets the minimum overall playtime in minutes that an account must have to be allowed to connect with the panic bunker enabled.
  26. cmd-panicbunker_min_overall_minutes-help = Usage: panicbunker_min_overall_minutes <minutes>
  27. panicbunker-command-min-overall-minutes-is = The minimum overall playtime for the panic bunker is {$minutes} minutes.
  28. panicbunker-command-min-overall-minutes-set = Set the minimum overall playtime for the panic bunker to {$minutes} minutes.