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

Commit 248e8118 authored by William Escande's avatar William Escande
Browse files

Remove unused resources

This strings resources are not used and some generate lint warning.
Removing them to clean up the warning
This is solving 22 StringFormatCount warning, but generate a lot of
ExtraTranslation

fixing the ExtraTranslation are part of follow up

Bug: 372738580
Fix: 372738580
Test: m Bluetooth
Flag: Exempt dead code removal
Change-Id: I1203573a22b4527ebf64dc165191579e653b4e06
parent 7a67441a
Loading
Loading
Loading
Loading
+4707 −455

File changed.

Preview size limit exceeded, changes collapsed.

+0 −8
Original line number Diff line number Diff line
@@ -70,8 +70,6 @@
    <string name="bt_enable_ok">Turn on</string>

    <!-- Bluetooth File Transfer Acceptance Dialog -->
    <!--Title -->
    <string name="incoming_file_confirm_title">File transfer</string>
    <!--content -->
    <string name="incoming_file_confirm_content">Accept incoming file? </string>
    <!-- Label for a cancel button. -->
@@ -92,16 +90,12 @@
    <string name="notification_receiving">Bluetooth share: Receiving <xliff:g id="file">%1$s</xliff:g></string>
    <!-- label for the notification item of received file -->
    <string name="notification_received">Bluetooth share: Received <xliff:g id="file">%1$s</xliff:g></string>
    <!-- label for the notification item of failed receiving file -->
    <string name="notification_received_fail">Bluetooth share: File <xliff:g id="file">%1$s</xliff:g> not received</string>

    <!-- Outbound File Transfer Progress Notification item -->
    <!-- label for the notification item of sending file -->
    <string name="notification_sending">Bluetooth share: Sending <xliff:g id="file">%1$s</xliff:g></string>
    <!-- label for the notification item of sent file -->
    <string name="notification_sent">Bluetooth share: Sent <xliff:g id="file">%1$s</xliff:g></string>
    <!-- label for the notification item of sent file -status -->
    <string name="notification_sent_complete">100%% complete</string>
    <!-- label for the notification item of failed sending file -->
    <string name="notification_sent_fail">Bluetooth share: File <xliff:g id="file">%1$s</xliff:g> not sent</string>

@@ -174,7 +168,6 @@

    <!-- Bluetooth Toast Message -->
    <string name="bt_toast_1">The file will be received. Check progress in the Notifications panel.</string>
    <string name="bt_toast_2">The file can\'t be received.</string>
    <string name="bt_toast_3">Stopped receiving file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
    <string name="bt_toast_4">Sending file to \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022</string>
    <string name="bt_toast_5">Sending <xliff:g id="number">%1$s</xliff:g> files to \u0022<xliff:g id="recipient">%2$s</xliff:g>\u0022</string>
@@ -239,7 +232,6 @@

    <string name="bluetooth_a2dp_sink_queue_name">Now Playing</string>
    <string name="bluetooth_map_settings_app_icon">Application Icon</string>
    <string name="bluetooth_connected">Bluetooth audio connected</string>
    <string name="bluetooth_disconnected">Bluetooth audio disconnected"</string>
    <string name="a2dp_sink_mbs_label">Bluetooth Audio</string>
    <string name="bluetooth_opp_file_limit_exceeded">Files bigger than 4GB cannot be transferred</string>