Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de3e5665 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Add phase2 authentication settings

Bug: 2734813
Change-Id: Iaf4455577be888f6c78f490b2cc046adef41403e
parent b0bcf9f7
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -87,6 +87,19 @@
                        android:prompt="@string/wifi_eap_method"
                        android:entries="@array/wifi_eap_method" />

                <TextView
                        style="?android:attr/textAppearanceSmallInverse"
                        android:layout_width="fill_parent"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="8dip"
                        android:text="@string/please_select_phase2" />

                <Spinner android:id="@+id/phase2"
                        android:layout_width="fill_parent"
                        android:layout_height="wrap_content"
                        android:prompt="@string/please_select_phase2"
                        android:entries="@array/wifi_phase2_entries" />

                <TextView
                        style="?android:attr/textAppearanceSmallInverse"
                        android:layout_width="match_parent"
+1 −0
Original line number Diff line number Diff line
@@ -350,6 +350,7 @@
    <string name="wifi_speed" msgid="3526198708812322037">"Rychlost připojení"</string>
    <string name="wifi_ip_address" msgid="1440054061044402918">"Adresa IP"</string>
    <string name="wifi_eap_method" msgid="8529436133640730382">"Metoda EAP"</string>
    <string name="please_select_phase2" msgid="5231074529772044898">"Ověření Phase 2"</string>
    <string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certifikát CA"</string>
    <string name="wifi_eap_user_cert" msgid="1291089413368160789">"Certifikát uživatele"</string>
    <string name="wifi_eap_identity" msgid="4359453783379679103">"Identita"</string>
+1 −0
Original line number Diff line number Diff line
@@ -350,6 +350,7 @@
    <string name="wifi_speed" msgid="3526198708812322037">"Linkhastighed"</string>
    <string name="wifi_ip_address" msgid="1440054061044402918">"IP-adresse"</string>
    <string name="wifi_eap_method" msgid="8529436133640730382">"EAP-metode"</string>
    <string name="please_select_phase2" msgid="5231074529772044898">"Fase 2-godkendelse"</string>
    <string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA-certifikat"</string>
    <string name="wifi_eap_user_cert" msgid="1291089413368160789">"Brugercertifikat"</string>
    <string name="wifi_eap_identity" msgid="4359453783379679103">"Identitet"</string>
+1 −0
Original line number Diff line number Diff line
@@ -350,6 +350,7 @@
    <string name="wifi_speed" msgid="3526198708812322037">"Verbindungsgeschwindigkeit"</string>
    <string name="wifi_ip_address" msgid="1440054061044402918">"IP-Adresse"</string>
    <string name="wifi_eap_method" msgid="8529436133640730382">"EAP-Methode"</string>
    <string name="please_select_phase2" msgid="5231074529772044898">"Phase 2-Authentifizierung"</string>
    <string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA-Zertifikat"</string>
    <string name="wifi_eap_user_cert" msgid="1291089413368160789">"Nutzerzertifikat"</string>
    <string name="wifi_eap_identity" msgid="4359453783379679103">"Identität"</string>
+1 −0
Original line number Diff line number Diff line
@@ -350,6 +350,7 @@
    <string name="wifi_speed" msgid="3526198708812322037">"Ταχύτητα σύνδεσης"</string>
    <string name="wifi_ip_address" msgid="1440054061044402918">"Διεύθυνση IP"</string>
    <string name="wifi_eap_method" msgid="8529436133640730382">"Μέθοδος EAP"</string>
    <string name="please_select_phase2" msgid="5231074529772044898">"2η φάση ελέγχου ταυτότητας"</string>
    <string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Πιστοποιητικό CA"</string>
    <string name="wifi_eap_user_cert" msgid="1291089413368160789">"Πιστοποιητικό χρήστη"</string>
    <string name="wifi_eap_identity" msgid="4359453783379679103">"Ταυτότητα"</string>
Loading