# 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.

_title='Hostname, language, keyboard and time zone'

_hostname='Hostname'
_emptyinput='Error: empty input!'
_spacesinhostname='Error: whitespace detected.'
_explain_hostname="This hostname was written to /etc/hostname, and added/changed in the 'localhost' lines of /etc/hosts."

_syslanguage='System language'
_localenotfound='Locale not found'
_langletterhint='Hint: type the first letter of your language'
_defaultlocale='en_US.UTF-8'
_configuringlang='Configuring language...'
_explain_syslang='The selected language was uncommented in /etc/locale.gen and thenceforth generated by running locale-gen. It was also configured in /etc/locale.conf.'

_consolekeymap='Console keymap'
_keymapnotfound='Keymap not found'
_defaultkeymap='us'
_explain_keymap="The selected linux console keymap's name was written to /etc/vconsole.conf."

_timezone='Timezone'
_timezonenotfound='Timezone not found'
_defaulttimezone='UTC'
_explain_timezone='The symbolic link /etc/localtime was created, pointing to the file in /usr/share/zoneinfo/ you just selected the name of.'
