Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


SSL lint-baseline.xml

  Interaktion und
PortierbarkeitXML
 

<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.8.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0)" variant="all" version="8.8.0">

    <issue
        id="CommitTransaction"
        message="This transaction should be completed with a `commit()` call"
        errorLine1="            .beginTransaction()"
        errorLine2="             ~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/navigation/MainActivityNavigation.kt"
            line="254"
            column="14"/>
    </issue>

    <issue
        id="ApplySharedPref"
        message="Consider using `apply()` instead; `commit` writes its data to persistent storage immediately, whereas `apply` will handle it in the background"
        errorLine1="                .commit()"
        errorLine2="                 ~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/utils/Settings.kt"
            line="181"
            column="18"/>
    </issue>

    <issue
        id="ApplySharedPref"
        message="Consider using `apply()` instead; `commit` writes its data to persistent storage immediately, whereas `apply` will handle it in the background"
        errorLine1="                .commit()"
        errorLine2="                 ~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/utils/Settings.kt"
            line="415"
            column="18"/>
    </issue>

    <issue
        id="ApplySharedPref"
        message="Consider using `apply()` instead; `commit` writes its data to persistent storage immediately, whereas `apply` will handle it in the background"
        errorLine1="                .commit()"
        errorLine2="                 ~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/utils/Settings.kt"
            line="423"
            column="18"/>
    </issue>

    <issue
        id="DefaultLocale"
        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
        errorLine1="        binding.trackersCount.text = String.format("%,d", blockedTrackersCount)"
        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/settings/privacy/TrackingProtectionPanel.kt"
            line="160"
            column="38"/>
    </issue>

    <issue
        id="DefaultLocale"
        message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
        errorLine1="        binding.trackersCount.text = String.format("%,d", blockedTrackersCount)"
        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/settings/privacy/TrackingProtectionPanel.kt"
            line="160"
            column="38"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `usesCleartextTraffic` is only used in API level 23 and higher (current min is 21)"
        errorLine1="        android:usesCleartextTraffic="true">"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/AndroidManifest.xml"
            line="66"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `textFontWeight` is only used in API level 28 and higher (current min is 21)"
        errorLine1="        android:textFontWeight="600""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_crash_reporter.xml"
            line="79"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
        errorLine1="    android:foreground="?selectableItemBackground">"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_custom_domain.xml"
            line="13"
            column="5"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:font="@font/metropolis_black""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="11"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontStyle="normal""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="12"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontWeight="900""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="13"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:font="@font/metropolis_extrabold""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="20"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontStyle="normal""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="21"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontWeight="800""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="22"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:font="@font/metropolis_bold""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="29"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontStyle="normal""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="30"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontWeight="700""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="31"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:font="@font/metropolis_semibold""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="38"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontStyle="normal""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="39"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontWeight="600""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="40"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:font="@font/metropolis_medium""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="47"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontStyle="normal""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="48"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontWeight="500""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="49"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:font="@font/metropolis_regular""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="56"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontStyle="normal""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="57"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontWeight="400""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="58"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:font="@font/metropolis_thin""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="65"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontStyle="normal""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="66"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontWeight="200""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="67"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:font="@font/metropolis_light""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="74"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontStyle="normal""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="75"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
        errorLine1="        android:fontWeight="100""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/font/metropolis.xml"
            line="76"
            column="9"/>
    </issue>

    <issue
        id="UnusedAttribute"
        message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
        errorLine1="    android:foreground="@drawable/preference_multiselect_search_engine_foreground""
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/search_engine_checkbox_button.xml"
            line="13"
            column="5"/>
    </issue>

    <issue
        id="AndroidSrcXmlDetector"
        message="Using android:src to define resource instead of app:srcCompat"
        errorLine1="            android:src="@drawable/mozac_ic_chevron_right_24""
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/cookies_preference.xml"
            line="50"
            column="13"/>
    </issue>

    <issue
        id="AndroidSrcXmlDetector"
        message="Using android:tint to tint ImageView instead of app:tint with AppCompatImageView"
        errorLine1="            android:tint="@color/photonWhite""
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/dialog_add_to_homescreen2.xml"
            line="93"
            column="13"/>
    </issue>

    <issue
        id="AndroidSrcXmlDetector"
        message="Using android:src to define resource instead of app:srcCompat"
        errorLine1="        android:src="@drawable/ic_reorder""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_custom_domain.xml"
            line="33"
            column="9"/>
    </issue>

    <issue
        id="AndroidSrcXmlDetector"
        message="Using android:src to define resource instead of app:srcCompat"
        errorLine1="        android:src="@drawable/ic_menu" />"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_indicator_menu_button.xml"
            line="15"
            column="9"/>
    </issue>

    <issue
        id="AndroidSrcXmlDetector"
        message="Using android:src to define resource instead of app:srcCompat"
        errorLine1="        android:src="@drawable/highlight_dot" />"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_indicator_menu_button.xml"
            line="24"
            column="9"/>
    </issue>

    <issue
        id="AndroidSrcXmlDetector"
        message="Using android:src to define resource instead of app:srcCompat"
        errorLine1="        android:src="@drawable/mozac_ic_cross_24""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_session.xml"
            line="42"
            column="9"/>
    </issue>

    <issue
        id="AndroidSrcXmlDetector"
        message="Using android:src to define resource instead of app:srcCompat"
        errorLine1="        android:src="@drawable/mozac_ic_forward_24"/>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/menu_navigation.xml"
            line="19"
            column="9"/>
    </issue>

    <issue
        id="AndroidSrcXmlDetector"
        message="Using android:src to define resource instead of app:srcCompat"
        errorLine1="        android:src="@drawable/mozac_ic_arrow_clockwise_24"/>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/menu_navigation.xml"
            line="28"
            column="9"/>
    </issue>

    <issue
        id="AndroidSrcXmlDetector"
        message="Using android:src to define resource instead of app:srcCompat"
        errorLine1="        android:src="@drawable/mozac_ic_stop""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/menu_navigation.xml"
            line="35"
            column="9"/>
    </issue>

    <issue
        id="AppBundleLocaleChanges"
        message="Found dynamic locale changes, but did not find corresponding Play Core library calls for downloading languages and splitting by language is not disabled in the `bundle` configuration"
        errorLine1="        configuration.setLocale(currentLocale)"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/locale/Locales.kt"
            line="104"
            column="9"/>
    </issue>

    <issue
        id="NonConstantResourceId"
        message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
        errorLine1="        const val LAYOUT_ID = R.layout.item_app"
        errorLine2="                              ~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/open/AppViewHolder.kt"
            line="43"
            column="31"/>
    </issue>

    <issue
        id="NonConstantResourceId"
        message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
        errorLine1="        const val LAYOUT_ID = R.layout.item_install_banner"
        errorLine2="                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/open/InstallBannerViewHolder.kt"
            line="37"
            column="31"/>
    </issue>

    <issue
        id="NonConstantResourceId"
        message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
        errorLine1="const val SECTION_LAYOUT_ID = R.layout.studies_section_item"
        errorLine2="                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/settings/privacy/studies/StudiesViewHolder.kt"
            line="18"
            column="31"/>
    </issue>

    <issue
        id="NonConstantResourceId"
        message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
        errorLine1="const val ACTIVE_STUDY_LAYOUT_ID = R.layout.active_study_item"
        errorLine2="                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/settings/privacy/studies/StudiesViewHolder.kt"
            line="19"
            column="36"/>
    </issue>

    <issue
        id="RedundantLabel"
        message="Redundant label can be removed"
        errorLine1="            android:label="@string/app_name""
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/AndroidManifest.xml"
            line="109"
            column="13"/>
    </issue>

    <issue
        id="RedundantLabel"
        message="Redundant label can be removed"
        errorLine1="            android:label="@string/app_name""
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/AndroidManifest.xml"
            line="134"
            column="13"/>
    </issue>

    <issue
        id="VectorRaster"
        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
        errorLine1="    android:width="640dp""
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable-land/dark_background.xml"
            line="8"
            column="20"/>
    </issue>

    <issue
        id="VectorRaster"
        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
        errorLine1="    android:width="360dp""
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable/dark_background.xml"
            line="8"
            column="20"/>
    </issue>

    <issue
        id="VectorRaster"
        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
        errorLine1="    android:width="640dp""
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable-land-night/home_background.xml"
            line="8"
            column="20"/>
    </issue>

    <issue
        id="VectorRaster"
        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
        errorLine1="    android:width="640dp""
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable-land/home_background.xml"
            line="8"
            column="20"/>
    </issue>

    <issue
        id="VectorRaster"
        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
        errorLine1="    android:width="360dp""
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable-night/home_background.xml"
            line="8"
            column="20"/>
    </issue>

    <issue
        id="VectorRaster"
        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
        errorLine1="    android:width="360dp""
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable/home_background.xml"
            line="8"
            column="20"/>
    </issue>

    <issue
        id="VectorRaster"
        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
        errorLine1="    android:width="300dp""
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable/ic_error_session_crashed.xml"
            line="7"
            column="20"/>
    </issue>

    <issue
        id="VectorRaster"
        message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
        errorLine1="    android:width="384dp""
        errorLine2="                   ~~~~~">
        <location
            file="src/main/res/drawable/wordmark2.xml"
            line="7"
            column="20"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Докоснете или изчистете това известие, за да изтриете сигурно историята на сърфирането.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-bg/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tapio neu gau\'r hysbysiad hwn i ddileu eich hanes pori yn ddiogel.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-cy/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tippen oder löschen Sie diese Benachrichtigung, um Ihre Browser-Chronik sicher zu löschen.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-de/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Pótusniśo toś tu powěźeńku abo lašujśo ju, aby swóju pśeglědowańsku historiju wěsće wulašował.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-dsb/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tap or clear this notification to securely erase your browsing history.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-en-rGB/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tocá o borrá esta notificación para eliminar de forma segura tu historial de navegación.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rAR/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Toca o elimina esta notificación para borrar de forma segura tu historial de navegación.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rCL/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Toca o elimina esta notificación para borrar de forma segura tu historial de navegación.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rMX/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Sakatu edo garbitu jakinarazpen hau zure nabigatze-historia ezabatzeko.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-eu/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Napauta tai tyhjennä tämä ilmoitus tyhjentääksesi selaushistoriasi turvallisesti.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fi/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tik op dizze notifikaasje of slút him om jo navigaasjeskiednis feilich te wiskje.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fy-rNL/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Dodirni ili izbriši ovu obavijest za sigurno brisanje tvoje povijesti pregledavanja.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hr/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Podótkńće so tuteje zdźělenki abo zhašejće ju, zo byšće swoju přehladowansku historiju wěsće zhašał.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hsb/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Koppintson vagy törölje ezt az értesítést a böngészési előzmények biztonságos törléséhez.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hu/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">검색 기록을 안전하게 삭제하려면 이 알림을 탭하거나 지우세요.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ko/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tapp po gordhyllo an gwarnyans ma dhe dhilea dha istori peuri yn tiogel.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kw/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">ແຕະ ຫຼື ລຶບການແຈ້ງເຕືອນນີ້ເພື່ອລຶບປະຫວັດການທ່ອງເວັບຂອງທ່ານຢ່າງປອດໄພ.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-lo/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Toque ou remova esta notificação para limpar com segurança o histórico de navegação.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pt-rBR/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tapnite ali odstranite to obvestilo za varen izbris zgodovine brskanja.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sl/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tryck på eller rensa den här aviseringen för att säkert radera din webbhistorik.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sv-rSE/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">แตะหรือล้างการแจ้งเตือนนี้เพื่อลบประวัติการท่องเว็บของคุณอย่างปลอดภัย</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-th/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Gezinti geçmişinizi güvenli bir şekilde silmek için bu bildirime dokunun veya bildirimi temizleyin.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-tr/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Торкніться або приберіть це сповіщення, щоб надійно стерти свою історію перегляду.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-uk/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">點擊或滑掉這則通知,即可安全地清除您的瀏覽紀錄。</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-zh-rTW/strings.xml"
            line="87"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">انقر أو امسح هذا الإشعار لمسح سجل تصفحك بأمان.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ar/strings.xml"
            line="88"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Toca o elimina esta notificación para borrar de forma segura tu historial de navegación.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rES/strings.xml"
            line="88"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Appuyez sur cette notification ou supprimez-la pour effacer votre historique de navigation de façon sécurisée.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fr/strings.xml"
            line="88"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tocar ou borrar esta notificación para borrar de forma segura o seu historial de navegación.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-gl/strings.xml"
            line="88"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tocca o cancella questa notifica per eliminare in modo sicuro la cronologia di navigazione.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-it/strings.xml"
            line="88"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Шолу журналын қауіпсіз түрде өшіру үшін осы хабарландыруды шертіңіз немесе тазартыңыз.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kk/strings.xml"
            line="88"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Kuaxin a xíín xina notificación sa naa a nnánukunu.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-meh/strings.xml"
            line="88"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tik op deze notificatie of sluit hem om uw navigatiegeschiedenis veilig te wissen.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nl/strings.xml"
            line="88"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Ťuknutím alebo vymazaním tohto upozornenia bezpečne vymažete svoju históriu prehliadania.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sk/strings.xml"
            line="88"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Pulse wa borrar le notificación utia\'al u borrar seguramente u historial navegación.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-yua/strings.xml"
            line="88"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Tryk på eller ryd denne meddelelse for at slette din browser-historik på en sikker måde.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-da/strings.xml"
            line="89"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Sit ɣef telɣut-a neɣ kkes-itt i wakken ad tekkseḍ azray-ik n tunigin s wudem aɣelsan.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kab/strings.xml"
            line="89"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Нажмите или снимите это уведомление, чтобы надежно удалить свою историю просмотра.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ru/strings.xml"
            line="89"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Kana moj sojsa unq’a vaa’ ni alon see uva’ pajlat kuxh la sojsa unq’a vee’ chukeltu ve’te’.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ixl/strings.xml"
            line="90"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">آپݨی براؤزنگ تاریخ کوں محفوظ طریقے نال مٹاوݨ کیتے ایں اطلاع نامے تے انگل پھیرو یا صاف کرو۔</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-skr/strings.xml"
            line="91"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""notification_erase_text_android_14" is translated here but not found in default locale"
        errorLine1="    <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Ýttu á eða hreinsaðu þessa tilkynningu til að eyða vafurferli þínum á öruggan hátt.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-is/strings.xml"
            line="92"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Փակել</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hy-rAM/strings.xml"
            line="387"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">बंद करियै</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-anp/strings.xml"
            line="438"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">關閉</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-zh-rHK/strings.xml"
            line="447"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">بند کریں</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ur/strings.xml"
            line="462"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Close</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-en-rGB/strings.xml"
            line="492"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Chiuji</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-scn/strings.xml"
            line="492"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Siere</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fur/strings.xml"
            line="495"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">بستن</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fa/strings.xml"
            line="500"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Loka</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-is/strings.xml"
            line="500"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">වසන්න</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-si/strings.xml"
            line="500"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Tôp</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ace/strings.xml"
            line="501"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Пӯшидан</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-tg/strings.xml"
            line="501"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Mikani</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-tsz/strings.xml"
            line="501"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Закрыць</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-be/strings.xml"
            line="502"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Shiktzakwa</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ppl/strings.xml"
            line="505"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">بند کرو</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-skr/strings.xml"
            line="505"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">סגירה</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-iw/strings.xml"
            line="506"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Zatvori</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hr/strings.xml"
            line="513"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">ਬੰਦ ਕਰੋ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pa-rIN/strings.xml"
            line="514"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Titz\'apïx</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-cak/strings.xml"
            line="515"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Nārán</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-trs/strings.xml"
            line="515"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Zatvori</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-bs/strings.xml"
            line="516"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Tutup</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-in/strings.xml"
            line="516"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Tanca</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ca/strings.xml"
            line="517"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Tampar</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-oc/strings.xml"
            line="517"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">K\'aal</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-yua/strings.xml"
            line="517"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">ዝጋ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-am/strings.xml"
            line="518"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Zavřít</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-cs/strings.xml"
            line="518"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Cerrar</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rMX/strings.xml"
            line="518"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">닫기</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ko/strings.xml"
            line="518"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Затвори</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sr/strings.xml"
            line="518"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Tutup</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-su/strings.xml"
            line="518"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">أغلق</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ar/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Chjode</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-co/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Cerrar</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rES/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Itxi</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-eu/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Pechar</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-gl/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">閉じる</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ja/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">დახურვა</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ka/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Жабу</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kk/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Lukk</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nb-rNO/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Zamknij</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pl/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Mbylle</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sq/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Ябу</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-tt/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Đóng</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-vi/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">关闭</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-zh-rCN/strings.xml"
            line="519"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Затваряне</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-bg/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Schließen</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-de/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Zacyniś</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-dsb/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Close</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-en-rCA/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Fermi</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-eo/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Cerrar</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rAR/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Cerrar</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rCL/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Sulje</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fi/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Slute</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fy-rNL/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Začinić</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hsb/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Bezárás</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hu/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Clauder</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ia/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Degea</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kw/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">ປິດ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-lo/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Fechar</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pt-rBR/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Chatz‘apij</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-quc/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Zapri</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sl/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Stäng</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sv-rSE/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Kapat</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-tr/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Закрити</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-uk/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">關閉</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-zh-rTW/strings.xml"
            line="520"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Cau</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-cy/strings.xml"
            line="521"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Κλείσιμο</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-el/strings.xml"
            line="521"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Fermer</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fr/strings.xml"
            line="521"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Chiudi</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-it/strings.xml"
            line="521"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Nakasɨ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-meh/strings.xml"
            line="521"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Kasi</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-mix/strings.xml"
            line="521"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Sluiten</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nl/strings.xml"
            line="521"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Zavrieť</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sk/strings.xml"
            line="521"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">ปิด</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-th/strings.xml"
            line="521"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Luk</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-da/strings.xml"
            line="522"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Jupa</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ixl/strings.xml"
            line="522"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">Lat att</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nn-rNO/strings.xml"
            line="522"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Закрыть</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ru/strings.xml"
            line="522"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""onboarding_close_button_content_description" is translated here but not found in default locale"
        errorLine1="    <string name="onboarding_close_button_content_description">Mdel</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kab/strings.xml"
            line="523"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification">Tikalaki ne modoj pantallaj patawak</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ppl/strings.xml"
            line="895"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification">Nok pa chijun ruwa</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-cak/strings.xml"
            line="906"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Entering full screen mode</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-en-rGB/strings.xml"
            line="906"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Fara í fullan skjá</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-is/strings.xml"
            line="914"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification">Hiàj nanunj da\' huā ngè riña aga\'a</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-trs/strings.xml"
            line="923"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification">Memasuki mode layar penuh</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-in/strings.xml"
            line="925"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">پوری سکرین موڈ وچ داخل تھیندا پئے</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-skr/strings.xml"
            line="925"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Pokretanje cjeloekranskog prikaza</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hr/strings.xml"
            line="927"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">الدخول في وضع ملء الشاشة</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ar/strings.xml"
            line="928"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Kivunɨ nu pantalla ka´nu</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-meh/strings.xml"
            line="928"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">전체 화면 모드로 들어가기</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ko/strings.xml"
            line="929"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification">Gweythresa modh skrin leun</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kw/strings.xml"
            line="929"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Sama pantalla kanu</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-mix/strings.xml"
            line="929"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Режим на цял екран</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-bg/strings.xml"
            line="930"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Accediendo a pantalla completa</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rES/strings.xml"
            line="930"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Pantaila osoko moduan sartzen</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-eu/strings.xml"
            line="930"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Толық экран режиміне өту</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kk/strings.xml"
            line="930"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Accediendo a pantalla completa</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rMX/strings.xml"
            line="931"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Pasando a modo de pantalla completa</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rCL/strings.xml"
            line="932"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Połna wobrazowka so pokazuje</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hsb/strings.xml"
            line="932"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Vollbildmodus wird gestartet</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-de/strings.xml"
            line="933"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Siirrytään koko näytön tilaan</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fi/strings.xml"
            line="933"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">ເຂົ້າສູ່ໂມດເຕັມຫນ້າຈໍ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-lo/strings.xml"
            line="933"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Entrando no modo de tela inteira</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pt-rBR/strings.xml"
            line="933"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Startar fullskärmsläge</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sv-rSE/strings.xml"
            line="933"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">เข้าสู่โหมดเต็มหน้าจอ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-th/strings.xml"
            line="933"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Вхід у повноекранний режим</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-uk/strings.xml"
            line="933"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Fuldskærmstilstand aktiveret</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-da/strings.xml"
            line="934"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Połna wobrazowka se pokazujo</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-dsb/strings.xml"
            line="934"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Cambiando a pantalla completa</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rAR/strings.xml"
            line="934"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Folslein skerm wurdt iepene</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fy-rNL/strings.xml"
            line="934"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Belépés a teljes képernyős módba</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hu/strings.xml"
            line="934"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Passato a schermo intero</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-it/strings.xml"
            line="934"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Volledig scherm wordt geopend</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nl/strings.xml"
            line="934"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Bol spustený režim celej obrazovky</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sk/strings.xml"
            line="934"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Mynd i’r sgrin lawn</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-cy/strings.xml"
            line="935"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Mode plein écran activé</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fr/strings.xml"
            line="935"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Вход в полноэкранный режим</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ru/strings.xml"
            line="935"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Vstopanje v celozaslonski način</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sl/strings.xml"
            line="935"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Táan u yokol ti\' modo pantalla completa</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-yua/strings.xml"
            line="935"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">La eel kaajayil chitu’</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ixl/strings.xml"
            line="937"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Askar n ugdil ačaran yermed</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kab/strings.xml"
            line="937"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">Tam ekran moduna geçiliyor</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-tr/strings.xml"
            line="940"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""full_screen_notification" is translated here but not found in default locale"
        errorLine1="    <string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">進入全螢幕模式</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-zh-rTW/strings.xml"
            line="940"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">පූර්ණ තිරයෙන් පිටවීමට මුදුනින් ඇද ආපසු අභිනය භාවිතා කරන්න</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-si/strings.xml"
            line="1079"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">පූර්ණ තිරයෙන් පිටවීමට මුදුනින් ඇද ආපසු බොත්තම ඔබන්න</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-si/strings.xml"
            line="1081"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture">Za napuštanje cjeloekranskog prikaza povuci prstom s vrha ekrana i koristi pokret za natrag</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hr/strings.xml"
            line="1081"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Par jessi de modalitât plen schermi, strissine di parsore e dopre il mot indaûr</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fur/strings.xml"
            line="1082"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button">Za napuštanje cjeloekranskog prikaza povuci prstom s vrha ekrana i pritisni „Natrag”</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hr/strings.xml"
            line="1083"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Par jessi de modalitât plen schermi, strissine di parsore e frache indaûr</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fur/strings.xml"
            line="1084"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Каб выйсці з поўнаэкраннага рэжыму, пацягніце зверху і выкарыстайце жэст &quot;Назад&quot;.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-be/strings.xml"
            line="1088"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Каб выйсці з поўнаэкраннага рэжыму, пацягніце зверху і націсніце назад</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-be/strings.xml"
            line="1090"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">للخروج من وضع ملء الشاشة، اسحب من الأعلى واستخدم إيماء الرجوع</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ar/strings.xml"
            line="1095"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">To exit fullscreen, drag from top and use back gesture</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-en-rGB/strings.xml"
            line="1096"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">للخروج من وضع ملء الشاشة، اسحب من الأعلى واضغط زر الحذف</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ar/strings.xml"
            line="1097"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Til að hætta í fylltum skjá, skaltu draga niður að ofan og nota bakbendingu</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-is/strings.xml"
            line="1097"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">To exit fullscreen, drag from top and press back</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-en-rGB/strings.xml"
            line="1098"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">ከሙሉ እይታ ለመውጣት ከላይ ይጎትቱ እና ወደኋላ የእጅ ምልክትን ይጠቀሙ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-am/strings.xml"
            line="1098"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Til að hætta í fylltum skjá, skaltu draga niður að ofan og ýta á til-baka hnappinn</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-is/strings.xml"
            line="1099"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">ከሙሉ እይታ ለመውጣት ከላይ ይጎትቱ እና ወደኋላ ተመለስን ይጠቀሙ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-am/strings.xml"
            line="1100"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Per a sortir de la pantalla completa, arrossegueu des de dalt i feu el gest d\'enrere</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ca/strings.xml"
            line="1101"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Para saír da pantalla completa, arrastra desde arriba e usa o xesto de retroceso</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-gl/strings.xml"
            line="1101"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Per a sortir de la pantalla completa, arrossegueu des de dalt i premeu el botó d\'enrere</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ca/strings.xml"
            line="1103"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Para saír da pantalla completa, arrastra dende arriba e preme a tecla de retroceso</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-gl/strings.xml"
            line="1103"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Da biste izašli iz načina rada preko cijelog ekrana, ​​povucite ekran s vrha prema dole i upotrijebite pokret nazad</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-bs/strings.xml"
            line="1104"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Тулы экраннан чыгу өчен, экранны өстән тартып, &quot;кире кайту&quot; ишарәсен кулланыгыз</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-tt/strings.xml"
            line="1105"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Da biste izašli iz načina rada preko cijelog ekrana, ​​povucite ekran s vrha prema dole i pritisnite nazad</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-bs/strings.xml"
            line="1106"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Тулы экраннан чыгу өчен, экранны өстән тартып, &quot;кире кайту&quot; төймәсенә басыгыз</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-tt/strings.xml"
            line="1107"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture">Saa kuvi kenenu pantalla ka\'nu, staka nee íchi sikɨ jee kuaxín tecla xinoo</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-meh/strings.xml"
            line="1108"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">За да излезете от цял екран, плъзнете отгоре и използвайте жеста за връщане назад</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-bg/strings.xml"
            line="1109"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button">Saa kuvi kenenu pantalla ka\'nu, staka nee íchi sikɨ jee kuaxín tecla xinoo</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-meh/strings.xml"
            line="1110"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Utia\'al u jóok\'ol pantalla completa, jíilankilo\'ob tak ka\'anal yéetel meyaj gesto paachil</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-yua/strings.xml"
            line="1110"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">За да излезете от цял екран, плъзнете отгоре и докоснете назад</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-bg/strings.xml"
            line="1111"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Utia\'al u jóok\'ol ti\' pantalla completa, jíilankilo\'ob tak ka\'anal ka pulse tak paachil</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-yua/strings.xml"
            line="1112"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">پوری سکرین کنوں نکلݨ کیتے، اُتے کنوں گھیلو تے بیک اشارہ ورتو</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-skr/strings.xml"
            line="1113"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">پوری سکرین کنوں نکلݨ کیتے، اُتے کنوں گھیلو تے بیک دباؤ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-skr/strings.xml"
            line="1115"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Pro ukončení režimu celé obrazovky přetáhněte prst shora a použijte gesto Zpět</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-cs/strings.xml"
            line="1115"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Pro ukončení režimu celé obrazovky přetáhněte prst seshora a stiskněte zpět</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-cs/strings.xml"
            line="1117"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Aq’al uva’ la el axh pajlat kuxh tu kaajayil vi vatze’, eq’o kutzan stiib’a as a’ la jiti kat ti iqul</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ixl/strings.xml"
            line="1117"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Pikeun kaluar tina layar pinuh, séréd ti luhur jeung maké géstur balik</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-su/strings.xml"
            line="1117"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Aq’al uva’ la el axh tu kaajayil vi vatze’, jiti ku’tzan stiib’a as la laa u tecla uve’ ni q’aavisan ti’ iqul</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ixl/strings.xml"
            line="1119"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Pikeun kaluar tina layar pinuh, séréd ti luhur jeung ketok balik deui</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-su/strings.xml"
            line="1119"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">For å avslutte fullskjerm, dra fra toppen, og så til venstre</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nb-rNO/strings.xml"
            line="1119"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">To exit fullscreen, drag from top and use back gesture</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-en-rCA/strings.xml"
            line="1120"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Por eliri el la plenekrana reĝimo, trenu el supre kaj uzu la geston por ili malantaŭen</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-eo/strings.xml"
            line="1120"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">ਪੂਰੀ ਸਕਰੀਨ ਤੋਂ ਬਾਹਰ ਆਉਣ ਲਈ, ਉੱਤੇ ਤੋਂ ਖਿੱਚੋ ਅਤੇ ਪਿੱਛੇ ਜਾਣ ਵਾਲੇ ਸੰਕੇਤ ਨੂੰ ਵਰਤੋਂ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pa-rIN/strings.xml"
            line="1120"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Да изађете из режима преко целог екрана, превуците одозго и користите покрет за назад</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sr/strings.xml"
            line="1120"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">For å avslutte fullskjerm, dra fra toppen, og trykk tilbake-knappen</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nb-rNO/strings.xml"
            line="1121"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Aby wyłączyć tryb pełnoekranowy, przeciągnij od góry i użyj gestu Wstecz</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pl/strings.xml"
            line="1121"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">To exit fullscreen, drag from top and press back</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-en-rCA/strings.xml"
            line="1122"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Por eliri el la plenekrana reiĝmon, trenu el supre kaj premu la butonon &quot;reen&quot;</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-eo/strings.xml"
            line="1122"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">ਪੂਰੀ ਸਕਰੀਨ ਤੋਂ ਬਾਹਰ ਆਉਣ ਲਈ, ਉੱਤੇ ਤੋਂ ਖਿੱਚੋ ਅਤੇ ਪਿੱਛੇ ਨੂੰ ਦਬਾਓ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pa-rIN/strings.xml"
            line="1122"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Да изађете из режима преко целог екрана, превуците одозго и притисните назад</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sr/strings.xml"
            line="1122"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">全画面表示を終了するには、上からドラッグし、戻るジェスチャーをしてください</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ja/strings.xml"
            line="1122"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Để thoát khỏi chế độ toàn màn hình, hãy kéo từ trên xuống và sử dụng cử chỉ quay lại</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-vi/strings.xml"
            line="1122"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Aby wyłączyć tryb pełnoekranowy, przeciągnij od góry i naciśnij Wstecz</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pl/strings.xml"
            line="1123"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Para salir de la pantalla completa, arrastra desde arriba y usa el gesto de retroceso</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rCL/strings.xml"
            line="1123"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Para salir de la pantalla completa, arrastra desde la parte superior y usa el gesto de retroceso</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rES/strings.xml"
            line="1123"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Pantaila osotik irteteko, arrastatu goitik eta erabili atzerako keinua</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-eu/strings.xml"
            line="1123"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Толық экраннан шығу үшін, экранды жоғарыдан тартып, артқа оралу ым қимылын қолданыңыз</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kk/strings.xml"
            line="1123"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">전체 화면을 종료하려면 위에서 드래그하고 뒤로 동작을 사용하세요.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ko/strings.xml"
            line="1123"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">全画面表示を終了するには、上からドラッグし、[戻る] を押してください</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ja/strings.xml"
            line="1124"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Để thoát khỏi chế độ toàn màn hình, hãy kéo từ trên xuống và nhấn quay lại</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-vi/strings.xml"
            line="1124"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Para sailr de la pantalla completa, arrastra desde la parte superior y el gesto hacía atrás</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rMX/strings.xml"
            line="1124"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Pro exir del plen schermo, trahe ab le culmine e usa le gesto retro</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ia/strings.xml"
            line="1124"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Para salir de la pantalla completa, arrastra desde arriba y presiona la tecla de retroceso</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rCL/strings.xml"
            line="1125"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Para salir de la pantalla completa, arrastra desde la parte superior y presiona la tecla de retroceso</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rES/strings.xml"
            line="1125"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Pantaila osotik irteteko, arrastatu goitik eta sakatu atzera</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-eu/strings.xml"
            line="1125"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Толық экраннан шығу үшін, экранды жоғарыдан тартып, артқа оралуды басыңыз</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kk/strings.xml"
            line="1125"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">전체 화면을 종료하려면 위에서 드래그한 후 뒤로를 누르세요.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ko/strings.xml"
            line="1125"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Poistu koko näytöstä vetämällä ylhäältä ja käyttämällä Takaisin-elettä</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fi/strings.xml"
            line="1125"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Zo byšće połnu wobrazowku wopušćił, ćehńće wot horjeka dele a wužiwajće gestu wróćo</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hsb/strings.xml"
            line="1125"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">หากต้องการออกจากการแสดงเต็มจอ ให้ลากจากด้านบนแล้วใช้ท่าทางย้อนกลับ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-th/strings.xml"
            line="1125"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Para salir de la pantalla completa, arrastra desde arriba y presiona la tecla de retroceso</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rMX/strings.xml"
            line="1126"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Pro exir del plen schermo, trahe ab le culmine e pulsa retro</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ia/strings.xml"
            line="1126"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Um den Vollbildmodus zu beenden, ziehen Sie von oben und verwenden Sie die Zurück-Geste</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-de/strings.xml"
            line="1126"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Aby połnu wobrazowku spušćił, śěgniśo wót górjejka dołoj a wužywajśo gestu slědk</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-dsb/strings.xml"
            line="1126"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Pour quitter le mode plein écran, balayez depuis le haut et utilisez le geste de retour</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fr/strings.xml"
            line="1126"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Щоб вийти з повноекранного режиму, потягніть зверху вниз і скористайтеся жестом &quot;Назад&quot;</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-uk/strings.xml"
            line="1126"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Poistu koko näytöstä vetämällä ylhäältä ja painamalla takaisin</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fi/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Zo byšće połnu wobrazowku wopušćił, ćehńće wot horjeka dele a tłóčće na Wróćo</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hsb/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">หากต้องการออกจากการแสดงเต็มจอ ให้ลากจากด้านบนแล้วกดย้อนกลับ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-th/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Per esce di u screnu sanu, trascinà da l’altu è impiegà un gestu versu in daretu</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-co/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Para salir de pantalla completa, arrastrá desde arriba y usá el gesto hacia atrás</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rAR/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Sleep fan de boppekant ôf en brûk it tebek-gebear om it folslein skerm ôf te sluten</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fy-rNL/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">A teljes képernyőből való kilépéshez húzza le felülről, és használja a Vissza gesztust</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hu/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">ຫາກຕ້ອງການອອກຈາກການສະແດງເຕັມຈໍ, ໃຫ້ລາກຈາກດ້ານເທິງແລ້ວໃຊ້ທ່າທາງກັບຄືນ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-lo/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Sleep vanaf de bovenkant en gebruik het terug-gebaar om het volledig scherm af te sluiten</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nl/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Ak chcete ukončiť režim Na celú obrazovku, potiahnite zhora a použite gesto späť</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sk/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">För att avsluta helskärm, dra från toppen och använd bakåtgest</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sv-rSE/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">要離開全螢幕模式,從畫面頂端拖曳,並使用「返回」的手勢</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-zh-rTW/strings.xml"
            line="1127"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Um den Vollbildmodus zu beenden, ziehen Sie von oben und drücken Sie auf „Zurück“</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-de/strings.xml"
            line="1128"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Aby połnu wobrazowku spušćił, śěgniśo wót górjejka dołoj a tłocćo Slědk</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-dsb/strings.xml"
            line="1128"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Pour quitter le mode plein écran, balayez depuis le haut et appuyez sur le bouton retour</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fr/strings.xml"
            line="1128"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Щоб вийти з повноекранного режиму, потягніть зверху вниз і натисніть &quot;Назад&quot;</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-uk/strings.xml"
            line="1128"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">I adael y sgrin lawn, llusgwch o\'r brig a defnyddiwch ystum nôl</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-cy/strings.xml"
            line="1128"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">For at afslutte fuldskærm skal du trække fra toppen og derefter stryge fingeren mod venstre</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-da/strings.xml"
            line="1128"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Per uscire dalla modalità schermo intero, trascina dall’alto e usa il gesto indietro</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-it/strings.xml"
            line="1128"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Para sair do modo de tela inteira, arraste a partir do alto e use o gesto de voltar</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pt-rBR/strings.xml"
            line="1128"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Чтобы выйти из полноэкранного режима, потяните экран сверху и используйте жест назад</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ru/strings.xml"
            line="1128"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Per esce di u screnu sanu, trascinà da l’altu è appughjà nant’à « Precedente »</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-co/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Para salir de pantalla completa, arrastrá desde arriba y presioná atrás</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-es-rAR/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Sleep fan de boppekant ôf en druk op tebek om it folslein skerm ôf te sluten</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-fy-rNL/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">A teljes képernyőből való kilépéshez húzza le felülről, és nyomja meg a Vissza gombot</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-hu/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">ຫາກຕ້ອງການອອກຈາກການສະແດງເຕັມຈໍ, ໃຫ້ລາກຈາກດ້ານເທິງ ແລະ ກົດກັບຄືນ</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-lo/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Sleep vanaf de bovenkant en druk op terug om het volledig scherm af te sluiten</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nl/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Ak chcete ukončiť režim Na celú obrazovku, potiahnite zhora a stlačte tlačidlo späť</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sk/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">För att avsluta helskärm, dra från toppen och tryck bakåt</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sv-rSE/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">要離開全螢幕模式,從畫面頂端拖曳,然後點擊「返回」</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-zh-rTW/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">i wakken ad teffɣeḍ seg ugdil aččura, zuɣer seg usawen syen seqdec asilif n tuɣalin</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kab/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Za izhod iz celozaslonskega načina povlecite z vrha in uporabite potezo za pomik nazaj</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sl/strings.xml"
            line="1129"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">I adael y sgrin lawn, llusgwch o\'r brig a phwyso nôl</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-cy/strings.xml"
            line="1130"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">For at afslutte fuldskærm skal du trække fra toppen og trykke på tilbage-knappen</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-da/strings.xml"
            line="1130"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Per uscire dalla modalità schermo intero, trascina dall’alto e premi indietro</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-it/strings.xml"
            line="1130"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Para sair do modo de tela inteira, arraste a partir do alto e toque em voltar</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-pt-rBR/strings.xml"
            line="1130"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Чтобы выйти из полноэкранного режима, потяните экран сверху и нажмите назад</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-ru/strings.xml"
            line="1130"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Για έξοδο από την πλήρη οθόνη, σύρετε από το πάνω μέρος και χρησιμοποιήστε τη χειρονομία επιστροφής</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-el/strings.xml"
            line="1130"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">For å avslute fullskjerm, drag frå toppen, og så til venstre</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nn-rNO/strings.xml"
            line="1130"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">i wakken ad teffɣeḍ seg ugdil aččura, zuɣer seg usawen syen sit ɣef uɣal</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-kab/strings.xml"
            line="1131"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Za izhod iz celozaslonskega načina povlecite z vrha in pritisnite Nazaj</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-sl/strings.xml"
            line="1131"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Για έξοδο από την πλήρη οθόνη, σύρετε από το πάνω μέρος και πατήστε το κουμπί επιστροφής</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-el/strings.xml"
            line="1132"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">For å avslutte fullskjerm, drag frå toppen, og trykk på tilbake-knappen</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-nn-rNO/strings.xml"
            line="1132"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_gesture" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">Tam ekrandan çıkmak için ekranı yukarıdan çekip geri dönme hareketini kullanın</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-tr/strings.xml"
            line="1133"
            column="13"/>
    </issue>

    <issue
        id="ExtraTranslation"
        message=""exit_fullscreen_with_back_button" is translated here but not found in default locale"
        errorLine1="    <string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">Tam ekrandan çıkmak için ekranı yukarıdan çekip geri düğmesine basın</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values-tr/strings.xml"
            line="1135"
            column="13"/>
    </issue>

    <issue
        id="DataExtractionRules"
        message="The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher."
        errorLine1="        android:allowBackup="false""
        errorLine2="                             ~~~~~">
        <location
            file="src/main/AndroidManifest.xml"
            line="60"
            column="30"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="                notifyDataSetChanged()"
        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/autocomplete/AutocompleteListFragment.kt"
            line="213"
            column="17"/>
    </issue>

    <issue
        id="NotifyDataSetChanged"
        message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
        errorLine1="                    notifyDataSetChanged()"
        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/org/mozilla/focus/exceptions/ExceptionsListFragment.kt"
            line="218"
            column="21"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="@color/settings_background""
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_about.xml"
            line="9"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="@color/settings_background""
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_autocomplete_add_domain.xml"
            line="10"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="@color/settings_background""
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_autocomplete_customdomains.xml"
            line="10"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/photonGrey10` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="@color/photonGrey10">"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_crash_reporter.xml"
            line="12"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="@color/settings_background""
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_exceptions_domains.xml"
            line="10"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="@color/settings_background""
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_settings.xml"
            line="11"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="@color/settings_background">"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/fragment_studies.xml"
            line="10"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `?selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="?selectableItemBackground""
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_add_custom_domain.xml"
            line="14"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="?android:attr/selectableItemBackground""
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/search_engine_checkbox_button.xml"
            line="12"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="?android:attr/selectableItemBackground""
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/search_engine_radio_button.xml"
            line="10"
            column="5"/>
    </issue>

    <issue
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
        errorLine1="    android:background="@color/settings_background"/>"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/toolbar.xml"
            line="9"
            column="5"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.activity_info` appears to be unused"
        errorLine1="<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/layout/activity_info.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.useragent_appname` appears to be unused"
        errorLine1="    <string name="useragent_appname" translatable="false">Focus</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/app.xml"
            line="9"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.background_snackbar` appears to be unused"
        errorLine1="<layer-list xmlns:android="http://schemas.android.com/apk/res/android">"
        errorLine2="^">
        <location
            file="src/main/res/drawable/background_snackbar.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.background` appears to be unused"
        errorLine1="    <color name="background">@color/colorPrimary</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="16"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.colorTextInactive` appears to be unused"
        errorLine1="    <color name="colorTextInactive">#80FFFFFF</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="19"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.statusBarBackground` appears to be unused"
        errorLine1="    <color name="statusBarBackground">@color/background</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="21"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.colorCursor` appears to be unused"
        errorLine1="    <color name="colorCursor">#ccffffff</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="23"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.homeGradient1` appears to be unused"
        errorLine1="    <color name="homeGradient1">#D3D4FA</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="38"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.homeGradient2` appears to be unused"
        errorLine1="    <color name="homeGradient2">#D7D6F9</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="39"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.homeGradient3` appears to be unused"
        errorLine1="    <color name="homeGradient3">#ECEAFA</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="40"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.homeGradient4` appears to be unused"
        errorLine1="    <color name="homeGradient4">#F5F4FE</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="41"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.homeGradient5` appears to be unused"
        errorLine1="    <color name="homeGradient5">#D9D3F5</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="42"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.homeGradient6` appears to be unused"
        errorLine1="    <color name="homeGradient6">#D6C9EB</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="43"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.colorProgressGradientCenter` appears to be unused"
        errorLine1="    <color name="colorProgressGradientCenter">#FFFF1AD9</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="47"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.colorErasePressed` appears to be unused"
        errorLine1="    <color name="colorErasePressed">@color/photonMagenta80</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="51"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.colorDotHighlight` appears to be unused"
        errorLine1="    <color name="colorDotHighlight">@color/photonBlue40</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="53"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.toolbar_color` appears to be unused"
        errorLine1="    <color name="toolbar_color">@color/colorPrimary</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="57"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.colorPoweredBy` appears to be unused"
        errorLine1="    <color name="colorPoweredBy">@color/photonLightGrey05</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="60"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.searchSuggestionsBackground` appears to be unused"
        errorLine1="    <color name="searchSuggestionsBackground">@color/photonLightGrey05</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="69"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.searchHintTextColor` appears to be unused"
        errorLine1="    <color name="searchHintTextColor">#ffffffff</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="76"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.searchHintBackgroundColor` appears to be unused"
        errorLine1="    <color name="searchHintBackgroundColor">@color/photonLightGrey05</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="77"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.urlBarInactiveBackgroundColor` appears to be unused"
        errorLine1="    <color name="urlBarInactiveBackgroundColor">#480f1126</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="78"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.onboardingCloseButtonColor` appears to be unused"
        errorLine1="    <color name="onboardingCloseButtonColor">#F2F2F7</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="86"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.doorhanger_link` appears to be unused"
        errorLine1="    <color name="doorhanger_link">#FF2AA1FE</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="98"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.preference_row_selected` appears to be unused"
        errorLine1="    <color name="preference_row_selected">#353852</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="109"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.trackingProtectionSheetBackground` appears to be unused"
        errorLine1="    <color name="trackingProtectionSheetBackground">@color/background</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="112"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.onboarding_text` appears to be unused"
        errorLine1="    <color name="onboarding_text">@color/photonDarkGrey05</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="117"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.onboarding_title` appears to be unused"
        errorLine1="    <color name="onboarding_title">@color/photonLightGrey05</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="118"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.mozac_additional_note_background` appears to be unused"
        errorLine1="    <color name="mozac_additional_note_background">@color/colorPrimary</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="125"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.mozac_additional_note_text_color` appears to be unused"
        errorLine1="    <color name="mozac_additional_note_text_color">@color/secondaryText</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="126"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.cfr_triangle_color` appears to be unused"
        errorLine1="    <color name="cfr_triangle_color">#FFFFFF</color>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="132"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.integer.progress_shift_duration` appears to be unused"
        errorLine1="    <integer name="progress_shift_duration">500</integer>"
        errorLine2="             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/configuration.xml"
            line="13"
            column="14"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.context_menu_navigation_view_background` appears to be unused"
        errorLine1="<shape xmlns:android="http://schemas.android.com/apk/res/android">"
        errorLine2="^">
        <location
            file="src/main/res/drawable/context_menu_navigation_view_background.xml"
            line="4"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.custom_tab_menu_item` appears to be unused"
        errorLine1="<TextView style="@android:style/TextAppearance.Material.Menu""
        errorLine2="^">
        <location
            file="src/main/res/layout/custom_tab_menu_item.xml"
            line="9"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.dark_background` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/dark_background.xml"
            line="6"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.menu_elevation` appears to be unused"
        errorLine1="    <dimen name="menu_elevation">8dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="6"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.firstrun_container_width` appears to be unused"
        errorLine1="    <dimen name="firstrun_container_width">@dimen/match_parent</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="16"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.customtabs_toolbar_icon_size` appears to be unused"
        errorLine1="    <dimen name="customtabs_toolbar_icon_size">24dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="19"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.design_navigation_padding_top_default` appears to be unused"
        errorLine1="    <dimen name="design_navigation_padding_top_default" tools:override="true">0dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="22"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.design_navigation_separator_vertical_padding` appears to be unused"
        errorLine1="    <dimen name="design_navigation_separator_vertical_padding" tools:override="true">0dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="23"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.design_navigation_padding_bottom` appears to be unused"
        errorLine1="    <dimen name="design_navigation_padding_bottom" tools:override="true">0dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="24"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.fingerprint_icon_size` appears to be unused"
        errorLine1="    <dimen name="fingerprint_icon_size">64dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="29"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.fingerprint_status_layout_margin_vertical` appears to be unused"
        errorLine1="    <dimen name="fingerprint_status_layout_margin_vertical">48dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="30"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.tabs_button_text_size` appears to be unused"
        errorLine1="    <dimen name="tabs_button_text_size">12dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="32"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.dialogHorizontalPadding` appears to be unused"
        errorLine1="    <dimen name="dialogHorizontalPadding">24dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="36"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_width` appears to be unused"
        errorLine1="    <dimen name="doorhanger_width">300dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="52"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_input_width` appears to be unused"
        errorLine1="    <dimen name="doorhanger_input_width">250dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="53"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_offsetX` appears to be unused"
        errorLine1="    <dimen name="doorhanger_offsetX">12dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="54"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_offsetY` appears to be unused"
        errorLine1="    <dimen name="doorhanger_offsetY">67dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="55"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_drawable_padding` appears to be unused"
        errorLine1="    <dimen name="doorhanger_drawable_padding">5dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="56"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_subsection_padding` appears to be unused"
        errorLine1="    <dimen name="doorhanger_subsection_padding">8dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="57"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_section_padding_small` appears to be unused"
        errorLine1="    <dimen name="doorhanger_section_padding_small">10dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="58"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_section_padding_medium` appears to be unused"
        errorLine1="    <dimen name="doorhanger_section_padding_medium">20dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="59"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_section_padding_large` appears to be unused"
        errorLine1="    <dimen name="doorhanger_section_padding_large">30dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="60"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_icon_size` appears to be unused"
        errorLine1="    <dimen name="doorhanger_icon_size">60dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="61"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_rounded_corner_radius` appears to be unused"
        errorLine1="    <dimen name="doorhanger_rounded_corner_radius">4dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="62"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.doorhanger_small_icon` appears to be unused"
        errorLine1="    <dimen name="doorhanger_small_icon">16dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="63"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.browser_menu_height` appears to be unused"
        errorLine1="    <dimen name="browser_menu_height">280dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="65"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.menu_blocking_switch_container_height` appears to be unused"
        errorLine1="    <dimen name="menu_blocking_switch_container_height">88dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="67"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.menu_blocking_switch_height` appears to be unused"
        errorLine1="    <dimen name="menu_blocking_switch_height">20dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="68"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.menu_blocking_switch_width` appears to be unused"
        errorLine1="    <dimen name="menu_blocking_switch_width">46dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="69"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.menu_blocking_switch_margin` appears to be unused"
        errorLine1="    <dimen name="menu_blocking_switch_margin">12dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="70"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.search_suggestions_padding_start` appears to be unused"
        errorLine1="    <dimen name="search_suggestions_padding_start">56dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="72"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.dimen.search_suggestions_padding_with_icon` appears to be unused"
        errorLine1="    <dimen name="search_suggestions_padding_with_icon">16dp</dimen>"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/dimens.xml"
            line="73"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.xml.experiments_settings` appears to be unused"
        errorLine1="<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">"
        errorLine2="^">
        <location
            file="src/main/res/xml/experiments_settings.xml"
            line="6"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.anim.fab_reveal` appears to be unused"
        errorLine1="<set xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/anim/fab_reveal.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.find_in_page_background` appears to be unused"
        errorLine1="<layer-list xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/find_in_page_background.xml"
            line="4"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.firstrun_button_background` appears to be unused"
        errorLine1="<shape xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/firstrun_button_background.xml"
            line="6"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.focus_preference_left_checkbox` appears to be unused"
        errorLine1="<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/layout/focus_preference_left_checkbox.xml"
            line="4"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.foreground_list_item_erase` appears to be unused"
        errorLine1="<ripple"
        errorLine2="^">
        <location
            file="src/main/res/drawable/foreground_list_item_erase.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.fragment_about_libraries` appears to be unused"
        errorLine1="<LinearLayout"
        errorLine2="^">
        <location
            file="src/main/res/layout/fragment_about_libraries.xml"
            line="6"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.fragment_info` appears to be unused"
        errorLine1="<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/layout/fragment_info.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.highlight_dot` appears to be unused"
        errorLine1="<shape"
        errorLine2="^">
        <location
            file="src/main/res/drawable/highlight_dot.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_arrowhead_down` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_arrowhead_down.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_arrowhead_up` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_arrowhead_up.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_check` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_check.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_developer` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_developer.xml"
            line="4"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_download` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_download.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_firefox` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_firefox.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_info` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_info.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_internet` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_internet.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_language` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_language.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.mipmap.ic_launcher_round` appears to be unused">
        <location
            file="src/main/res/mipmap-hdpi/ic_launcher_round.png"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_menu` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_menu.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_mozilla` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_mozilla.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.item_indicator_menu_button` appears to be unused"
        errorLine1="<merge xmlns:android="http://schemas.android.com/apk/res/android">"
        errorLine2="^">
        <location
            file="src/main/res/layout/item_indicator_menu_button.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.menu_item` appears to be unused"
        errorLine1="<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/layout/menu_item.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.menu_item_dark_background` appears to be unused"
        errorLine1="<layer-list xmlns:android="http://schemas.android.com/apk/res/android">"
        errorLine2="^">
        <location
            file="src/main/res/drawable/menu_item_dark_background.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.menu_navigation` appears to be unused"
        errorLine1="<LinearLayout"
        errorLine2="^">
        <location
            file="src/main/res/layout/menu_navigation.xml"
            line="6"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.mozac_ic_broken_lock` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/mozac_ic_broken_lock.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.pref_key_privacy_block_cryptomining` appears to be unused"
        errorLine1="    <string name="pref_key_privacy_block_cryptomining" translatable="false"><xliff:g id="preference_key">pref_privacy_block_cryptomining</xliff:g></string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/preference_keys.xml"
            line="18"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.pref_key_privacy_block_fingerprinting` appears to be unused"
        errorLine1="    <string name="pref_key_privacy_block_fingerprinting" translatable="false"><xliff:g id="preference_key">pref_privacy_block_fingerprinting</xliff:g></string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/preference_keys.xml"
            line="19"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.pref_key_privacy_ever_changed_etp` appears to be unused"
        errorLine1="    <string name="pref_key_privacy_ever_changed_etp" translatable="false"><xliff:g id="preference_key">pref_key_privacy_ever_changed_etp</xliff:g></string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/preference_keys.xml"
            line="22"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.pref_key_performance_block_images` appears to be unused"
        errorLine1="    <string name="pref_key_performance_block_images" translatable="false"><xliff:g id="preference_key">pref_performance_block_images</xliff:g></string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/preference_keys.xml"
            line="29"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.has_opened_new_tab` appears to be unused"
        errorLine1="    <string name="has_opened_new_tab" translatable="false"><xliff:g id="preference_key">has_opened_new_tab</xliff:g></string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/preference_keys.xml"
            line="73"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.pref_key_category_safe_browsing` appears to be unused"
        errorLine1="    <string name="pref_key_category_safe_browsing" translatable="false"><xliff:g id="preference_key">safe_browsing_category</xliff:g></string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/preference_keys.xml"
            line="77"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.teaser` appears to be unused"
        errorLine1="    <string name="teaser">Automatic private browsing.\nBrowse. Erase. Repeat.</string>"
        errorLine2="            ~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="20"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.feedback_erase` appears to be unused"
        errorLine1="    <string name="feedback_erase">Your browsing history has been erased.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="23"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.search_hint` appears to be unused"
        errorLine1="    <string name="search_hint">Search for %1$s</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="30"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.menu_report_site_issue` appears to be unused"
        errorLine1="    <string name="menu_report_site_issue">Report Site Issue</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="36"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.menu_trackers_blocked_title` appears to be unused"
        errorLine1="    <string name="menu_trackers_blocked_title">Trackers blocked</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="68"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.menu_trackers_blocked_subtitle` appears to be unused"
        errorLine1="    <string name="menu_trackers_blocked_subtitle">Turning this off may fix some site problems</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="72"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.menu_content_blocking` appears to be unused"
        errorLine1="    <string name="menu_content_blocking">Content Blocking</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="75"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.menu_content_blocking_subtitle` appears to be unused"
        errorLine1="    <string name="menu_content_blocking_subtitle">Turn off to fix some sites</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="77"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.shortcut_erase_and_open_long_label` appears to be unused"
        errorLine1="    <string name="shortcut_erase_and_open_long_label">Erase and open %1$s</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="121"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.text_selection_search_action_klar` appears to be unused"
        errorLine1="    <string name="text_selection_search_action_klar" tools:ignore="BrandUsage">Search in Klar</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="130"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.text_selection_search_action_focus_beta` appears to be unused"
        errorLine1="    <string name="text_selection_search_action_focus_beta" tools:ignore="BrandUsage">Search in Focus Beta</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="134"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.text_selection_search_action_focus_nightly` appears to be unused"
        errorLine1="    <string name="text_selection_search_action_focus_nightly" tools:ignore="BrandUsage">Search in Focus Nightly</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="138"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_category_data_collection_use` appears to be unused"
        errorLine1="    <string name="preference_category_data_collection_use">Data Collection &amp; Use</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="184"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_search_engine_default` appears to be unused"
        errorLine1="    <string name="preference_search_engine_default">Default</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="195"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_category_autocomplete_manage_sites` appears to be unused"
        errorLine1="    <string name="preference_category_autocomplete_manage_sites">Manage sites</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="224"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_autocomplete_explanation_text` appears to be unused"
        errorLine1="    <string name="preference_autocomplete_explanation_text">Your autocomplete list:</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="233"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_autocomplete_action_add2` appears to be unused"
        errorLine1="    <string name="preference_autocomplete_action_add2">Add URL</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="236"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.custom_autocomplete_quick_add` appears to be unused"
        errorLine1="    <string name="custom_autocomplete_quick_add">Add custom URL</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="242"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.add_custom_autocomplete_label` appears to be unused"
        errorLine1="    <string name="add_custom_autocomplete_label">Add link to autocomplete</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="245"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_autocomplete_custom_summary` appears to be unused"
        errorLine1="    <string name="preference_autocomplete_custom_summary">Add and manage custom autocomplete URLs.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="260"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_autocomplete_add_example` appears to be unused"
        errorLine1="    <string name="preference_autocomplete_add_example">Example: example.com</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="272"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_category_privacy` appears to be unused"
        errorLine1="    <string name="preference_category_privacy">Privacy</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="291"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_category_performance` appears to be unused"
        errorLine1="    <string name="preference_category_performance">Performance</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="329"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_clear_input` appears to be unused"
        errorLine1="    <string name="content_description_clear_input">Clear input</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="407"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_tab_counter` appears to be unused"
        errorLine1="    <string name="content_description_tab_counter">Tabs open: %1$s</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="421"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_lock` appears to be unused"
        errorLine1="    <string name="content_description_lock">Secure connection</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="425"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_announcement_loading` appears to be unused"
        errorLine1="    <string name="accessibility_announcement_loading">Loading</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="429"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_announcement_loading_finished` appears to be unused"
        errorLine1="    <string name="accessibility_announcement_loading_finished">Website loaded</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="433"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_menu` appears to be unused"
        errorLine1="    <string name="content_description_menu">More options</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="436"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.indicator_content_description_menu` appears to be unused"
        errorLine1="    <string name="indicator_content_description_menu">More options button</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="440"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_customtab_exit` appears to be unused"
        errorLine1="    <string name="content_description_customtab_exit">Return to previous app</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="455"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_trackers_blocked` appears to be unused"
        errorLine1="    <string name="content_description_trackers_blocked">Number of trackers blocked</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="459"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_description_blocking_switch` appears to be unused"
        errorLine1="    <string name="content_description_blocking_switch">Block trackers</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="463"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.your_rights` appears to be unused"
        errorLine1="    <string name="your_rights">Your Rights</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="465"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.external_app_prompt_title` appears to be unused"
        errorLine1="    <string name="external_app_prompt_title">Open link in another app</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="467"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.external_app_prompt` appears to be unused"
        errorLine1="    <string name="external_app_prompt">You can leave %1$s to open this link in %2$s.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="470"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.external_app_prompt_no_app_title` appears to be unused"
        errorLine1="    <string name="external_app_prompt_no_app_title">Find an app that can open link</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="472"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.external_app_prompt_no_app` appears to be unused"
        errorLine1="    <string name="external_app_prompt_no_app">None of the apps on your device are able to open this link. You can leave %1$s to search %2$s for an app that can.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="475"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.external_multiple_apps_matched_exit` appears to be unused"
        errorLine1="    <string name="external_multiple_apps_matched_exit">Exit Private Browsing?</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="477"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.content_blocking_disabled` appears to be unused"
        errorLine1="    <string name="content_blocking_disabled">-</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="542"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.dialog_addtohomescreen_action_yes` appears to be unused"
        errorLine1="    <string name="dialog_addtohomescreen_action_yes">YES</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="547"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.dialog_addtohomescreen_action_no` appears to be unused"
        errorLine1="    <string name="dialog_addtohomescreen_action_no">NO</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="552"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.gv_prompt_username_hint` appears to be unused"
        errorLine1="    <string name="gv_prompt_username_hint">Username</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="610"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.gv_prompt_password_hint` appears to be unused"
        errorLine1="    <string name="gv_prompt_password_hint">Password</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="611"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.gv_prompt_clear` appears to be unused"
        errorLine1="    <string name="gv_prompt_clear">Clear</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="612"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.security_popup_secure_connection` appears to be unused"
        errorLine1="    <string name="security_popup_secure_connection">Secure Connection</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="616"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.security_popup_insecure_connection` appears to be unused"
        errorLine1="    <string name="security_popup_insecure_connection">Insecure Connection</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="617"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.security_popup_security_verified` appears to be unused"
        errorLine1="    <string name="security_popup_security_verified">Verified by: %1$s</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="619"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.site_security_icon_content_description` appears to be unused"
        errorLine1="    <string name="site_security_icon_content_description">Site Security</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="622"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.find_in_page_input` appears to be unused"
        errorLine1="    <string name="find_in_page_input">Find in page</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="629"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.find_in_page_result` appears to be unused"
        errorLine1="    <string name="find_in_page_result">%1$d/%2$d</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="633"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_find_in_page_result` appears to be unused"
        errorLine1="    <string name="accessibility_find_in_page_result">%1$d out of %2$d</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="636"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_next_result` appears to be unused"
        errorLine1="    <string name="accessibility_next_result">Find next result</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="639"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_previous_result` appears to be unused"
        errorLine1="    <string name="accessibility_previous_result">Find previous result</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="641"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.accessibility_dismiss_find_in_page` appears to be unused"
        errorLine1="    <string name="accessibility_dismiss_find_in_page">Dismiss find in page</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="643"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_performance_request_desktop_site` appears to be unused"
        errorLine1="    <string name="preference_performance_request_desktop_site">Request desktop site</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="646"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.biometric_auth_open_link_new_session` appears to be unused"
        errorLine1="    <string name="biometric_auth_open_link_new_session">Open Link in New Session</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="827"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.biometric_auth_not_recognized_error` appears to be unused"
        errorLine1="    <string name="biometric_auth_not_recognized_error">Fingerprint not recognized. Try again.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="834"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.biometric_auth_moved_too_quickly` appears to be unused"
        errorLine1="    <string name="biometric_auth_moved_too_quickly">Finger moved too fast. Try again.</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="838"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_disable_tracking_protection` appears to be unused"
        errorLine1="    <string name="tip_disable_tracking_protection">Site behaving unexpectedly?\n"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="863"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_add_to_homescreen` appears to be unused"
        errorLine1="    <string name="tip_add_to_homescreen"><![CDATA[Get one-tap access to sites you use most%1$s Menu > Add to Home screen]]></string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="868"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_set_default_browser` appears to be unused"
        errorLine1="    <string name="tip_set_default_browser">Open every link in %1$s\n"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="873"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_autocomplete_url` appears to be unused"
        errorLine1="    <string name="tip_autocomplete_url">Autocomplete URLs for sites you use most\n"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="879"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_open_in_new_tab` appears to be unused"
        errorLine1="    <string name="tip_open_in_new_tab">Open a link in a new tab\n"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="885"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tip_disable_tips2` appears to be unused"
        errorLine1="    <string name="tip_disable_tips2">Turn off tips on the start screen</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="890"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.new_tab_opened_snackbar` appears to be unused"
        errorLine1="    <string name="new_tab_opened_snackbar">New tab opened</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="893"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.open_new_tab_snackbar` appears to be unused"
        errorLine1="    <string name="open_new_tab_snackbar">Switch</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="896"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_open_new_tab` appears to be unused"
        errorLine1="    <string name="preference_open_new_tab">Switch to link in new tab immediately</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="899"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.preference_category_block_cookies` appears to be unused"
        errorLine1="    <string name="preference_category_block_cookies">Would you like to block cookies?</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="923"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.tab_crash_report_title` appears to be unused"
        errorLine1="    <string name="tab_crash_report_title">Tab Crashed</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="926"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_title` appears to be unused"
        errorLine1="    <string name="mozac_browser_errorpages_security_bad_cert_title">Connection not secure</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="1001"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_message` appears to be unused"
        errorLine1="    <string name="mozac_browser_errorpages_security_bad_cert_message" ><![CDATA["
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="1004"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_techInfo` appears to be unused"
        errorLine1="    <string name="mozac_browser_errorpages_security_bad_cert_techInfo"><![CDATA["
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="1010"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.cfr_close_button_description` appears to be unused"
        errorLine1="    <string name="cfr_close_button_description">Close popup</string>"
        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="1025"
            column="13"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.SettingsTheme` appears to be unused"
        errorLine1="    <style name="SettingsTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="123"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.SettingsActionButtonStyle` appears to be unused"
        errorLine1="    <style name="SettingsActionButtonStyle" parent="@style/Widget.AppCompat.ActionButton">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="136"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.InfoTheme` appears to be unused"
        errorLine1="    <style name="InfoTheme" parent="SettingsTheme">"
        errorLine2="           ~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="157"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Mozac_Browser_Menu` appears to be unused"
        errorLine1="    <style name="Mozac.Browser.Menu" parent="">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="165"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.Mozac_Browser_Menu_Item_Text` appears to be unused"
        errorLine1="    <style name="Mozac.Browser.Menu.Item.Text" parent="@android:style/TextAppearance.Material.Menu">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="170"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.AppTheme_ContextMenuItem` appears to be unused"
        errorLine1="    <style name="AppTheme.ContextMenuItem">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="180"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.ContextMenuTextAppearence` appears to be unused"
        errorLine1="    <style name="ContextMenuTextAppearence">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="202"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.DoorHanger` appears to be unused"
        errorLine1="    <style name="DoorHanger">"
        errorLine2="           ~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="210"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.DoorHanger_Medium` appears to be unused"
        errorLine1="    <style name="DoorHanger.Medium">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="215"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.DoorHanger_Medium_Bold` appears to be unused"
        errorLine1="    <style name="DoorHanger.Medium.Bold">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="219"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.DoorHanger_Medium_Light` appears to be unused"
        errorLine1="    <style name="DoorHanger.Medium.Light">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="223"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.HintTextAppearance` appears to be unused"
        errorLine1="    <style name="HintTextAppearance">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="227"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.style.ColorHandleTheme` appears to be unused"
        errorLine1="    <style name="ColorHandleTheme">"
        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/styles.xml"
            line="232"
            column="12"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.tab_number_border` appears to be unused"
        errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/tab_number_border.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.top_rounded_corners_bottom_sheet_background` appears to be unused"
        errorLine1="<shape xmlns:android="http://schemas.android.com/apk/res/android""
        errorLine2="^">
        <location
            file="src/main/res/drawable/top_rounded_corners_bottom_sheet_background.xml"
            line="5"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.urlbar_background` appears to be unused"
        errorLine1="<shape xmlns:android="http://schemas.android.com/apk/res/android">"
        errorLine2="^">
        <location
            file="src/main/res/drawable/urlbar_background.xml"
            line="4"
            column="1"/>
    </issue>

    <issue
        id="MonochromeLauncherIcon"
        message="The application adaptive icon is missing a monochrome tag"
        errorLine1="<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">"
        errorLine2="^">
        <location
            file="src/debug/res/mipmap-anydpi-v26/ic_launcher.xml"
            line="6"
            column="1"/>
    </issue>

    <issue
        id="MonochromeLauncherIcon"
        message="The application adaptive icon is missing a monochrome tag"
        errorLine1="<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">"
        errorLine2="^">
        <location
            file="src/main/res/mipmap-anydpi-v26/ic_launcher.xml"
            line="6"
            column="1"/>
    </issue>

    <issue
        id="IconLocation"
        message="Found bitmap drawable `res/drawable/ic_splash_screen.png` in densityless folder">
        <location
            file="src/main/res/drawable/ic_splash_screen.png"/>
    </issue>

    <issue
        id="IconLocation"
        message="Found bitmap drawable `res/drawable/onboarding_second_screen_icon.png` in densityless folder">
        <location
            file="src/main/res/drawable/onboarding_second_screen_icon.png"/>
    </issue>

    <issue
        id="IconDensities"
        message="Missing the following drawables in `drawable-xhdpi`: focus_search_widget.png, focus_search_widget_promote_dialog.png, focus_snackbar_background.xml">
        <location
            file="src/main/res/drawable-xhdpi"/>
    </issue>

    <issue
        id="IconDensities"
        message="Missing the following drawables in `drawable-xxhdpi`: focus_search_widget.png, focus_search_widget_promote_dialog.png, focus_snackbar_background.xml">
        <location
            file="src/main/res/drawable-xxhdpi"/>
    </issue>

    <issue
        id="IconMissingDensityFolder"
        message="Missing density variation folders in `src/main/res`: drawable-mdpi">
        <location
            file="src/main/res"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="`onTouch` lambda should call `View#performClick` when a click is detected"
        errorLine1="            handleView.setOnTouchListener { _, event ->"
        errorLine2="                                          ^">
        <location
            file="src/main/java/org/mozilla/focus/autocomplete/AutocompleteListFragment.kt"
            line="309"
            column="43"/>
    </issue>

    <issue
        id="ClickableViewAccessibility"
        message="`onTouch` lambda should call `View#performClick` when a click is detected"
        errorLine1="            handleView.setOnTouchListener { _, event ->"
        errorLine2="                                          ^">
        <location
            file="src/main/java/org/mozilla/focus/exceptions/ExceptionsListFragment.kt"
            line="303"
            column="43"/>
    </issue>

    <issue
        id="ContentDescription"
        message="Missing `contentDescription` attribute on image"
        errorLine1="                    <ImageView"
        errorLine2="                     ~~~~~~~~~">
        <location
            file="src/main/res/layout/firstrun_page.xml"
            line="41"
            column="22"/>
    </issue>

    <issue
        id="ContentDescription"
        message="Missing `contentDescription` attribute on image"
        errorLine1="    <ImageView"
        errorLine2="     ~~~~~~~~~">
        <location
            file="src/main/res/layout/item_indicator_menu_button.xml"
            line="7"
            column="6"/>
    </issue>

    <issue
        id="RtlSymmetry"
        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
        errorLine1="        android:paddingEnd="?android:attr/listPreferredItemPaddingStart" />"
        errorLine2="        ~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_custom_domain.xml"
            line="35"
            column="9"/>
    </issue>

    <issue
        id="RtlSymmetry"
        message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
        errorLine1="        android:paddingEnd="?android:attr/listPreferredItemPaddingStart" />"
        errorLine2="        ~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/item_custom_domain.xml"
            line="40"
            column="9"/>
    </issue>

    <issue
        id="RtlSymmetry"
        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
        errorLine1="        android:paddingStart="5dp""
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/preference_manual_add_search_engine.xml"
            line="45"
            column="9"/>
    </issue>

    <issue
        id="RtlSymmetry"
        message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
        errorLine1="        android:paddingLeft="5dp"/>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/preference_manual_add_search_engine.xml"
            line="46"
            column="9"/>
    </issue>

    <issue
        id="RtlHardcoded"
        message="Redundant attribute `paddingLeft`; already defining `paddingStart` with `targetSdkVersion` 35"
        errorLine1="        android:paddingLeft="5dp"/>"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/preference_manual_add_search_engine.xml"
            line="46"
            column="9"/>
    </issue>

</issues>

Messung V0.5 in Prozent
C=100 H=100 G=100

¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.173Angebot  (Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-04-28) ¤

*Eine klare Vorstellung vom Zielzustand






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge