Mark accessible names for translation. Fixes bug #136291.
2004-05-18 Padraig O'Briain <padraig.obriain@sun.com> * gnome-network-preferences.glade: Mark accessible names for translation. Fixes bug #136291.
This commit is contained in:
parent
8342be7cba
commit
fd088b443a
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-05-18 Padraig O'Briain <padraig.obriain@sun.com>
|
||||
|
||||
* gnome-network-preferences.glade: Mark accessible names for
|
||||
translation. Fixes bug #136291.
|
||||
|
||||
2004-04-15 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* Release 2.6.1
|
||||
|
|
|
@ -443,7 +443,7 @@
|
|||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
<accessibility>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="no">HTTP proxy port</atkproperty>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="yes">HTTP proxy port</atkproperty>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -467,7 +467,7 @@
|
|||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
<accessibility>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="no">Secure HTTP proxy port</atkproperty>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="yes">Secure HTTP proxy port</atkproperty>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -491,7 +491,7 @@
|
|||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
<accessibility>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="no">FTP proxy port</atkproperty>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="yes">FTP proxy port</atkproperty>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -515,7 +515,7 @@
|
|||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
<accessibility>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="no">Socks host port</atkproperty>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="yes">Socks host port</atkproperty>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
|
|
Loading…
Add table
Reference in a new issue