Changes for page Translations

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

From 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]
To 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]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.superadmin
1 +xwiki:XWiki.supernico
Content
... ... @@ -25,9 +25,6 @@
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}
31 31  
32 32  ckeditor.plugin.list.listType.none=None
33 33  
... ... @@ -56,11 +56,14 @@
56 56  ckeditor.plugin.office.importer.failedToLoadForm=Failed to load the form.
57 57  
58 58  ckeditor.plugin.resource.notSpecified=The {0} is not specified.
56 +ckeditor.plugin.resource.selectValue=Please select a value for the link location.
59 59  ckeditor.plugin.save.leaveConfirmationMessage=There are unsaved changes. Do you want to discard them?
60 60  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.
61 61  ckeditor.plugin.source.conversionFailed=Failed to perform the conversion.
62 62  ckeditor.plugin.selection.restoring=Restoring selection...
63 63  
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,9 +128,6 @@
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}
134 134  
135 135  ckeditor.plugin.slash.group.Layout=Layout
136 136  ckeditor.plugin.slash.group.Content=Content
... ... @@ -295,12 +295,15 @@
295 295  
296 296  macroEditor.title=Edit Macro
297 297  macroEditor.more=More
295 +macroEditor.required=Required
298 298  macroEditor.changeMacro=Change Macro
299 299  macroEditor.submit=Submit
300 300  macroEditor.content=Content
301 301  macroEditor.noParameters=This macro has no parameters.
302 302  macroEditor.descriptorRequestFailed=Failed to retrieve the {0} macro descriptor.
301 +macroEditor.parametersRequestFailed=Failed to retrieve the parameters for {0}.
303 303  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,6 +325,14 @@
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 +
328 328  ## Used to indicate where deprecated keys end
329 329  #@deprecatedend
330 330