You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ubl-settings-keyboard/source/ubl-strings.h

20 lines
820 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#define WIKI_LINK _("https://wiki.ublinux.ru/ru/Программное_обеспечениерограммы_и_утилиты/Все/ubl-settings-keyboard")
#define TITLE_LABEL _("Keyboard")
#define TITLE_INFO_LABEL _("Keyboard configuration")
#define CONSOLE_LABEL _("Console")
#define NUM_LOCK_LABEL _("Num Lock on boot:")
#define KEYBOARD_LABEL _("Keyboard")
#define MODEL_LABEL _("Keyboard model:")
#define OPTIONS_LABEL _("Keyboard options:")
#define LAYOUTS_LABEL _("Keyboard layouts:")
#define EDIT_LABEL _("Pick an option")
#define MOVE_UP_LABEL _("Move layout up")
#define MOVE_DOWN_LABEL _("Move layout down")
#define ADD_LABEL _("Add layout")
#define REMOVE_LABEL _("Remove layout")
#define DEFAULT_LABEL _("Default")
#define ON_LABEL _("On")
#define OFF_LABEL _("Off")
#define ACCEPT_LABEL _("Accept")