Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
H5PEditor.language.core = {
2
  missingTranslation: '[Missing translation :key]',
3
  loading: 'Loading, please wait...',
4
  selectLibrary: 'Select the library you wish to use for your content.',
5
  unknownFieldPath: 'Unable to find ":path".',
6
  notImageField: '":path" is not an image.',
7
  notImageOrDimensionsField: '":path" is not an image or dimensions field.',
8
  requiredProperty: 'The :property is required and must have a value.',
9
  onlyNumbers: 'The :property value can only contain numbers.',
10
  illegalDecimalNumber: ':property can only contain numbers with max :decimals decimals.',
11
  exceedsMax: 'The :property value exceeds the maximum of :max.',
12
  listExceedsMax: 'The list exceeds the maximum of :max items.',
13
  belowMin: 'The :property value is below the minimum of :min.',
14
  listBelowMin: 'The list needs at least :min items for the content to function properly.',
15
  outOfStep: 'The :property value can only be changed in steps of :step.',
16
  add: 'Add',
17
  addFile: 'Add file',
18
  removeFile: 'Remove file',
19
  confirmRemoval: 'Are you sure you wish to remove this :type?',
20
  removeImage: 'Remove image',
21
  confirmImageRemoval: 'This will remove your image. Are you sure you wish to proceed?',
22
  changeFile: 'Change file',
23
  changeLibrary: 'Change content type?',
24
  semanticsError: 'Semantics error: :error',
25
  missingProperty: 'Field :index is missing its :property property.',
26
  expandCollapse: 'Expand/Collapse',
27
  addEntity: 'Add :entity',
28
  tooLong: 'Field value is too long, should contain :max letters or less.',
29
  invalidFormat: 'Field value contains an invalid format or characters that are forbidden.',
30
  confirmChangeLibrary: 'By doing this you will lose all work done with the current content type. Are you sure you wish to change content type?',
31
  commonFields: 'Text overrides and translations',
32
  commonFieldsDescription: 'Here you can edit settings or translate texts used in this content.',
33
  uploading: 'Uploading, please wait...',
34
  noFollow: 'Cannot follow field ":path".',
35
  editCopyright: 'Edit copyright',
36
  close: 'Close',
37
  tutorial: 'Tutorial',
38
  editMode: 'Editing mode',
39
  listLabel: 'List',
40
  uploadError: 'File Upload Error',
41
  fileToLarge: 'The file you are trying to upload might be too large.',
42
  unknownFileUploadError: 'Unknown file upload error',
43
  noSemantics: 'Error, could not load the content type form.',
44
  editImage: 'Edit image',
45
  saveLabel: 'Save',
46
  cancelLabel: 'Cancel',
47
  resetToOriginalLabel: 'Reset to original',
48
  loadingImageEditor: 'Loading image editor, please wait...',
49
  selectFiletoUpload: 'Select file to upload',
50
  or: 'or',
51
  enterAudioUrl: 'Enter audio source URL',
52
  enterVideoUrl: 'Enter video URL',
53
  enterAudioTitle: 'Paste link or other audio source URL',
54
  enterVideoTitle: 'Paste YouTube link or other video source URL',
55
  uploadAudioTitle: 'Upload audio file',
56
  uploadVideoTitle: 'Upload video file',
57
  addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
58
  insert: 'Insert',
59
  cancel: 'Cancel',
60
  height: 'height',
61
  width: 'width',
62
  textField: 'text field',
63
  numberField: 'number field',
64
  orderItemUp: 'Order item up',
65
  orderItemDown: 'Order item down',
66
  expandAllContent: 'Expand all content',
67
  collapseAllContent: 'Collapse all content',
68
  removeItem: 'Remove item',
69
  hubPanelLabel: 'Select content type',
70
  importantInstructions: 'Important instructions',
71
  showImportantInstructions: 'Show instructions',
72
  hideImportantInstructions: 'Hide important instructions',
73
  hide: 'Hide',
74
  example: 'Example',
75
  createContentTabLabel: 'Create Content',
76
  uploadTabLabel: 'Upload',
77
  uploadPlaceholder: 'No file chosen',
78
  uploadInstructionsTitle: 'Upload an H5P file.',
79
  uploadInstructionsContent: 'You may start with examples from <a href="https://h5p.org/content-types-and-applications" target="blank">H5P.org</a>.',
80
  uploadFileButtonLabel: 'Upload a file',
81
  uploadFileButtonChangeLabel: 'Change file',
82
  uploadingThrobber: 'Now uploading...',
83
  uploadSuccess: ':title was successfully uploaded!',
84
  unableToInterpretError: 'Unable to interpret response.',
85
  unableToInterpretSolution: 'Please check your error log.',
86
  h5pFileWrongExtensionTitle: 'The selected file could not be uploaded',
87
  h5pFileWrongExtensionContent: 'Only files with the .h5p extension are allowed.',
88
  h5pFileValidationFailedTitle: 'Could not validate H5P file.',
89
  h5pFileValidationFailedContent: 'Make sure the uploaded H5P contains valid H5P content. H5P' +
90
  ' files containing only libraries should be uploaded through the H5P Libraries page.',
91
  h5pFileUploadServerErrorTitle: 'The H5P file could not be uploaded',
92
  h5pFileUploadServerErrorContent: 'An unexpected error occured. Check your server error log for' +
93
  ' more details.',
94
  contentTypeSectionAll: 'All Content Types',
95
  searchResults: 'Search Results',
96
  contentTypeSearchFieldPlaceholder: 'Search for Content Types',
97
  contentTypeInstallButtonLabel: 'Install',
98
  contentTypeInstallingButtonLabel: 'Installing',
99
  contentTypeUseButtonLabel: 'Use',
100
  contentTypeDetailButtonLabel: 'Details',
101
  contentTypeUpdateButtonLabel: 'Update',
102
  contentTypeUpdatingButtonLabel: 'Updating',
103
  contentTypeGetButtonLabel: 'Get',
104
  contentTypeBackButtonLabel: 'Back',
105
  contentTypeIconAltText: 'Icon',
106
  contentTypeInstallSuccess: ':contentType successfully installed!',
107
  contentTypeUpdateSuccess: ':contentType successfully updated!',
108
  contentTypeInstallError: ':contentType could not be installed. Contact your administrator.',
109
  contentTypeLicensePanelTitle: 'License',
110
  contentTypeDemoButtonLabel: 'Content Demo',
111
  numResults: ':num results',
112
  show: 'Show',
113
  recentlyUsedFirst: 'Recently Used First',
114
  popularFirst: 'Popular First',
115
  newestFirst: 'Newest First',
116
  aToZ: 'A to Z',
117
  noResultsFound: 'No results found',
118
  noResultsFoundDesc: 'There is no content type that matches your search criteria.',
119
  readMore: 'Read more',
120
  readLess: 'Read less',
121
  contentTypeOwner: 'By :owner',
122
  contentTypeUnsupportedApiVersionTitle: 'This content type requires a newer core version',
123
  contentTypeUnsupportedApiVersionContent: 'Contact your system administrator to provide you with the necessary updates',
124
  contentTypeUpdateAvailable: 'Update available',
125
  contentTypeRestricted: 'Restricted content type',
126
  contentTypeRestrictedDesc: 'The use of this content type has been restricted by an administrator.',
127
  contentTypeNotInstalled: 'Content type not installed',
128
  contentTypeNotInstalledDesc: 'You do not have permission to install content types.',
129
  theContentType: 'the content type',
130
  currentMenuSelected: 'current selection',
131
  errorCommunicatingHubTitle: 'Not able to communicate with hub.',
132
  errorCommunicatingHubContent: 'An error occured. Please try again.',
133
  warningNoContentTypesInstalled: "You don't have any content types installed.",
134
  warningChangeBrowsingToSeeResults: 'Click <em>All</em> to get the list of all the content types you can install.',
135
  warningUpdateAvailableTitle: 'A new version of :contentType is available.',
136
  warningUpdateAvailableBody: 'Update to the latest version for an improved experience.',
137
  licenseDescription: 'Some of the features of this license are indicated below. Click the info icon above to read the original license text.',
138
  licenseModalTitle: 'License Details',
139
  licenseModalSubtitle: 'Select a license to view information about proper usage',
140
  licenseUnspecified: 'Unspecified',
141
  licenseCanUseCommercially: 'Can use commercially',
142
  licenseCanModify: 'Can modify',
143
  licenseCanDistribute: 'Can distribute',
144
  licenseCanSublicense: 'Can sublicense',
145
  licenseCanHoldLiable: 'Can hold liable',
146
  licenseCannotHoldLiable: 'Cannot hold liable',
147
  licenseMustIncludeCopyright: 'Must include copyright',
148
  licenseMustIncludeLicense: 'Must include license',
149
  licenseFetchDetailsFailed: 'Failed fetching license details',
150
  imageLightboxTitle: 'Images',
151
  imageLightBoxProgress: ':num of :total',
152
  nextImage: 'Next image',
153
  previousImage: 'Previous image',
154
  screenshots: 'Screenshots',
155
  reloadButtonLabel: 'Reload',
156
  videoQuality: 'Video quality label',
157
  videoQualityDescription: 'This label helps the user identify the current quality of the video. E.g. 1080p, 720p, HD or Mobile',
158
  videoQualityDefaultLabel: 'Quality :index',
159
  noContentTypesAvailable: 'No content types are available',
160
  noContentTypesAvailableDesc: 'Your site is having difficulties connecting to H5P.org and listing the available content types.',
161
  contentTypeCacheOutdated: 'Content type list outdated',
162
  contentTypeCacheOutdatedDesc: 'Your site is having difficulties connecting to H5P.org to check for content type updates. You may not be able to update or install new content types.',
163
  tryAgain: 'Try again',
164
  getHelp: 'Get help',
165
  untitled: 'Untitled :libraryTitle',
166
  title: 'Title',
167
  metadata: 'Metadata',
168
  addTitle: 'Add title',
169
  usedForSearchingReportsAndCopyrightInformation: 'Used for searching, reports and copyright information',
170
  metadataSharingAndLicensingInfo: 'Metadata (sharing and licensing info)',
171
  fillInTheFieldsBelow : 'Fill in the fields below',
172
  saveMetadata: 'Save metadata',
173
  addAuthor: 'Save author',
174
  confirmRemoveAuthor: 'Are you sure you would like to remove this author?',
175
  addNewChange: 'Add new change',
176
  confirmDeleteChangeLog: 'Are you sure you would like to delete this change log entry?',
177
  changelogDescription: 'Some licenses require that changes made to the original work, or derivatives are logged and displayed. You may log your changes here for licensing reasons or just to allow yourself and others to keep track of the changes made to this content.',
178
  logThisChange: 'Log this change',
179
  newChangeHasBeenLogged: 'New change has been logged',
180
  loggedChanges: 'Logged changes',
181
  noChangesHaveBeenLogged: 'No changes have been logged',
182
  errorHeader: 'An error occured',
183
  errorCalculatingMaxScore: 'Could not calculate the max score for this content. The max score is assumed to be 0. Contact your administrator if this isn’t correct.',
184
  maxScoreSemanticsMissing: 'Could not find the expected semantics in the content.',
185
  copyButton: 'Copy',
186
  copiedButton: 'Copied',
187
  pasteButton: 'Paste',
188
  pasteAndReplaceButton: 'Paste & Replace',
189
  pasteContent: 'Replace Content',
190
  confirmPasteContent: 'By doing this you will replace the current content with the content from your clipboard. The current content will be lost. Are you sure you wish to continue?',
191
  confirmPasteButtonText: 'Replace content',
192
  copyToClipboard: 'Copy H5P content to the clipboard',
193
  copiedToClipboard: 'Content is copied to the clipboard',
194
  pasteFromClipboard: 'Paste H5P content from the clipboard',
195
  pasteAndReplaceFromClipboard: 'Replace existing content with H5P Content from the clipboard',
196
  pasteNoContent: 'No H5P content on the clipboard',
197
  pasteError: 'Cannot paste from clipboard',
198
  pasteContentNotSupported: 'The content in the H5P clipboard is not supported in this context',
199
  pasteContentRestricted: 'The content in the clipboard has been restricted on this site',
200
  pasteTooOld: 'The content in the H5P clipboard is of a lower version (:clip) than what is supported in this context (:local), if possible try to have the content you want to paste upgraded, copy it again and try pasting it here.',
201
  pasteTooNew: 'The content in the H5P clipboard is of a higher version (:clip) than what is supported in this context (:local), if possible try to have this content upgraded first, and then try pasting the content here again.',
202
  ok: 'OK',
203
  avTablistLabel: 'Insert using',
204
  tabTitleBasicFileUpload: 'File Upload',
205
  tabTitleInputLinkURL: 'Link/URL',
206
  errorTooHighVersion: 'Parameters contain %used while only %supported or earlier are supported.',
207
  errorNotSupported: 'Parameters contain %used which is not supported.',
208
  errorParamsBroken: 'Parameters are broken.',
209
  libraryMissing: 'Missing required library %lib.',
210
  scriptMissing: 'Could not load upgrades script for %lib.',
211
  language: 'Language',
212
  noLanguagesSupported: 'No languages supported',
213
  changeLanguage: 'Change language to :language?',
214
  thisWillPotentially: "This will potentially reset all the text and translations. You can't undo this. The content itself will not be changed. Do you want to proceed?",
215
  notAllTextsChanged: 'Not all texts were changed, there is only partial coverage for :language.',
216
  contributeTranslations: 'If you want to complete the translation for :language you can learn about <a href=":url" target="_new">contributing translations to H5P</a>',
217
  unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
218
  proceedButtonLabel: 'Proceed to save',
219
  enterFullscreenButtonLabel: 'Enter fullscreen',
220
  exitFullscreenButtonLabel: 'Exit fullscreen',
221
  noContentHeader: 'No Fitting Content?',
222
  noContentSuggestion: 'Create one yourself!',
223
  tutorials: 'Tutorials',
224
  contentSectionAll: 'All shared content',
225
  popularContent: 'Popular Content',
226
  allPopular: 'All Popular',
227
  newOnTheHub: 'New on the Hub',
228
  allNew: 'All New',
229
  filterBy: 'Filter by',
230
  filter: 'Filter',
231
  clearFilters: 'Clear all filters',
232
  contentSearchFieldPlaceholder: 'Search for Content',
233
  loadingContentTitle: 'We are loading content for you...',
234
  loadingContentSubtitle: 'Please wait',
235
  by: 'By',
236
  dropdownButton: 'Open dropdown',
237
  paginationNavigation: 'Pagination navigation',
238
  page: 'Page',
239
  currentPage: 'Current page',
240
  nextPage: 'Go to next page',
241
  previousPage: 'Go to previous page',
242
  contentPreviewButtonLabel: 'Preview',
243
  contentDownloadButtonLabel: 'Get Content',
244
  reuseContentTabLabel: 'Get Shared Content',
245
  contentPublisherPanelHeader: 'Publisher Info',
246
  noContentFoundDesc: 'There is no content that matches your search criteria.',
247
  h5pType: 'H5P Type',
248
  level: 'Level',
249
  size: 'Size',
250
  failedFetchingData: 'Failed fetching data',
251
  filterErrorMessage: 'Something went wrong. Please reload the page.',
252
  in: 'in',
253
  navigateToParent: 'Navigate to parent',
254
  a11yTitleShowLabel: 'Show label for AT',
255
  a11yTitleHideLabel: 'Hide label for AT',
256
  reuseSuccess: ':title was successfully imported from the H5P Hub.',
257
};