mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-76395 lang: Import fixed English strings (en_fix)
This commit is contained in:
parent
422da2ed45
commit
74828e8149
@ -126,7 +126,7 @@ $string['qrcodetypelogin'] = 'QR code with automatic login';
|
||||
$string['qrkeyttl'] = 'QR authentication key duration';
|
||||
$string['qrkeyttl_desc'] = 'The length of time for which a QR code for automatic login is valid.';
|
||||
$string['qrsameipcheck'] = 'QR authentication same IP check';
|
||||
$string['qrsameipcheck_desc'] = 'This setting forces users to use the same network for both generating and scanning a QR code for login. Only disable it in case your users are reporting issues with QR login.';
|
||||
$string['qrsameipcheck_desc'] = 'Whether users must use the same network for both generating and scanning a QR code for login. Only disable it if users report issues with the QR login.';
|
||||
$string['readingthisemailgettheapp'] = 'Are you reading this in an email? <a href="{$a}">Download the mobile app and receive notifications on your mobile device</a>.';
|
||||
$string['remoteaddons'] = 'Remote add-ons';
|
||||
$string['scanqrcode'] = 'Scan QR code';
|
||||
|
@ -34,11 +34,11 @@ $string['option_min'] = 'must be ≥';
|
||||
$string['option_max'] = 'must be <';
|
||||
$string['pluginname'] = 'Restriction by grades';
|
||||
$string['requires_any'] = 'You have a grade in <strong>{$a}</strong>';
|
||||
$string['requires_max'] = 'You get an appropriate score in <strong>{$a}</strong>';
|
||||
$string['requires_min'] = 'You achieve a required score in <strong>{$a}</strong>';
|
||||
$string['requires_max'] = 'You achieve lower than a certain score in <strong>{$a}</strong>';
|
||||
$string['requires_min'] = 'You achieve higher than a certain score in <strong>{$a}</strong>';
|
||||
$string['requires_notany'] = 'You do not have a grade in <strong>{$a}</strong>';
|
||||
$string['requires_notgeneral'] = 'You do not get certain scores in <strong>{$a}</strong>';
|
||||
$string['requires_range'] = 'You get a particular score in <strong>{$a}</strong>';
|
||||
$string['requires_range'] = 'You achieve a score within a certain range in <strong>{$a}</strong>';
|
||||
$string['missing'] = '(missing activity)';
|
||||
$string['title'] = 'Grade';
|
||||
$string['privacy:metadata'] = 'The Restriction by grades plugin does not store any personal data.';
|
||||
|
@ -29,18 +29,18 @@ $string['all_grades'] = 'All grades';
|
||||
$string['assessmentname'] = 'Grade item';
|
||||
$string['blanks'] = 'Empty grades';
|
||||
$string['bulkappliesto'] = 'For';
|
||||
$string['bulkinsertvalue'] = 'Insert value';
|
||||
$string['bulklegend'] = 'Bulk insert';
|
||||
$string['bulkchoice'] = 'For which grades do you want to insert?';
|
||||
$string['bulkinsertvalue'] = 'Insert new grade';
|
||||
$string['bulklegend'] = 'Bulk insert grades';
|
||||
$string['bulkchoice'] = 'Bulk insert lets you replace multiple grades at once. Choose the grades you want to replace:';
|
||||
$string['bulkperform'] = 'Perform bulk insert';
|
||||
$string['bulkfor'] = 'Grades for {$a}';
|
||||
$string['entrypage'] = 'Grade user or grade item';
|
||||
$string['exclude'] = 'Exclude';
|
||||
$string['excludeall'] = 'Exclude all grades';
|
||||
$string['excludeallgrades'] = 'Exclude All';
|
||||
$string['excludeallgrades'] = 'Exclude all';
|
||||
$string['excludefor'] = 'Exclude for {$a}';
|
||||
$string['excludenone'] = 'Do not exclude any grades';
|
||||
$string['excludenonegrades'] = 'Exclude None';
|
||||
$string['excludenonegrades'] = 'Exclude none';
|
||||
$string['eventgradereportviewed'] = 'Grade single view report viewed.';
|
||||
$string['feedbackfor'] = 'Feedback for {$a}';
|
||||
$string['gradefor'] = 'Grade for {$a}';
|
||||
@ -54,10 +54,10 @@ $string['itemsperpage'] = 'Items per page';
|
||||
$string['notvalid'] = 'Not a valid Single view screen: {$a}';
|
||||
$string['override'] = 'Override';
|
||||
$string['overrideall'] = 'Override all grades';
|
||||
$string['overrideallgrades'] = 'Override All';
|
||||
$string['overrideallgrades'] = 'Override all';
|
||||
$string['overridefor'] = 'Override for {$a}';
|
||||
$string['overridenone'] = 'Do not override any grades';
|
||||
$string['overridenonegrades'] = 'Override None';
|
||||
$string['overridenonegrades'] = 'Override none';
|
||||
$string['overridenoneconfirm'] = 'This will remove all previously entered overridden grades on this page when you save changes.';
|
||||
$string['pluginname'] = 'Single view';
|
||||
$string['privacy:metadata'] = 'The Grade single view report only shows data stored in other locations.';
|
||||
@ -69,14 +69,14 @@ $string['savegradessuccess'] = 'Grades were set for {$a} items';
|
||||
$string['singleview:view'] = 'View single view';
|
||||
$string['summarygrade'] = 'A table of users, with columns for range, grade, feedback, and whether to override or exclude a particular grade.';
|
||||
$string['summaryuser'] = 'A table of grade items, with columns for grade category, range, grade, feedback, and whether to override or exclude a particular grade.';
|
||||
$string['unsavedataalert'] = 'You have unsaved changes in the grades table, you will lose these changes if you proceed with the bulk insert.';
|
||||
$string['unsavedataalert'] = 'If you have unsaved changes on the page, you will lose them if you proceed with bulk insert grades.';
|
||||
$string['unsavedataconfirm'] = 'I understand that my unsaved changes will be lost.';
|
||||
$string['userselect'] = 'Select activity';
|
||||
|
||||
$string['ariareporttype'] = 'Select a report type to view';
|
||||
$string['viewby'] = 'View by';
|
||||
$string['viewsingleuser'] = 'View all the grades of a single user';
|
||||
$string['viewsinglegradeitem'] = 'View a single grade item';
|
||||
$string['viewsingleuser'] = 'Select a user above to view all their grades';
|
||||
$string['viewsinglegradeitem'] = 'Select a grade item above';
|
||||
$string['viewsingleuserorgradeitem'] = 'View all the grades of a single user or grade item.';
|
||||
$string['searchgrades'] = 'Search grade items';
|
||||
$string['selectagrade'] = 'Select a grade item';
|
||||
|
@ -30,7 +30,7 @@ $string['gotonextreport'] = 'Go to next user report';
|
||||
$string['gotopreviousreport'] = 'Go to previous user report';
|
||||
$string['pluginname'] = 'User report';
|
||||
$string['user:view'] = 'View user report';
|
||||
$string['userreportdesc'] = 'View a user\'s grades, any feedback and the course total.';
|
||||
$string['userreports'] = 'User reports';
|
||||
$string['userreportdesc'] = 'User reports include a user’s grades, feedback and the course total.';
|
||||
$string['userreports'] = 'Select a user above to view their report';
|
||||
$string['privacy:metadata:preference:gradereport_user_view_user'] = 'Whether to view report as current user or another user in the gradebook reports';
|
||||
$string['tablesummary'] = 'The table is arranged as a list of graded items including categories of graded items. When items are in a category they will be indicated as such.';
|
||||
|
@ -31,15 +31,15 @@ $string['enableavailability'] = 'Enable restricted access';
|
||||
$string['enableavailability_desc'] = 'If enabled, conditions (based on date, grade, completion etc.) may be set to control whether an activity or resource can be accessed.';
|
||||
$string['error_list_nochildren'] = 'Restriction sets should contain at least one condition.';
|
||||
$string['hidden_marker'] = '(hidden otherwise)';
|
||||
$string['hidden_individual'] = 'Hidden entirely if user does not meet this condition';
|
||||
$string['hidden_individual'] = 'Hidden entirely if student doesn\'t meet this condition';
|
||||
$string['invalid'] = 'Please set';
|
||||
$string['itemheading'] = '{$a->number} {$a->type} restriction';
|
||||
$string['item_unknowntype'] = 'These restrictions use a plugin which is no longer available (if it is okay to remove that restriction, delete it below)';
|
||||
$string['shown_individual'] = 'Displayed greyed-out if user does not meet this condition';
|
||||
$string['shown_individual'] = 'Displayed if student doesn\'t meet this condition';
|
||||
$string['hide_verb'] = 'Click to hide';
|
||||
$string['show_verb'] = 'Click to display greyed-out';
|
||||
$string['hidden_all'] = 'Hidden entirely if user does not meet conditions';
|
||||
$string['shown_all'] = 'Displayed greyed-out if user does not meet conditions';
|
||||
$string['show_verb'] = 'Click to display';
|
||||
$string['hidden_all'] = 'Hidden entirely if student doesn\'t meet the conditions';
|
||||
$string['shown_all'] = 'Displayed if student doesn\'t meet the conditions';
|
||||
$string['label_multi'] = 'Required restrictions';
|
||||
$string['label_sign'] = 'Restriction type';
|
||||
$string['list_and'] = 'All of:';
|
||||
|
@ -82,7 +82,7 @@ $string['hideremote'] = 'Hide remote users';
|
||||
$string['host'] = 'host';
|
||||
$string['hostcoursenotfound'] = 'Host or course not found';
|
||||
$string['hostdeleted'] = 'Host deleted';
|
||||
$string['hostexists'] = 'A record already exists for a host with that hostname (it may be deleted). <a href="{$a}">Click here</a> to edit that record.';
|
||||
$string['hostexists'] = 'A record already exists for a host with that hostname. (It may have been deleted.) <a href="{$a}">Edit the record</a>';
|
||||
$string['hostlist'] = 'List of networked hosts';
|
||||
$string['hostname'] = 'Hostname';
|
||||
$string['hostnamehelp'] = 'The fully-qualified domain name of the remote host, e.g. www.example.com';
|
||||
|
@ -25,9 +25,9 @@
|
||||
$string['settings'] = 'General settings';
|
||||
$string['pluginname'] = 'TinyMCE editor';
|
||||
$string['settings'] = 'General settings';
|
||||
$string['privacy:reason'] = 'The TinyMCE Editor does not store any preferences or user data.';
|
||||
$string['branding'] = 'Tiny Branding';
|
||||
$string['branding_desc'] = 'Display TinyMCE Branding. We do encourage you to support TinyMCE by leaving this enabled.';
|
||||
$string['privacy:reason'] = 'The TinyMCE editor does not store any preferences or user data.';
|
||||
$string['branding'] = 'TinyMCE branding';
|
||||
$string['branding_desc'] = 'Support TinyMCE by displaying the logo in the bottom corner of the text editor. The logo links to the TinyMCE website.';
|
||||
$string['tiny:hash'] = '#';
|
||||
$string['tiny:accessibility'] = 'Accessibility';
|
||||
$string['tiny:action'] = 'Action';
|
||||
@ -35,7 +35,7 @@ $string['tiny:activity'] = 'Activity';
|
||||
$string['tiny:address'] = 'Address';
|
||||
$string['tiny:advanced'] = 'Advanced';
|
||||
$string['tiny:align'] = 'Align';
|
||||
$string['tiny:align_center'] = 'Align center';
|
||||
$string['tiny:align_center'] = 'Align centre';
|
||||
$string['tiny:align_left'] = 'Align left';
|
||||
$string['tiny:align_right'] = 'Align right';
|
||||
$string['tiny:alignment'] = 'Alignment';
|
||||
@ -46,10 +46,10 @@ $string['tiny:alternative_source_url'] = 'Alternative source URL';
|
||||
$string['tiny:anchor'] = 'Anchor';
|
||||
$string['tiny:anchor...'] = 'Anchor...';
|
||||
$string['tiny:anchors'] = 'Anchors';
|
||||
$string['tiny:animals_and_nature'] = 'Animals and Nature';
|
||||
$string['tiny:animals_and_nature'] = 'Animals and nature';
|
||||
$string['tiny:arrows'] = 'Arrows';
|
||||
$string['tiny:b'] = 'B';
|
||||
$string['tiny:background_color'] = 'Background color';
|
||||
$string['tiny:background_color'] = 'Background colour';
|
||||
$string['tiny:black'] = 'Black';
|
||||
$string['tiny:block'] = 'Block';
|
||||
$string['tiny:blockquote'] = 'Blockquote';
|
||||
@ -59,7 +59,7 @@ $string['tiny:blue_component'] = 'Blue component';
|
||||
$string['tiny:body'] = 'Body';
|
||||
$string['tiny:bold'] = 'Bold';
|
||||
$string['tiny:border'] = 'Border';
|
||||
$string['tiny:border_color'] = 'Border color';
|
||||
$string['tiny:border_color'] = 'Border colour';
|
||||
$string['tiny:border_style'] = 'Border style';
|
||||
$string['tiny:border_width'] = 'Border width';
|
||||
$string['tiny:bottom'] = 'Bottom';
|
||||
@ -73,7 +73,7 @@ $string['tiny:cell_properties'] = 'Cell properties';
|
||||
$string['tiny:cell_spacing'] = 'Cell spacing';
|
||||
$string['tiny:cell_styles'] = 'Cell styles';
|
||||
$string['tiny:cell_type'] = 'Cell type';
|
||||
$string['tiny:center'] = 'Center';
|
||||
$string['tiny:center'] = 'Centre';
|
||||
$string['tiny:characters'] = 'Characters';
|
||||
$string['tiny:characters_no_spaces'] = 'Characters (no spaces)';
|
||||
$string['tiny:circle'] = 'Circle';
|
||||
@ -83,8 +83,8 @@ $string['tiny:close'] = 'Close';
|
||||
$string['tiny:code'] = 'Code';
|
||||
$string['tiny:code_sample...'] = 'Code sample...';
|
||||
$string['tiny:code_view'] = 'Code view';
|
||||
$string['tiny:color_picker'] = 'Color Picker';
|
||||
$string['tiny:color_swatch'] = 'Color swatch';
|
||||
$string['tiny:color_picker'] = 'Colour picker';
|
||||
$string['tiny:color_swatch'] = 'Colour swatch';
|
||||
$string['tiny:cols'] = 'Cols';
|
||||
$string['tiny:column'] = 'Column';
|
||||
$string['tiny:column_clipboard_actions'] = 'Column clipboard actions';
|
||||
@ -99,19 +99,19 @@ $string['tiny:could_not_load_emojis'] = 'Could not load emojis';
|
||||
$string['tiny:count'] = 'Count';
|
||||
$string['tiny:currency'] = 'Currency';
|
||||
$string['tiny:current_window'] = 'Current window';
|
||||
$string['tiny:custom_color'] = 'Custom color';
|
||||
$string['tiny:custom_color'] = 'Custom colour';
|
||||
$string['tiny:custom...'] = 'Custom...';
|
||||
$string['tiny:cut'] = 'Cut';
|
||||
$string['tiny:cut_column'] = 'Cut column';
|
||||
$string['tiny:cut_row'] = 'Cut row';
|
||||
$string['tiny:dark_blue'] = 'Dark Blue';
|
||||
$string['tiny:dark_gray'] = 'Dark Gray';
|
||||
$string['tiny:dark_green'] = 'Dark Green';
|
||||
$string['tiny:dark_orange'] = 'Dark Orange';
|
||||
$string['tiny:dark_purple'] = 'Dark Purple';
|
||||
$string['tiny:dark_red'] = 'Dark Red';
|
||||
$string['tiny:dark_turquoise'] = 'Dark Turquoise';
|
||||
$string['tiny:dark_yellow'] = 'Dark Yellow';
|
||||
$string['tiny:dark_blue'] = 'Dark blue';
|
||||
$string['tiny:dark_gray'] = 'Dark grey';
|
||||
$string['tiny:dark_green'] = 'Dark green';
|
||||
$string['tiny:dark_orange'] = 'Dark orange';
|
||||
$string['tiny:dark_purple'] = 'Dark purple';
|
||||
$string['tiny:dark_red'] = 'Dark red';
|
||||
$string['tiny:dark_turquoise'] = 'Dark turquoise';
|
||||
$string['tiny:dark_yellow'] = 'Dark yellow';
|
||||
$string['tiny:dashed'] = 'Dashed';
|
||||
$string['tiny:datetime'] = 'Date/time';
|
||||
$string['tiny:decrease_indent'] = 'Decrease indent';
|
||||
@ -141,8 +141,8 @@ $string['tiny:failed_to_load_plugin_0_from_url_1'] = 'Failed to load plugin: {0}
|
||||
$string['tiny:failed_to_upload_image_0'] = 'Failed to upload image: {0}';
|
||||
$string['tiny:file'] = 'File';
|
||||
$string['tiny:find'] = 'Find';
|
||||
$string['tiny:find_if_searchreplace_plugin_activated'] = 'Find (if searchreplace plugin activated)';
|
||||
$string['tiny:find_and_replace'] = 'Find and Replace';
|
||||
$string['tiny:find_if_searchreplace_plugin_activated'] = 'Find (if search and replace plugin activated)';
|
||||
$string['tiny:find_and_replace'] = 'Find and replace';
|
||||
$string['tiny:find_and_replace...'] = 'Find and replace...';
|
||||
$string['tiny:find_in_selection'] = 'Find in selection';
|
||||
$string['tiny:find_whole_words_only'] = 'Find whole words only';
|
||||
@ -154,18 +154,18 @@ $string['tiny:focus_to_toolbar'] = 'Focus to toolbar';
|
||||
$string['tiny:font'] = 'Font';
|
||||
$string['tiny:font_sizes'] = 'Font sizes';
|
||||
$string['tiny:fonts'] = 'Fonts';
|
||||
$string['tiny:food_and_drink'] = 'Food and Drink';
|
||||
$string['tiny:food_and_drink'] = 'Food and drink';
|
||||
$string['tiny:footer'] = 'Footer';
|
||||
$string['tiny:format'] = 'Format';
|
||||
$string['tiny:formats'] = 'Formats';
|
||||
$string['tiny:fullscreen'] = 'Fullscreen';
|
||||
$string['tiny:g'] = 'G';
|
||||
$string['tiny:general'] = 'General';
|
||||
$string['tiny:gray'] = 'Gray';
|
||||
$string['tiny:gray'] = 'Grey';
|
||||
$string['tiny:green'] = 'Green';
|
||||
$string['tiny:green_component'] = 'Green component';
|
||||
$string['tiny:groove'] = 'Groove';
|
||||
$string['tiny:handy_shortcuts'] = 'Handy Shortcuts';
|
||||
$string['tiny:handy_shortcuts'] = 'Handy shortcuts';
|
||||
$string['tiny:header'] = 'Header';
|
||||
$string['tiny:header_cell'] = 'Header cell';
|
||||
$string['tiny:heading_1'] = 'Heading 1';
|
||||
@ -177,7 +177,7 @@ $string['tiny:heading_6'] = 'Heading 6';
|
||||
$string['tiny:headings'] = 'Headings';
|
||||
$string['tiny:height'] = 'Height';
|
||||
$string['tiny:help'] = 'Help';
|
||||
$string['tiny:hex_color_code'] = 'Hex color code';
|
||||
$string['tiny:hex_color_code'] = 'Hex colour code';
|
||||
$string['tiny:hidden'] = 'Hidden';
|
||||
$string['tiny:horizontal_align'] = 'Horizontal align';
|
||||
$string['tiny:horizontal_line'] = 'Horizontal line';
|
||||
@ -195,7 +195,7 @@ $string['tiny:imageproxy_http_error_unknown_imageproxy_error'] = 'ImageProxy HTT
|
||||
$string['tiny:increase_indent'] = 'Increase indent';
|
||||
$string['tiny:inline'] = 'Inline';
|
||||
$string['tiny:insert'] = 'Insert';
|
||||
$string['tiny:insert_template'] = 'Insert Template';
|
||||
$string['tiny:insert_template'] = 'Insert template';
|
||||
$string['tiny:insert_column_after'] = 'Insert column after';
|
||||
$string['tiny:insert_column_before'] = 'Insert column before';
|
||||
$string['tiny:insert_datetime'] = 'Insert date/time';
|
||||
@ -206,31 +206,31 @@ $string['tiny:insert_row_before'] = 'Insert row before';
|
||||
$string['tiny:insert_table'] = 'Insert table';
|
||||
$string['tiny:insert_template...'] = 'Insert template...';
|
||||
$string['tiny:insert_video'] = 'Insert video';
|
||||
$string['tiny:insertedit_code_sample'] = 'Insert/Edit code sample';
|
||||
$string['tiny:insertedit_code_sample'] = 'Insert/edit code sample';
|
||||
$string['tiny:insertedit_image'] = 'Insert/edit image';
|
||||
$string['tiny:insertedit_link'] = 'Insert/edit link';
|
||||
$string['tiny:insertedit_media'] = 'Insert/edit media';
|
||||
$string['tiny:insertedit_video'] = 'Insert/edit video';
|
||||
$string['tiny:inset'] = 'Inset';
|
||||
$string['tiny:invalid_hex_color_code_0'] = 'Invalid hex color code: {0}';
|
||||
$string['tiny:invalid_hex_color_code_0'] = 'Invalid hex colour code: {0}';
|
||||
$string['tiny:invalid_input'] = 'Invalid input';
|
||||
$string['tiny:italic'] = 'Italic';
|
||||
$string['tiny:justify'] = 'Justify';
|
||||
$string['tiny:keyboard_navigation'] = 'Keyboard Navigation';
|
||||
$string['tiny:keyboard_navigation'] = 'Keyboard navigation';
|
||||
$string['tiny:language'] = 'Language';
|
||||
$string['tiny:learn_more...'] = 'Learn more...';
|
||||
$string['tiny:left'] = 'Left';
|
||||
$string['tiny:left_to_right'] = 'Left to right';
|
||||
$string['tiny:light_blue'] = 'Light Blue';
|
||||
$string['tiny:light_gray'] = 'Light Gray';
|
||||
$string['tiny:light_green'] = 'Light Green';
|
||||
$string['tiny:light_purple'] = 'Light Purple';
|
||||
$string['tiny:light_red'] = 'Light Red';
|
||||
$string['tiny:light_yellow'] = 'Light Yellow';
|
||||
$string['tiny:light_blue'] = 'Light blue';
|
||||
$string['tiny:light_gray'] = 'Light grey';
|
||||
$string['tiny:light_green'] = 'Light green';
|
||||
$string['tiny:light_purple'] = 'Light purple';
|
||||
$string['tiny:light_red'] = 'Light red';
|
||||
$string['tiny:light_yellow'] = 'Light yellow';
|
||||
$string['tiny:line_height'] = 'Line height';
|
||||
$string['tiny:link_list'] = 'Link list';
|
||||
$string['tiny:link...'] = 'Link...';
|
||||
$string['tiny:list_properties'] = 'List Properties';
|
||||
$string['tiny:list_properties'] = 'List properties';
|
||||
$string['tiny:list_properties...'] = 'List properties...';
|
||||
$string['tiny:loading_emojis...'] = 'Loading emojis...';
|
||||
$string['tiny:loading...'] = 'Loading...';
|
||||
@ -241,21 +241,21 @@ $string['tiny:match_case'] = 'Match case';
|
||||
$string['tiny:mathematical'] = 'Mathematical';
|
||||
$string['tiny:media_poster_image_url'] = 'Media poster (Image URL)';
|
||||
$string['tiny:media...'] = 'Media...';
|
||||
$string['tiny:medium_blue'] = 'Medium Blue';
|
||||
$string['tiny:medium_gray'] = 'Medium Gray';
|
||||
$string['tiny:medium_purple'] = 'Medium Purple';
|
||||
$string['tiny:medium_blue'] = 'Medium blue';
|
||||
$string['tiny:medium_gray'] = 'Medium grey';
|
||||
$string['tiny:medium_purple'] = 'Medium purple';
|
||||
$string['tiny:merge_cells'] = 'Merge cells';
|
||||
$string['tiny:middle'] = 'Middle';
|
||||
$string['tiny:midnight_blue'] = 'Midnight Blue';
|
||||
$string['tiny:midnight_blue'] = 'Midnight blue';
|
||||
$string['tiny:more...'] = 'More...';
|
||||
$string['tiny:name'] = 'Name';
|
||||
$string['tiny:navy_blue'] = 'Navy Blue';
|
||||
$string['tiny:navy_blue'] = 'Navy blue';
|
||||
$string['tiny:new_document'] = 'New document';
|
||||
$string['tiny:new_window'] = 'New window';
|
||||
$string['tiny:next'] = 'Next';
|
||||
$string['tiny:no'] = 'No';
|
||||
$string['tiny:no_alignment'] = 'No alignment';
|
||||
$string['tiny:no_color'] = 'No color';
|
||||
$string['tiny:no_color'] = 'No colour';
|
||||
$string['tiny:nonbreaking_space'] = 'Nonbreaking space';
|
||||
$string['tiny:none'] = 'None';
|
||||
$string['tiny:numbered_list'] = 'Numbered list';
|
||||
@ -299,16 +299,16 @@ $string['tiny:red'] = 'Red';
|
||||
$string['tiny:red_component'] = 'Red component';
|
||||
$string['tiny:redo'] = 'Redo';
|
||||
$string['tiny:remove'] = 'Remove';
|
||||
$string['tiny:remove_color'] = 'Remove color';
|
||||
$string['tiny:remove_color'] = 'Remove colour';
|
||||
$string['tiny:remove_link'] = 'Remove link';
|
||||
$string['tiny:replace'] = 'Replace';
|
||||
$string['tiny:replace_all'] = 'Replace all';
|
||||
$string['tiny:replace_with'] = 'Replace with';
|
||||
$string['tiny:resize'] = 'Resize';
|
||||
$string['tiny:restore_last_draft'] = 'Restore last draft';
|
||||
$string['tiny:rich_text_area'] = 'Rich Text Area';
|
||||
$string['tiny:rich_text_area._press_alt-0_for_help.'] = 'Rich Text Area. Press ALT-0 for help.';
|
||||
$string['tiny:rich_text_area._press_alt-f9_for_menu._press_alt-f10_for_toolbar._press_alt-0_for_hel'] = 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help';
|
||||
$string['tiny:rich_text_area'] = 'Rich text area';
|
||||
$string['tiny:rich_text_area._press_alt-0_for_help.'] = 'Rich text area. Press ALT-0 for help.';
|
||||
$string['tiny:rich_text_area._press_alt-f9_for_menu._press_alt-f10_for_toolbar._press_alt-0_for_hel'] = 'Rich text area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help.';
|
||||
$string['tiny:ridge'] = 'Ridge';
|
||||
$string['tiny:right'] = 'Right';
|
||||
$string['tiny:right_to_left'] = 'Right to left';
|
||||
@ -334,7 +334,7 @@ $string['tiny:size'] = 'Size';
|
||||
$string['tiny:solid'] = 'Solid';
|
||||
$string['tiny:source'] = 'Source';
|
||||
$string['tiny:source_code'] = 'Source code';
|
||||
$string['tiny:special_character'] = 'Special Character';
|
||||
$string['tiny:special_character'] = 'Special character';
|
||||
$string['tiny:special_character...'] = 'Special character...';
|
||||
$string['tiny:split_cell'] = 'Split cell';
|
||||
$string['tiny:square'] = 'Square';
|
||||
@ -345,7 +345,7 @@ $string['tiny:subscript'] = 'Subscript';
|
||||
$string['tiny:superscript'] = 'Superscript';
|
||||
$string['tiny:switch_to_or_from_fullscreen_mode'] = 'Switch to or from fullscreen mode';
|
||||
$string['tiny:symbols'] = 'Symbols';
|
||||
$string['tiny:system_font'] = 'System Font';
|
||||
$string['tiny:system_font'] = 'System font';
|
||||
$string['tiny:table'] = 'Table';
|
||||
$string['tiny:table_caption'] = 'Table caption';
|
||||
$string['tiny:table_properties'] = 'Table properties';
|
||||
@ -353,7 +353,7 @@ $string['tiny:table_styles'] = 'Table styles';
|
||||
$string['tiny:template'] = 'Template';
|
||||
$string['tiny:templates'] = 'Templates';
|
||||
$string['tiny:text'] = 'Text';
|
||||
$string['tiny:text_color'] = 'Text color';
|
||||
$string['tiny:text_color'] = 'Text colour';
|
||||
$string['tiny:text_to_display'] = 'Text to display';
|
||||
$string['tiny:the_url_you_entered_seems_to_be_an_email_address._do_you_want_to_add_the_required_mai'] = 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?';
|
||||
$string['tiny:the_url_you_entered_seems_to_be_an_external_link._do_you_want_to_add_the_required_htt'] = 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?';
|
||||
@ -362,7 +362,7 @@ $string['tiny:title'] = 'Title';
|
||||
$string['tiny:to_open_the_popup_press_shiftenter'] = 'To open the popup, press Shift+Enter';
|
||||
$string['tiny:tools'] = 'Tools';
|
||||
$string['tiny:top'] = 'Top';
|
||||
$string['tiny:travel_and_places'] = 'Travel and Places';
|
||||
$string['tiny:travel_and_places'] = 'Travel and places';
|
||||
$string['tiny:turquoise'] = 'Turquoise';
|
||||
$string['tiny:underline'] = 'Underline';
|
||||
$string['tiny:undo'] = 'Undo';
|
||||
@ -371,7 +371,7 @@ $string['tiny:uploading_image'] = 'Uploading image';
|
||||
$string['tiny:upper_alpha'] = 'Upper Alpha';
|
||||
$string['tiny:upper_roman'] = 'Upper Roman';
|
||||
$string['tiny:url'] = 'Url';
|
||||
$string['tiny:user_defined'] = 'User Defined';
|
||||
$string['tiny:user_defined'] = 'User defined';
|
||||
$string['tiny:valid'] = 'Valid';
|
||||
$string['tiny:version'] = 'Version';
|
||||
$string['tiny:vertical_align'] = 'Vertical align';
|
||||
@ -387,7 +387,7 @@ $string['tiny:words_0'] = 'Words: {0}';
|
||||
$string['tiny:yellow'] = 'Yellow';
|
||||
$string['tiny:yes'] = 'Yes';
|
||||
$string['tiny:you_are_using_0'] = 'You are using {0}';
|
||||
$string['tiny:you_have_unsaved_changes_are_you_sure_you_want_to_navigate_away'] = 'You have unsaved changes are you sure you want to navigate away?';
|
||||
$string['tiny:you_have_unsaved_changes_are_you_sure_you_want_to_navigate_away'] = 'You have unsaved changes. Are you sure you want to navigate away?';
|
||||
$string['tiny:your_browser_doesnt_support_direct_access_to_the_clipboard._please_use_the_ctrlxcv_ke'] = 'Your browser doesn\'t support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.';
|
||||
$string['tiny:alignment1'] = 'alignment';
|
||||
$string['tiny:austral_sign'] = 'austral sign';
|
||||
|
@ -24,15 +24,15 @@
|
||||
|
||||
$string['emptytext'] = 'Empty text';
|
||||
$string['entiredocument'] = 'Entire document';
|
||||
$string['imagesmissingalt'] = '<i><b>Images</b></i> require alternative text. To fix this warning, add an alt attribute to your img tags. An empty alt attribute may be used, but only when the image is purely decorative and carries no information.';
|
||||
$string['imagesmissingalt'] = 'Images require alternative text. To fix this warning, add an alt attribute to your img tags. An empty alt attribute may be used, but only when the image is purely decorative and carries no information.';
|
||||
$string['needsmorecontrast'] = 'The colours of the foreground and background text do not have enough contrast. To fix this warning, change either foreground or background colour of the text so that it is easier to read.';
|
||||
$string['needsmoreheadings'] = 'There is a lot of text with no <i><b>headings</b></i>. <i><b>Headings</b></i> will allow screen reader users to navigate through the page easily and will make the page more usable for everyone.';
|
||||
$string['needsmoreheadings'] = 'There is a lot of text with no headings. Headings allow screen reader users to navigate through the page easily and make the page more usable for everyone.';
|
||||
$string['nowarnings'] = 'Congratulations, no accessibility issues found!';
|
||||
$string['pluginname'] = 'Accessibility checker';
|
||||
$string['report'] = 'Accessibility report:';
|
||||
$string['tablesmissingcaption'] = '<i><b>Tables</b></i> should have captions. While it is not necessary for each table to have a caption, a caption is generally very helpful.';
|
||||
$string['tablesmissingheaders'] = '<i><b>Tables</b></i> should use row and/or column headers.';
|
||||
$string['tableswithmergedcells'] = '<i><b>Tables</b></i> should not contain merged cells. Despite being standard markup for <i><b>tables</b></i> for many years, some screen readers still do not fully support complex tables. When possible, try to "flatten" the table and avoid merged cells.';
|
||||
$string['privacy:metadata'] = 'The tiny_accessibilitychecker plugin does not store any personal data.';
|
||||
$string['tablesmissingcaption'] = 'A table caption is not required, but is generally helpful.';
|
||||
$string['tablesmissingheaders'] = 'Tables should use row and/or column headers.';
|
||||
$string['tableswithmergedcells'] = 'Tables should not contain merged cells, as screen readers may not support them.';
|
||||
$string['privacy:metadata'] = 'The accessibility checker for TinyMCE does not store any personal data.';
|
||||
$string['viewissue'] = 'View';
|
||||
$string['helplinktext'] = 'Moodle Accessibility helper';
|
||||
$string['helplinktext'] = 'Accessibility helper';
|
||||
|
@ -22,8 +22,8 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['pluginname'] = 'Tiny Autosave';
|
||||
$string['helplinktext'] = 'Moodle Autosave';
|
||||
$string['pluginname'] = 'Tiny autosave';
|
||||
$string['helplinktext'] = 'Autosave';
|
||||
$string['privacy:metadata:database:tiny_autosave:userid'] = 'The user ID of the user who created the autosave session';
|
||||
$string['privacy:metadata:database:tiny_autosave:drafttext'] = 'The text content of the autosave session';
|
||||
$string['privacy:metadata:database:tiny_autosave:timemodified'] = 'The time that the autosave session was last modified';
|
||||
|
@ -25,7 +25,7 @@
|
||||
$string['cursorinfo'] = 'An arrow indicates the position that new elements from the element library will be inserted.';
|
||||
$string['editequation'] = 'Edit equation using <a href="{$a}" target="_blank">TeX</a>';
|
||||
$string['buttontitle'] = 'Equation editor';
|
||||
$string['helplinktext'] = 'Moodle Equation Helper';
|
||||
$string['helplinktext'] = 'Equation helper';
|
||||
$string['librarygroup1'] = 'Operators';
|
||||
$string['librarygroup1_desc'] = 'TeX commands listed on the operators tab.';
|
||||
$string['librarygroup2'] = 'Arrows';
|
||||
@ -37,6 +37,6 @@ $string['librarygroup4_desc'] = 'TeX commands listed on the advanced tab.';
|
||||
$string['modaltitle'] = 'Equation editor';
|
||||
$string['saveequation'] = 'Save equation';
|
||||
$string['settings'] = 'Equation editor settings';
|
||||
$string['pluginname'] = 'Tiny Equation plugin for Moodle';
|
||||
$string['pluginname'] = 'Tiny equation editor';
|
||||
$string['preview'] = 'Equation preview';
|
||||
$string['privacy:metadata'] = 'The equation plugin for TinyMCE does not store any personal data.';
|
||||
$string['privacy:metadata'] = 'The equation editor for TinyMCE does not store any personal data.';
|
||||
|
@ -22,11 +22,11 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['helplinktext'] = 'Moodle H5P Helper';
|
||||
$string['helplinktext'] = 'H5P helper';
|
||||
$string['modaltitle'] = 'Insert H5P content';
|
||||
$string['buttontitle'] = 'Configure H5P content';
|
||||
$string['insert'] = 'Insert H5P content';
|
||||
$string['pluginname'] = 'Tiny H5P plugin for Moodle';
|
||||
$string['pluginname'] = 'Tiny insert H5P';
|
||||
$string['browserepositories'] = 'Browse repositories...';
|
||||
$string['copyrightbutton'] = 'Copyright button';
|
||||
$string['downloadbutton'] = 'Allow download';
|
||||
|
@ -26,7 +26,7 @@ $string['addcaptionstrack'] = 'Add caption track';
|
||||
$string['addchapterstrack'] = 'Add chapter track';
|
||||
$string['adddescriptionstrack'] = 'Add description track';
|
||||
$string['addmetadatatrack'] = 'Add metadata track';
|
||||
$string['addsource_help'] = 'It is recommended that an alternative media source is provided, since desktop and mobile browsers vary in which file formats they support.';
|
||||
$string['addsource_help'] = 'You are recommended to provide an alternative media source, as desktop and mobile browsers support different file formats.';
|
||||
$string['addsource'] = 'Add alternative source';
|
||||
$string['addsubtitlestrack'] = 'Add subtitle track';
|
||||
$string['advancedsettings'] = 'Advanced settings';
|
||||
@ -63,7 +63,7 @@ $string['enterurl'] = 'Enter URL';
|
||||
$string['filemanager'] = 'File manager';
|
||||
$string['hasmissingfiles'] = 'Warning! The following files that are referenced in the text area appear to be missing:';
|
||||
$string['height'] = 'Height';
|
||||
$string['helplinktext'] = 'Media Helper';
|
||||
$string['helplinktext'] = 'Media helper';
|
||||
$string['imagebuttontitle'] = 'Image';
|
||||
$string['imageproperties'] = 'Image properties';
|
||||
$string['imageurlrequired'] = 'An image must have a URL.';
|
||||
@ -74,14 +74,14 @@ $string['link'] = 'Link';
|
||||
$string['loop'] = 'Loop';
|
||||
$string['managefiles'] = 'Manage files';
|
||||
$string['mediabuttontitle'] = 'Multimedia';
|
||||
$string['mediamanagerbuttontitle'] = 'Media Manager';
|
||||
$string['mediamanagerproperties'] = 'Media Manager';
|
||||
$string['mediamanagerbuttontitle'] = 'Media manager';
|
||||
$string['mediamanagerproperties'] = 'Media manager';
|
||||
$string['metadata_help'] = 'Metadata tracks, for use from a script, may be used only if the player supports metadata.';
|
||||
$string['metadata'] = 'Metadata';
|
||||
$string['metadatasourcelabel'] = 'Metadata track URL';
|
||||
$string['missingfiles'] = 'Missing files';
|
||||
$string['mute'] = 'Muted';
|
||||
$string['pluginname'] = 'Tiny Media plugin for Moodle';
|
||||
$string['pluginname'] = 'Tiny insert media';
|
||||
$string['presentation'] = 'This image is decorative only';
|
||||
$string['presentationoraltrequired'] = 'An image must have a description, unless it is marked as decorative only.';
|
||||
$string['privacy:metadata'] = 'The media plugin for TinyMCE does not store any personal data.';
|
||||
|
@ -22,54 +22,54 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['allowedtypes'] = 'Allowed types';
|
||||
$string['allowedtypes_desc'] = 'Which recording buttons should appear in Atto. In addition to this setting, there are also capabilities which can control access to the buttons to particular users in particular contexts.';
|
||||
$string['allowedtypes'] = 'Recording type';
|
||||
$string['allowedtypes_desc'] = 'Which types of recording can be made in the TinyMCE editor? In addition to this setting, there are two capabilities which control access to recording options.';
|
||||
$string['attachrecording'] = 'Attach recording';
|
||||
$string['audioandvideo'] = 'Audio and video';
|
||||
$string['audiobitrate'] = 'Audio bitrate';
|
||||
$string['audiobitrate_desc'] = 'Quality of audio recording (larger number means higher quality)';
|
||||
$string['audiobitrate_desc'] = 'Quality of audio recording (larger number means higher quality).';
|
||||
$string['audiobuttontitle'] = 'Record audio';
|
||||
$string['audiotimelimit'] = 'Audio time limit in seconds';
|
||||
$string['audiotimelimit_desc'] = 'Maximum recording length allowed for the audio clips';
|
||||
$string['audiotitle'] = 'Record Audio';
|
||||
$string['audiotimelimit'] = 'Audio time limit';
|
||||
$string['audiotimelimit_desc'] = 'Maximum recording length for audio clips.';
|
||||
$string['audiotitle'] = 'Record audio';
|
||||
$string['confirm_yes'] = 'Yes';
|
||||
$string['discard_desc'] = 'There is a reacording data or the recording is in process.<br>Do you want to close the recording?';
|
||||
$string['discard_desc'] = 'There is a recording in progress. Do you want to stop the recording?';
|
||||
$string['discard_title'] = 'Close confirmation';
|
||||
$string['gumabort'] = 'Something strange happened which prevented the webcam/microphone from being used';
|
||||
$string['gumabort'] = 'Something happened which prevented the webcam/microphone from being used.';
|
||||
$string['gumabort_title'] = 'Something happened';
|
||||
$string['gumnotallowed'] = 'The user must allow the browser access to the webcam/microphone';
|
||||
$string['gumnotallowed'] = 'You must allow the browser access to the webcam/microphone.';
|
||||
$string['gumnotallowed_title'] = 'Wrong permissions';
|
||||
$string['gumnotfound'] = 'There is no input device connected or enabled';
|
||||
$string['gumnotfound'] = 'No input device detected.';
|
||||
$string['gumnotfound_title'] = 'Device missing';
|
||||
$string['gumnotreadable'] = 'Something is preventing the browser from accessing the webcam/microphone';
|
||||
$string['gumnotreadable'] = 'Something is preventing the browser from accessing the webcam/microphone.';
|
||||
$string['gumnotreadable_title'] = 'Hardware error';
|
||||
$string['gumnotsupported'] = 'Your browser does not support recording over an insecure connection and must close the plugin';
|
||||
$string['gumnotsupported'] = 'Your browser doesn\'t support recording over an insecure connection.';
|
||||
$string['gumnotsupported_title'] = 'No support for insecure connection';
|
||||
$string['gumoverconstrained'] = 'The current webcam/microphone can not produce a stream with the required constraints';
|
||||
$string['gumoverconstrained'] = 'The current webcam/microphone can\'t produce a stream with the required constraints.';
|
||||
$string['gumoverconstrained_title'] = 'Problem with constraints';
|
||||
$string['gumsecurity'] = 'Your browser does not support recording over an insecure connection and must close the plugin';
|
||||
$string['gumsecurity'] = 'Your browser doesn\'t support recording over an insecure connection.';
|
||||
$string['gumsecurity_title'] = 'No support for insecure connection';
|
||||
$string['gumtype'] = 'Tried to get stream from the webcam/microphone, but no constraints were specified';
|
||||
$string['gumtype'] = 'Tried to get stream from the webcam/microphone, but no constraints were specified.';
|
||||
$string['gumtype_title'] = 'No constraints specified';
|
||||
$string['insecurealert'] = 'Your browser might not allow this plugin to work unless it is used either over HTTPS or from localhost';
|
||||
$string['insecurealert'] = 'Your browser might not allow this plugin to work unless it is used either over HTTPS or from localhost.';
|
||||
$string['insecurealert_title'] = 'Insecure connection!';
|
||||
$string['maxfilesizehit'] = 'You have attained the maximum size limit for file uploads';
|
||||
$string['maxfilesizehit'] = 'You have reached the maximum size limit for file uploads.';
|
||||
$string['maxfilesizehit_title'] = 'Recording stopped';
|
||||
$string['norecordingfound'] = 'Something appears to have gone wrong, it seems nothing has been recorded';
|
||||
$string['norecordingfound'] = 'Something has gone wrong. Nothing has been recorded.';
|
||||
$string['norecordingfound_title'] = 'No recording found';
|
||||
$string['nowebrtc'] = 'Your browser offers limited or no support for WebRTC technologies yet, and cannot be used with this plugin. Please switch or upgrade your browser';
|
||||
$string['nowebrtc'] = 'Your browser offers limited or no support for WebRTC technologies yet, and can\'t be used with this plugin. Please switch or upgrade your browser.';
|
||||
$string['nowebrtc_title'] = 'WebRTC not supported';
|
||||
$string['onlyaudio'] = 'Audio only';
|
||||
$string['onlyvideo'] = 'Video only';
|
||||
$string['pluginname'] = 'Tiny Record RTC plugin for Moodle';
|
||||
$string['pluginname'] = 'Tiny RecordRTC';
|
||||
$string['privacy:metadata'] = 'The RecordRTC plugin does not store any personal data.';
|
||||
$string['recordagain'] = 'Record again';
|
||||
$string['recordagain_desc'] = 'You have already recorded some content. Recording again will remove this content.<br>Are you sure you want to reset the recording?';
|
||||
$string['recordagain_desc'] = 'You have already recorded some content. Recording again will remove this content. Are you sure you want to reset the recording?';
|
||||
$string['recordagain_title'] = 'Record again confirmation';
|
||||
$string['recordingfailed'] = 'Recording failed, try again';
|
||||
$string['recordingfailed'] = 'Recording failed. Try again.';
|
||||
$string['recordinguploaded'] = 'Recording uploaded';
|
||||
$string['recordrtc:recordaudio'] = 'Record audio directly into the text editor';
|
||||
$string['recordrtc:recordvideo'] = 'Record video directly into the text editor';
|
||||
$string['recordrtc:recordaudio'] = 'Record audio in the text editor';
|
||||
$string['recordrtc:recordvideo'] = 'Record video in the text editor';
|
||||
$string['startrecording'] = 'Start recording';
|
||||
$string['stoprecording'] = 'Stop recording';
|
||||
$string['timelimitwarning'] = 'You must enter a number that is greater than 0.';
|
||||
@ -79,9 +79,9 @@ $string['uploadfailed404'] = 'Upload failed: file too large';
|
||||
$string['uploading'] = 'Uploading - {$a->progress}%';
|
||||
$string['uploadprogress'] = 'completed';
|
||||
$string['videobitrate'] = 'Video bitrate';
|
||||
$string['videobitrate_desc'] = 'Quality of video recording (larger number means higher quality)';
|
||||
$string['videobitrate_desc'] = 'Quality of video recording (larger number means higher quality).';
|
||||
$string['videobuttontitle'] = 'Record video';
|
||||
$string['videotimelimit'] = 'Video time limit in seconds';
|
||||
$string['videotimelimit_desc'] = 'Maximum recording length allowed for the video clips';
|
||||
$string['videotitle'] = 'Record Video';
|
||||
$string['helplinktext'] = 'Moodle RecordRTC';
|
||||
$string['videotimelimit'] = 'Video time limit';
|
||||
$string['videotimelimit_desc'] = 'Maximum recording length for video clips.';
|
||||
$string['videotitle'] = 'Record video';
|
||||
$string['helplinktext'] = 'RecordRTC';
|
||||
|
@ -305,19 +305,19 @@ $string['colors:00CCFF'] = 'Sky blue';
|
||||
$string['colors:00FF00'] = 'Lime';
|
||||
$string['colors:00FFFF'] = 'Aqua';
|
||||
$string['colors:333300'] = 'Dark olive';
|
||||
$string['colors:333333'] = 'Very dark gray';
|
||||
$string['colors:333333'] = 'Very dark grey';
|
||||
$string['colors:333399'] = 'Indigo';
|
||||
$string['colors:3366FF'] = 'Royal blue';
|
||||
$string['colors:339966'] = 'Sea green';
|
||||
$string['colors:33CCCC'] = 'Turquoise';
|
||||
$string['colors:666699'] = 'Grayish blue';
|
||||
$string['colors:666699'] = 'Greyish blue';
|
||||
$string['colors:800000'] = 'Maroon';
|
||||
$string['colors:800080'] = 'Purple';
|
||||
$string['colors:808000'] = 'Olive';
|
||||
$string['colors:808080'] = 'Gray';
|
||||
$string['colors:808080'] = 'Grey';
|
||||
$string['colors:993300'] = 'Burnt orange';
|
||||
$string['colors:993366'] = 'Brown';
|
||||
$string['colors:999999'] = 'Medium gray';
|
||||
$string['colors:999999'] = 'Medium grey';
|
||||
$string['colors:99CC00'] = 'Yellow green';
|
||||
$string['colors:99CCFF'] = 'Light sky blue';
|
||||
$string['colors:C0C0C0'] = 'Silver';
|
||||
|
@ -48,8 +48,7 @@ $string['bigbluebuttondisablednotification_subject'] = 'BigBlueButton activity m
|
||||
$string['bigbluebuttondisablednotification'] = 'The BigBlueButton activity module has been disabled and any existing BigBlueButton course activities are currently not accessible. Prior to re-enabling this plugin, please ensure that you have read and accepted the <a href="{$a}" target="_blank">data processing agreement</a> with Blindside Networks Inc.';
|
||||
$string['cannotperformaction'] = 'Cannot perform action {$a} on this recording';
|
||||
$string['enablingbigbluebutton'] = 'Enabling BigBlueButton activity';
|
||||
$string['enablingbigbluebuttondpainfo'] = 'In order to meet your data protection obligations, prior to enabling this plugin, you may need to ensure that you have read and accepted the <a href="{$a}" target="_blank">data processing agreement</a> with Blindside Networks Inc.<br/>
|
||||
Please consult with your own privacy professionals for advice.';
|
||||
$string['enablingbigbluebuttondpainfo'] = 'In order to meet your data protection obligations, prior to enabling this plugin, you may need to ensure that you have read and accepted the <a href="{$a}" target="_blank">Blindside Networks data processing agreement</a>. Please consult with your own privacy professionals for advice.';
|
||||
$string['indicator:cognitivedepth'] = 'BigBlueButton cognitive';
|
||||
$string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a BigBlueButton activity.';
|
||||
$string['indicator:socialbreadth'] = 'BigBlueButton social';
|
||||
@ -132,8 +131,8 @@ $string['minutes'] = 'minutes';
|
||||
|
||||
$string['config_dpa_note'] = 'Note: In order to meet your data protection obligations, before using a service provider for this plugin, you must ensure that you have read and accepted the service provider\'s data processing agreement. For the default free BigBlueButton service, this is the <a href="{$a}" target="_blank">Blindside Networks data processing agreement</a>. Please consult with your own privacy professionals for advice.';
|
||||
|
||||
$string['config_guestaccess_enabled'] = 'Create guest access link for external guests.';
|
||||
$string['config_guestaccess_enabled_description'] = 'You can use the guest access link to invite external guests who do not have a Moodle account to this conference room.';
|
||||
$string['config_guestaccess_enabled'] = 'External guest access';
|
||||
$string['config_guestaccess_enabled_description'] = 'Allow users without an account on your site to access the room.';
|
||||
|
||||
$string['config_general'] = 'General settings';
|
||||
$string['config_general_description'] = 'These settings are always used.';
|
||||
@ -305,39 +304,37 @@ $string['general_error_not_found'] = 'Cannot find the BigBlueButton activity wit
|
||||
$string['general_error_cannot_create_meeting'] = 'Cannot create session.';
|
||||
$string['general_error_cannot_get_recordings'] = 'Cannot get recordings.';
|
||||
$string['guestaccess_add'] = 'Add guests';
|
||||
$string['guestaccess_add_no_id'] = 'No bigbluebutton instance ID provided.';
|
||||
$string['guestaccess_emails'] = 'Add guests emails';
|
||||
$string['guestaccess_emails_help'] = 'Emails of users you want to invite, separated by commas';
|
||||
$string['guestaccess_emails_invalidemail'] = 'The email {$a} is invalid, please correct it.';
|
||||
$string['guestaccess_add_no_id'] = 'No BigBlueButton instance ID provided.';
|
||||
$string['guestaccess_emails'] = 'Guest emails';
|
||||
$string['guestaccess_emails_help'] = 'A list of email addresses, separated by commas.';
|
||||
$string['guestaccess_emails_invalidemail'] = 'Invalid email: {$a}';
|
||||
$string['guestaccess_username'] = 'Guest username';
|
||||
$string['guestaccess_meeting_link'] = 'Meeting link';
|
||||
$string['guestaccess_meeting_password'] = 'Meeting password';
|
||||
$string['guestaccess_password'] = 'Password';
|
||||
$string['guestaccess_meeting_not_started'] = 'Sorry, the meeting has not started yet. Please try again later.';
|
||||
$string['guestaccess_meeting_not_started'] = 'The meeting has not yet started. Please come back later.';
|
||||
$string['guestaccess_meeting_invalid_password'] = 'Incorrect password.';
|
||||
$string['guestaccess_activitynotfound'] = 'The BigblueButton activity is not found for this access as guest. Contact your
|
||||
support.';
|
||||
$string['guestaccess_feature_disabled'] = 'Guest access: feature is disabled.';
|
||||
$string['guestaccess_activitynotfound'] = 'Activity not found.';
|
||||
$string['guestaccess_feature_disabled'] = 'Guest access disabled.';
|
||||
$string['guestaccess_title'] = 'Add guests to this meeting';
|
||||
$string['guestaccess_copy_link'] = 'Copy link';
|
||||
$string['guestaccess_copy_password'] = 'Copy password';
|
||||
$string['guestaccess_invite_success'] = 'An invitation will be sent to guest(s) {$a->emails} via email.';
|
||||
$string['guestaccess_invite_failure'] = 'Error {$a->errors} when inviting guests {$a->emails}, please contact your support.';
|
||||
$string['guestaccess_invite_success'] = 'An invitation will be sent to {$a->emails}.';
|
||||
$string['guestaccess_invite_failure'] = 'Error {$a->errors} when inviting {$a->emails}.';
|
||||
$string['guestaccess_join_meeting'] = 'Join meeting';
|
||||
$string['guest_invitation_subject'] = 'You have been invited to the session {$a->name} on {$a->course_fullname} !';
|
||||
$string['guest_invitation_subject'] = 'Invitation: {$a->name} session in {$a->course_fullname}';
|
||||
$string['guest_invitation_small_message'] = 'Hi,
|
||||
|
||||
You have been invited as a guest to a BigblueButton session "{$a->name}" on "{$a->course_fullname}" course.
|
||||
You are invited to a BigBlueButton session {$a->name} in the course {$a->course_fullname}.
|
||||
|
||||
You can join the session by following the link here : {$a->guestjoinurl}.
|
||||
You will then be prompted for your name and the following password: "{$a->guestpassword}".
|
||||
Link: {$a->guestjoinurl}
|
||||
Password: {$a->guestpassword}
|
||||
|
||||
If you need help, please contact {$a->sender}.
|
||||
';
|
||||
If you need help, please contact {$a->sender}.';
|
||||
$string['guest_invitation_full_message'] = 'Hi,
|
||||
<p>You have been invited as a guest to a BigblueButton session "{$a->name}" on "{$a->course_fullname}" course.</p>
|
||||
<p>You can join the session by <a href="{$a->guestjoinurl}"> following the link here</a>.
|
||||
You will then be prompted for your name and the following password: "{$a->guestpassword}".</p>
|
||||
<p>You are invited to a BigBlueButton session <strong>{$a->name}</strong> in the course {$a->course_fullname}.</p>
|
||||
<p>Link: {$a->guestjoinurl}<br/>
|
||||
<p>Password: {$a->guestpassword}</p>
|
||||
<p>If you need help, please contact {$a->sender}.</p>';
|
||||
|
||||
$string['index_confirm_end'] = 'Do you want to end the session?';
|
||||
@ -371,8 +368,8 @@ $string['mod_form_field_intro'] = 'Description';
|
||||
$string['mod_form_field_intro_help'] = 'A short description of the room.';
|
||||
$string['mod_form_field_duration_help'] = 'Setting the duration for a meeting will establish the maximum time for a meeting to keep alive before the recording finish';
|
||||
$string['mod_form_field_duration'] = 'Duration';
|
||||
$string['mod_form_field_guestallowed'] = 'Allow guest access in the meeting';
|
||||
$string['mod_form_field_mustapproveuser'] = 'User must be approved by moderators';
|
||||
$string['mod_form_field_guestallowed'] = 'Allow guest access';
|
||||
$string['mod_form_field_mustapproveuser'] = 'Guests joining must be admitted by a moderator';
|
||||
$string['mod_form_field_userlimit'] = 'User limit';
|
||||
$string['mod_form_field_userlimit_help'] = 'The maximum number of users allowed in a session. Set to 0 to allow an unlimited number of users.';
|
||||
$string['mod_form_field_name'] = 'Room name';
|
||||
|
@ -57,7 +57,7 @@ $string['calendarstart'] = '{$a} opens';
|
||||
$string['cancel'] = 'Cancel';
|
||||
$string['cannotaccesspresentsother'] = 'You are not allowed to access presets from other users';
|
||||
$string['cannotadd'] = 'Can not add entries!';
|
||||
$string['cannotdeletepreset'] = 'Error deleting a preset!';
|
||||
$string['cannotdeletepreset'] = 'Error deleting preset';
|
||||
$string['cannotoverwritepreset'] = 'Error overwriting preset';
|
||||
$string['cannotunziptopreset'] = 'Cannot unzip to the preset directory';
|
||||
$string['cannotapplypreset'] = 'Error applying the preset.';
|
||||
@ -148,7 +148,7 @@ $string['eventtemplateviewed'] = 'Templates viewed';
|
||||
$string['fileencoding'] = 'Encoding';
|
||||
$string['emptypresetname'] = 'Preset name or file cannot be empty';
|
||||
$string['entries'] = 'Entries';
|
||||
$string['entrieslefttoadd'] = 'You must add {$a->entriesleft} more entry/entries in order to complete this activity';
|
||||
$string['entrieslefttoadd'] = 'You must add {$a->entriesleft} more entry/entries to complete this activity.';
|
||||
$string['entrieslefttoaddtoview'] = 'You must add {$a->entrieslefttoview} more entry/entries before you can view other participants\' entries.';
|
||||
$string['entry'] = 'Entry';
|
||||
$string['entrysaved'] = 'Your entry has been saved';
|
||||
@ -179,7 +179,7 @@ $string['fieldheight'] = 'Height';
|
||||
$string['fieldheightlistview'] = 'Height (in pixels) in list view';
|
||||
$string['fieldheightsingleview'] = 'Height (in pixels) in single view';
|
||||
$string['fieldids'] = 'Field ids';
|
||||
$string['fieldmappings'] = 'Fields mappings';
|
||||
$string['fieldmappings'] = 'Field mappings';
|
||||
$string['fieldmappings_help'] = 'This menu allows you to keep the data from the existing database. To preserve the data in a field, you must map it to a new field, where the data will appear. Any field can also be left blank, with no information copied into it. Any old field not mapped to a new one will be lost and all its data removed.
|
||||
You can only map fields of the same type, so each drop-down menu will have different fields in it. Also, you must be careful not to try and map one old field to more than one new field.';
|
||||
$string['fieldname'] = 'Field name';
|
||||
@ -267,7 +267,7 @@ $string['listview'] = 'List view';
|
||||
$string['listtemplate'] = 'List view template';
|
||||
$string['longitude'] = 'Longitude';
|
||||
$string['manageapproved'] = 'Allow editing of approved entries';
|
||||
$string['manageapproved_help'] = 'If disabled, approved entries are no longer editable or deletable by the user who added them. This setting has no effect unless \'Approval required\' is enabled.';
|
||||
$string['manageapproved_help'] = 'Allow students to edit or delete their entries after they’ve been approved. Edited entries will need to be reapproved.';
|
||||
$string['managefields'] = 'Manage fields';
|
||||
$string['mapexistingfield'] = 'Map to {$a}';
|
||||
$string['mapnewfield'] = 'Create a new field';
|
||||
@ -284,7 +284,7 @@ $string['maxentries_help'] = 'The maximum number of entries a student is allowed
|
||||
$string['maxsize'] = 'Maximum size';
|
||||
$string['menu'] = 'Menu';
|
||||
$string['menuchoose'] = 'Choose...';
|
||||
$string['missingdata'] = 'Data id or object must be provided to field class';
|
||||
$string['missingdata'] = 'Data ID or object must be provided for field class.';
|
||||
$string['missingfield'] = 'Programmer error: You must specify field and/or data when defining field class.';
|
||||
$string['modulename'] = 'Database';
|
||||
$string['modulename_help'] = 'Database enables participants to create, maintain, and search a collection of entries.
|
||||
@ -353,14 +353,14 @@ $string['presets'] = 'Presets';
|
||||
$string['presetshelp'] = 'Choose a preset to use as a starting point.';
|
||||
$string['preview'] = 'Preview of {$a}';
|
||||
$string['privacy:metadata:commentpurpose'] = 'Comments on database records';
|
||||
$string['privacy:metadata:data_content'] = 'Represents one answer to one field in database activity module';
|
||||
$string['privacy:metadata:data_content'] = 'The content of a field';
|
||||
$string['privacy:metadata:data_content:fieldid'] = 'Field definition ID';
|
||||
$string['privacy:metadata:data_content:content'] = 'Content';
|
||||
$string['privacy:metadata:data_content:content1'] = 'Additional content 1';
|
||||
$string['privacy:metadata:data_content:content2'] = 'Additional content 2';
|
||||
$string['privacy:metadata:data_content:content3'] = 'Additional content 3';
|
||||
$string['privacy:metadata:data_content:content4'] = 'Additional content 4';
|
||||
$string['privacy:metadata:data_records'] = 'Represent records in database acitivity module';
|
||||
$string['privacy:metadata:data_records'] = 'Records in the database activity';
|
||||
$string['privacy:metadata:data_records:userid'] = 'User who created the record';
|
||||
$string['privacy:metadata:data_records:groupid'] = 'Group';
|
||||
$string['privacy:metadata:data_records:timecreated'] = 'Time when record was created';
|
||||
@ -378,7 +378,7 @@ $string['recordsnotsaved'] = 'No entry was saved. Please check the format of the
|
||||
$string['recordssaved'] = 'entries saved';
|
||||
$string['removealldatatags'] = 'Remove all database tags';
|
||||
$string['requireapproval'] = 'Approval required';
|
||||
$string['requireapproval_help'] = 'If enabled, entries require approving by a teacher before they are viewable by everyone.';
|
||||
$string['requireapproval_help'] = 'A teacher has to approve entries before they’re visible to everyone.';
|
||||
$string['required'] = 'Required';
|
||||
$string['requiredentries'] = 'Entries required for completion (old)';
|
||||
$string['requiredentries_help'] = "If set, a message is displayed stating the number of entries required for completion. Note that this setting is not connected to activity completion.
|
||||
@ -387,9 +387,9 @@ For entries required for activity completion, the new Activity completion settin
|
||||
Please use the Entries required fields in the Activity completion section instead.";
|
||||
$string['requiredentrieswarning'] = 'This setting has been replaced by an Activity completion setting "Require entries"';
|
||||
$string['requiredentriestoview'] = 'Entries required before viewing';
|
||||
$string['requiredentriestoview_help'] = 'The number of entries a student is required to submit before they can view entries from other students.
|
||||
$string['requiredentriestoview_help'] = 'The number of entries a student is required to add before they can view entries from other students.
|
||||
|
||||
Note: If entries are required before viewing, the database auto-linking filter should be disabled. This is because the database auto-linking filter can\'t determine whether a user has submitted the required number of entries.';
|
||||
This is not compatible with the database auto-linking filter.';
|
||||
$string['requiredfield'] = 'Required field';
|
||||
$string['resetalltemplates'] = 'Reset all templates';
|
||||
$string['resetalltemplatesconfirmtitle'] = 'Reset all templates?';
|
||||
@ -409,7 +409,7 @@ $string['saveandadd'] = 'Save and add another';
|
||||
$string['saveandview'] = 'Save and view';
|
||||
$string['saveaspreset'] = 'Publish preset on this site';
|
||||
$string['saveaspreset_help'] = 'The save as preset feature publishes the templates and fields as a preset which others on the site can then use. (You may delete it from the list of presets at any time.)';
|
||||
$string['savedataaspreset'] = 'Save all fields and templates as preset';
|
||||
$string['savedataaspreset'] = 'Save all fields and templates and publish as preset on this site';
|
||||
$string['saveaspresetmissingcapability'] = 'The user does not have permission to save the database as a preset.';
|
||||
$string['savesettings'] = 'Save settings';
|
||||
$string['savesuccess'] = 'Preset saved. <a href="{$a->url}">Preview preset</a>';
|
||||
@ -468,7 +468,7 @@ $string['viewnavigation'] = 'View mode tertiary navigation';
|
||||
$string['viewtemplates'] = 'View templates';
|
||||
$string['viewtodate'] = 'Read only to';
|
||||
$string['viewtodatevalidation'] = 'The read only to date cannot be before the read only from date.';
|
||||
$string['wrongdataid'] = 'Wrong data id provided';
|
||||
$string['wrongdataid'] = 'Wrong data ID provided';
|
||||
|
||||
// Deprecated since Moodle 3.11.
|
||||
$string['unsupportedexport'] = '({$a->fieldtype}) cannot be exported.';
|
||||
|
@ -95,7 +95,7 @@ $string['cannotfavourite'] = 'Sorry, but you do not have the permission to star
|
||||
$string['cannottrack'] = 'Could not stop tracking that forum';
|
||||
$string['cannotunsubscribe'] = 'Could not unsubscribe you from that forum';
|
||||
$string['cannotupdatepost'] = 'You can not update this post';
|
||||
$string['cannotviewpostyet'] = 'You cannot read other students questions in this discussion yet because you haven\'t posted';
|
||||
$string['cannotviewpostyet'] = 'You can\'t read other students\' posts in this discussion yet because you haven\'t posted.';
|
||||
$string['cannotviewusersposts'] = 'There are no posts made by this user that you are able to view.';
|
||||
$string['cleanreadtime'] = 'Mark old posts as read hour';
|
||||
$string['clicktolockdiscussion'] = 'Click to lock this discussion';
|
||||
@ -337,7 +337,7 @@ $string['forumtype_help'] = 'There are 5 forum types:
|
||||
|
||||
* A single simple discussion - A single discussion topic which everyone can reply to (cannot be used with separate groups)
|
||||
* Each person posts one discussion - Each student can post exactly one new discussion topic, which everyone can then reply to
|
||||
* Q and A forum - Students must first post their perspectives before viewing other students\' posts
|
||||
* Q and A forum - A student must first post their reply to a question posted by the teacher, before viewing other students\' posts
|
||||
* Standard forum displayed in a blog-like format - An open forum where anyone can start a new discussion at any time, and in which discussion topics are displayed on one page with "Discuss this topic" links
|
||||
* Standard forum for general use - An open forum where anyone can start a new discussion at any time';
|
||||
$string['forum:viewallratings'] = 'View all raw ratings given by individuals';
|
||||
@ -608,7 +608,7 @@ $string['prunediscussion'] = 'Split discussion';
|
||||
$string['prunedpost'] = 'A new discussion has been created from that post';
|
||||
$string['pruneheading'] = 'Split the discussion and move this post to a new discussion';
|
||||
$string['qandaforum'] = 'Q and A forum';
|
||||
$string['qandanotify'] = 'This is a question and answer forum. In order to see other responses to these questions, you must first post your answer';
|
||||
$string['qandanotify'] = 'This is a question and answer forum. To see other replies, you must first post your reply.';
|
||||
$string['re'] = 'Re:';
|
||||
$string['readtherest'] = 'Read the rest of this topic';
|
||||
$string['removeallforumtags'] = 'Remove all forum tags';
|
||||
|
Loading…
x
Reference in New Issue
Block a user