Skip to content

Commit

Permalink
data: Mark a few strings translatable
Browse files Browse the repository at this point in the history
Mark a few strings from perferences.ui as translatable.
  • Loading branch information
yakushabb authored and geigi committed Dec 3, 2023
1 parent e42fe82 commit 29570db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/ui/preferences.ui
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<object class="HdyActionRow">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Dark Mode</property>
<property name="title" translatable="yes">Dark Mode</property>
<property name="activatable-widget">dark_mode_switch</property>
<child>
<object class="GtkSwitch" id="dark_mode_switch">
Expand All @@ -85,7 +85,7 @@
<object class="HdyActionRow">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Swap author and reader</property>
<property name="title" translatable="yes">Swap author and reader</property>
<property name="activatable-widget">swap_author_reader_switch</property>
<property name="subtitle" translatable="yes">Activate if author and reader are displayed the wrong way</property>
<child>
Expand All @@ -109,7 +109,7 @@
<object class="HdyActionRow">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Replay</property>
<property name="title" translatable="yes">Replay</property>
<property name="activatable-widget">replay_switch</property>
<property name="subtitle" translatable="yes">Rewind 30 seconds of the current book when starting Cozy</property>
<child>
Expand All @@ -126,7 +126,7 @@
<object class="HdyActionRow">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Rewind Duration</property>
<property name="title" translatable="yes">Rewind Duration</property>
<child>
<object class="GtkSpinButton" id="rewind_duration_spin_button">
<property name="visible">True</property>
Expand All @@ -146,7 +146,7 @@
<object class="HdyActionRow">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Forward Duration</property>
<property name="title" translatable="yes">Forward Duration</property>
<child>
<object class="GtkSpinButton" id="forward_duration_spin_button">
<property name="visible">True</property>
Expand Down Expand Up @@ -174,7 +174,7 @@
<object class="HdyActionRow">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Fadeout</property>
<property name="title" translatable="yes">Fadeout</property>
<property name="activatable-widget">sleep_timer_fadeout_switch</property>
<child>
<object class="GtkSwitch" id="sleep_timer_fadeout_switch">
Expand All @@ -190,7 +190,7 @@
<object class="HdyActionRow" id="sleep_timer_fadeout_row">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Fadeout duration</property>
<property name="title" translatable="yes">Fadeout duration</property>
<child>
<object class="GtkSpinButton" id="fadeout_duration_spin_button">
<property name="visible">True</property>
Expand Down Expand Up @@ -225,7 +225,7 @@
<object class="HdyActionRow">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Prefer external images over embedded cover</property>
<property name="title" translatable="yes">Prefer external images over embedded cover</property>
<property name="activatable-widget">artwork_prefer_external_switch</property>
<property name="subtitle" translatable="yes">Always use images (cover.jpg, *.png, …) when available</property>
<child>
Expand Down

0 comments on commit 29570db

Please sign in to comment.