Skip to content
Snippets Groups Projects
Unverified Commit e3e34004 authored by Thomas Marstrander's avatar Thomas Marstrander
Browse files

Change translation identifiers to make amos validate

parent 1babac11
No related branches found
No related tags found
No related merge requests found
......@@ -463,22 +463,22 @@ class framework implements \H5PFrameworkInterface {
'Author comments' => 'authorcomments',
'Comments for the editor of the content (This text will not be published as a part of copyright info)' => 'authorcommentsdescription',
'Reuse' => 'reuse',
'Reuse Content' => 'reuseContent',
'Reuse this content.' => 'reuseDescription',
'Content is copied to the clipboard' => 'contentCopied',
'Connection lost. Results will be stored and sent when you regain connection.' => 'connectionLost',
'Connection reestablished.' => 'connectionReestablished',
'Attempting to submit stored results.' => 'resubmitScores',
'Your connection to the server was lost' => 'offlineDialogHeader',
'We were unable to send information about your completion of this task. Please check your internet connection.' => 'offlineDialogBody',
'Retrying in :num....' => 'offlineDialogRetryMessage',
'Retry now' => 'offlineDialogRetryButtonLabel',
'Successfully submitted results.' => 'offlineSuccessfulSubmit',
'One of the files inside the package exceeds the maximum file size allowed. (%file %used > %max)' => 'fileExceedsMaxSize',
'The total size of the unpacked files exceeds the maximum size allowed. (%used > %max)' => 'unpackedFilesExceedsMaxSize',
'Unable to read file from the package: %fileName' => 'couldNotReadFileFromZip',
'Unable to parse JSON from the package: %fileName' => 'couldNotParseJSONFromZip',
'Could not parse post data.' => 'couldNotParsePostData'
'Reuse Content' => 'reusecontent',
'Reuse this content.' => 'reusedescription',
'Content is copied to the clipboard' => 'contentcopied',
'Connection lost. Results will be stored and sent when you regain connection.' => 'connectionlost',
'Connection reestablished.' => 'connectionreestablished',
'Attempting to submit stored results.' => 'resubmitscores',
'Your connection to the server was lost' => 'offlinedialogheader',
'We were unable to send information about your completion of this task. Please check your internet connection.' => 'offlinedialogbody',
'Retrying in :num....' => 'offlinedialogretrymessage',
'Retry now' => 'offlinedialogretrybuttonlabel',
'Successfully submitted results.' => 'offlinesuccessfulsubmit',
'One of the files inside the package exceeds the maximum file size allowed. (%file %used > %max)' => 'fileexceedsmaxsize',
'The total size of the unpacked files exceeds the maximum size allowed. (%used > %max)' => 'unpackedfilesexceedsmaxsize',
'Unable to read file from the package: %fileName' => 'couldnotreadfilefromzip',
'Unable to parse JSON from the package: %fileName' => 'couldnotparsejsonfromzip',
'Could not parse post data.' => 'couldnotparsepostdata'
];
// @codingStandardsIgnoreEnd
}
......
......@@ -428,23 +428,23 @@ $string['privacy:metadata:hvp_xapi_results:max_score'] = 'Max achievable score f
// Reuse.
$string['reuse'] = 'Reuse';
$string['reuseContent'] = 'Reuse Content';
$string['reuseDescription'] = 'Reuse this content.';
$string['contentCopied'] = 'Content is copied to the clipboard';
$string['reusecontent'] = 'Reuse Content';
$string['reusedescription'] = 'Reuse this content.';
$string['contentcopied'] = 'Content is copied to the clipboard';
// Offline
$string['connectionLost'] = 'Connection lost. Results will be stored and sent when you regain connection.';
$string['connectionReestablished'] = 'Connection reestablished.';
$string['resubmitScores'] = 'Attempting to submit stored results.';
$string['offlineDialogHeader'] = 'Your connection to the server was lost';
$string['offlineDialogBody'] = 'We were unable to send information about your completion of this task. Please check your internet connection.';
$string['offlineDialogRetryMessage'] = 'Retrying in :num....';
$string['offlineDialogRetryButtonLabel'] = 'Retry now';
$string['offlineSuccessfulSubmit'] = 'Successfully submitted results.';
$string['connectionlost'] = 'Connection lost. Results will be stored and sent when you regain connection.';
$string['connectionreestablished'] = 'Connection reestablished.';
$string['resubmitscores'] = 'Attempting to submit stored results.';
$string['offlinedialogheader'] = 'Your connection to the server was lost';
$string['offlinedialogbody'] = 'We were unable to send information about your completion of this task. Please check your internet connection.';
$string['offlinedialogretrymessage'] = 'Retrying in :num....';
$string['offlinedialogretrybuttonlabel'] = 'Retry now';
$string['offlinesuccessfulsubmit'] = 'Successfully submitted results.';
// Error messages.
$string['fileExceedsMaxSize'] = 'One of the files inside the package exceeds the maximum file size allowed. (%file %used > %max)';
$string['unpackedFilesExceedsMaxSize'] = 'The total size of the unpacked files exceeds the maximum size allowed. (%used > %max)';
$string['couldNotReadFileFromZip'] = 'Unable to read file from the package: %fileName';
$string['couldNotParseJSONFromZip'] = 'Unable to parse JSON from the package: %fileName';
$string['couldNotParsePostData'] = 'Could not parse post data.';
$string['fileexceedsmaxsize'] = 'One of the files inside the package exceeds the maximum file size allowed. (%file %used > %max)';
$string['unpackedfilesexceedsmaxsize'] = 'The total size of the unpacked files exceeds the maximum size allowed. (%used > %max)';
$string['couldnotreadfilefromzip'] = 'Unable to read file from the package: %fileName';
$string['couldnotparsejsonfromzip'] = 'Unable to parse JSON from the package: %fileName';
$string['couldnotparsepostdata'] = 'Could not parse post data.';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment