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.
170 lines
9.2 KiB
170 lines
9.2 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_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_INFO_LABEL _("Module information")
|
|
#define PACKAGE_INFO_LABEL _("Package information")
|
|
|
|
#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 LESS_LABEL _("Less")
|
|
#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 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 PACMAN_UNLOCK_TOOLTIP_LABEL _("Unlock the pacman package manager database")
|
|
|
|
#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 MANUAL_PORT_LABEL _("Manual port")
|
|
#define ENABLED_LABEL _("Enabled")
|
|
#define DISABLED_LABEL _("Disabled")
|
|
|
|
#define INSTALL_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to install driver "),"<b>",target,"</b>?",NULL)
|
|
#define REMOVE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to remove driver "),"<b>",target,"</b>?",NULL)
|
|
#define INSTALL_ATTENTION_LABEL yon_char_unite("<b>",_("Attention!"),"</b> ",_("If you work in sandbox mode, you must install the package with the module!"),NULL)
|
|
|
|
#define REMOVE_TOOLTIP_LABEL _("Remove")
|
|
#define SWITCH_TOOLTIP_LABEL _("Switch")
|
|
#define ADD_TOOLTIP_LABEL _("Add") |