Kaydet (Commit) a32c33f8 authored tarafından Miklos Vajna's avatar Miklos Vajna Kaydeden (comit) Andras Timar

abpilot: add translatable string early

The corresponding feature may or may not be part of libreoffice-5-0, for
now just add a string, so that it's in before the string freeze.

(partially cherry picked from commit
ef0217f2)

Change-Id: Iea9984af3f08ed214815b9477019695f2339a7f3
üst 93077c2e
...@@ -33,6 +33,20 @@ Now, just enter the name under which you want to register the data source in %PR ...@@ -33,6 +33,20 @@ Now, just enter the name under which you want to register the data source in %PR
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="embed">
<property name="label" translatable="yes">Embed this address book definition into the current document.</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
</packing>
</child>
<child> <child>
<object class="GtkGrid" id="grid4"> <object class="GtkGrid" id="grid4">
<property name="visible">True</property> <property name="visible">True</property>
...@@ -40,7 +54,7 @@ Now, just enter the name under which you want to register the data source in %PR ...@@ -40,7 +54,7 @@ Now, just enter the name under which you want to register the data source in %PR
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="column_spacing">12</property> <property name="column_spacing">12</property>
<child> <child>
<object class="GtkLabel" id="label1"> <object class="GtkLabel" id="locationft">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property> <property name="xalign">0</property>
...@@ -92,7 +106,7 @@ Now, just enter the name under which you want to register the data source in %PR ...@@ -92,7 +106,7 @@ Now, just enter the name under which you want to register the data source in %PR
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
<property name="top_attach">0</property> <property name="top_attach">1</property>
<property name="width">1</property> <property name="width">1</property>
<property name="height">1</property> <property name="height">1</property>
</packing> </packing>
...@@ -108,7 +122,7 @@ Now, just enter the name under which you want to register the data source in %PR ...@@ -108,7 +122,7 @@ Now, just enter the name under which you want to register the data source in %PR
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
<property name="top_attach">1</property> <property name="top_attach">2</property>
<property name="width">1</property> <property name="width">1</property>
<property name="height">1</property> <property name="height">1</property>
</packing> </packing>
...@@ -190,7 +204,7 @@ Now, just enter the name under which you want to register the data source in %PR ...@@ -190,7 +204,7 @@ Now, just enter the name under which you want to register the data source in %PR
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
<property name="top_attach">2</property> <property name="top_attach">3</property>
<property name="width">1</property> <property name="width">1</property>
<property name="height">1</property> <property name="height">1</property>
</packing> </packing>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment