{{ 'core.settings.disabled' | translate }}
+{{ option.label }}
+{{ 'core.custom' | translate }}
+{{ 'core.showmore' | translate }}
-{{ 'core.showless' | translate }}
-{{ 'core.description' | translate }}
+ +{{ 'addon.calendar.reminders' | translate }}
{{ reminder.label }}
+{{ 'addon.calendar.eventduration' | translate }}
+{{ 'addon.calendar.durationnone' | translate }}
+{{ 'addon.calendar.durationuntil' | translate }}
+{{ 'addon.calendar.durationminutes' | translate }}
+{{ 'addon.calendar.repeatevent' | translate }}
+{{ 'core.location' | translate }}
+{{ 'addon.calendar.repeatweeksl' | translate }}
{{ 'addon.calendar.eventduration' | translate }}
-{{ 'addon.calendar.durationnone' | translate }}
-{{ 'addon.calendar.durationuntil' | translate }}
-{{ 'addon.calendar.durationminutes' | translate }}
-{{ 'addon.calendar.repeatevent' | translate }}
+{{ 'addon.calendar.repeatedevents' | translate }}
{{ 'addon.calendar.repeatweeksl' | translate }}
+{{ 'addon.calendar.repeateditall' | translate:{$a: otherEventsCount} }}
{{ 'addon.calendar.repeatedevents' | translate }}
-{{ 'addon.calendar.repeateditall' | translate:{$a: otherEventsCount} }}
-{{ 'addon.calendar.repeateditthis' | translate }}
-{{ 'addon.calendar.repeateditthis' | translate }}
+{{ 'core.description' | translate }}
+{{ 'core.location' | translate }}
+- {{ 'core.defaultvalue' | translate :{$a: ((event.timestart - defaultTime) * 1000) | coreFormatDate } }} -
-0">{{ reminder.time * 1000 | coreFormatDate }}
+{{ reminder.label }}
You are about to leave the app to open the following URL in your device's browser. Do you want to continue?
\n{{url}}
", + "week": "week", + "weeks": "weeks", "whatisyourage": "What is your age?", "wheredoyoulive": "In which country do you live?", "whoissiteadmin": "\"Site Administrators\" are the people who manage the Moodle at your school/university/company or learning organisation. If you don't know how to contact them, please contact your teachers/trainers.", diff --git a/src/core/services/local-notifications.ts b/src/core/services/local-notifications.ts index c6547f8fe..9b69435e0 100644 --- a/src/core/services/local-notifications.ts +++ b/src/core/services/local-notifications.ts @@ -653,9 +653,19 @@ export class CoreLocalNotificationsProvider { */ async trigger(notification: ILocalNotification): Promise