Localisation changes

pull/247/head
parent a618ca9398
commit adf3b045a4

@ -766,6 +766,7 @@ void on_ubl_settings_usergroups_additional_settings_open(GtkWidget *, main_windo
data->function=on_passwords_encrypt; data->function=on_passwords_encrypt;
data->action_text = ENCRYPT_SURE_LABEL; data->action_text = ENCRYPT_SURE_LABEL;
data->data=encrypt_data; data->data=encrypt_data;
data->title = ENCRYPT_TITLE_LABEL;
g_signal_connect(G_OBJECT(window->EncryptAllPasswordsButton),"clicked",G_CALLBACK(yon_confirmation_dialog_call),data); g_signal_connect(G_OBJECT(window->EncryptAllPasswordsButton),"clicked",G_CALLBACK(yon_confirmation_dialog_call),data);

@ -85,7 +85,8 @@
#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 _("Are you sure want to encrypt all passwords?\nThis action can't be undone.") #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") #define ENCRYPT_TOOLTIP_LABEL _("Encrypt all unencrypted passwords at global configuration")
#define DES_DESCRIPTION_LABEL _("DES (Algorithm for Symmetric Encryption)") #define DES_DESCRIPTION_LABEL _("DES (Algorithm for Symmetric Encryption)")
#define MD5_DESCRIPTION_LABEL _("MD5 (128-bit hashing algorithm)") #define MD5_DESCRIPTION_LABEL _("MD5 (128-bit hashing algorithm)")

@ -286,10 +286,18 @@ msgstr ""
msgid "Accept" msgid "Accept"
msgstr "" msgstr ""
#: source/ubl-strings.h:87
msgid "Attention!"
msgstr ""
#: source/ubl-strings.h:88 #: source/ubl-strings.h:88
msgid "" msgid ""
"Are you sure want to encrypt all passwords?\n" "All unencrypted password in configuration will be encrypted.\n"
"This action can't be undone." "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 "" msgstr ""
#: source/ubl-strings.h:89 #: source/ubl-strings.h:89

@ -314,13 +314,20 @@ msgstr "Не зашифрован"
msgid "Accept" msgid "Accept"
msgstr "Принять" msgstr "Принять"
#: source/ubl-strings.h:87
msgid "Attention!"
msgstr "Внимание!"
#: source/ubl-strings.h:88 #: source/ubl-strings.h:88
msgid "" msgid ""
"Are you sure want to encrypt all passwords?\n" "All unencrypted password in configuration will be encrypted.\n"
"This action can't be undone." "Are you sure want to encrypt all passwords? This action can't be undone."
msgstr "" msgstr "Все незашифрованные пароли, хранящиеся в конфигурации, будут зашифрованы.\n"
"Вы уверены что хотите зашифровать все пароли?\n" "Вы уверены, что хотите зашифровать все пароли? Это действие нельзя отменить."
"Это действие нельзя отменить."
#: source/ubl-strings.h:89
msgid "Encrypt all unencrypted passwords"
msgstr "Зашифровать все пароли"
#: source/ubl-strings.h:89 #: source/ubl-strings.h:89
msgid "Encrypt all unencrypted passwords at global configuration" msgid "Encrypt all unencrypted passwords at global configuration"

Loading…
Cancel
Save