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

Commit 4a543dbe authored by Beth Thibodeau's avatar Beth Thibodeau
Browse files

Update media output status strings

Bug: 268225458
Test: build
Change-Id: I8e4c42c6c03351100d68929a46c061849d034f57
parent 20e8406c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1316,7 +1316,7 @@
    <!-- Name of the phone device with an active remote session. [CHAR LIMIT=30] -->
    <string name="media_transfer_this_phone">This phone</string>
    <!-- Sub status indicates device is not available due to an unknown error. [CHAR LIMIT=NONE] -->
    <string name="media_output_status_unknown_error">Unavailable due to unknown error</string>
    <string name="media_output_status_unknown_error">Can\’t play on this device</string>
    <!-- Sub status indicates device need premium account. [CHAR LIMIT=NONE] -->
    <string name="media_output_status_require_premium">Upgrade account to switch</string>
    <!-- Sub status indicates device not support download content. [CHAR LIMIT=NONE] -->
@@ -1324,11 +1324,11 @@
    <!-- Sub status indicates device need to wait after ad. [CHAR LIMIT=NONE] -->
    <string name="media_output_status_try_after_ad">Try again after the ad</string>
    <!-- Sub status indicates device is in low-power mode. [CHAR LIMIT=NONE] -->
    <string name="media_output_status_device_in_low_power_mode">Device in low power mode</string>
    <string name="media_output_status_device_in_low_power_mode">Wake up device to play here</string>
    <!-- Sub status indicates the device does not authorize the user. [CHAR LIMIT=NONE] -->
    <string name="media_output_status_unauthorized">Requires authorization</string>
    <string name="media_output_status_unauthorized">Device not approved to play</string>
    <!-- Sub status indicates the device does not support the current media track. [CHAR LIMIT=NONE] -->
    <string name="media_output_status_track_unsupported">Current media track not supported</string>
    <string name="media_output_status_track_unsupported">Can\’t play this media here</string>

    <!-- Warning message to tell user is have problem during profile connect, it need to turn off device and back on. [CHAR_LIMIT=NONE] -->
    <string name="profile_connect_timeout_subtext">Problem connecting. Turn device off &amp; back on</string>