comparison gtk-gui/gui.stetic @ 100:23b1c3bdc525

Re #308: Make GTK# UI translatable * Add more missing translations (English versions) to French translation file * Change name of "Basic HTML export" to match WinForms translation
author IBBoard <dev@ibboard.co.uk>
date Sun, 16 Jan 2011 20:01:21 +0000
parents 8777e4f64d8e
children cfd2d9f490bc
comparison
equal deleted inserted replaced
99:8777e4f64d8e 100:23b1c3bdc525
150 <property name="Label" translatable="yes">Export army as...</property> 150 <property name="Label" translatable="yes">Export army as...</property>
151 <property name="Sensitive">False</property> 151 <property name="Sensitive">False</property>
152 <property name="ShortLabel" translatable="yes">Export army as...</property> 152 <property name="ShortLabel" translatable="yes">Export army as...</property>
153 <property name="StockId">gtk-convert</property> 153 <property name="StockId">gtk-convert</property>
154 </action> 154 </action>
155 <action id="miExportAsBasicHtml"> 155 <action id="miExportArmyAsBasicHTML">
156 <property name="Type">Action</property> 156 <property name="Type">Action</property>
157 <property name="Label" translatable="yes">Basic HTML</property> 157 <property name="Label" translatable="yes">Basic HTML</property>
158 <property name="ShortLabel" translatable="yes">Basic HTML</property> 158 <property name="ShortLabel" translatable="yes">Basic HTML</property>
159 <signal name="Activated" handler="OnMiExportAsBasicHtmlActivated" /> 159 <signal name="Activated" handler="OnMiExportAsBasicHtmlActivated" />
160 </action> 160 </action>
180 <node type="Menuitem" action="miNewArmy" /> 180 <node type="Menuitem" action="miNewArmy" />
181 <node type="Menuitem" action="miOpenArmy" /> 181 <node type="Menuitem" action="miOpenArmy" />
182 <node type="Menuitem" action="miSaveArmy" /> 182 <node type="Menuitem" action="miSaveArmy" />
183 <node type="Menuitem" action="miSaveArmyAs" /> 183 <node type="Menuitem" action="miSaveArmyAs" />
184 <node type="Menu" action="miExportArmyAs"> 184 <node type="Menu" action="miExportArmyAs">
185 <node type="Menuitem" action="miExportAsBasicHtml" /> 185 <node type="Menuitem" action="miExportArmyAsBasicHTML" />
186 </node> 186 </node>
187 <node type="Menuitem" action="miCloseArmy" /> 187 <node type="Menuitem" action="miCloseArmy" />
188 <node type="Separator" /> 188 <node type="Separator" />
189 <node type="Menuitem" action="miReloadFiles" /> 189 <node type="Menuitem" action="miReloadFiles" />
190 <node type="Separator" /> 190 <node type="Separator" />