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

Commit d6a2a8a1 authored by Stephen Chen's avatar Stephen Chen Committed by android-build-merger
Browse files

Add strings for revamped Wi-Fi ONA notification. am: 2e8351b3

am: 20efc35c

Change-Id: I3b5a2cf4f81f2624ccb1455968de42fd862b827b
parents 25f69f79 20efc35c
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -3003,6 +3003,21 @@
        <item quantity="other">Open Wi-Fi networks available</item>
    </plurals>

    <!-- Notification title for a nearby open wireless network.-->
    <string name="wifi_available_title">Connect to open Wi\u2011Fi network</string>
    <!-- Notification title when the system is connecting to the specified open network. The network name is specified in the notification content. -->
    <string name="wifi_available_title_connecting">Connecting to open Wi\u2011Fi network</string>
    <!-- Notification title when the system has connected to the open network. The network name is specified in the notification content. -->
    <string name="wifi_available_title_connected">Connected to Wi\u2011Fi network</string>
    <!-- Notification title when the system failed to connect to the specified open network. -->
    <string name="wifi_available_title_failed_to_connect">Could not connect to Wi\u2011Fi network</string>
    <!-- Notification content when the system failed to connect to the specified open network. This informs the user that tapping on this notification will open the wifi picker. -->
    <string name="wifi_available_content_failed_to_connect">Tap to see all networks</string>
    <!-- Notification action name for connecting to the network specified in the notification body. -->
    <string name="wifi_available_action_connect">Connect</string>
    <!-- Notification action name for opening the wifi picker, showing the user all the nearby networks. -->
    <string name="wifi_available_action_all_networks">All Networks</string>

    <!-- A notification is shown when a wifi captive portal network is detected.  This is the notification's title. -->
    <string name="wifi_available_sign_in">Sign in to Wi-Fi network</string>

+7 −0
Original line number Diff line number Diff line
@@ -1869,6 +1869,13 @@
  <java-symbol type="layout" name="app_error_dialog" />
  <java-symbol type="plurals" name="wifi_available" />
  <java-symbol type="plurals" name="wifi_available_detailed" />
  <java-symbol type="string" name="wifi_available_title" />
  <java-symbol type="string" name="wifi_available_title_connecting" />
  <java-symbol type="string" name="wifi_available_title_connected" />
  <java-symbol type="string" name="wifi_available_title_failed_to_connect" />
  <java-symbol type="string" name="wifi_available_content_failed_to_connect" />
  <java-symbol type="string" name="wifi_available_action_connect" />
  <java-symbol type="string" name="wifi_available_action_all_networks" />
  <java-symbol type="string" name="accessibility_binding_label" />
  <java-symbol type="string" name="adb_active_notification_message" />
  <java-symbol type="string" name="adb_active_notification_title" />