Skip to content

Commit adfd6d8

Browse files
committed
Sync strings for 3.7.0
1 parent c58662e commit adfd6d8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
$string['addon.mod_folder.emptyfilelist'] = 'There are no files to show.';
116116
$string['addon.mod_forum.errorgetforum'] = 'Error getting forum data.';
117117
$string['addon.mod_forum.errorgetgroups'] = 'Error getting group settings.';
118+
$string['addon.mod_forum.errorposttoallgroups'] = 'Could not create new discussion in all groups.';
118119
$string['addon.mod_forum.forumnodiscussionsyet'] = 'There are no discussions yet in this forum.';
119120
$string['addon.mod_forum.group'] = 'Group';
120121
$string['addon.mod_forum.numdiscussions'] = '{{numdiscussions}} discussions';
@@ -205,6 +206,11 @@
205206
$string['addon.notifications.notifications'] = 'Notifications';
206207
$string['addon.notifications.playsound'] = 'Play sound';
207208
$string['addon.notifications.therearentnotificationsyet'] = 'There are no notifications.';
209+
$string['addon.storagemanager.deletecourse'] = 'Offload all course data';
210+
$string['addon.storagemanager.deletedatafrom'] = 'Offload data from {{name}}';
211+
$string['addon.storagemanager.info'] = 'Files stored on your device make the app work faster, and when offline. You can safely offload them if you need to free up storage space.';
212+
$string['addon.storagemanager.managestorage'] = 'Manage storage';
213+
$string['addon.storagemanager.storageused'] = 'File storage used:';
208214
$string['core.android'] = 'Android';
209215
$string['core.cannotconnect'] = 'Cannot connect: Verify that you have correctly typed the URL and that your site uses Moodle 2.4 or later.';
210216
$string['core.cannotdownloadfiles'] = 'File downloading is disabled. Please contact your site administrator.';
@@ -224,22 +230,27 @@
224230
$string['core.contentlinks.confirmurlothersite'] = 'This link belongs to another site. Do you want to open it?';
225231
$string['core.contentlinks.errornoactions'] = 'Couldn\'t find an action to perform with this link.';
226232
$string['core.contentlinks.errornosites'] = 'Couldn\'t find any site to handle this link.';
233+
$string['core.contentlinks.errorredirectothersite'] = 'The redirect URL cannot point to a different site.';
227234
$string['core.copiedtoclipboard'] = 'Text copied to clipboard';
228235
$string['core.course.activitydisabled'] = 'Your organisation has disabled this activity in the mobile app.';
229236
$string['core.course.activitynotyetviewableremoteaddon'] = 'Your organisation installed a plugin that is not yet supported.';
230237
$string['core.course.activitynotyetviewablesiteupgradeneeded'] = 'Your organisation\'s Moodle installation needs to be updated.';
231238
$string['core.course.allsections'] = 'All sections';
232239
$string['core.course.askadmintosupport'] = 'Contact the site administrator and tell them you want to use this activity with the Moodle Mobile app.';
240+
$string['core.course.availablespace'] = ' You currently have about {{available}} free space.';
233241
$string['core.course.confirmdeletemodulefiles'] = 'Are you sure you want to delete these files?';
234242
$string['core.course.confirmdownload'] = 'You are about to download {{size}}. Are you sure you want to continue?';
235243
$string['core.course.confirmdownloadunknownsize'] = 'It was not possible to calculate the size of the download. Are you sure you want to continue?';
244+
$string['core.course.confirmlimiteddownload'] = 'You are not currently connected to WiFi. ';
236245
$string['core.course.confirmpartialdownloadsize'] = 'You are about to download <strong>at least</strong> {{size}}. Are you sure you want to continue?';
237246
$string['core.course.contents'] = 'Contents';
238247
$string['core.course.couldnotloadsectioncontent'] = 'Could not load the section content. Please try again later.';
239248
$string['core.course.couldnotloadsections'] = 'Could not load the sections. Please try again later.';
240249
$string['core.course.errordownloadingcourse'] = 'Error downloading course.';
241250
$string['core.course.errordownloadingsection'] = 'Error downloading section.';
242251
$string['core.course.errorgetmodule'] = 'Error getting activity data.';
252+
$string['core.course.insufficientavailablequota'] = 'Your device could not allocate space to save this download. It may be reserving space for app and system updates. Please clear some storage space first.';
253+
$string['core.course.insufficientavailablespace'] = 'You are trying to download {{size}}. This will leave your device with insufficient space to operate normally. Please clear some storage space first.';
243254
$string['core.course.manualcompletionnotsynced'] = 'Manual completion not synchronised.';
244255
$string['core.course.nocontentavailable'] = 'No content available at the moment.';
245256
$string['core.course.refreshcourse'] = 'Refresh course';
@@ -273,6 +284,7 @@
273284
$string['core.dftimedate'] = 'h[:]mm A';
274285
$string['core.discard'] = 'Discard';
275286
$string['core.dismiss'] = 'Dismiss';
287+
$string['core.downloaded'] = 'Downloaded';
276288
$string['core.downloading'] = 'Downloading';
277289
$string['core.emptysplit'] = 'This page will appear blank if the left panel is empty or is loading.';
278290
$string['core.errorchangecompletion'] = 'An error occurred while changing the completion status. Please try again.';
@@ -421,6 +433,7 @@
421433
$string['core.settings.enablerichtexteditor'] = 'Enable text editor';
422434
$string['core.settings.enablerichtexteditordescription'] = 'If enabled, a text editor will be available when entering content.';
423435
$string['core.settings.enablesyncwifi'] = 'Allow sync only when on Wi-Fi';
436+
$string['core.settings.entriesincache'] = '{{$a}} entries in cache';
424437
$string['core.settings.errordeletesitefiles'] = 'Error deleting site files.';
425438
$string['core.settings.errorsyncsite'] = 'Error synchronising site data. Please check your Internet connection and try again.';
426439
$string['core.settings.estimatedfreespace'] = 'Estimated free space';

0 commit comments

Comments
 (0)