MOBILE-2695 course: Change Enable download sections text
parent
bfe0bd45e6
commit
499519807c
|
@ -1522,6 +1522,7 @@
|
||||||
"core.settings.privacypolicy": "local_moodlemobileapp",
|
"core.settings.privacypolicy": "local_moodlemobileapp",
|
||||||
"core.settings.reportinbackground": "local_moodlemobileapp",
|
"core.settings.reportinbackground": "local_moodlemobileapp",
|
||||||
"core.settings.settings": "moodle",
|
"core.settings.settings": "moodle",
|
||||||
|
"core.settings.showdownloadoptions": "local_moodlemobileapp",
|
||||||
"core.settings.sites": "moodle",
|
"core.settings.sites": "moodle",
|
||||||
"core.settings.spaceusage": "local_moodlemobileapp",
|
"core.settings.spaceusage": "local_moodlemobileapp",
|
||||||
"core.settings.synchronization": "local_moodlemobileapp",
|
"core.settings.synchronization": "local_moodlemobileapp",
|
||||||
|
|
|
@ -1500,7 +1500,7 @@
|
||||||
"core.settings.disableall": "Disable notifications",
|
"core.settings.disableall": "Disable notifications",
|
||||||
"core.settings.disabled": "Disabled",
|
"core.settings.disabled": "Disabled",
|
||||||
"core.settings.displayformat": "Display format",
|
"core.settings.displayformat": "Display format",
|
||||||
"core.settings.enabledownloadsection": "Enable download sections",
|
"core.settings.enabledownloadsection": "Show download options",
|
||||||
"core.settings.enablerichtexteditor": "Enable text editor",
|
"core.settings.enablerichtexteditor": "Enable text editor",
|
||||||
"core.settings.enablerichtexteditordescription": "If enabled, a text editor will be available when entering content.",
|
"core.settings.enablerichtexteditordescription": "If enabled, a text editor will be available when entering content.",
|
||||||
"core.settings.enablesyncwifi": "Allow sync only when on Wi-Fi",
|
"core.settings.enablesyncwifi": "Allow sync only when on Wi-Fi",
|
||||||
|
@ -1522,6 +1522,7 @@
|
||||||
"core.settings.privacypolicy": "Privacy policy",
|
"core.settings.privacypolicy": "Privacy policy",
|
||||||
"core.settings.reportinbackground": "Report errors automatically",
|
"core.settings.reportinbackground": "Report errors automatically",
|
||||||
"core.settings.settings": "Settings",
|
"core.settings.settings": "Settings",
|
||||||
|
"core.settings.showdownloadoptions": "Show download options",
|
||||||
"core.settings.sites": "Sites",
|
"core.settings.sites": "Sites",
|
||||||
"core.settings.spaceusage": "Space usage",
|
"core.settings.spaceusage": "Space usage",
|
||||||
"core.settings.synchronization": "Synchronisation",
|
"core.settings.synchronization": "Synchronisation",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<ng-template>
|
<ng-template>
|
||||||
<core-navbar-buttons>
|
<core-navbar-buttons>
|
||||||
<core-context-menu>
|
<core-context-menu>
|
||||||
<core-context-menu-item *ngIf="displayEnableDownload" [priority]="2000" [content]="'core.settings.enabledownloadsection' | translate" (action)="toggleDownload()" [iconAction]="downloadEnabledIcon"></core-context-menu-item>
|
<core-context-menu-item *ngIf="displayEnableDownload" [priority]="2000" [content]="'core.settings.showdownloadoptions' | translate" (action)="toggleDownload()" [iconAction]="downloadEnabledIcon"></core-context-menu-item>
|
||||||
<core-context-menu-item [hidden]="!downloadCourseEnabled" [priority]="1900" [content]="prefetchCourseData.title | translate" (action)="prefetchCourse()" [iconAction]="prefetchCourseData.prefetchCourseIcon" [closeOnClick]="false"></core-context-menu-item>
|
<core-context-menu-item [hidden]="!downloadCourseEnabled" [priority]="1900" [content]="prefetchCourseData.title | translate" (action)="prefetchCourse()" [iconAction]="prefetchCourseData.prefetchCourseIcon" [closeOnClick]="false"></core-context-menu-item>
|
||||||
<core-context-menu-item [priority]="1800" [content]="'core.course.coursesummary' | translate" (action)="openCourseSummary()" iconAction="fa-graduation-cap"></core-context-menu-item>
|
<core-context-menu-item [priority]="1800" [content]="'core.course.coursesummary' | translate" (action)="openCourseSummary()" iconAction="fa-graduation-cap"></core-context-menu-item>
|
||||||
</core-context-menu>
|
</core-context-menu>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"disableall": "Disable notifications",
|
"disableall": "Disable notifications",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"displayformat": "Display format",
|
"displayformat": "Display format",
|
||||||
"enabledownloadsection": "Enable download sections",
|
"enabledownloadsection": "Show download options",
|
||||||
"enablerichtexteditor": "Enable text editor",
|
"enablerichtexteditor": "Enable text editor",
|
||||||
"enablerichtexteditordescription": "If enabled, a text editor will be available when entering content.",
|
"enablerichtexteditordescription": "If enabled, a text editor will be available when entering content.",
|
||||||
"enablesyncwifi": "Allow sync only when on Wi-Fi",
|
"enablesyncwifi": "Allow sync only when on Wi-Fi",
|
||||||
|
@ -42,6 +42,7 @@
|
||||||
"privacypolicy": "Privacy policy",
|
"privacypolicy": "Privacy policy",
|
||||||
"reportinbackground": "Report errors automatically",
|
"reportinbackground": "Report errors automatically",
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
|
"showdownloadoptions": "Show download options",
|
||||||
"sites": "Sites",
|
"sites": "Sites",
|
||||||
"spaceusage": "Space usage",
|
"spaceusage": "Space usage",
|
||||||
"synchronization": "Synchronisation",
|
"synchronization": "Synchronisation",
|
||||||
|
|
Loading…
Reference in New Issue