GUI text changed
This commit is contained in:
parent
204839e656
commit
4f736d8406
@ -2,7 +2,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EAPMethods\n"
|
"Project-Id-Version: EAPMethods\n"
|
||||||
"POT-Creation-Date: 2016-09-19 10:58+0200\n"
|
"POT-Creation-Date: 2016-09-20 11:05+0200\n"
|
||||||
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
||||||
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
||||||
@ -286,7 +286,7 @@ msgid "Acceptable Certificate Authorities:"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/TLS_UI/res/wxTLS_UI.cpp:40
|
#: lib/TLS_UI/res/wxTLS_UI.cpp:40
|
||||||
msgid "List of certificate authorities server's certificate must be issued by"
|
msgid "Server's certificate must be issued by one of certificate authorities listed here"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/TLS_UI/res/wxTLS_UI.cpp:47
|
#: lib/TLS_UI/res/wxTLS_UI.cpp:47
|
||||||
@ -518,17 +518,21 @@ msgid "EAP Connection Configuration"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
#: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
||||||
|
#: EAPMethods/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
||||||
msgid "EAP Methods"
|
msgid "EAP Methods"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
#: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4
|
||||||
|
#: EAPMethods/MSIBuild/en_US.x64.Release.Feature-2.idtx:4
|
||||||
msgid "Modules to support individual EAP methods"
|
msgid "Modules to support individual EAP methods"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:5
|
#: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:5
|
||||||
|
#: EAPMethods/MSIBuild/en_US.x64.Release.Feature-2.idtx:5
|
||||||
msgid "TTLS"
|
msgid "TTLS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:5
|
#: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:5
|
||||||
|
#: EAPMethods/MSIBuild/en_US.x64.Release.Feature-2.idtx:5
|
||||||
msgid "Tunneled Transport Layer Security"
|
msgid "Tunneled Transport Layer Security"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -37,7 +37,7 @@ wxEAPTLSServerTrustConfigPanelBase::wxEAPTLSServerTrustConfigPanelBase( wxWindow
|
|||||||
sb_root_ca->Add( m_root_ca_lbl, 0, wxEXPAND|wxBOTTOM, 5 );
|
sb_root_ca->Add( m_root_ca_lbl, 0, wxEXPAND|wxBOTTOM, 5 );
|
||||||
|
|
||||||
m_root_ca = new wxListBox( sb_server_trust->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, 0, NULL, wxLB_SORT );
|
m_root_ca = new wxListBox( sb_server_trust->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, 0, NULL, wxLB_SORT );
|
||||||
m_root_ca->SetToolTip( _("List of certificate authorities server's certificate must be issued by") );
|
m_root_ca->SetToolTip( _("Server's certificate must be issued by one of certificate authorities listed here") );
|
||||||
|
|
||||||
sb_root_ca->Add( m_root_ca, 1, wxEXPAND|wxBOTTOM, 5 );
|
sb_root_ca->Add( m_root_ca, 1, wxEXPAND|wxBOTTOM, 5 );
|
||||||
|
|
||||||
|
@ -413,7 +413,7 @@
|
|||||||
<property name="style">wxLB_SORT</property>
|
<property name="style">wxLB_SORT</property>
|
||||||
<property name="subclass"></property>
|
<property name="subclass"></property>
|
||||||
<property name="toolbar_pane">0</property>
|
<property name="toolbar_pane">0</property>
|
||||||
<property name="tooltip">List of certificate authorities server's certificate must be issued by</property>
|
<property name="tooltip">Server's certificate must be issued by one of certificate authorities listed here</property>
|
||||||
<property name="validator_data_type"></property>
|
<property name="validator_data_type"></property>
|
||||||
<property name="validator_style">wxFILTER_NONE</property>
|
<property name="validator_style">wxFILTER_NONE</property>
|
||||||
<property name="validator_type">wxDefaultValidator</property>
|
<property name="validator_type">wxDefaultValidator</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user