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.
89 lines
3.8 KiB
89 lines
3.8 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 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:")
|
|
#define CANCEL_LABEL _("Cancel")
|
|
#define OK_LABEL _("Ok")
|
|
|
|
#define BLOCK_LABEL _("Block")
|
|
#define MAIN_GROUP_LABEL _("Main group")
|
|
#define ADDITIONAL_PARAMETERS_LABEL _("Additional parameters")
|
|
#define PASSWORD_STATUS_LABEL _("Password status")
|
|
#define USERS_LABEL _("Users")
|
|
#define GID_LABEL _("GID")
|
|
#define GROUP_NAME_LABEL _("Group name")
|
|
#define GROUPS_USERS_LABEL _("Group users")
|
|
#define GROUPS_LABEL _("Groups")
|
|
|
|
//ubl-settings-usergroups-additional-settings.glade
|
|
#define SET_PASSWORD_LABEL _("Set a password")
|
|
#define ENDRYPTED_LABEL _("Endrypted password")
|
|
#define MD5_LABEL "md5"
|
|
#define YESCRYPT_LABEL "yescrypt"
|
|
#define NO_PASSWORD_LABEL _("No password required")
|
|
#define SCRYPT_LABEL "scrypt"
|
|
#define BF_LABEL "bf"
|
|
#define BCRYPT_LABEL "bcrypt"
|
|
#define SHA512_LABEL "sha512crypt"
|
|
#define SHA256_LABEL "sha256crypt"
|
|
#define SUNMD_LABEL "sunmd5"
|
|
#define MD5CRYPT_LABEL "md5crypt"
|
|
#define BSDICRYPT_LABEL "bsdicrypt"
|
|
#define DESCTRYPT_LABEL "desctrypt"
|
|
#define NT_LABEL "nt"
|
|
#define ACCEPT_LABEL _("Accept")
|
|
|
|
//ubl-settings-usergroups-group-creation.glade
|
|
#define AUTOMATICALLY_LABEL _("Automatically")
|
|
#define LOGIN_GROUP_LABEL _("login")
|
|
#define CREATE_GROUP_UNUNIQUE_LABEL _("Create group with ununique GID")
|
|
#define CREATE_SYSTEM_GROUP_LABEL _("Create system group")
|
|
#define ENCRYPTED_PASSWORD_LABEL _("Encrypted password")
|
|
#define ADDITIONAL_CONFIGURATION_LABEL _("Additional configuration")
|
|
|
|
//ubl-settings-usergroups-group.glade
|
|
#define ADM_LABEL "adm"
|
|
#define AUDIO_LABEL "audio"
|
|
#define AUTOLIGIN_LABEL "autologin"
|
|
#define AVAHI_LABEL "avahi"
|
|
#define BIN_LABEL "bin"
|
|
#define BRLAPI_LABEL "brlapi"
|
|
#define BRITTY_LABEL "britty"
|
|
#define BUMBLBEE_LABEL "bumblbee"
|
|
#define CHRONY_LABEL "chrony"
|
|
#define CLAMAV_LABEL "clamav"
|
|
#define COLORD_LABEL "colord"
|
|
|
|
//ubl-settings-usergroups-system.glade
|
|
#define BLOCKED_LABEL _("Blocked")
|
|
#define USERNAME_LABEL _("Username")
|
|
#define PRIMARY_GROUP_LABEL _("Primary group")
|
|
#define HOME_DIRECTORY_LABEL _("Home directory")
|
|
#define GROUP_LABEL _("Group")
|
|
|
|
#define PASSWORD_MISMATCH_LABEL _("Password mismatch")
|
|
#define GROUP_LABEL _("Group") |