account-settings: Mark strings as translatable

This commit is contained in:
Kévin Commaille 2022-09-28 15:37:00 +02:00
parent 77c9c73175
commit a190f17ea3
No known key found for this signature in database
GPG key ID: DD507DAE96E8245C
2 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@
<style>
<class name="body"/>
</style>
<property name="label">Changing your password will log you out of your other sessions.</property>
<property name="label" translatable="yes">Changing your password will log you out of your other sessions.</property>
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0.0</property>
@ -61,7 +61,7 @@
<style>
<class name="body"/>
</style>
<property name="label">Fractals support for encryption is unstable so you might lose access to your encrypted message history. It is recommended to backup your encryption keys before proceeding.</property>
<property name="label" translatable="yes">Fractals support for encryption is unstable so you might lose access to your encrypted message history. It is recommended to backup your encryption keys before proceeding.</property>
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0.0</property>

View file

@ -49,7 +49,7 @@
<style>
<class name="body"/>
</style>
<property name="label">Deactivating your account means you will lose access to all your messages, contacts, files, and more, forever.</property>
<property name="label" translatable="yes">Deactivating your account means you will lose access to all your messages, contacts, files, and more, forever.</property>
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0.0</property>
@ -64,7 +64,7 @@
<style>
<class name="body"/>
</style>
<property name="label">To confirm that you really want to deactivate this account, type in your Matrix user ID:</property>
<property name="label" translatable="yes">To confirm that you really want to deactivate this account, type in your Matrix user ID:</property>
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0.0</property>