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-video/source/ubl-strings.h

182 lines
11 KiB

#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_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 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 DESCRIPTION_LABEL _("Description")
#define VENDOR_LABEL _("Vendor")
#define MODEL_LABEL _("Model")
#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 DEFAULT_LABEL _("Default")
#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 _("UBLinux module includes NVIDIA 340xx driver and utilities")
#define DESCR2_LABEL _("UBLinux package includes NVIDIA 340xx driver and utilities")
#define DESCR3_LABEL _("UBLinux module includes NVIDIA 390xx driver and utilities")
#define DESCR4_LABEL _("UBLinux package includes NVIDIA 390xx driver and utilities")
#define DESCR5_LABEL _("UBLinux module includes NVIDIA 470xx driver and utilities")
#define DESCR6_LABEL _("UBLinux package includes NVIDIA 470xx driver and utilities")
#define DESCR7_LABEL _("UBLinux module includes NVIDIA 510xx driver and utilities")
#define DESCR8_LABEL _("UBLinux package includes NVIDIA 510xx driver and utilities")
#define DESCR9_LABEL _("UBLinux package includes opensource driver NVIDIA")
#define DESCR10_LABEL _("UBLinux package includes AMD Vulkan driver and utilities")
#define DESCR11_LABEL _("UBLinux module includes AMD driver and utilities")
#define DESCR12_LABEL _("UBLinux package includes Intel driver and utilities")
#define DESCR13_LABEL _("UBLinux package includes AMD opensource driver")
#define DESCR14_LABEL _("UBLinux package includes ATI opensource driver")
#define DESCR15_LABEL _("UBLinux package includes dummy driver")
#define DESCR16_LABEL _("UBLinux package includes framebuffer video driver")
#define DESCR17_LABEL _("UBLinux package includes VIA video driver")
#define DESCR18_LABEL _("UBLinux package includes SiS video driver")
#define DESCR19_LABEL _("UBLinux package includes vesa video driver")
#define DESCR20_LABEL _("UBLinux package includes VMWare video driver")
#define DESCR21_LABEL _("UBLinux package includes Voodoo video driver")
#define DESCR22_LABEL _("UBLinux package includes qxl video driver")
#define DESCR23_LABEL _("Driver for nVidia 8XXX, 9XXX, 1XX, 2XX, 3XX, 4XX, 5XX, 6XX, 7XX series video cards")
#define DESCR24_LABEL _("Driver for nVidia 6XX, 7XX, 9XX, 10XX, 16XX series video cards")
#define DESCR25_LABEL _("Driver for nVidia NVS, Quadro Sync, Quadro NVS, Quadro Blade/Embedded, Quadro, Quadro RTX, NVIDIA RTX series video cards")
#define DESCR26_LABEL _("Open source nvidia graphics card driver")
#define DESCR27_LABEL _("Driver for AMD Radeon R9 285/290/290X, Radeon R9 360/380/380X/390/390X, Radeon R9 Fury/Fury X/Nano, Radeon RX 400/500, Radeon RX Vega, Radeon VII, Radeon RX 5000/6000/7000 series video cards")
#define DESCR28_LABEL _("Driver for video cards Intel i810/i830/i915/945G/G965+ and newer, except GMA 3600")
#define DESCR29_LABEL _("Opensource X.org amdgpu video driver for AMD graphics card")
#define DESCR30_LABEL _("Opensource X.org ati video driver for ATI graphics card")
#define DESCR31_LABEL _("X.org dummy video driver")
#define DESCR32_LABEL _("X.org framebuffer video driver")
#define DESCR33_LABEL _("Open Source X driver for VIA IGPs")
#define DESCR34_LABEL _("X.org SiS USB video driver")
#define DESCR35_LABEL _("X.org vesa video driver")
#define DESCR36_LABEL _("X.org vmware video driver")
#define DESCR37_LABEL _("X.org 3dfx Voodoo1/Voodoo2 2D video driver")
#define DESCR38_LABEL _("X.org X11 qxl video driver")