#define VERSION_LABEL yon_char_unite(_("Version:")," ",version_application,"\n",NULL)
#define HELP_LABEL yon_char_unite(_("ubl-settings-video version:")," ", version_application,"\n",_("Video adapter and display settings"),"\n",_("Usage:"), " ubl-settings-video ",_("[OPTIONS]"),"\n",_("Options:"),"\n\t--help, -h\t\t\t",_("Show this help"),"\n\t--version, -V\t\t\t",_("Show package version"),"\n\t--lock-help\t\t\t",_("Lock this help menu"),"\n\t--lock-save\t\t\t",_("Lock configration saving"),"\n\t--lock-save-local\t\t",_("Lock local configration saving"),"\n\t--lock-save-global\t\t",_("Lock global configration saving"),"\n\t--lock-load-global\t\t",_("Lock global configration loading"),"\n",NULL)
#define PARAMETER_DEFAULT_LABEL _("Default settings")
#define MONITOR_LABEL _("Monitor ")
#define TITLE_LABEL _("Video adapter and display settings")
#define TITLE_INFO_LABEL _("Video output settings and video card drivers installation")
#define MONITOR_PORT_LABEL _("Port:")
#define MONITOR_RESOLUTION_LABEL _("Resolution (px): ")
#define MONITOR_FREQUENCY_LABEL _("Frequency (Hz): ")
#define MONITOR_ROTATION_LABEL _("Rotation: ")
#define MONITOR_POSITION_LABEL _("Position: ")
#define MONITOR_SWITCH_OFF_LABEL _("Do not switch off display")
#define MONITOR_CVT_LABEL _("Create modeline for current resolution with CVT")
#define MONITOR_REDUCED_LABEL _("Use \"CVT Reduced Blanking\"")
#define MONITOR_GTF_LABEL _("Create modeline for current resolution with GTF")
#define MONITOR_MANUALLY_LABEL _("Configure manually through parameter line:")
#define MONITOR_MAIN_DISPLAY_LABEL _("Main display")
#define MONITOR_UNSUPPORTED_LABEL _("Show unsupported")
#define MONITOR_ENABLED_LABEL _("Enabled")
#define MONITOR_LEFT_LABEL _("Left")
#define MONITOR_RIGHT_LABEL _("Right")
#define MONITOR_INVERTED_LABEL _("Inverted")
#define MONITOR_LEFT_POS_LABEL _("Left of")
#define MONITOR_RIGHT_POS_LABEL _("Right of")
#define MONITOR_ABOVE_POS_LABEL _("Above")
#define MONITOR_BELOW_POS_LABEL _("Below")
#define MONITOR_NO_ROTATION_LABEL _("No rotation")
#define MONITOR_SAVE_LABEL _("Save")
#define MONITOR_CANCEL_LABEL _("Cancel")
#define MONITOR_TITLE_LABEL(target) yon_char_unite(_("Configuration:")," ","Monitor(",target,")",NULL)
#define MONITOR_CHOOSE_PORT_LABEL _("Choose port to configure")
#define GAP_FIX_1_LABEL _("1st variant. May cause perfomance drops in video games")
#define GAP_FIX_2_LABEL _("2nd variant. May not work on specific video cards")
#define HEADER_LABEL _("Video output configuration")
#define FAILSAFE_NVIDIA_LABEL _("Failsafe Nvidia driver:")
#define FAILSAFE_ATI_LABEL _("Failsafe AMD/ATI driver:")
#define DRIVER_LABEL _("Driver")
#define MONITOR_CONFIGURATION_LABEL _("Monitor configuration")
#define HYBRID_GRAPHICS_LABEL _("Hybrid graphics")
#define FIX_GAP_LABEL _("Fix frame gap (Nvidia):")
#define EXTRA_LABEL _("Extra")
#define LOAD_LABEL _("Load")
#define SAVE_LABEL _("Save")
#define ON_LABEL _("On")
#define OFF_LABEL _("Off")
#define SWITCHED_OFF_LABEL _("Switched off")
#define FBDEV_LABEL _("fbdev")
#define AUTO_CHOOSE_DRIVERS_LABEL _("Automatically choose and use driver")
#define LAUNCH_OPTIRUN_LABEL _("Launch programs through optirun (Nvidia):")
#define LAUNCH_PRIMUSRUN_LABEL _("Launch programs through primusrun (Nvidia):")
#define LOAD_GLOBAL_LABEL _("Load from global configuration")
#define LOAD_LOCAL_LABEL _("Load from local configuration")
#define SAVE_GLOBAL_LOCAL_LABEL _("Save configuration")
#define SAVE_GLOBAL_LABEL _("Save to global configuration")
#define SAVE_LOCAL_LABEL _("Save to local configuration")
#define DOCUMENTATION_LABEL _("Documentation")
#define ABOUT_LABEL _("About")
#define INSTALLED_LABEL _("Installed")
#define INSTALLED_LOW_LABEL _("installed")
#define PACKAGE_LABEL _("Package")
#define SUPPORTED_LABEL _("Supported Devices")
#define MODULE_INSTALL_PROCESS_LABEL(target) yon_char_unite(_("Install module driver")," ",target,"...",NULL)
#define MODULE_REMOVE_PROCESS_LABEL(target) yon_char_unite(_("Remove module driver")," ",target,"...",NULL)
#define PACKAGE_INSTALL_PROCESS_LABEL(target) yon_char_unite(_("Install package driver")," ",target,"...",NULL)
#define PACKAGE_REMOVE_PROCESS_LABEL(target) yon_char_unite(_("Remove package driver")," ",target,"...",NULL)
#define INFO_PROCESS_LABEL _("Opening driver information")
#define CANCEL_LABEL _("Cancel")
#define ACCEPT_LABEL _("Accept")
#define DONT_USE_LABEL _("Don't use")
#define PROPRIETARY_LOADING_LABEL _("Driver list is currently loading...")
#define PROPRIETARY_LOADING_FAILED_LABEL _("Driver list is failed to load.")
#define PROPRIETARY_DELETING_IN_PROGRESS_LABEL _("Deleting driver...")
#define PROPRIETARY_INSTALLING_IN_PROGRESS_LABEL _("Installing driver...")
#define PROPRIETARY_OPETAION_DONE_LABEL _("Driver operation is done.")
#define PROPRIETARY_NOTHING_SELECTED_LABEL _("Nothing was selected.")
#define PROPRIETARY_USE_LOCAL_LABEL _("Failed to load available drivers for your system... Installed driver list is shown.")
#define CONFIGURE_LABEL _("Configure monitor")
#define DELETE_LABEL _("Delete monitor configuration")
#define ADD_LABEL _("Add monitor configuration")
#define SWITCH_LABEL _("Switch monitor")
#define MORE_LABEL _("More")
#define PORT_EDIT_LABEL(target) yon_char_unite(_("Configuration: Monitor"),"(",target,")",NULL)
#define HELP_TITLE_LABEL _("Would you like to read documentation in the Web?")
#define HELP_INFO_LABEL _("You will be redirected to documentation website where documentation is\ntranslated and supported by community.")
#define HELP_ALWAYS_OPEN_LABEL _("Always redirect to online documentation")
#define INFORMATION_LABEL _("Information")
#define DRIVERS_LABEL _("Drivers")
#define MAIN_SETTINGS_LABEL _("Main settings")
#define DEVICES_DRIVERS_LABEL _("Devices and drivers")
#define READ_DOCUMENTATION_LABEL _("Read documentation")
#define WEB_VIEW_TITLE_LABEL _("UBLinux Settings Web View")
#define MONITOR_POSITION_LEFT_PARAMETER "lo:"
#define MONITOR_POSITION_RIGHT_PARAMETER "ro:"
#define MONITOR_POSITION_ABOVE_PARAMETER "ab:"
#define MONITOR_POSITION_BELOW_PARAMETER "be:"
#define MONITOR_ROTATE_PARAMETER "rotate:"
#define MONITOR_ROTATE_NORMAL_PARAMETER "normal"
#define MONITOR_ROTATE_LEFT_PARAMETER "left"
#define MONITOR_ROTATE_RIGHT_PARAMETER "right"
#define MONITOR_ROTATE_INVERTED_PARAMETER "invert"
#define MONITOR_PORT_ERROR_LABEL _("Error: Port must be chosen to save")
#define MONITOR_PORT_SUCCESS_LABEL _("Monitor configuration succeedeed")
// #define GLOBAL_LOAD_SUCCESS _("Global configuration loading succseeded.")
// #define LOCAL_LOAD_SUCCESS _("Local configuration loading succseeded.")
// #define GLOBAL_LOCAL_SAVE_SUCCESS _("Local and global configuration saving succseeded.")
// #define GLOBAL_SAVE_SUCCESS _("Global configuration saving succseeded.")
// #define LOCAL_SAVE_SUCCESS _("Local configuration saving succseeded.")
#define YES_LABEL _("Yes")
#define NO_LABEL _("No")
#define UPDATE_LABEL _("Update")
#define DESCRIPTION_LABEL _("Description")
#define VENDOR_LABEL _("Vendor")
#define MODEL_LABEL _("Model")
#define KERNEL_LABEL _("Kernel:")
#define KERNEL_TAB_LABEL _("Kernel")
#define MODULE_TAB_LABEL _("Module")
#define DRIVER_INFO_LABEL _("Driver information")
#define USED_KERNEL_DRIVER_LABEL _("Kernel driver in use")
#define AVALIABLE_KERNEL_DRIVERS_LABEL _("Kernel modules")
#define INTEL_DESCRIPTION_LABEL _("UBLinux package includes Intel driver and utilities")
#define AMD_MODULE_DESCRIPTION_LABEL _("UBLinux module includes AMD driver and utilities")
#define AMD_DESCRIPTION_LABEL _("UBLinux package includes AMD Vulkan driver and utilities")
#define MISSING_IMPORTANT_LABEL _("Important field is empty")
#define LOAD_DRIVERS_LABEL _("Load drivers from database")
#define AUTO_CHOOSE_DRIVER_LABEL _("Choose driver automatically:")
#define FREE_DRIVERS_LABEL _("Free drivers:")
#define DEFAULT_LABEL _("Default")
#define NOUVEAU_RADEON_OFF_LABEL _("Switch nouveau and radeon off")
#define NOUVEAU_OFF_LABEL _("Switch nouveau off")
#define RADEON_OFF_LABEL _("Switch radeon off")
#define FREE_DRIVERS_ON_LABEL _("Switch free drvers on")
#define dO_NOT_SWITCH_DISPLAY_OFF_LABEL _("Do not switch off display(-s) (DPMS global configuration):")
#define AUTOMATIC_DPI_LABEL _("Automatic DPI")
#define PDI_144_LABEL _("144 DPI - 150% (for 2K)")
#define DPI_192_LABEL _("192 DPI - 200% (for 4K)")
#define DISPLAY_DPI_LABEL _("Display DPI")
#define DISCRETE_ONLY_LABEL _("discrete video only (AMD/ATI):")
#define DRIVER_MODULES_LABEL _("Driver Modules")
#define DEVICES_AND_DRIVERS_LABEL _("Devices and Drivers")
#define DESCR1_LABEL _("X.org amdgpu video driver")
#define DESCR2_LABEL _("X.org ati video driver")
#define DESCR3_LABEL _("X.org dummy video driver")
#define DESCR4_LABEL _("X.org framebuffer video driver")
#define DESCR5_LABEL _("X.org Intel video driver")
#define DESCR6_LABEL _("X.org NVIDIA video driver")
#define DESCR7_LABEL _("X.org X11 qxl video driver")
#define DESCR8_LABEL _("X.org SiS USB video driver")
#define DESCR9_LABEL _("X.org vesa video driver")
#define DESCR10_LABEL _("X.org vmware video driver")
#define DESCR11_LABEL _("X.org 3dfx Voodoo1/Voodoo2 2D video driver")
#define DESCR12_LABEL _("X.Org Openchrome drivers")
#define DESCR13_LABEL _("X.org tdfx video driver")
#define DESCR14_LABEL _("X.org ati Rage128 video driver")
#define DESCR15_LABEL _("X.org mach64 video driver")
#define DESCR16_LABEL _("X.org siliconmotion video driver")
#define DESCR18_LABEL _("X.org S3 Virge video driver")
#define DESCR19_LABEL _("X.org S3 video driver")
#define DESCR20_LABEL _("X.org Rendition video driver")
#define DESCR21_LABEL _("X.org neomagic video driver")
#define DESCR22_LABEL _("X.org mga video driver")
#define DESCR23_LABEL _("X.org Intel i740 video driver")
#define DESCR24_LABEL _("X.org Number 9 I128 video driver")
#define DESCR25_LABEL _("X.org dummy video driver with an allocated vt")
#define DESCR26_LABEL _("Cirrus Logic video driver for the Xorg X server")
#define DESCR27_LABEL _("X.org Chips and Technologies video driver")
#define DESCR28_LABEL _("AMD Vulkan driver and utilities")
#define DESCR29_LABEL _("NVIDIA 390xx driver and utilities")
#define DESCR30_LABEL _("NVIDIA 470xx driver and utilities")
#define DESCR31_LABEL _("NVIDIA 550xx driver and utilities")
#define DESCR32_LABEL _("Driver for Intel i810/i830/i915/945G/G965+ and newer, except GMA 3600")
#define DESCR33_LABEL _("Driver for Silicon Motion based video cards (Lynx, LynxE, Lynx3D, LynxEM, LynxEM+, Lynx3DM, Cougar3DR, MSOC)")
#define DESCR34_LABEL _("Driver for S3 based video cards (ViRGE, ViRGE VX, ViRGE DX, ViRGE GX, ViRGE GX2, ViRGE MX, ViRGE MX+, Trio 3D, Trio 3D/2X)")
#define DESCR35_LABEL _("Driver for S3 based video cards (Trio32, Trio64, Trio64V+, Aurora64V+,Trio64UV+, Trio64V2/DX, Trio64V2/GX, Vision964, Vision968)")
#define DESCR36_LABEL _("Driver for Rendition/Micron based video card (V1000, V2100, V2200)")
#define DESCR37_LABEL _("Driver for the Neomagic graphics chipsets (MagicGraph 128, 128V, 128ZV, 128ZV+, 128XD, 256AV, 256AV+, 256ZX, 256XL+)")
#define DESCR38_LABEL _("Driver for Matrox video cards (MGA2064W, MGA1064SG, MGA2164W, G100, G200, G400, G450, G550)")
#define DESCR39_LABEL _("Driver for Intel i740 video cards")
#define DESCR40_LABEL _("Driver for Cirrus Logic video chips")
#define DESCR41_LABEL _("Driver for Chips and Technologies video processors (ct65520, ct65525, ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct64200, ct64300, ct65550, ct65554, ct65555, ct68554, ct69000, ct69030)")
#define DESCR42_LABEL _("Driver for AMD Radeon RX 7000, 6000, 5000 Series, Radeon Pro W5000 Series")
#define DESCR43_LABEL _("Driver for NVIDIA GeForce MX100, 10, 900, 900M, 800M, 700, 700M, 600, 600M, 500, 500M, 400, 400M, TITAN, Quadro, Quadro Blade/Embedded, Quadro NVS, Quadro Sync, Quadro SDI, NVS series video cards")
#define DESCR44_LABEL _("Driver for NVIDIA GeForce RTX 30, RTX 20, GTX 16, GeForce 10, 900, 700, 600 Series, GeForce MX, TITAN, RTX, Quadro, Quadro RTX, Quadro NVS, and GRID series video cards")
#define DESCR45_LABEL _("Driver for NVIDIA GeForce RTX 40, RTX 30, RTX 20, MX, GTX 16, GeForce 10, 16, GeForce 900, GeForce 900M, GeForce 800M, GeForce 700, TITAN, RTX, Quadro RTX, Quadro, Quadro Blade/Embedded, Quadro NVS, NVS series video cards")
#define DATABASE_UNACCESSIBLE_LABEL _("Database files must be updated")
#define KERNELS_SUPPORTED_UNFOUND_LABEL _("Warning: Couldn't find any supported kernel version")
#define ALL_INSTALLED_KERNELS_LABEL _("Default (All installed)")
#define FAIL_LABEL _("Driver installation has failed")
#define OPERATION_FAIL_LABEL _("Operation has failed")
#define INSTALL_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to install driver "),"",target,"?",NULL)
#define REMOVE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to remove driver "),"",target,"?",NULL)
#define INSTALL_ATTENTION_LABEL yon_char_unite("",_("Attention!")," ",_("If you work in sandbox mode, you must install the package with the module!"),NULL)