You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticletlast6Months=AppLocalizedString("jetpackStats.calendar.last6Months", value:"Last 6 Months", comment:"Last 6 months date range")
25
25
staticletlast12Months=AppLocalizedString("jetpackStats.calendar.last12Months", value:"Last 12 Months", comment:"Last 12 months date range")
26
26
staticletlast3Years=AppLocalizedString("jetpackStats.calendar.last3Years", value:"Last 3 Years", comment:"Last 3 years date range")
@@ -88,7 +88,7 @@ enum Strings {
88
88
enumDatePicker{
89
89
staticletcustomRange=AppLocalizedString("jetpackStats.datePicker.customRange", value:"Custom Range", comment:"Title for custom date range picker")
90
90
staticletcustomRangeMenu=AppLocalizedString("jetpackStats.datePicker.customRangeMenu", value:"Custom Range…", comment:"Menu item for custom date range picker")
91
-
staticletmorePeriods=AppLocalizedString("jetpackStats.datePicker.morePeriods", value:"More Periods…", comment:"Menu item for more date period options")
91
+
staticletmorePeriods=AppLocalizedString("jetpackStats.datePicker.more", value:"More…", comment:"Menu item for more date period options")
92
92
staticletfrom=AppLocalizedString("jetpackStats.datePicker.from", value:"From", comment:"From date label")
93
93
staticletto=AppLocalizedString("jetpackStats.datePicker.to", value:"To", comment:"To date label")
94
94
staticletquickPeriodsForStartDate=AppLocalizedString("jetpackStats.datePicker.quickPeriodsForStartDate", value:"Quick periods for start date", comment:"Label for quick period selection")
0 commit comments