mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-56903-master-enfix' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
efe57105d6
14 changed files with 59 additions and 98 deletions
|
@ -396,7 +396,7 @@ $string['ctyperequired'] = 'The ctype PHP extension is now required by Moodle, i
|
|||
$string['curlsecurityallowedport'] = 'cURL allowed ports list';
|
||||
$string['curlsecurityallowedportsyntax'] = 'Put every entry on one line. Valid entries are integer numbers only.';
|
||||
$string['curlsecurityblockedhosts'] = 'cURL blocked hosts list';
|
||||
$string['curlsecurityblockedhostssyntax'] = 'Put each entry on a new line. Valid entries are either full IPv4 or IPv6 addresses (such as <b>192.168.10.1, 0:0:0:0:0:0:0:1, ::1, fe80::</b>) which match a single host; or CIDR notation (such as <b>231.54.211.0/20 or fe80::/64</b>); or a range of IP addresses (such as <b>231.3.56.10-20 or fe80::1111-bbbb</b>) where the range applies to the last group of the address; or domain names (such as <b>localhost or example.com</b>); or wildcard domain names (such as <b>*.example.com or *.sub.example.com</b>). Blank lines are not allowed.';
|
||||
$string['curlsecurityblockedhostssyntax'] = 'Put each entry on a new line. Valid entries are either full IPv4 or IPv6 addresses (such as 192.168.10.1, 0:0:0:0:0:0:0:1, ::1, fe80::) which match a single host; or CIDR notation (such as 231.54.211.0/20 or fe80::/64); or a range of IP addresses (such as 231.3.56.10-20 or fe80::1111-bbbb) where the range applies to the last group of the address; or domain names (such as localhost or example.com); or wildcard domain names (such as *.example.com or *.sub.example.com). Blank lines are not allowed.';
|
||||
$string['curlsecurityurlblocked'] = 'The URL is blocked.';
|
||||
$string['curlcache'] = 'cURL cache TTL';
|
||||
$string['curlrequired'] = 'The cURL PHP extension is now required by Moodle, in order to communicate with Moodle repositories.';
|
||||
|
@ -635,7 +635,7 @@ $string['legacyfilesaddallowed'] = 'Allow adding to legacy course files';
|
|||
$string['legacyfilesaddallowed_help'] = 'If a course has legacy course files, allow new files and folders to be added to it.';
|
||||
$string['legacyfilesinnewcourses'] = 'Legacy course files in new courses';
|
||||
$string['legacyfilesinnewcourses_help'] = 'By default, legacy course files areas are available in upgraded courses only. Please note that some features such as activity backup and restore are not compatible with this setting.';
|
||||
$string['libcurlwarning'] = 'Libcurl with CURLOPT_PROTOCOL support has not been detected. It is recommended to have an up to date libcurl installation for security reasons.';
|
||||
$string['libcurlwarning'] = 'It has been detected that libcurl doesn\'t have CURLOPT_PROTOCOL support. An up-to-date libcurl installation is recommended for security reasons.';
|
||||
$string['licensesettings'] = 'Licence settings';
|
||||
$string['linkadmincategories'] = 'Link admin categories';
|
||||
$string['linkadmincategories_help'] = 'If enabled admin setting categories will be displayed as links in the navigation and will lead to the admin category pages.';
|
||||
|
|
|
@ -24,13 +24,13 @@
|
|||
|
||||
$string['audioextensions'] = 'Audio: {$a}';
|
||||
$string['defaultwidth'] = 'Default width';
|
||||
$string['defaultwidthdesc'] = 'Default width of video or other embedded object if no width is specified and player is not able to pick the real video width';
|
||||
$string['defaultwidthdesc'] = 'Media player width if a width is not specified and the actual media file width cannot be determined by the player.';
|
||||
$string['defaultheight'] = 'Default height';
|
||||
$string['defaultheightdesc'] = 'Default height of video or other embedded object if no height is specified and player is not able to pick the real video height';
|
||||
$string['defaultheightdesc'] = 'Media player height if a height is not specified and the actual media file height cannot be determined by the player.';
|
||||
$string['extensions'] = 'Extensions: {$a}';
|
||||
$string['managemediaplayers'] = 'Manage media players';
|
||||
$string['mediaformats'] = 'Available players';
|
||||
$string['mediaformats_desc'] = 'When players are enabled in these settings, files can be embedded using the media filter (if enabled) or using a File or URL resources with the Embed option. When not enabled, these formats are not embedded and users can manually download or follow links to these resources.
|
||||
$string['mediaformats_desc'] = 'When players are enabled, media files can be embedded using the multimedia plugins filter (if enabled) or using a file or URL resource. When not enabled, these formats are not embedded and users can download or follow links to these resources.
|
||||
|
||||
Where two players support the same format, enabling both increases compatibility across different devices such as mobile phones. It is possible to increase compatibility further by providing multiple files in different formats for a single audio or video clip.';
|
||||
$string['supports'] = 'Supports';
|
||||
|
|
|
@ -395,7 +395,7 @@ $string['site:doclinks'] = 'Show links to offsite docs';
|
|||
$string['site:forcelanguage'] = 'Override course language';
|
||||
$string['site:import'] = 'Import other courses into a course';
|
||||
$string['site:maintenanceaccess'] = 'Access site while in maintenance mode';
|
||||
$string['site:manageallmessaging'] = 'Can perform all messaging actions on site';
|
||||
$string['site:manageallmessaging'] = 'Add, remove, block and unblock contacts for any user';
|
||||
$string['site:manageblocks'] = 'Manage blocks on a page';
|
||||
$string['site:mnetloginfromremote'] = 'Login from a remote application via MNet';
|
||||
$string['site:mnetlogintoremote'] = 'Roam to a remote application via MNet';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue