Skip to content

Commit

Permalink
Athena: Mark some strings and not translatable
Browse files Browse the repository at this point in the history
Change-Id: I076e565997529c46d9f911fceab3b316472e63c6
  • Loading branch information
SebaUbuntu committed Feb 27, 2024
1 parent ff95e39 commit ef92215
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->
<resources>
<!-- App/activity -->
<string name="app_name">Athena</string>
<string name="app_name" translatable="false">Athena</string>

<!-- Permissions -->
<string name="permissions_not_granted">Permissions not granted</string>
Expand Down Expand Up @@ -63,19 +63,19 @@
<string name="section_display_description">Screen and GPU info</string>

<!-- Wi-Fi section -->
<string name="section_wifi_name">Wi-Fi</string>
<string name="section_wifi_name" translatable="false">Wi-Fi</string>
<string name="section_wifi_description">Wi-Fi capabilities</string>

<!-- Bluetooth section -->
<string name="section_bluetooth_name">Bluetooth</string>
<string name="section_bluetooth_name" translatable="false">Bluetooth</string>
<string name="section_bluetooth_description">Bluetooth capabilities</string>

<!-- RIL section -->
<string name="section_ril_name">RIL</string>
<string name="section_ril_name" translatable="false">RIL</string>
<string name="section_ril_description">Radio Interface Layer info</string>

<!-- GNSS section -->
<string name="section_gnss_name">GNSS</string>
<string name="section_gnss_name" translatable="false">GNSS</string>
<string name="section_gnss_description">Global Navigation Satellite System info</string>

<!-- Audio section -->
Expand Down Expand Up @@ -126,10 +126,10 @@
<string name="audio_device_type_wired_headphones">Wired headphones</string>
<string name="audio_device_type_line_analog">Line analog</string>
<string name="audio_device_type_line_digital">Line digital</string>
<string name="audio_device_type_bluetooth_sco">Bluetooth SCO</string>
<string name="audio_device_type_bluetooth_a2dp">Bluetooth A2DP</string>
<string name="audio_device_type_hdmi">HDMI</string>
<string name="audio_device_type_hdmi_arc">HDMI ARC</string>
<string name="audio_device_type_bluetooth_sco" translatable="false">Bluetooth SCO</string>
<string name="audio_device_type_bluetooth_a2dp" translatable="false">Bluetooth A2DP</string>
<string name="audio_device_type_hdmi" translatable="false">HDMI</string>
<string name="audio_device_type_hdmi_arc" translatable="false">HDMI ARC</string>
<string name="audio_device_type_usb_device">USB device</string>
<string name="audio_device_type_usb_accessory">USB accessory</string>
<string name="audio_device_type_dock">Dock</string>
Expand All @@ -147,7 +147,7 @@
<string name="audio_device_type_remote_submix">Remote submix</string>
<string name="audio_device_type_ble_headset">Bluetooth LE headset</string>
<string name="audio_device_type_ble_speaker">Bluetooth LE speaker</string>
<string name="audio_device_type_hdmi_earc">HDMI eARC</string>
<string name="audio_device_type_hdmi_earc" translatable="false">HDMI eARC</string>
<string name="audio_device_type_ble_broadcast">Bluetooth LE broadcast</string>
<string name="audio_device_type_dock_analog">Dock analog</string>

Expand Down Expand Up @@ -268,11 +268,11 @@
<string name="media_codec_supported_types">Supported types</string>

<!-- DRM section -->
<string name="section_drm_name">DRM</string>
<string name="section_drm_name" translatable="false">DRM</string>
<string name="section_drm_description">DRM info</string>

<!-- Treble section -->
<string name="section_treble_name">Treble</string>
<string name="section_treble_name" translatable="false">Treble</string>
<string name="section_treble_description">Project Treble info</string>
<string name="treble_general">General</string>
<string name="treble_enabled">Treble enabled</string>
Expand Down Expand Up @@ -300,4 +300,4 @@
<!-- Props section -->
<string name="section_props_name">Props</string>
<string name="section_props_description">Android property list</string>
</resources>
</resources>

0 comments on commit ef92215

Please sign in to comment.