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

Commit 4aba9478 authored by Steve McKay's avatar Steve McKay
Browse files

strings.xml revisions.

Based on questions and feedback from translators.
Increase show/hide internal storage char limit.

Bug: 30651890,30653621,30653338
Change-Id: Iee76299c91843bd74a806473bb1f7f4775ac33e7
parent 70c2ad11
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
    <string name="menu_sort">Sort by</string>
    <!-- Menu item that enters a mode to search for documents [CHAR LIMIT=24] -->
    <string name="menu_search">Search</string>
    <!-- Menu item that enters activity to change settings for current root [CHAR LIMIT=24] -->
    <!-- Menu item that opens settings/options for a device (like an SD card). [CHAR LIMIT=24] -->
    <string name="menu_settings">Storage settings</string>

    <!-- Menu item title that opens the selected documents [CHAR LIMIT=24] -->
@@ -63,9 +63,11 @@
    <!-- Menu item title that pastes files from the clipboard [CHAR LIMIT=24] -->
    <string name="menu_paste_from_clipboard">Paste</string>

    <!-- Menu item that reveals internal storage built into the device [CHAR LIMIT=24] -->
    <!-- Translators asked for a length exemption for the show/hide internal storage strings.
         Thus the CHAR LIMIT=24/30 deviation is 'splained. -->
    <!-- Menu item that reveals internal storage built into the device [CHAR LIMIT=30] -->
    <string name="menu_advanced_show">Show internal storage</string>
    <!-- Menu item that hides internal storage built into the device [CHAR LIMIT=24] -->
    <!-- Menu item that hides internal storage built into the device [CHAR LIMIT=30] -->
    <string name="menu_advanced_hide">Hide internal storage</string>

    <!-- Menu item that reveals the sizes of displayed files [CHAR LIMIT=24] -->