mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-22 18:30:37 +01:00
2005-09-09 Christopher Aillon <caillon@redhat.com>
* gnome/vpn-properties/nm-vpn-properties.glade: Clean up a few strings to use better grammar and proper casing. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@955 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
3521ada92c
commit
b30e588d6e
2 changed files with 11 additions and 6 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-09-09 Christopher Aillon <caillon@redhat.com>
|
||||
|
||||
* gnome/vpn-properties/nm-vpn-properties.glade:
|
||||
Clean up a few strings to use better grammar and proper casing.
|
||||
|
||||
2005-09-08 Christopher Aillon <caillon@redhat.com>
|
||||
|
||||
* gnome/applet/vpn-connection.c:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label29">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Manage Virtual Private Network connections</property>
|
||||
<property name="label" translatable="yes">Manage Virtual Private Network Connections</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
<child>
|
||||
<widget class="GtkButton" id="export">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">Export VPN connection to a file</property>
|
||||
<property name="tooltip" translatable="yes">Export the selected VPN connection to a file</property>
|
||||
<property name="can_default">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
|
|
@ -280,9 +280,9 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="position">GNOME_EDGE_START</property>
|
||||
<property name="title" translatable="yes">Create VPN Connection</property>
|
||||
<property name="text" translatable="yes">This assistant will guide you through the creation of a new VPN connection to a private network.
|
||||
<property name="text" translatable="yes">This assistant will guide you through the creation of a connection to a Virtual Private Network (VPN).
|
||||
|
||||
It will require some information, such as IP addresses and secrets, that will probably be provided by your system administrator as appropriate.</property>
|
||||
It will require some information, such as IP addresses and secrets. Please see your system administrator to obtain this information.</property>
|
||||
</widget>
|
||||
</child>
|
||||
|
||||
|
|
@ -307,7 +307,7 @@ It will require some information, such as IP addresses and secrets, that will pr
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label31">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Dependent on the private network you want to connect to, you need to select what type of connection you want to create.</property>
|
||||
<property name="label" translatable="yes">Choose which type of VPN connection you wish to create.</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
|
@ -406,7 +406,7 @@ It will require some information, such as IP addresses and secrets, that will pr
|
|||
<widget class="GnomeDruidPageEdge" id="vpn-druid-vpn-confirm-page">
|
||||
<property name="visible">True</property>
|
||||
<property name="position">GNOME_EDGE_FINISH</property>
|
||||
<property name="title" translatable="yes">Finish create VPN Connection</property>
|
||||
<property name="title" translatable="yes">Finish Creating VPN Connection</property>
|
||||
<property name="text" translatable="yes"></property>
|
||||
</widget>
|
||||
</child>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue