Skip to content

Commit

Permalink
I18N: remove translatable flag from several numbers in glade files
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen committed Dec 6, 2020
1 parent 424676c commit 1a32fe1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gnucash/gtkbuilder/assistant-csv-export.glade
Expand Up @@ -336,7 +336,7 @@ Select the type of Export required and the separator that will be used.
<object class="GtkLabel" id="num_accounts_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">0</property>
<property name="label">0</property>
<property name="justify">center</property>
</object>
<packing>
Expand Down
6 changes: 3 additions & 3 deletions gnucash/gtkbuilder/dialog-preferences.glade
Expand Up @@ -1269,7 +1269,7 @@ many months before the current month</property>
<property name="tooltip_markup">How many automatic decimal places will be filled in.</property>
<property name="tooltip_text" translatable="yes">How many automatic decimal places will be filled in.</property>
<property name="invisible_char">●</property>
<property name="text" translatable="yes">2</property>
<property name="text">2</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">auto_decimal_places_adj</property>
Expand Down Expand Up @@ -2081,7 +2081,7 @@ many months before the current month</property>
<property name="tooltip_markup">In some places commercial ATMs (not belonging to a financial institution) are installed in places like convenience stores. These ATMs add their fee directly to the amount instead of showing up as a separate transaction or in your monthly banking fees. For example, you withdraw $100, and you are charged $101,50 plus Interac fees. If you manually entered that $100, the amounts won&amp;apos;t match. You should set this to whatever is the maximum such fee in your area (in units of your local currency), so the transaction will be recognised as a match.</property>
<property name="tooltip_text" translatable="yes">In some places commercial ATMs (not belonging to a financial institution) are installed in places like convenience stores. These ATMs add their fee directly to the amount instead of showing up as a separate transaction or in your monthly banking fees. For example, you withdraw $100, and you are charged $101,50 plus Interac fees. If you manually entered that $100, the amounts won't match. You should set this to whatever is the maximum such fee in your area (in units of your local currency), so the transaction will be recognised as a match.</property>
<property name="invisible_char">●</property>
<property name="text" translatable="yes">2,00</property>
<property name="text">2.00</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">atm_fee_adj</property>
Expand Down Expand Up @@ -3518,7 +3518,7 @@ many months before the current month</property>
<property name="tooltip_markup">If the text in the tab is longer than this value (the test is approximate) then the tab label will have the middle cut and replaced with an ellipsis.</property>
<property name="tooltip_text" translatable="yes">If the text in the tab is longer than this value (the test is approximate) then the tab label will have the middle cut and replaced with an ellipsis.</property>
<property name="invisible_char">●</property>
<property name="text" translatable="yes">30</property>
<property name="text">30</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">tab_width_adj</property>
Expand Down
2 changes: 1 addition & 1 deletion gnucash/gtkbuilder/dialog-progress.glade
Expand Up @@ -3,7 +3,7 @@
<interface>
<requires lib="gtk+" version="3.22"/>
<object class="GtkTextBuffer" id="textbuffer1">
<property name="text" translatable="yes">1234567890123456789012345678901234567890</property>
<property name="text">1234567890123456789012345678901234567890</property>
</object>
<object class="GtkWindow" id="progress_dialog">
<property name="visible">True</property>
Expand Down
2 changes: 1 addition & 1 deletion gnucash/gtkbuilder/dialog-tax-info.glade
Expand Up @@ -381,7 +381,7 @@
<object class="GtkLabel" id="num_accounts_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">0</property>
<property name="label">0</property>
<property name="justify">center</property>
</object>
<packing>
Expand Down
2 changes: 1 addition & 1 deletion gnucash/gtkbuilder/gnc-plugin-page-register.glade
Expand Up @@ -761,7 +761,7 @@ If 0, all previous days included</property>
</child>
</object>
<object class="GtkEntryBuffer" id="entrybuffer1">
<property name="text" translatable="yes">0</property>
<property name="text">0</property>
</object>
<object class="GtkDialog" id="sort_by_dialog">
<property name="can_focus">False</property>
Expand Down

0 comments on commit 1a32fe1

Please sign in to comment.