Skip to content
Snippets Groups Projects
Commit c42b520f authored by Tim Schroeder's avatar Tim Schroeder
Browse files

Merge branch 'fix-some-language-strings' into 'testing'

fixed some language strings

See merge request moodle_l2p/moodle-mod_pdfannotator!176
parents 95be1b58 105b36c4
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,8 @@ $string['error:hideComment'] = "An error has occured while trying to hide the co
$string['error:markasread'] = 'The item could not be marked as read.';
$string['error:markasunread'] = 'The item could not be marked as unread.';
$string['error:markcorrectanswer'] = 'An error has occured while marking the answer as correct.';
$string['error:maximalfilenumber_created'] = 'Your comment cannot be created, because it exceeds the maximum number of images. You can add maximal {$a} image(s) into comments.';
$string['error:maximalfilenumber_edited'] = 'Your comment cannot be edited, because it exceeds the maximum number of images. You can add maximal {$a} image(s) into comments.';
$string['error:maximalfilenumber_created'] = 'Your comment cannot be created, because it exceeds the maximum number of files. You can attach at most {$a} file(s) to a single comment.';
$string['error:maximalfilenumber_edited'] = 'Your comment cannot be edited, because it exceeds the maximum number of files. You can attach at most {$a} file(s) to a single comment.';
$string['error:missingAnnotationtype'] = 'Annotationtype does not exists. Possibly the entry in table pdfannotator_annotationtypes is missing.';
$string['error:openingPDF'] = 'An error occurred while opening the PDF file.';
$string['error:openprintview'] = 'An error has occured while trying to open the pdf in Acrobat Reader.';
......@@ -214,7 +214,7 @@ $string['markhidden'] = 'Hide';
$string['markSolved'] = 'Close question';
$string['markUnsolved'] = 'Reopen question';
$string['maxfiles'] = 'Maximal number of file';
$string['maxfiles_help'] = 'Maximal number of file pro comment uploaded by users.';
$string['maxfiles_help'] = 'Maximal number of file per comment uploaded by users.';
$string['maximumfilesize'] = 'Maximum file size';
$string['maximumfilesize_help'] = 'Files uploaded by users may be up to this size.';
$string['me'] = 'me';
......
......@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_pdfannotator';
$plugin->version = 2022090500;
$plugin->version = 2022090600;
$plugin->release = 'PDF Annotator v1.4 release 11';
$plugin->requires = 2021051700;
$plugin->maturity = MATURITY_STABLE;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment