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.
100 lines
5.1 KiB
100 lines
5.1 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 SETTINGS_VIDEO_TITLE_LABEL _("Video adapter and display settings")
|
|
#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 driver nVidia: ")
|
|
#define FAILSAFE_ATI_LABEL _("Failsafe driver AMD/ATI: ")
|
|
#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 TITLE_LABEL _("UBlinux Video Configuration")
|
|
#define LOAD_LABEL _("Load")
|
|
#define SAVE_LABEL _("Save")
|
|
#define ON_LABEL _("On")
|
|
#define OFF_LABEL _("Off")
|
|
#define FBDEV_LABEL _("fbdev")
|
|
#define AUTO_CHOOSE_DRIVERS_LABEL _("Automatically choose and use driver")
|
|
#define LAUNCH_OPTIRUN_LABEL _("Launch programms through optirun (nVidia): ")
|
|
#define LAUNCH_PRIMUSRUN_LABEL _("Launch programs through primusrun (nVidia): ")
|
|
#define DISCRETE_ONLY_LABEL _("discrete video only (AMD/ATI)")
|
|
#define LOAD_GLOBAL_LABEL _("Load from global configuration")
|
|
#define LOAD_LOCAL_LABEL _("Load from local configuration")
|
|
#define SAVE_GLOBAL_LOCAL_LABEL _("Save to global an local 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 PACKAGE_LABEL _("Package")
|
|
#define SUPPORTED_LABEL _("Supported Devices")
|
|
#define CANCEL_LABEL _("Cancel")
|
|
#define ACCEPT_LABEL _("Accept")
|
|
#define DONT_USE_LABEL _("Don't use")
|
|
|
|
#define INFORMATION_LABEL _("Information")
|
|
#define DRIVERS_LABEL _("Drivers")
|
|
#define MAIN_SETTINGS_LABEL _("Main settings")
|
|
#define DEVICES_DRIVERS_LABEL _("Devices and drivers")
|
|
#define DRIVER_MODULES_LABEL _("Driver modules")
|
|
|
|
|
|
#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") |