mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-03 14:48:00 +02:00
2005-08-16 Christopher Aillon <caillon@redhat.com>
* vpn-daemons/vpnc/properties/nm-vpnc-dialog.glade:
* gnome/applet/applet.c: Add some mnemonics for VPNC
* vpn-daemons/.cvsignore: fix this up a little bit
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@850 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
025e013d5b
commit
fcce343152
4 changed files with 40 additions and 19 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2005-08-16 Christopher Aillon <caillon@redhat.com>
|
||||
|
||||
* vpn-daemons/vpnc/properties/nm-vpnc-dialog.glade:
|
||||
* gnome/applet/applet.c: Add some mnemonics for VPNC
|
||||
|
||||
* vpn-daemons/.cvsignore: fix this up a little bit
|
||||
|
||||
2005-08-16 Robert Love <rml@novell.com>
|
||||
|
||||
* src/backends/NetworkManagerSuSE.c: improve the SUSE-backend dial up
|
||||
|
|
|
|||
|
|
@ -1686,7 +1686,7 @@ static void nmwa_menu_add_vpn_menu (GtkWidget *menu, NMWirelessApplet *applet)
|
|||
g_return_if_fail (menu != NULL);
|
||||
g_return_if_fail (applet != NULL);
|
||||
|
||||
item = GTK_MENU_ITEM (gtk_menu_item_new_with_label (_("VPN Connections")));
|
||||
item = GTK_MENU_ITEM (gtk_menu_item_new_with_mnemonic (_("_VPN Connections")));
|
||||
|
||||
vpn_menu = GTK_MENU (gtk_menu_new ());
|
||||
for (elt = applet->gui_vpn_connections; elt; elt = g_slist_next (elt))
|
||||
|
|
@ -1713,11 +1713,11 @@ static void nmwa_menu_add_vpn_menu (GtkWidget *menu, NMWirelessApplet *applet)
|
|||
gtk_menu_shell_append (GTK_MENU_SHELL (vpn_menu), GTK_WIDGET (other_item));
|
||||
}
|
||||
|
||||
other_item = GTK_MENU_ITEM (gtk_menu_item_new_with_label (_("Configure VPN...")));
|
||||
other_item = GTK_MENU_ITEM (gtk_menu_item_new_with_mnemonic (_("_Configure VPN...")));
|
||||
g_signal_connect (G_OBJECT (other_item), "activate", G_CALLBACK (nmwa_menu_configure_vpn_item_activate), applet);
|
||||
gtk_menu_shell_append (GTK_MENU_SHELL (vpn_menu), GTK_WIDGET (other_item));
|
||||
|
||||
other_item = GTK_MENU_ITEM (gtk_menu_item_new_with_label (_("Disconnect VPN...")));
|
||||
other_item = GTK_MENU_ITEM (gtk_menu_item_new_with_mnemonic (_("_Disconnect VPN...")));
|
||||
g_signal_connect (G_OBJECT (other_item), "activate", G_CALLBACK (nmwa_menu_disconnect_vpn_item_activate), applet);
|
||||
if (!applet->gui_active_vpn)
|
||||
gtk_widget_set_sensitive (GTK_WIDGET (other_item), FALSE);
|
||||
|
|
|
|||
|
|
@ -1,21 +1,32 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
nm-vpnc-service
|
||||
nm-vpnc-service-vpnc-helper
|
||||
NetworkManager-vpnc*.tar.gz
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
compile
|
||||
configure
|
||||
config.guess
|
||||
config.h.in
|
||||
config.h
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
depcomp
|
||||
install-sh
|
||||
intltool-extract.in
|
||||
intltool-extract
|
||||
intltool-merge.in
|
||||
intltool-merge
|
||||
intltool-update.in
|
||||
intltool-update
|
||||
libtool
|
||||
nm-vpnc-service.name
|
||||
stamp-h1
|
||||
configure
|
||||
ltmain.sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
nm-vpnc.desktop
|
||||
nm-vpnc-service
|
||||
nm-vpnc-service-vpnc-helper
|
||||
nm-vpnc-service.name
|
||||
stamp-h1
|
||||
COPYING
|
||||
INSTALL
|
||||
|
|
|
|||
|
|
@ -121,8 +121,9 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label4">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Name used to identify the connection to the private network, e.g. "Campus VPN" or "Corporate Network"</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="label" translatable="yes">_Name used to identify the connection to the private network, e.g. "Campus VPN" or "Corporate Network"</property>
|
||||
<property name="mnemonic_widget">vpnc-connection-name</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
<property name="wrap">True</property>
|
||||
|
|
@ -335,8 +336,9 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label7">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Gateway:</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="label" translatable="yes">_Gateway:</property>
|
||||
<property name="mnemonic_widget">vpnc-gateway</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
<property name="wrap">False</property>
|
||||
|
|
@ -362,8 +364,9 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label8">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Group Name:</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="label" translatable="yes">G_roup Name:</property>
|
||||
<property name="mnemonic_widget">vpnc-group-name</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
<property name="wrap">False</property>
|
||||
|
|
@ -409,8 +412,8 @@
|
|||
|
||||
<child>
|
||||
<widget class="GtkExpander" id="vpnc-optional-information-expander">
|
||||
<property name="label" translatable="yes"><b>Optional Information</b></property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="label" translatable="yes"><b>O_ptional Information</b></property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
|
|
@ -458,7 +461,7 @@
|
|||
<widget class="GtkCheckButton" id="vpnc-use-alternate-username">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Override user name</property>
|
||||
<property name="label" translatable="yes">Override _user name</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
|
@ -534,7 +537,7 @@
|
|||
<widget class="GtkCheckButton" id="vpnc-use-domain">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Use domain for authentication</property>
|
||||
<property name="label" translatable="yes">Use _domain for authentication</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
|
@ -610,7 +613,7 @@
|
|||
<widget class="GtkCheckButton" id="vpnc-use-routes">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Only use VPN connection for these addresses</property>
|
||||
<property name="label" translatable="yes">_Only use VPN connection for these addresses</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue