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.
61 lines
3.3 KiB
61 lines
3.3 KiB
#define VERSION_LABEL yon_char_unite(_("Version:")," ",version_application,"\n",NULL)
|
|
#define HELP_LABEL yon_char_unite(_("ubl-settings-usergroups version:")," ", version_application,"\n",_("Users and groups"),"\n",_("Usage:"), " ubl-settings-usergroups ",_("[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 _("Users and groups")
|
|
#define TITLE_INFO_LABEL _("System users and groups configuration")
|
|
|
|
#define SUCCESS_LABEL _("Operation succeeded")
|
|
#define ROOT_WARNING_LABEL _("Warning! Application was launched without root - root-dependent actions are locked")
|
|
|
|
#define ABOUT_LABEL _("About")
|
|
#define DOCUMENTATION_LABEL _("Documentation")
|
|
|
|
#define SAVE_LOCAL_LABEL _("Save to local configuration")
|
|
#define SAVE_GLOBAL_LABEL _("Save to global configuration")
|
|
#define SAVE_CONFIGURATION_LABEL _("Save configuration")
|
|
#define SAVE_LABEL _("Save")
|
|
|
|
#define LOAD_LOCAL_LABEL _("Load local configuration")
|
|
#define LOAD_GLOBAL_LABEL _("Load global configuration")
|
|
#define LOAD_LABEL _("Load")
|
|
|
|
#define CANCEL_LABEL _("Cancel")
|
|
|
|
#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 OPEN_HELP_LABEL _("Open documentation")
|
|
#define PROJECT_HOME_LABEL _("Project Home Page")
|
|
#define NOTHING_CHOSEN_LABEL _("Nothing were chosen")
|
|
|
|
|
|
#define GLOBAL_LOAD_SUCCESS_LABEL _("Global configuration loading succseeded.")
|
|
#define LOCAL_LOAD_SUCCESS_LABEL _("Local configuration loading succseeded.")
|
|
#define LOAD_FAILED_LABEL _("Config loading failed")
|
|
|
|
#define GLOBAL_LOCAL_SAVE_SUCCESS_LABEL _("Local and global configuration saving succseeded.")
|
|
#define GLOBAL_SAVE_SUCCESS_LABEL _("Global configuration saving succseeded.")
|
|
#define LOCAL_SAVE_SUCCESS_LABEL _("Local configuration saving succseeded.")
|
|
|
|
#define DEFAULT_USER_GROUPS_LABEL _("Default user groups:")
|
|
#define DEFAULT_USER_NAME_LABEL _("Default user name (if there's no another):")
|
|
#define USER_1000_IS_ADMIN_LABEL _("User with ID 1000 is administrator")
|
|
#define DEFAULT_USER_PASSWORD_LABEL _("Default user password:")
|
|
#define ROOT_USER_PASSWORD_LABEL _("Root user password:")
|
|
#define PASSWORD_HASH_ALGORYTHM_LABEL _("Password hash algorythm:")
|
|
|
|
#define UID_LABEL _("UID")
|
|
#define LOGIN_LABEL _("Login")
|
|
#define PASSWORD_LABEL _("Password")
|
|
#define USER_NAME_LABEL _("User name")
|
|
|
|
#define UID_USER_LABEL _("UID:")
|
|
#define USERNAME_USER_LABEL _("User name:")
|
|
#define LOGIn_USER_LABEL _("Login:")
|
|
#define PASSWORD_USER_LABEL _("Password:")
|
|
#define DEFAULT_USER_LABEL _("Default")
|
|
#define MAIN_GROUP_USER_LABEL _("Main group:")
|
|
#define ADDITIONAL_GROUPS_USER_LABEL _("Additional groups")
|
|
#define PASSWORD_HASH_USER_LABEL _("Password hash algorythm:")
|
|
#define SYNC_SAMBA_USER_LABEL _("Sync with SAMBA user")
|
|
#define EXTRA_OPTIONS_USER_LABEL _("Extra options:") |