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

Commit b5553c9c authored by Sean Stout's avatar Sean Stout Committed by Android (Google) Code Review
Browse files

Merge "Removed char limit for shortcut strings." into ub-deskclock-gatling

parents ba44798e 104a42c9
Loading
Loading
Loading
Loading
+20 −11
Original line number Diff line number Diff line
@@ -719,26 +719,35 @@
        <item>"Asia/Jakarta"</item>
    </string-array>


    <!-- Short descriptor for new alarm shortcut [CHAR LIMIT=12] -->
    <!-- Short label for a shortcut to create a new alarm. The maximum length is ~10 characters
         (longer translations may be truncated). -->
    <string name="shortcut_new_alarm_short">New Alarm</string>
    <!-- Long descriptor for new alarm shortcut [CHAR LIMIT=27] -->
    <!-- Long label for a shortcut to create a new alarm. The maximum length is ~25 characters
         (longer translations may be truncated). -->
    <string name="shortcut_new_alarm_long">Create New Alarm</string>
    <!-- Short descriptor for new timer shortcut [CHAR LIMIT=12] -->
    <!-- Short label for a shortcut to create a new timer. The maximum length is ~10 characters
         (longer translations may be truncated). -->
    <string name="shortcut_new_timer_short">New Timer</string>
    <!-- Long descriptor for new timer shortcut [CHAR LIMIT=27] -->
    <!-- Long label for a shortcut to create a new timer. The maximum length is ~25 characters
    (longer translations may be truncated). -->
    <string name="shortcut_new_timer_long">Create New Timer</string>
    <!-- Short descriptor for start stopwatch shortcut [CHAR LIMIT=12] -->
    <!-- Short label for a shortcut to start the stopwatch. The maximum length is ~10 characters
         (longer translations may be truncated). -->
    <string name="shortcut_start_stopwatch_short">Start</string>
    <!-- Long descriptor for start stopwatch shortcut [CHAR LIMIT=27] -->
    <!-- Long label for a shortcut to start the stopwatch. The maximum length is ~25 characters
         (longer translations may be truncated). -->
    <string name="shortcut_start_stopwatch_long">Start Stopwatch</string>
    <!-- Short descriptor for pause stopwatch shortcut [CHAR LIMIT=12] -->
    <!-- Short label for a shortcut to pause the stopwatch. The maximum length is ~10 characters
         (longer translations may be truncated). -->
    <string name="shortcut_pause_stopwatch_short">Pause</string>
    <!-- Long descriptor for pause stopwatch shortcut [CHAR LIMIT=27] -->
    <!-- Long label for a shortcut to pause the stopwatch. The maximum length is ~25 characters
         (longer translations may be truncated). -->
    <string name="shortcut_pause_stopwatch_long">Pause Stopwatch</string>
    <!-- Short descriptor for start screensaver shortcut [CHAR LIMIT=12] -->
    <!-- Short label for a shortcut to start the screensaver. The maximum length is ~10 characters
         (longer translations may be truncated). -->
    <string name="shortcut_start_screensaver_short">Screensaver</string>
    <!-- Long descriptor for start screensaver shortcut [CHAR LIMIT=27] -->
    <!-- Long label for a shortcut to start the screensaver. The maximum length is ~25 characters
         (longer translations may be truncated). -->
    <string name="shortcut_start_screensaver_long">Start Screensaver</string>

    <!-- Header in the preferences settings for the section pertaining to alarms -->