Changes for page Translations

Last modified by SuperNico Laub on 2025/09/18 17:55

From version 2.1
edited by SuperNico Laub
on 2025/09/18 17:55
Change comment: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/17.7.0]
To version 1.1
edited by superadmin
on 2025/05/22 17:44
Change comment: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/16.10.8]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.supernico
1 +XWiki.superadmin
Content
... ... @@ -25,6 +25,9 @@
25 25  ckeditor.plugin.link.openInNewTab=Open Link in New Tab
26 26  ckeditor.plugin.link.upload=Upload Attachment
27 27  ckeditor.plugin.link.uploadHint=Link to a newly uploaded attachment.
28 +ckeditor.plugin.link.uploadProgress=Uploading {0}...
29 +ckeditor.plugin.link.uploadSuccess=Successfully uploaded {0}
30 +ckeditor.plugin.link.uploadError=Failed to upload {0}
28 28  
29 29  ckeditor.plugin.list.listType.none=None
30 30  
... ... @@ -53,14 +53,11 @@
53 53  ckeditor.plugin.office.importer.failedToLoadForm=Failed to load the form.
54 54  
55 55  ckeditor.plugin.resource.notSpecified=The {0} is not specified.
56 -ckeditor.plugin.resource.selectValue=Please select a value for the link location.
57 57  ckeditor.plugin.save.leaveConfirmationMessage=There are unsaved changes. Do you want to discard them?
58 58  ckeditor.plugin.save.failed=The content cannot be saved because of a CKEditor internal error. You should try to copy your important changes and reload the editor.
59 59  ckeditor.plugin.source.conversionFailed=Failed to perform the conversion.
60 60  ckeditor.plugin.selection.restoring=Restoring selection...
61 61  
62 -ckeditor.plugin.table.header.accessibilityWarning=Using headers will make your table easier to understand.
63 -
64 64  ckeditor.plugin.toolbar.basicStyles=Basic Styles
65 65  ckeditor.plugin.toolbar.lists=Lists
66 66  ckeditor.plugin.toolbar.bulletedlist=Bulleted List
... ... @@ -128,6 +128,9 @@
128 128  ckeditor.plugin.image.slash.externalBadge=External
129 129  ckeditor.plugin.image.slash.loading=Loading...
130 130  ckeditor.plugin.image.slash.upload=Upload Image
131 +ckeditor.plugin.image.slash.uploadProgress=Uploading {0}...
132 +ckeditor.plugin.image.slash.uploadSuccess=Successfully uploaded {0}
133 +ckeditor.plugin.image.slash.uploadError=Failed to upload {0}
131 131  
132 132  ckeditor.plugin.slash.group.Layout=Layout
133 133  ckeditor.plugin.slash.group.Content=Content
... ... @@ -292,15 +292,12 @@
292 292  
293 293  macroEditor.title=Edit Macro
294 294  macroEditor.more=More
295 -macroEditor.required=Required
296 296  macroEditor.changeMacro=Change Macro
297 297  macroEditor.submit=Submit
298 298  macroEditor.content=Content
299 299  macroEditor.noParameters=This macro has no parameters.
300 300  macroEditor.descriptorRequestFailed=Failed to retrieve the {0} macro descriptor.
301 -macroEditor.parametersRequestFailed=Failed to retrieve the parameters for {0}.
302 302  macroEditor.installRequestFailed=Failed to install the {0} macro.
303 -macroEditor.selectFeature=Select parameter {0}
304 304  
305 305  
306 306  imageEditor.modal.changeImage.button=Change Image
... ... @@ -325,14 +325,6 @@
325 325  imageEditor.modal.backToEditor.button=Back
326 326  ckeditor.plugin.image.imageSelector.documentTreeTab.title=Document Tree
327 327  
328 -## Deprecated since 16.10.10, 17.4.3, 17.6.0RC1
329 -ckeditor.plugin.link.uploadProgress=Uploading {0}...
330 -ckeditor.plugin.link.uploadSuccess=Successfully uploaded {0}
331 -ckeditor.plugin.link.uploadError=Failed to upload {0}
332 -ckeditor.plugin.image.slash.uploadProgress=Uploading {0}...
333 -ckeditor.plugin.image.slash.uploadSuccess=Successfully uploaded {0}
334 -ckeditor.plugin.image.slash.uploadError=Failed to upload {0}
335 -
336 336  ## Used to indicate where deprecated keys end
337 337  #@deprecatedend
338 338