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

Commit 3bad2075 authored by Evan Severson's avatar Evan Severson
Browse files

Update strings for foreground service manager

Test: Build
Bug: 201579707
Change-Id: Ibbadb31f6fdc6930b2960f30195dae95c383bb79
parent 5e147cc4
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2347,12 +2347,12 @@

    <!-- Label for the entry point to open the dialog which shows currently running applications [CHAR LIMIT=NONE]-->
    <plurals name="fgs_manager_footer_label">
        <item quantity="one"><xliff:g id="count" example="1">%s</xliff:g> app running in the background</item>
        <item quantity="other"><xliff:g id="count" example="2">%s</xliff:g> apps running in the background</item>
        <item quantity="one"><xliff:g id="count" example="1">%s</xliff:g> active app</item>
        <item quantity="other"><xliff:g id="count" example="2">%s</xliff:g> active apps</item>
    </plurals>
    <!-- Title for dialog listing applications currently running in the backing [CHAR LIMIT=NONE]-->
    <string name="fgs_manager_dialog_title">Apps running in the background</string>
    <!-- Label of the button to stop the app from running in the background [CHAR LIMIT=12]-->
    <!-- Title for dialog listing applications currently running [CHAR LIMIT=NONE]-->
    <string name="fgs_manager_dialog_title">Active apps</string>
    <!-- Label of the button to stop an app from running [CHAR LIMIT=12]-->
    <string name="fgs_manager_app_item_stop_button_label">Stop</string>

    <!-- Label for button to copy edited text back to the clipboard [CHAR LIMIT=20] -->