mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-13 23:20:34 +01:00
2007-07-26 Dan Williams <dcbw@redhat.com>
Patch from Kelemen Gábor <kelemeng@gnome.hu>
* auth-dialog-general/nm-ppp-auth.glade
- Mark non-translated strings as non-translatable (#411875)
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2642 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
7ee937c7ac
commit
9eca3575fb
2 changed files with 10 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2007-07-26 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Patch from Kelemen Gábor <kelemeng@gnome.hu>
|
||||
|
||||
* auth-dialog-general/nm-ppp-auth.glade
|
||||
- Mark non-translated strings as non-translatable (#411875)
|
||||
|
||||
2007-07-26 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Patch from Robert Buchholz <rbu@gentoo.org>
|
||||
|
|
|
|||
|
|
@ -254,7 +254,7 @@ Please select an appropriate authentication type and provide the necessary crede
|
|||
<property name="border_width">2</property>
|
||||
<property name="width_request">82</property>
|
||||
<property name="height_request">116</property>
|
||||
<property name="title" translatable="yes">auth-none-window</property>
|
||||
<property name="title">auth-none-window</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
<property name="modal">False</property>
|
||||
|
|
@ -285,7 +285,7 @@ Please select an appropriate authentication type and provide the necessary crede
|
|||
|
||||
<widget class="GtkWindow" id="auth-chap-window">
|
||||
<property name="border_width">12</property>
|
||||
<property name="title" translatable="yes">auth-chap-window</property>
|
||||
<property name="title">auth-chap-window</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
<property name="modal">False</property>
|
||||
|
|
@ -415,7 +415,7 @@ Please select an appropriate authentication type and provide the necessary crede
|
|||
</widget>
|
||||
|
||||
<widget class="GtkWindow" id="auth-mschapv2-window">
|
||||
<property name="title" translatable="yes">auth-mschapv2-window</property>
|
||||
<property name="title">auth-mschapv2-window</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
<property name="modal">False</property>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue