Merge pull request 'Removed repeating localisation' (#312) from YanTheKaller/ubl-settings-usergroups:master into master

Reviewed-on: #312
pull/317/head^2
Dmitry Razumov 3 months ago
commit 9f05aa0f7d

@ -26,7 +26,7 @@
#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 CANCEL_LABEL _("Cancel")
#define OK_LABEL _("Ok")
#define PRINT_TOOLTIP_LABEL _("Print")
#define USER_INFO_LABEL _("User information")
@ -88,7 +88,7 @@
#define BSDICRYPT_LABEL "bsdicrypt"
#define DESCTRYPT_LABEL "desctrypt"
#define NT_LABEL "nt"
#define ACCEPT_LABEL _("Accept")
// #define ACCEPT_LABEL _("Accept")
#define ENCRYPT_SURE_LABEL yon_char_unite("<b>",_("Attention!"),"</b> ",_("All unencrypted password in configuration will be encrypted.\nAre you sure want to encrypt all passwords? This action can't be undone."),NULL)
#define ENCRYPT_TITLE_LABEL _("Encrypt all unencrypted passwords")
#define ENCRYPT_TOOLTIP_LABEL _("Encrypt all unencrypted passwords at global configuration")
@ -188,7 +188,7 @@
#define CREATE_UNUNIQUE_LABEL _("Create user with ununique (repeating) UID")
#define DO_NOT_CHECK_LABEL _("Do not check login for compliance with character rules")
#define TEMPORARY_DEACTIVATION_LABEL _("Temporary deactivation")
#define SAVE_LABEL _("Save")
// #define SAVE_LABEL _("Save")
#define LOGIN_TOOLTIP_NAME_LABEL _("login_name")
#define GROUP_TOOLTIP_NAME_LABEL _("group_name")
#define USER__NAME_LABEL _("User name")

Loading…
Cancel
Save