Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
H5PEditor.language.core = {
2
  missingTranslation: '[Traduzione mancante :key]',
3
  loading: 'Caricamento, si prega di attendere...',
4
  selectLibrary: 'Seleziona la libreria che userai per i tuoi contenuti.',
5
  unknownFieldPath: 'Impossibibile trovare :path.',
6
  notImageField: ":path non è un'immagine.",
7
  notImageOrDimensionsField: ":path non è un'immagine o dimensioni campo.",
8
  requiredProperty: ':property è richiesta e deve avere un valore.',
9
  onlyNumbers: 'Il valore di :property può contenere solo numeri.',
10
  illegalDecimalNumber: ':property can only contain numbers with max :decimals decimals.',
11
  exceedsMax: 'Il valore di :property eccede il massimo di :max.',
12
  listExceedsMax: 'The list exceeds the maximum of :max items.',
13
  belowMin: 'Il valore di :property eccede il minimo di :min.',
14
  listBelowMin: 'The list needs at least :min items for the content to function properly.',
15
  outOfStep: 'Il valore di :property può essere modificato solo negli step di :step.',
16
  add: 'Add',
17
  addFile: 'Aggiungi file',
18
  removeFile: 'Rimuovi file',
19
  confirmRemoval: 'Sei sicuro di voler rimuovere questo :type?',
20
  removeImage: 'Rimuovi immagine',
21
  confirmImageRemoval: "Questo rimuoverà l'immagine . Sei sicuro di voler procedere ?",
22
  changeFile: 'Cambia file',
23
  changeLibrary: 'Cambiare tipo di contenuto',
24
  semanticsError: 'Errore semantico: :error',
25
  missingProperty: 'Nel campo :index manca la sua proprietà :property.',
26
  expandCollapse: 'Espandi/Collassa',
27
  addEntity: 'Aggiungi :entity',
28
  tooLong: 'Il valore del campo è troppo lungo, dovrebbe contenere al massimo :max lettere.',
29
  invalidFormat: 'Il valore del campo contiene un formato non valido o caratteri non consentiti.',
30
  confirmChangeLibrary: 'Sei sicuro di voler cambiare libreria?',
31
  commonFields: 'Impostazioni e testi',
32
  commonFieldsDescription: 'Da qui puoi modificare le impostazioni o tradurre testi utilizzati in questo contenuto.',
33
  uploading: 'Caricamento, si prega di attendere...',
34
  noFollow: 'Impossibile seguire il campo :path.',
35
  editCopyright: 'Modifica copyright',
36
  close: 'Chiudi',
37
  tutorial: 'Tutorial',
38
  editMode: 'Modalità modifica',
39
  listLabel: 'Lista',
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:
58
    'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
59
  insert: 'Insert',
60
  cancel: 'Cancel',
61
  height: 'height',
62
  width: 'width',
63
  textField: 'text field',
64
  numberField: 'number field',
65
  orderItemUp: 'Order item up',
66
  orderItemDown: 'Order item down',
67
  removeItem: 'Remove item',
68
  hubPanelLabel: 'Select content type',
69
  importantInstructions: 'Important instructions',
70
  showImportantInstructions: 'Show instructions',
71
  hideImportantInstructions: 'Hide important instructions',
72
  hide: 'Hide',
73
  example: 'Example',
74
  createContentTabLabel: 'Create Content',
75
  uploadTabLabel: 'Upload',
76
  uploadPlaceholder: 'No file chosen',
77
  uploadInstructionsTitle: 'Upload an H5P file.',
78
  uploadInstructionsContent:
79
    '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:
90
    'Make sure the uploaded H5P contains valid H5P content. H5P 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 more details.',
93
  contentTypeSectionAll: 'All Content Types',
94
  searchResults: 'Search Results',
95
  contentTypeSearchFieldPlaceholder: 'Search for Content Types',
96
  contentTypeInstallButtonLabel: 'Install',
97
  contentTypeInstallingButtonLabel: 'Installing',
98
  contentTypeUseButtonLabel: 'Use',
99
  contentTypeDetailButtonLabel: 'Details',
100
  contentTypeUpdateButtonLabel: 'Update',
101
  contentTypeUpdatingButtonLabel: 'Updating',
102
  contentTypeGetButtonLabel: 'Get',
103
  contentTypeBackButtonLabel: 'Back',
104
  contentTypeIconAltText: 'Icon',
105
  contentTypeInstallSuccess: ':contentType successfully installed!',
106
  contentTypeUpdateSuccess: ':contentType successfully updated!',
107
  contentTypeInstallError: ':contentType could not be installed. Contact your administrator.',
108
  contentTypeLicensePanelTitle: 'License',
109
  contentTypeDemoButtonLabel: 'Content Demo',
110
  numResults: ':num results',
111
  show: 'Show',
112
  recentlyUsedFirst: 'Recently Used First',
113
  popularFirst: 'Popular First',
114
  newestFirst: 'Newest First',
115
  aToZ: 'A to Z',
116
  noResultsFound: 'No results found',
117
  noResultsFoundDesc: 'There is no content type that matches your search criteria.',
118
  readMore: 'Read more',
119
  readLess: 'Read less',
120
  contentTypeOwner: 'By :owner',
121
  contentTypeUnsupportedApiVersionTitle: 'This content type requires a newer core version',
122
  contentTypeUnsupportedApiVersionContent:
123
    '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:
138
    'Some of the features of this license are indicated below. Click the info icon above to read the original license text.',
139
  licenseModalTitle: 'License Details',
140
  licenseModalSubtitle: 'Select a license to view information about proper usage',
141
  licenseUnspecified: 'Unspecified',
142
  licenseCanUseCommercially: 'Can use commercially',
143
  licenseCanModify: 'Can modify',
144
  licenseCanDistribute: 'Can distribute',
145
  licenseCanSublicense: 'Can sublicense',
146
  licenseCanHoldLiable: 'Can hold liable',
147
  licenseCannotHoldLiable: 'Cannot hold liable',
148
  licenseMustIncludeCopyright: 'Must include copyright',
149
  licenseMustIncludeLicense: 'Must include license',
150
  licenseFetchDetailsFailed: 'Failed fetching license details',
151
  imageLightboxTitle: 'Images',
152
  imageLightBoxProgress: ':num of :total',
153
  nextImage: 'Next image',
154
  previousImage: 'Previous image',
155
  screenshots: 'Screenshots',
156
  reloadButtonLabel: 'Reload',
157
  videoQuality: 'Video quality label',
158
  videoQualityDescription:
159
    'This label helps the user identify the current quality of the video. E.g. 1080p, 720p, HD or Mobile',
160
  videoQualityDefaultLabel: 'Quality :index',
161
  noContentTypesAvailable: 'No content types are available',
162
  noContentTypesAvailableDesc:
163
    'Your site is having difficulties connecting to H5P.org and listing the available content types.',
164
  contentTypeCacheOutdated: 'Content type list outdated',
165
  contentTypeCacheOutdatedDesc:
166
    '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.',
167
  tryAgain: 'Try again',
168
  getHelp: 'Get help',
169
  untitled: 'Untitled :libraryTitle',
170
  title: 'Title',
171
  metadata: 'Metadata',
172
  addTitle: 'Add title',
173
  usedForSearchingReportsAndCopyrightInformation: 'Used for searching, reports and copyright information',
174
  metadataSharingAndLicensingInfo: 'Metadata (sharing and licensing info)',
175
  fillInTheFieldsBelow: 'Fill in the fields below',
176
  saveMetadata: 'Save metadata',
177
  addAuthor: 'Save author',
178
  confirmRemoveAuthor: 'Are you sure you would like to remove this author?',
179
  addNewChange: 'Add new change',
180
  confirmDeleteChangeLog: 'Are you sure you would like to delete this change log entry?',
181
  changelogDescription:
182
    '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.',
183
  logThisChange: 'Log this change',
184
  newChangeHasBeenLogged: 'New change has been logged',
185
  loggedChanges: 'Logged changes',
186
  noChangesHaveBeenLogged: 'No changes have been logged',
187
  errorHeader: 'An error occured',
188
  errorCalculatingMaxScore:
189
    '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.',
190
  maxScoreSemanticsMissing: 'Could not find the expected semantics in the content.',
191
  copyButton: 'Copy',
192
  copiedButton: 'Copied',
193
  pasteButton: 'Paste',
194
  pasteAndReplaceButton: 'Paste & Replace',
195
  pasteContent: 'Replace Content',
196
  confirmPasteContent:
197
    '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?',
198
  confirmPasteButtonText: 'Replace content',
199
  copyToClipboard: 'Copy H5P content to the clipboard',
200
  copiedToClipboard: 'Content is copied to the clipboard',
201
  pasteFromClipboard: 'Paste H5P content from the clipboard',
202
  pasteAndReplaceFromClipboard: 'Replace existing content with H5P Content from the clipboard',
203
  pasteNoContent: 'No H5P content on the clipboard',
204
  pasteError: 'Cannot paste from clipboard',
205
  pasteContentNotSupported: 'The content in the H5P clipboard is not supported in this context',
206
  pasteContentRestricted: 'The content in the clipboard has been restricted on this site',
207
  pasteTooOld:
208
    '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.',
209
  pasteTooNew:
210
    '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.',
211
  ok: 'OK',
212
  avTablistLabel: 'Insert using',
213
  tabTitleBasicFileUpload: 'File Upload',
214
  tabTitleInputLinkURL: 'Link/URL',
215
  errorTooHighVersion: 'Parameters contain %used while only %supported or earlier are supported.',
216
  errorNotSupported: 'Parameters contain %used which is not supported.',
217
  errorParamsBroken: 'Parameters are broken.',
218
  libraryMissing: 'Missing required library %lib.',
219
  scriptMissing: 'Could not load upgrades script for %lib.',
220
  language: 'Language',
221
  noLanguagesSupported: 'No languages supported',
222
  changeLanguage: 'Change language to :language?',
223
  thisWillPotentially:
224
    "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?",
225
  notAllTextsChanged: 'Not all texts were changed, there is only partial coverage for :language.',
226
  contributeTranslations:
227
    'If you want to complete the translation for :language you can learn about <a href=":url" target="_new">contributing translations to H5P</a>',
228
  unknownLibrary: "Unfortunately, the selected content type '%lib' isn't installed on this system.",
229
  proceedButtonLabel: 'Proceed to save',
230
  enterFullscreenButtonLabel: 'Enter fullscreen',
231
  exitFullscreenButtonLabel: 'Exit fullscreen',
232
  a11yTitleShowLabel: 'Show label for AT',
233
  a11yTitleHideLabel: 'Hide label for AT',
234
  reuseSuccess: ':title was successfully imported from the H5P Hub.',
235
  noContentHeader: 'No Fitting Content?',
236
  noContentSuggestion: 'Create one yourself!',
237
  tutorials: 'Tutorials',
238
  contentSectionAll: 'All shared content',
239
  popularContent: 'Popular Content',
240
  allPopular: 'All Popular',
241
  newOnTheHub: 'New on the Hub',
242
  allNew: 'All New',
243
  filterBy: 'Filter by',
244
  filter: 'Filter',
245
  filters: {
246
    level: {
247
      dropdownLabel: 'Level',
248
      dialogHeader: 'Select level of education',
249
      dialogButtonLabel: 'Filter level of education',
250
    },
251
    language: {
252
      dropdownLabel: 'Language',
253
      dialogHeader: 'Select language(s)',
254
      dialogButtonLabel: 'Filter languages',
255
      searchPlaceholder: 'Type to search for languages',
256
    },
257
    reviewed: {
258
      dropdownLabel: 'Reviewed',
259
      dialogHeader: 'Reviewed Content',
260
      dialogButtonLabel: 'Filter',
261
      optionLabel: 'Show only reviewed content',
262
    },
263
    contentTypes: {
264
      dropdownLabel: 'Content types',
265
      dialogHeader: 'Select Content type(s)',
266
      dialogButtonLabel: 'Filter Content Types',
267
      searchPlaceholder: 'Type to search for content types',
268
    },
269
    disciplines: {
270
      dropdownLabel: 'Discipline',
271
      dialogHeader: 'Select Your Discipline',
272
      dialogButtonLabel: 'Filter Disciplines',
273
      searchPlaceholder: 'Type to search for disciplines',
274
    },
275
    licenses: {
276
      dropdownLabel: 'License',
277
      dialogHeader: 'Select preferred rights of use',
278
      dialogButtonLabel: 'Filter licenses',
279
      options: { modified: 'Can be modified', commercial: 'Allows commercial use' },
280
    },
281
  },
282
  clearFilters: 'Clear all filters',
283
  contentSearchFieldPlaceholder: 'Search for Content',
284
  loadingContentTitle: 'We are loading content for you...',
285
  loadingContentSubtitle: 'Please wait',
286
  by: 'By',
287
  dropdownButton: 'Open dropdown',
288
  paginationNavigation: 'Pagination navigation',
289
  page: 'Page',
290
  currentPage: 'Current page',
291
  nextPage: 'Go to next page',
292
  previousPage: 'Go to previous page',
293
  contentPreviewButtonLabel: 'Preview',
294
  contentDownloadButtonLabel: 'Get Content',
295
  reuseContentTabLabel: 'Get Shared Content',
296
  contentPublisherPanelHeader: 'Publisher Info',
297
  noContentFoundDesc: 'There is no content that matches your search criteria.',
298
  h5pType: 'H5P Type',
299
  level: 'Level',
300
  size: 'Size',
301
  failedFetchingData: 'Failed fetching data',
302
  filterErrorMessage: 'Something went wrong. Please reload the page.',
303
  in: 'in',
304
  navigateToParent: 'Navigate to parent',
305
};