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->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);

@ -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("<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 DES_DESCRIPTION_LABEL _("DES (Algorithm for Symmetric Encryption)")
#define MD5_DESCRIPTION_LABEL _("MD5 (128-bit hashing algorithm)")

@ -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

@ -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"

Loading…
Cancel
Save