# 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='Nano text editor configuration'

_explain_option='The line "set %s" or "unset %s" was modified/added in /etc/nanorc.'

_wrap='(Do not) cut lines wider than the screen'
_wrap_no='Never add line jumps automatically'
_wrap_yes='Automatic line jump when the text is wider than the screen'

_morespace='(Do not) waste space at the top of the screen'
_morespace_yes='Do not waste space at the top of the buffer'
_morespace_no='Leave one line blank at the top of the buffer'

_quickblank='Status bar visibility when typing'
_quickblank_yes='Hide the status bar immediately when typing'
_quickblank_no='Hide the status bar after typing 25 characters'

_scrolling='Scrolling style'
_scroll_smooth='Scroll line per line'
_scroll_screen='Scroll by units of half a screen'

_syntaxhl='Syntax highlighting'
_syntaxhl_yes='Enable syntax highlighting for the most common languages/formats'
_syntaxhl_no='Disable syntax highlighting'
_explain_syntaxhl='The lines "include /usr/share/nano/*.nanorc" were (un)commented in /etc/nanorc.'
