# This file is part of ctkarch-sysconfig.
#
# ctkarch-sysconfig is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.

_usage="Usage:
 ${0}
  run an interactive configuration menu

 ${0} setdefaults
  set all ctkarch system defaults;
  will not prompt.

 ${0} call <module>::<function> [<parm>]...
  call a specific function from a module; put the --root option *before* this.
  to list the functions: grep -rB2 ^set ${resource_folder}/modules

 --root, -r
  defines the path to the root of the Arch installation to configure

 --help, -h
  display this message"

_badarg="Bad parameter, run ${0} --help"
_backtitle="CTK's Arch Linux system configurator"
_title='Configuration modules'
_picklang='Pick a language:'
_ok='OK'
_exit='Exit'
_back='Back'
_moduleloaderror="The module couldn't be loaded."
_menuloaderror="The menu couldn't be loaded."
_requiresarg='requires an argument.'
_needsroot='the program needs to be run as root to run that command.'
