diff options
Diffstat (limited to 'gui/theme/common/portrait.xml')
-rw-r--r-- | gui/theme/common/portrait.xml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml index 962c63334..f163bea8b 100644 --- a/gui/theme/common/portrait.xml +++ b/gui/theme/common/portrait.xml @@ -110,6 +110,7 @@ <style name="scrolllist"> <background color="%background_color%"/> <font resource="font_m" spacing="%fileselector_spacing%" color="%text_color%"/> + <fastscroll linecolor="%fileselector_linecolor%" rectcolor="%accent_color%" w="%fastscroll_w%" linew="%fastscroll_linew%" rectw="%fastscroll_rectw%" recth="%fastscroll_recth%"/> </style> <style name="partitionlist"> @@ -1711,8 +1712,8 @@ <checkbox> <placement x="%indent%" y="%row5_y%"/> - <text>{@skip_md5_backup_chk=Skip MD5 generation during backup}</text> - <data variable="tw_skip_md5_generate"/> + <text>{@skip_digest_backup_chk=Skip Digest generation during backup}</text> + <data variable="tw_skip_digest_generate"/> </checkbox> <checkbox> @@ -2429,8 +2430,8 @@ <checkbox> <placement x="%indent%" y="%row17_y%"/> - <text>{@restore_enable_md5_chk=Enable MD5 Verification of Backup Files}</text> - <data variable="tw_skip_md5_check"/> + <text>{@restore_enable_digest_chk=Enable Digest Verification of Backup Files}</text> + <data variable="tw_skip_digest_check"/> </checkbox> <button style="main_button_half_height"> @@ -3076,11 +3077,11 @@ <listitem name="{@disable_backup_space_chk=Disable free space check before backup}"> <data variable="tw_disable_free_space"/> </listitem> - <listitem name="{@skip_md5_backup_chk=Skip MD5 generation during backup}"> - <data variable="tw_skip_md5_generate"/> + <listitem name="{@skip_digest_backup_chk=Skip Digest generation during backup}"> + <data variable="tw_skip_digest_generate"/> </listitem> - <listitem name="{@restore_enable_md5_chk=Enable MD5 verification of backup files}"> - <data variable="tw_skip_md5_check"/> + <listitem name="{@restore_enable_digest_chk=Enable Digest verification of backup files}"> + <data variable="tw_skip_digest_check"/> </listitem> <listitem name="{@use24clock_chk=Use 24-hour clock}"> <data variable="tw_military_time"/> @@ -3098,6 +3099,10 @@ <condition var1="tw_simulate_actions" var2="1"/> <data variable="tw_simulate_fail"/> </listitem> + <listitem name="{@sha2_chk=Use SHA2 for hashing}"> + <condition var1="tw_no_sha2" var2="0"/> + <data variable="tw_use_sha2"/> + </listitem> </listbox> <button style="main_button_half_height"> |