Added new localisation

pull/4/head
parent 42da5e31d7
commit 6ea890e597

@ -67,3 +67,4 @@
#define BRANCHES_LABEL _("Branches:")
#define TYPE_BRANCH_NAME_LABEL _("< Type branch name >")
#define EMPTY_NAME_LABEL _("Name must be filled!")
#define CHOOSE_PATH_LABEL _("Choose path for new repository")

@ -91,12 +91,15 @@
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<child>
<object class="GtkButton" id="repoChooseFolderButton">
<property name="label" translatable="yes">Choose repository folder</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="halign">start</property>
</object>
<packing>
<property name="expand">False</property>
@ -104,6 +107,19 @@
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="repoPathLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>

@ -202,6 +202,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<column type="gchararray"/>
<!-- column-name Status -->
<column type="gint"/>
<!-- column-name HideDeleted -->
<column type="gboolean"/>
</columns>
</object>
<object class="GtkAdjustment" id="adjustment1">
@ -687,10 +689,18 @@ translated and supported by community.</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkPaned">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="position">395</property>
<property name="position-set">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-start">5</property>
<property name="margin-end">5</property>
<property name="spacing">5</property>
<child>
<object class="GtkBox">
@ -727,7 +737,7 @@ translated and supported by community.</property>
</packing>
</child>
<child>
<object class="GtkButton" id="LoadNetButton">
<object class="GtkButton" id="LoadLocalButton">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
@ -877,6 +887,14 @@ translated and supported by community.</property>
<attribute name="icon-name">0</attribute>
</attributes>
</child>
<child>
<object class="GtkCellRendererText">
<property name="text">[D]</property>
</object>
<attributes>
<attribute name="visible">5</attribute>
</attributes>
</child>
<child>
<object class="GtkCellRendererText"/>
<attributes>
@ -903,10 +921,18 @@ translated and supported by community.</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="resize">False</property>
<property name="shrink">True</property>
</packing>
</child>
<child>
<object class="GtkNotebook">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="margin-start">5</property>
<property name="margin-end">5</property>
<property name="show-tabs">False</property>
<child>
<object class="GtkBox">
@ -1269,8 +1295,7 @@ translated and supported by community.</property>
</items>
<child internal-child="entry">
<object class="GtkEntry">
<property name="can-focus">True</property>
<property name="text" translatable="yes">192.168.1.110</property>
<property name="can-focus">False</property>
</object>
</child>
</object>
@ -1397,9 +1422,8 @@ translated and supported by community.</property>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">2</property>
<property name="resize">True</property>
<property name="shrink">True</property>
</packing>
</child>
</object>

Loading…
Cancel
Save