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

99 lines
6.0 KiB

#define TITLE_LABEL _("System kernel")
#define TITLE_INFO_LABEL _("Kernel downloading and installation, kernel selection to boot by default")
#define INFO_TITLE_LABEL _("Information")
#define MODULE_LABEL _("Module:")
#define PACKAGE_LABEL _("Package:")
#define CANCEL_LABEL _("Cancel")
#define PACKAGE_NOT_FOUND_LABEL _("Package were not found")
#define CHANGELOG_NOT_FOUND_LABEL _("Changelog was not found")
#define PACKAGE_INSTALLED_LABEL _("Package installed")
#define MODULE_INSTALLED_LABEL _("Module installed")
#define UNKNOWN_LABEL _("Installation unknown")
#define BOOT_RUN_LABEL _("Startup boot")
#define RUNNING_LABEL _("Running")
#define INITRAMFS_TITLE_LABEL _("Initramfs building")
#define EXECUTE_LABEL _("Execute")
#define KERNEL_VERSION_LABEL _("Kernel version:")
#define IMAGE_FILE_LABEL _("Image file:")
#define ADD_DEBUG_LABEL _("Add debug components")
#define BUILD_BASIC_LABEL _("Build basic image")
#define BUILD_BASIC_CURRENT_LABEL _("Build basic image with drivers for current hardware components only")
#define BUILD_UNIVERSAL_LABEL _("Build universal drivers for hardware components")
#define BUILD_SUCCESS_STATUS_LABEL _("Building has succeeded")
#define BUILD_FAILED_STATUS_LABEL _("Building has failed")
#define INSTALL_MODULE_LABEL _("Install module")
#define REMOVE_MODULE_LABEL _("Remove module")
#define INSTALL_PACKAGE_LABEL _("Install package")
#define REMOVE_PACKAGE_LABEL _("Remove package")
#define CHANGELOG_LABEL _("Changelog")
#define LAUNCH_LABEL _("Launch")
#define LTS_TAG _("LTS")
#define REACTIVE_TAG _("Reactive")
#define RECOMENDED_TAG _("Recomended")
#define HARDENED_TAG _("Hardened")
#define REALTIME_TAG _("RealTime")
#define STABLE_TAG _("Stable")
#define KERNELS_LABEL _("Kernels")
#define ADDITIONS_LABEL _("Additions")
#define UPDATE_LABEL _("Update")
#define OPE_INFO_LABEL _("Open package information")
#define MORE_LABEL _("More")
#define LESS_LABEL _("Hide")
#define ACCEPT_LABEL _("Accept")
#define WARNING_TITLE_LABEL _("Warning")
#define DEPENDENCES_LABEL _("Dependences")
#define MODULE_TAB_LABEL _("Module")
#define PACKAGE_TAB_LABEL _("Package")
#define DESCTIPTION_TAB_LABEL _("Description")
#define LOADING_LABEL _("Kernel and additions listst are loading")
#define UNLOCK_PACMAN_DB_TOOLTIP_LABEL _("Unlock the pacman package manager database")
#define OPERATION_SUCCESS_LABEL _("Terminal operation success")
#define OPERATION_ERROR_LABEL _("Terminal operation failed")
#define OPERATION_IN_PROGRESS_LABEL _("Terminal operation in process")
#define PACKAGE_REMOVED_BUT_NOT_DISABLED_LABEL _("The package with the module has been removed, but the module is not disabled from the system, as it is used by other system programs. After rebooting, the module will be disabled and removed.")
#define KERNEL_MODULE_INSTALL_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to install kernel module")," <b>",target,"</b>?",NULL)
#define KERNEL_PACKAGE_INSTALL_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to install kernel package")," <b>",target,"</b>?\n<i>",KERNEL_PACKAGE_INSTALL_ATTENTION_LABEL,"</i>",NULL)
#define KERNEL_MODULE_UPDATE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to update kernel module")," <b>",target,"</b>?",NULL)
#define KERNEL_PACKAGE_UPDATE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to update kernel package")," <b>",target,"</b>?",NULL)
#define KERNEL_MODULE_REMOVE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to remove kernel module")," <b>",target,"</b>?",NULL)
#define KERNEL_REMOVE_LAST_CONFIRMATION_LABEL(target) yon_char_unite(_("The kernel is the only one in the system. If you remove it, it will become impossible to boot. Do you really want to remove")," ",target,"?",NULL)
#define KERNEL_PACKAGE_REMOVE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to remove kernel package")," <b>",target,"</b>?",NULL)
#define ADDITION_MODULE_INSTALL_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to install module with addition package")," <b>",target,"</b>?",NULL)
#define ADDITION_PACKAGE_INSTALL_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to install addition package")," <b>",target,"</b>?",NULL)
#define ADDITION_MODULE_UPDATE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to update kernel addition module")," <b>",target,"</b>?",NULL)
#define ADDITION_PACKAGE_UPDATE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to update kernel addition package")," <b>",target,"</b>?",NULL)
#define ADDITION_MODULE_REMOVE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to remove kernel addition module")," <b>",target,"</b>?",NULL)
#define ADDITION_PACKAGE_REMOVE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to remove kernel addition package")," <b>",target,"</b>?",NULL)
#define LAUNCH_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to launch")," <b>",target,"</b> ",_("for boot?\n\nChanges will be applied after system restart"),NULL)
#define UPDATE_MODULE_LABEL _("Update module")
#define UPDATE_PACKAGE_LABEL _("Update package")
#define INSTALL_MODULE_TITLE_LABEL _("Install kernel module")
#define INSTALL_PACKAGE_TITLE_LABEL _("Install kernel package")
#define REMOVE_MODULE_TITLE_LABEL _("Remove kernel module")
#define REMOVE_PACKAGE_TITLE_LABEL _("Remove kernel package")
#define UPDATE_MODULE_TITLE_LABEL _("Update kernel module")
#define UPDATE_PACKAGE_TITLE_LABEL _("Update kernel package")
#define INSTALL_ADDITION_MODULE_TITLE_LABEL _("Install addition module")
#define INSTALL_ADDITION_PACKAGE_TITLE_LABEL _("Install addition package")
#define REMOVE_ADDITION_MODULE_TITLE_LABEL _("Remove addition module")
#define REMOVE_ADDITION_PACKAGE_TITLE_LABEL _("Remove addition package")
#define UPDATE_ADDITION_MODULE_TITLE_LABEL _("Update addition module")
#define UPDATE_ADDITION_PACKAGE_TITLE_LABEL _("Update addition package")
#define KERNEL_PACKAGE_INSTALL_ATTENTION_LABEL _("Attention! If you work in sandbox mode, you must install the package with the module!")