I18n - fix quote unification

Our guidelines favour double quotes over single quotes
This commit is contained in:
Geert Janssens
2020-06-26 18:08:12 +02:00
parent d6e7168abf
commit 72b8a0ce67
3 changed files with 515 additions and 535 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<!-- Generated with glade 3.22.2 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAdjustment" id="end_row_adj">
@@ -43,6 +43,9 @@
<signal name="close" handler="csv_price_imp_assist_close_cb" swapped="no"/>
<signal name="destroy" handler="csv_price_imp_assist_close_cb" swapped="no"/>
<signal name="prepare" handler="csv_price_imp_assist_prepare_cb" swapped="no"/>
<child type="titlebar">
<placeholder/>
</child>
<child>
<placeholder/>
</child>
@@ -88,7 +91,7 @@ Click on "Next" to proceed or "Cancel" to Abort Import.</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">
Select location and file name for the Import, then click 'OK'...
Select location and file name for the Import, then click "OK"...
</property>
<property name="wrap">True</property>
</object>
@@ -1067,5 +1070,8 @@ Cancel to abort.&lt;/b&gt;</property>
<child>
<placeholder/>
</child>
<child type="titlebar">
<placeholder/>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<!-- Generated with glade 3.22.2 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="account_match_store">
@@ -33,6 +33,9 @@
<signal name="close" handler="csv_tximp_assist_close_cb" swapped="no"/>
<signal name="destroy" handler="csv_tximp_assist_close_cb" swapped="no"/>
<signal name="prepare" handler="csv_tximp_assist_prepare_cb" swapped="no"/>
<child type="titlebar">
<placeholder/>
</child>
<child>
<placeholder/>
</child>
@@ -78,7 +81,7 @@ Lastly, for repeated imports the preview page has buttons to Load and Save the s
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">
Select location and file name for the Import, then click 'OK'...
Select location and file name for the Import, then click "OK"...
</property>
<property name="wrap">True</property>
</object>
@@ -1156,5 +1159,8 @@ More information can be displayed by using the help button.</property>
<child>
<placeholder/>
</child>
<child type="titlebar">
<placeholder/>
</child>
</object>
</interface>

1030
po/nl.po

File diff suppressed because it is too large Load Diff