diff --git a/source/ubl-settings-usergroups-settings.c b/source/ubl-settings-usergroups-settings.c index 2ffac0c..75aa645 100644 --- a/source/ubl-settings-usergroups-settings.c +++ b/source/ubl-settings-usergroups-settings.c @@ -766,6 +766,7 @@ void on_ubl_settings_usergroups_additional_settings_open(GtkWidget *, main_windo data->function=on_passwords_encrypt; data->action_text = ENCRYPT_SURE_LABEL; data->data=encrypt_data; + data->title = ENCRYPT_TITLE_LABEL; g_signal_connect(G_OBJECT(window->EncryptAllPasswordsButton),"clicked",G_CALLBACK(yon_confirmation_dialog_call),data); diff --git a/source/ubl-strings.h b/source/ubl-strings.h index b9a2c3d..8a2518a 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -85,7 +85,8 @@ #define DESCTRYPT_LABEL "desctrypt" #define NT_LABEL "nt" #define ACCEPT_LABEL _("Accept") -#define ENCRYPT_SURE_LABEL _("Are you sure want to encrypt all passwords?\nThis action can't be undone.") +#define ENCRYPT_SURE_LABEL yon_char_unite("",_("Attention!")," ",_("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") #define DES_DESCRIPTION_LABEL _("DES (Algorithm for Symmetric Encryption)") #define MD5_DESCRIPTION_LABEL _("MD5 (128-bit hashing algorithm)") diff --git a/ubl-settings-usergroups.pot b/ubl-settings-usergroups.pot index 8312117..46c57e8 100644 --- a/ubl-settings-usergroups.pot +++ b/ubl-settings-usergroups.pot @@ -286,10 +286,18 @@ msgstr "" msgid "Accept" msgstr "" +#: source/ubl-strings.h:87 +msgid "Attention!" +msgstr "" + #: source/ubl-strings.h:88 msgid "" -"Are you sure want to encrypt all passwords?\n" -"This action can't be undone." +"All unencrypted password in configuration will be encrypted.\n" +"Are you sure want to encrypt all passwords? This action can't be undone." +msgstr "" + +#: source/ubl-strings.h:89 +msgid "Encrypt all unencrypted passwords" msgstr "" #: source/ubl-strings.h:89 diff --git a/ubl-settings-usergroups_ru.po b/ubl-settings-usergroups_ru.po index a6ccde3..9cb1694 100644 --- a/ubl-settings-usergroups_ru.po +++ b/ubl-settings-usergroups_ru.po @@ -314,13 +314,20 @@ msgstr "Не зашифрован" msgid "Accept" msgstr "Принять" +#: source/ubl-strings.h:87 +msgid "Attention!" +msgstr "Внимание!" + #: source/ubl-strings.h:88 msgid "" -"Are you sure want to encrypt all passwords?\n" -"This action can't be undone." -msgstr "" -"Вы уверены что хотите зашифровать все пароли?\n" -"Это действие нельзя отменить." +"All unencrypted password in configuration will be encrypted.\n" +"Are you sure want to encrypt all passwords? This action can't be undone." +msgstr "Все незашифрованные пароли, хранящиеся в конфигурации, будут зашифрованы.\n" +"Вы уверены, что хотите зашифровать все пароли? Это действие нельзя отменить." + +#: source/ubl-strings.h:89 +msgid "Encrypt all unencrypted passwords" +msgstr "Зашифровать все пароли" #: source/ubl-strings.h:89 msgid "Encrypt all unencrypted passwords at global configuration"