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.
32 lines
1.7 KiB
32 lines
1.7 KiB
#define VERSION_LABEL yon_char_unite(_("Version:")," ",version_application,"\n",NULL)
|
|
#define HELP_LABEL yon_char_unite(_("ubl-settings-system version:")," ", version_application,"\n",_("System configuration"),"\n",_("Usage:"), " ubl-settings-system ",_("[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 configuration 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 TITLE_LABEL _("System configuration")
|
|
#define TITLE_INFO_LABEL _("System basic parameters configuration")
|
|
|
|
#define SAVE_SUCCESS _("Local and global configuration saving succeeded")
|
|
#define LOCAL_SAVE_SUCCESS _("Local configuration saving succeeded")
|
|
#define GLOBAL_SAVE_SUCCESS _("Global configuration saving succeeded")
|
|
#define SAVE_WARNING_LABEL _("Warning! New machine ID will apply after system reboot")
|
|
|
|
#define HOSTNAME_LABEL _("Hostname:")
|
|
#define ID_LABEL _("Work station ID:")
|
|
#define SYSTEM_LABEL _("System")
|
|
#define RANDOM_LABEL _("Random")
|
|
#define HARDWARE_LABEL _("Hardware")
|
|
#define MANUAL_LABEL _("Manual")
|
|
#define CONSOLE_LABEL _("Console")
|
|
#define FONT_LABEL _("Console font:")
|
|
#define LOCALE_SECTION_LABEL _("Locale")
|
|
#define LOCALE_LABEL _("Locale:")
|
|
#define LANGUAGE_LABEL _("Language:")
|
|
|
|
#define DEFAULT_LABEL _("Default")
|
|
|
|
#define COPY_SUCCESS_LABEL _("Machine ID has been copied")
|
|
|
|
#define ID_EMPTY_LABEL _("ID field can't be empty!")
|
|
|
|
#define INSERT_LABEL _("Insert data")
|
|
|
|
#define ACCEPT_LABEL _("Accept") |