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

Commit ea90ad71 authored by Yuhan Yang's avatar Yuhan Yang Committed by Android (Google) Code Review
Browse files

Merge "Finalize mouse Scrolling settings strings" into main

parents b22cebe9 20ad24a9
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -4744,14 +4744,13 @@
    <!-- Title for the 'Mouse reverse scrolling' preference switch, which reverses the direction of mouse scroll wheels so that moving the wheel up scrolls the content down. [CHAR LIMIT=60] -->
    <string name="mouse_reverse_vertical_scrolling">Reverse scrolling</string>
    <!-- Summary text for the 'Mouse reverse scrolling' preference switch indicating to users that when the setting is enabled that scrolling up with their mouse wheel will move the page content down. [CHAR LIMIT=NONE] -->
    <string name="mouse_reverse_vertical_scrolling_summary">Content moves up when you scroll down</string>
    <!-- TODO(b/383555305): finalize these strings and mark them translatable. -->
    <string name="mouse_reverse_vertical_scrolling_summary">Scroll up to move the page down</string>
    <!-- Title for the scrolling section of the mouse settings page. [CHAR LIMIT=60] -->
    <string name="mouse_scrolling_category_title" translatable="false">Scrolling</string>
    <string name="mouse_scrolling_category_title">Scrolling</string>
    <!-- Title for the 'Mouse controlled scrolling' preference switch, which disables the mouse scrolling acceleration so that the scrolling speed becomes directly proportional to the speed at which the wheel is turned. [CHAR LIMIT=60]-->
    <string name="mouse_scrolling_acceleration" translatable="false">Controlled scrolling</string>
    <string name="mouse_scrolling_acceleration">Controlled scrolling</string>
    <!-- Title for the 'Scrolling speed' slider seekbar, which controls how fast content scrolls when the user moves the scroll wheel. [CHAR LIMIT=60]-->
    <string name="mouse_scrolling_speed" translatable="false">Scrolling speed</string>
    <string name="mouse_scrolling_speed">Scrolling speed</string>
    <!-- Title for the 'Swap buttons' preference switch, which swaps the left and right buttons of connected mice so that right click will be the primary action button and left clicking will be the secondary action, for example showing the context menu. [CHAR LIMIT=60] -->
    <string name="mouse_swap_primary_button">Swap primary mouse button</string>
    <!-- Summary text for the 'Swap buttons' preference switch indicating to users that when this switch is enabled, their left click will behave as though it is the right click (secondary action) and that the right click will be the primary action. [CHAR LIMIT=NONE] -->