diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 12:31:24 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 12:31:24 +0200 |
| commit | 22affd3c791679f05ccde937a1804ecb3f5bf5e2 (patch) | |
| tree | 1053b86309f5c3f827cdfb5de9988eec28faf3c9 /res/windows/create_participant.ui | |
| parent | f5e65adb5c348b5c1f3fe479fc71053183f66674 (diff) | |
| download | turns-22affd3c791679f05ccde937a1804ecb3f5bf5e2.tar.xz turns-22affd3c791679f05ccde937a1804ecb3f5bf5e2.zip | |
app/gui: add translations for create participant dialog
Diffstat (limited to 'res/windows/create_participant.ui')
| -rw-r--r-- | res/windows/create_participant.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/windows/create_participant.ui b/res/windows/create_participant.ui index aa3d093..1e95f03 100644 --- a/res/windows/create_participant.ui +++ b/res/windows/create_participant.ui @@ -22,7 +22,7 @@ <object class="GtkListBox"> <child> <object class="AdwEntryRow" id="name"> - <property name="title">Name</property> + <property name="title" translatable="yes">Name</property> </object> </child> <child> @@ -36,12 +36,12 @@ </property> <property name="digits">1</property> <property name="numeric">True</property> - <property name="title">Order</property> + <property name="title" translatable="yes">Order</property> </object> </child> <child> <object class="AdwComboRow" id="disposition"> - <property name="title">Disposition</property> + <property name="title" translatable="yes">Disposition</property> </object> </child> <style> @@ -52,7 +52,7 @@ <child> <object class="GtkButton" id="finish"> <property name="hexpand">True</property> - <property name="label">Finish</property> + <property name="label" translatable="yes">Finish</property> <style> <class name="pill"/> <class name="suggested-action"/> @@ -69,6 +69,6 @@ </object> </property> <property name="hexpand">True</property> - <property name="title">Add Participant</property> + <property name="title" translatable="yes">Add participant</property> </object> </interface> |
