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.
63 lines
2.6 KiB
63 lines
2.6 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 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 ADD_DRIVERS_LABEL _("Add drivers for current hardware components only")
|
|
|
|
#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 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 OPERATION_SUCCESS_LABEL _("Terminal operation success")
|
|
#define OPERATION_ERROR_LABEL _("Terminal operation failed")
|
|
#define OPERATION_IN_PROGRESS_LABEL _("Terminal operation in process")
|
|
|
|
#define MODULE_INSTALL_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to install kernel")," ",target,"?",NULL)
|
|
#define PACKAGE_INSTALL_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to install package")," ",target,"?",NULL)
|
|
#define MODULE_REMOVE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to remove module")," ",target,"?",NULL)
|
|
#define PACKAGE_REMOVE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to remove package")," ",target,"?",NULL)
|
|
#define LAUNCH_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to launch")," ",target," ",_("for boot?\n\nChanges will be applied after system restart"),NULL) |