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

Commit 9046dbd7 authored by Sam Blitzstein's avatar Sam Blitzstein
Browse files

New strings for recurrence picker end.

Change-Id: Ic2da97e802f2897e12272775abf84d3d6fe058af
parent 2a7dd0c3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -726,13 +726,13 @@
    <string name="recurrence_month_pattern_by_day_of_week">on every <xliff:g id="nth">%1$s</xliff:g> <xliff:g id="day_of_week">%2$s</xliff:g></string>

    <!-- Specifies that a repeating event to repeat forever (based on the defined frequency) instead of ending at a future date[CHAR LIMIT=25] -->
    <string name="recurrence_end_continously">Continuously</string>
    <string name="recurrence_end_continously">Forever</string>
    <!-- Specifies that a repeating event to repeat until a certain date[CHAR LIMIT=25] -->
    <string name="recurrence_end_date_label">Until a date</string>
    <string name="recurrence_end_date_label">End date</string>
    <!-- Specifies that a repeating event to repeat until a certain date[CHAR LIMIT=25] -->
    <string name="recurrence_end_date">Until <xliff:g id="date">%s</xliff:g></string>
    <!-- Specifies that a repeating event to repeat for a number of times. A repeating event can repeat forever, repeat in a certain frequency until a certain date, or repeat for a number of times. e.g. repeat 10 times and stop. This string is for the last case [CHAR LIMIT=25] -->
    <string name="recurrence_end_count_label">For a number of events</string>
    <string name="recurrence_end_count_label">Number of repetitions</string>

    <!-- Description of the selected marker for accessibility support [CHAR LIMIT = NONE]-->
    <string name="acessibility_recurrence_choose_end_date_description">change end date</string>