Removed repeating localisation

pull/312/head
parent c64c4bb09e
commit 61aedd8ab9

@ -26,7 +26,7 @@
#define PASSWORD_HASH_USER_LABEL _("Password hash algorythm:") #define PASSWORD_HASH_USER_LABEL _("Password hash algorythm:")
#define SYNC_SAMBA_USER_LABEL _("Sync with SAMBA user") #define SYNC_SAMBA_USER_LABEL _("Sync with SAMBA user")
#define EXTRA_OPTIONS_USER_LABEL _("Extra options:") #define EXTRA_OPTIONS_USER_LABEL _("Extra options:")
#define CANCEL_LABEL _("Cancel") // #define CANCEL_LABEL _("Cancel")
#define OK_LABEL _("Ok") #define OK_LABEL _("Ok")
#define PRINT_TOOLTIP_LABEL _("Print") #define PRINT_TOOLTIP_LABEL _("Print")
#define USER_INFO_LABEL _("User information") #define USER_INFO_LABEL _("User information")
@ -88,7 +88,7 @@
#define BSDICRYPT_LABEL "bsdicrypt" #define BSDICRYPT_LABEL "bsdicrypt"
#define DESCTRYPT_LABEL "desctrypt" #define DESCTRYPT_LABEL "desctrypt"
#define NT_LABEL "nt" #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_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_TITLE_LABEL _("Encrypt all unencrypted passwords")
#define ENCRYPT_TOOLTIP_LABEL _("Encrypt all unencrypted passwords at global configuration") #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 CREATE_UNUNIQUE_LABEL _("Create user with ununique (repeating) UID")
#define DO_NOT_CHECK_LABEL _("Do not check login for compliance with character rules") #define DO_NOT_CHECK_LABEL _("Do not check login for compliance with character rules")
#define TEMPORARY_DEACTIVATION_LABEL _("Temporary deactivation") #define TEMPORARY_DEACTIVATION_LABEL _("Temporary deactivation")
#define SAVE_LABEL _("Save") // #define SAVE_LABEL _("Save")
#define LOGIN_TOOLTIP_NAME_LABEL _("login_name") #define LOGIN_TOOLTIP_NAME_LABEL _("login_name")
#define GROUP_TOOLTIP_NAME_LABEL _("group_name") #define GROUP_TOOLTIP_NAME_LABEL _("group_name")
#define USER__NAME_LABEL _("User name") #define USER__NAME_LABEL _("User name")

Loading…
Cancel
Save