resources/lang/en/laravel-h5p.php
<?php
return [
'common' => [
'no-result' => 'No Result.',
'yes' => 'Yes',
'no' => 'No',
'na' => 'N/A',
],
'content' => [
'creator' => 'Creator',
'created_at' => 'Created At',
'title' => 'Title',
'content_type' => 'Content Type',
'create' => 'New Content',
'upload' => 'Upload',
'edit' => 'Edit',
'upload_disable_extension_check' => 'Disable file extension check',
'action' => 'Method',
'action_upload' => 'Upload',
'action_create' => 'create',
'loading_content' => 'Loading...',
'library' => 'Library',
'parameters' => 'Parameters',
'search-result' => 'Total :count Contents',
'cancel' => 'Cancel',
'save' => 'Save',
'saving' => 'Saving...',
'display' => 'Display Options',
'display_toolbar' => 'Toolbar Below Content',
'display_embed_button' => 'Display Embed button',
'display_copyright_button' => 'Display Copyright button',
'display_download_button' => 'Display Download button',
'content' => 'Content',
'created' => 'Content created.',
'updated' => 'Content updated',
'destroied' => 'Content is removed',
'confirm_destroy' => 'Are you sure remove a content?',
'can_not_find_content' => 'Cannot find library with #:id',
'missing_h5p_identifier' => 'Missing H5P identifier.',
'can_not_created' => 'Can not create.',
'can_not_updated' => 'Can not update.',
'can_not_delete' => 'Can not delete.',
'search' => 'Search',
'keyword' => 'Keyword',
'destroy' => 'Remove',
],
'library' => [
'title' => 'Title',
'name' => 'Name',
'version' => 'Version',
'restricted' => 'Restricted',
'contents' => 'Contents',
'contents_using_it' => 'Contents using it',
'libraries_using_it' => 'Libraries using it',
'actions' => 'Actions',
'remove' => 'Remove',
'upload' => 'Upload',
'upload_libraries' => 'Upload Libraries',
'upload_disable_extension_check' => 'Disable file extension check',
'only_update_existing_libraries' => 'Only update existing libraries',
'content_type_cache' => 'Content Type Cache',
'search-result' => 'Total :count',
'created' => 'Library is created.',
'updated' => 'Library is updated.',
'cleared' => 'Library is cleared',
'can_not_updated' => 'Can not update.',
'destoryed' => 'Removed.',
'clear' => 'Clear',
'can_not_destroy' => 'Can not remove.',
'used_library_can_not_destoroied' => 'This Library is used by content or other libraries and can therefore not be deleted. ',
'confirm_clear_type_cache' => 'Are you sure remove a content type cache?',
'confirm_destroy' => 'Are you sure remove a library?',
'noContent' => 'No content is using this library',
'contentHeader' => 'Content using this library',
'pageSizeSelectorLabel' => 'Elements per page',
'filterPlaceholder' => 'Filter content',
'pageXOfY' => 'Page $x of $y',
'viewLibrary' => 'View library details',
'deleteLibrary' => 'Delete library',
'upgradeLibrary' => 'Upgrade library content',
],
'h5p' => [
'fullscreen' => 'Fullscreen',
'disableFullscreen' => 'Disable fullscreen',
'download' => 'Download',
'copyrights' => 'Rights of use',
'embed' => 'Embed',
'size' => 'Size',
'showAdvanced' => 'Show advanced',
'hideAdvanced' => 'Hide advanced',
'advancedHelp' => 'Include this script on your website if you want dynamic sizing of the embedded content:',
'copyrightInformation' => 'Rights of use',
'close' => 'Close',
'title' => 'Title',
'author' => 'Author',
'year' => 'Year',
'source' => 'Source',
'license' => 'License',
'thumbnail' => 'Thumbnail',
'noCopyrights' => 'No copyright information available for this content.',
'downloadDescription' => 'Download this content as a H5P file.',
'copyrightsDescription' => 'View copyright information for this content.',
'embedDescription' => 'View the embed code for this content.',
'h5pDescription' => 'Visit H5P.org to check out more cool content.',
'contentChanged' => 'This content has changed since you last used it.',
'startingOver' => "You'll be starting over.",
'confirmDialogHeader' => 'Confirm action',
'confirmDialogBody' => 'Please confirm that you wish to proceed. This action is not reversible.',
'cancelLabel' => 'Cancel',
'confirmLabel' => 'Confirm',
'reuse' => 'Reuse',
'reuseDescription' => 'Reuse this content',
'reuseContent' => 'Reuse content',
],
];