Kod źródłowy Wiki Translations

Ostatnio modyfikowane 2026/02/20 12:44 przez Jiri Tobias

Pokaż ostatnich autorów
1 CKEditor.ConfigClass_removePlugins=Disabled Plugins
2 CKEditor.ConfigClass_removePlugins.hint=The list of plugins that have been disabled.
3 CKEditor.ConfigClass_removeButtons=Disabled Toolbar Features
4 CKEditor.ConfigClass_removeButtons.hint=The list of toolbar features that have been disabled.
5 CKEditor.ConfigClass_linkShowAdvancedTab=Link: Show Advanced Tab
6 CKEditor.ConfigClass_linkShowAdvancedTab.hint=Allows you to set link attributes such as id, name, class or style.
7 CKEditor.ConfigClass_linkShowTargetTab=Link: Show Target Tab
8 CKEditor.ConfigClass_linkShowTargetTab.hint=Allows you to set the link target attribute (e.g. to open the link in a new tab).
9 CKEditor.ConfigClass_loadJavaScriptSkinExtensions=Load JavaScript Skin Extensions
10 CKEditor.ConfigClass_loadJavaScriptSkinExtensions.hint=Some rendering macros are displayed using JavaScript code. Loading the JavaScript code improves the WYSIWYG aspect of the editor but it may cause problems if the JavaScript code interferes with the CKEditor code or if it changes content outside of the macro output boundaries.
11 CKEditor.ConfigClass_advanced=Advanced Configuration
12 CKEditor.ConfigClass_advanced.hint=You can write a JavaScript snippet to modify directly the configuration object. Check the {0}CKEditor documentation{1} for the list of available configuration properties.
13
14 ckeditor.content.placeholder=Start typing here...
15
16 ckeditor.admin.saveComment=Updated the CKEditor configuration from the Administration
17 ckeditor.admin.reset=Reset
18 ckeditor.admin.reset.hint=Restore the default configuration
19 ckeditor.admin.reset.confirmation=Are you sure you want to restore the default configuration? All your changes will be lost.
20
21 ckeditor.plugin.link.options=Options
22 ckeditor.plugin.link.anchor=Anchor
23 ckeditor.plugin.link.queryString=Query String
24 ckeditor.plugin.link.defaultLabel=type the link label
25 ckeditor.plugin.link.openInNewTab=Open Link in New Tab
26 ckeditor.plugin.link.upload=Upload Attachment
27 ckeditor.plugin.link.uploadHint=Link to a newly uploaded attachment.
28
29 ckeditor.plugin.list.listType.none=None
30
31 ckeditor.plugin.macro.placeholder=macro:{0}
32 ckeditor.plugin.macro.buttonHint=XWiki Macro
33 ckeditor.plugin.macro.editButtonHint=Edit Macro
34 ckeditor.plugin.macro.refreshFailed=Failed to refresh the edited content.
35 ckeditor.plugin.macro.dedicatedInsertButtonHint=Insert {0} macro
36 ckeditor.plugin.macro.installPending=Installing {0} {1}...
37 ckeditor.plugin.macro.installSuccessful=Successfully installed {0} {1}.
38 ckeditor.plugin.macro.installFailed=Failed to install {0} {1}.
39
40 ckeditor.plugin.office.importer.title=Import Office File
41 ckeditor.plugin.office.importer.filePath=File Path
42 ckeditor.plugin.office.importer.filePath.hint=Choose the office file to import. The file will be uploaded and attached to this page and its content inserted in the content of the page.
43 ckeditor.plugin.office.importer.filterStyles=Filter Styles
44 ckeditor.plugin.office.importer.filterStyles.hint=Filter text styles like font, color, alignment, margins. Content structure including heading levels, paragraphs, lists and tables are preserved.
45 ckeditor.plugin.office.importer.useOfficeViewer=Use the Office Viewer
46 ckeditor.plugin.office.importer.useOfficeViewer.hint=Check this option if you don't plan to edit the content of the office file after the import or if you don't want to mix the content of the office file with the content that you are currently editing.
47 ckeditor.plugin.office.importer.required=Required
48 ckeditor.plugin.office.importer.import=Import
49 ckeditor.plugin.office.importer.inProgress=Importing office file...
50 ckeditor.plugin.office.importer.done=Office file successfully imported.
51 ckeditor.plugin.office.importer.fail=Office import failed.
52 ckeditor.plugin.office.importer.noUploadURL=File upload URL is not configured.
53 ckeditor.plugin.office.importer.failedToLoadForm=Failed to load the form.
54
55 ckeditor.plugin.resource.notSpecified=The {0} is not specified.
56 ckeditor.plugin.resource.selectValue=Please select a value for the link location.
57 ckeditor.plugin.save.leaveConfirmationMessage=There are unsaved changes. Do you want to discard them?
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 ckeditor.plugin.source.conversionFailed=Failed to perform the conversion.
60 ckeditor.plugin.selection.restoring=Restoring selection...
61
62 ckeditor.plugin.table.header.accessibilityWarning=Using headers will make your table easier to understand.
63
64 ckeditor.plugin.toolbar.basicStyles=Basic Styles
65 ckeditor.plugin.toolbar.lists=Lists
66 ckeditor.plugin.toolbar.bulletedlist=Bulleted List
67 ckeditor.plugin.toolbar.numberedlist=Numbered List
68 ckeditor.plugin.toolbar.insert=Insert
69 ckeditor.plugin.toolbar.horizontalrule=Divider
70 ckeditor.plugin.toolbar.specialchar=Special Character
71 ckeditor.plugin.toolbar.infoBox=Info Box
72 ckeditor.plugin.toolbar.successBox=Success Box
73 ckeditor.plugin.toolbar.warningBox=Warning Box
74 ckeditor.plugin.toolbar.errorBox=Error Box
75 ckeditor.plugin.toolbar.toc=Table of Contents
76 ckeditor.plugin.toolbar.include=Include Page
77 ckeditor.plugin.toolbar.code=Code Snippet
78 ckeditor.plugin.toolbar.otherMacros=Other Macros
79
80 ckeditor.plugin.syntax.update.inProgress=Updating the WYSIWYG editor
81 ckeditor.plugin.syntax.update.done=WYSIWYG editor updated
82 ckeditor.plugin.syntax.update.failed=Failed to update the WYSIWYG editor
83 ckeditor.plugin.syntax.wysiwygModeUnsupported=The WYSIWYG edit mode is not supported by the {0} syntax.
84
85 ckeditor.plugin.icon.iconsFetchFailed=Failed to retrieve the icon list.
86 ckeditor.plugin.icon.iconThemesFetchFailed=Failed to retrieve the available icon themes.
87
88 ckeditor.plugin.image.imageEditor.standardTab.title=Standard
89 ckeditor.plugin.image.imageEditor.advancedTab.title=Advanced
90 ckeditor.plugin.image.imageEditor.standardTab.imageStyles.label=Image Styles
91 ckeditor.plugin.image.imageEditor.standardTab.imageStyles.hint=Select the style to apply on the image.
92 ckeditor.plugin.image.imageEditor.standardTab.alt.label=Alternative Text
93 ckeditor.plugin.image.imageEditor.standardTab.alt.hint=Define an alternate text for an image, if the image cannot be displayed.
94 ckeditor.plugin.image.imageEditor.standardTab.caption.label=Caption
95 ckeditor.plugin.image.imageEditor.standardTab.caption.hint=Activate and define an image caption.
96 ckeditor.plugin.image.imageEditor.standardTab.caption.ariaLabel=Activate and define an image caption.
97
98 ckeditor.plugin.image.imageEditor.advancedTab.size.label=Size
99 ckeditor.plugin.image.imageEditor.advancedTab.size.width.label=Width
100 ckeditor.plugin.image.imageEditor.advancedTab.size.height.label=Height
101 ckeditor.plugin.image.imageEditor.advancedTab.size.hint=Define the image size.
102 ckeditor.plugin.image.imageEditor.advancedTab.border.label=Border
103 ckeditor.plugin.image.imageEditor.advancedTab.border.hint=When checked, the image is displayed with a border
104 ckeditor.plugin.image.imageEditor.advancedTab.alignment.label=Alignment
105 ckeditor.plugin.image.imageEditor.advancedTab.alignment.hint=Define the image alignment.
106 ckeditor.plugin.image.imageEditor.advancedTab.alignment.option.none=None
107 ckeditor.plugin.image.imageEditor.advancedTab.alignment.option.start=Start
108 ckeditor.plugin.image.imageEditor.advancedTab.alignment.option.center=Center
109 ckeditor.plugin.image.imageEditor.advancedTab.alignment.option.end=End
110 ckeditor.plugin.image.imageEditor.advancedTab.textWrap.label=Text Wrap
111 ckeditor.plugin.image.imageEditor.advancedTab.textWrap.hint=When checked, the text is wrapped around the image.
112
113 ckeditor.plugin.image.imageSelector.treeTab.title=Tree
114 ckeditor.plugin.image.imageSelector.uploadTab.title=Upload
115 ckeditor.plugin.image.imageSelector.uploadTab.file.title=File
116 ckeditor.plugin.image.imageSelector.uploadTab.file.hint=Select a local file to add to the page.
117 ckeditor.plugin.image.imageSelector.uploadTab.uploadButton=Upload
118 ckeditor.plugin.image.imageSelector.iconTab.title=Icon
119 ckeditor.plugin.image.imageSelector.iconTab.icon.title=Icon
120 ckeditor.plugin.image.imageSelector.iconTab.icon.hint=The identifier of the icon to display as an image.
121 ckeditor.plugin.image.imageSelector.iconTab.icon.placeholder=accept
122 ckeditor.plugin.image.imageSelector.urlTab.title=Url
123 ckeditor.plugin.image.imageSelector.urlTab.url.title=Url
124 ckeditor.plugin.image.imageSelector.urlTab.url.hint=The url of the image to display.
125 ckeditor.plugin.image.imageSelector.urlTab.url.placeholder=https://...
126
127 ckeditor.plugin.image.slash.currentPageBadge=This page
128 ckeditor.plugin.image.slash.externalBadge=External
129 ckeditor.plugin.image.slash.loading=Loading...
130 ckeditor.plugin.image.slash.upload=Upload Image
131
132 ckeditor.plugin.slash.group.Layout=Layout
133 ckeditor.plugin.slash.group.Content=Content
134 ckeditor.plugin.slash.group.Formatting=Formatting
135 ckeditor.plugin.slash.group.Navigation=Navigation
136 ckeditor.plugin.slash.group.Actions=Actions
137 ckeditor.plugin.slash.group.Table=Table
138 ckeditor.plugin.slash.group.Macro=Macro
139
140 ckeditor.plugin.slash.action.h1.hint=First level of heading.
141 ckeditor.plugin.slash.action.h2.hint=Second level of heading.
142 ckeditor.plugin.slash.action.h3.hint=Third level of heading.
143 ckeditor.plugin.slash.action.h4.hint=Fourth level of heading.
144 ckeditor.plugin.slash.action.h5.hint=Fifth level of heading.
145 ckeditor.plugin.slash.action.h6.hint=Sixth level of heading.
146 ckeditor.plugin.slash.action.p.name=Paragraph
147 ckeditor.plugin.slash.action.p.hint=Create a paragraph of plain text.
148 ckeditor.plugin.slash.action.ul.hint=Create a simple bulleted list.
149 ckeditor.plugin.slash.action.ol.hint=Create a list with numbering.
150 ckeditor.plugin.slash.action.table.hint=Add simple tabular content to your page.
151 ckeditor.plugin.slash.action.blockquote.name=Quote
152 ckeditor.plugin.slash.action.blockquote.hint=Mark a quotation.
153 ckeditor.plugin.slash.action.info.hint=Emphasize an important message.
154 ckeditor.plugin.slash.action.info.defaultContent=Type your information message here.
155 ckeditor.plugin.slash.action.success.hint=Mark work done.
156 ckeditor.plugin.slash.action.success.defaultContent=Type your success message here.
157 ckeditor.plugin.slash.action.warning.hint=Write a warning message.
158 ckeditor.plugin.slash.action.warning.defaultContent=Type your warning message here.
159 ckeditor.plugin.slash.action.error.hint=Write an error message.
160 ckeditor.plugin.slash.action.error.defaultContent=Type your error message here.
161 ckeditor.plugin.slash.action.hr.hint=Mark a thematic break between blocks of content: for example, a change of scene in a story, or a shift of topic within a section.
162 ckeditor.plugin.slash.action.a.hint=Create a link to another page.
163 ckeditor.plugin.slash.action.img.hint=Embed or upload an image.
164 ckeditor.plugin.slash.action.icon.name=Icon
165 ckeditor.plugin.slash.action.icon.hint=Embed an icon.
166 ckeditor.plugin.slash.action.mention.name=Mention
167 ckeditor.plugin.slash.action.mention.hint=Mention someone to send them a notification.
168 ckeditor.plugin.slash.action.emoji.name=Emoji
169 ckeditor.plugin.slash.action.emoji.hint=Pick an emoji to insert.
170 ckeditor.plugin.slash.action.code.hint=Write a snippet of code.
171 ckeditor.plugin.slash.action.toc.hint=Provide an overview of the content sections.
172 ckeditor.plugin.slash.action.include.hint=Include content from other pages.
173 ckeditor.plugin.slash.action.macros.name=Browse macros
174 ckeditor.plugin.slash.action.macros.hint=Find the macro you need.
175 ckeditor.plugin.slash.action.find.hint=Replace multiple occurrences of a given text.
176 ckeditor.plugin.slash.action.table_row_before.hint=Insert a new table row before the current one.
177 ckeditor.plugin.slash.action.table_row_after.hint=Insert a new table row after the current one.
178 ckeditor.plugin.slash.action.table_row_delete.name=Delete Row
179 ckeditor.plugin.slash.action.table_row_delete.hint=Remove the current table row.
180 ckeditor.plugin.slash.action.table_col_before.hint=Insert a new table column before the current one.
181 ckeditor.plugin.slash.action.table_col_after.hint=Insert a new table column after the current one.
182 ckeditor.plugin.slash.action.table_col_delete.name=Delete Column
183 ckeditor.plugin.slash.action.table_col_delete.hint=Remove the current table column.
184 ckeditor.plugin.slash.action.table_cell_split_horizontal.hint=Split the current table cell horizontally.
185 ckeditor.plugin.slash.action.table_cell_split_vertical.hint=Split the current table cell vertically.
186 ckeditor.plugin.slash.action.table_cell_merge_right.name=Merge Cell Right
187 ckeditor.plugin.slash.action.table_cell_merge_right.hint=Merge the current table cell with the next one.
188 ckeditor.plugin.slash.action.table_cell_merge_down.name=Merge Cell Down
189 ckeditor.plugin.slash.action.table_cell_merge_down.hint=Merge the current table cell with the one below.
190 ckeditor.plugin.slash.action.table_cell_before.hint=Insert a new table cell before the current one.
191 ckeditor.plugin.slash.action.table_cell_after.hint=Insert a new table cell after the current one.
192 ckeditor.plugin.slash.action.table_cell_delete.name=Delete Cell
193 ckeditor.plugin.slash.action.table_cell_delete.hint=Remove the current table cell.
194 ckeditor.plugin.slash.action.table_delete.hint=Remove the current table from the content.
195
196 ckeditor.plugin.slash.placeholder=Type / for quick actions...
197 ckeditor.plugin.slash.dropdown.hint=Select the item to autocomplete.
198
199 ckeditor.plugin.focusedplaceholder.placeholder.body=Body
200 ckeditor.plugin.focusedplaceholder.placeholder.address=Address
201 ckeditor.plugin.focusedplaceholder.placeholder.aside=Aside
202 ckeditor.plugin.focusedplaceholder.placeholder.footer=Footer
203 ckeditor.plugin.focusedplaceholder.placeholder.header=Header
204 ckeditor.plugin.focusedplaceholder.placeholder.h1=Heading 1
205 ckeditor.plugin.focusedplaceholder.placeholder.h2=Heading 2
206 ckeditor.plugin.focusedplaceholder.placeholder.h3=Heading 3
207 ckeditor.plugin.focusedplaceholder.placeholder.h4=Heading 4
208 ckeditor.plugin.focusedplaceholder.placeholder.h5=Heading 5
209 ckeditor.plugin.focusedplaceholder.placeholder.h6=Heading 6
210 ckeditor.plugin.focusedplaceholder.placeholder.main=Main content
211 ckeditor.plugin.focusedplaceholder.placeholder.nav=Navigation
212 ckeditor.plugin.focusedplaceholder.placeholder.section=Section
213 ckeditor.plugin.focusedplaceholder.placeholder.blockquote=Quote
214 ckeditor.plugin.focusedplaceholder.placeholder.dl=Definition list
215 ckeditor.plugin.focusedplaceholder.placeholder.dt=Definition entry
216 ckeditor.plugin.focusedplaceholder.placeholder.dd=Description
217 ckeditor.plugin.focusedplaceholder.placeholder.figcaption=Caption
218 ckeditor.plugin.focusedplaceholder.placeholder.figure=Figure
219 ckeditor.plugin.focusedplaceholder.placeholder.ol=Ordered list
220 ckeditor.plugin.focusedplaceholder.placeholder.ul=Unordered list
221 ckeditor.plugin.focusedplaceholder.placeholder.menu=Menu (unordered list)
222 ckeditor.plugin.focusedplaceholder.placeholder.li=List item
223 ckeditor.plugin.focusedplaceholder.placeholder.p=Paragraph
224 ckeditor.plugin.focusedplaceholder.placeholder.pre=Preformated
225 ckeditor.plugin.focusedplaceholder.placeholder.caption=Title
226 ckeditor.plugin.focusedplaceholder.placeholder.th=Header
227 ckeditor.plugin.focusedplaceholder.placeholder.td=Cell
228
229 ckeditor.plugin.realtime.leavingCollaboration=Leaving realtime collaboration
230 ckeditor.plugin.realtime.joiningCollaboration=Joining realtime collaboration
231
232 ckeditor.plugin.upload.downloadingPastedImages=Downloading pasted images: {0} / {1}
233 ckeditor.plugin.upload.imageDownloadFailed=Failed to download {0} out of {1} pasted images
234 ckeditor.plugin.upload.starting=Starting upload in {0}s
235 ckeditor.plugin.upload.uploadingPastedImages=Uploading pasted images: {0} / {1}
236 ckeditor.plugin.upload.imageUploadFailed=Failed to upload {0} out of {1} pasted images
237
238 ckeditor.inline.failedToInit=Failed to initialize CKEditor.
239
240 ckeditor.upload.error.csrf=The CSRF token is missing.
241 ckeditor.upload.error.emptyReturn=Error when uploading the file: it might exceed the configured maximum upload size.
242
243 modal.ok=OK
244 modal.cancel=Cancel
245 modal.close=Close
246
247 resource.attach.label=Attachment
248 resource.attach.placeholder=Path.To.Page@attachment.png
249 resource.data.label=Data URI
250 resource.doc.label=Page
251 resource.doc.placeholder=Path.To.Page
252 resource.icon.label=Icon
253 resource.mailto.label=Mail Address
254 resource.mailto.placeholder=user@example.org
255 resource.path.label=Path
256 resource.path.placeholder=/path/to/file
257 resource.unc.label=UNC Path
258 resource.unc.placeholder=//server/share/path/to/file
259 resource.unknown.label=Unknown
260 resource.url.label=URL
261 resource.url.placeholder=http://www.example.org/image.png
262 resource.user.label=User
263 resource.user.placeholder=alias
264
265 resourcePicker.attach.hint=Select an attachment
266 resourcePicker.doc.hint=Select a page
267 resourcePicker.dropdown.toggle.title=Toggle the display of resource types.
268
269 entityResourceSuggester.doc.placeholder=Find a page...
270 entityResourceSuggester.attach.placeholder=Find an attachment...
271 entityResourceSuggester.create.resolvedInSpace=Create new page...
272 entityResourceSuggester.create.fullyResolvedInput=Create with exact reference...
273
274 entityResourcePicker.select=Select
275 entityResourcePicker.doc.title=Select Page
276 entityResourcePicker.attach.title=Select Attachment
277
278 macroSelector.title=Select Macro
279 macroSelector.filter.text.placeholder=Type to filter
280 macroSelector.filter.category.all=All Macros
281 macroSelector.filter.category.other=Other
282 macroSelector.filter.category.notinstalled=Not installed
283 macroSelector.failedToRetrieveMacros=Failed to retrieve the list of available macros.
284 macroSelector.select=Select
285 macroSelector.recommended=Recommended
286 macroSelector.install=Install
287 macroSelector.install.confirm=You are about to install the extension {0} {1}. Are you sure you want to continue ?
288 macroSelector.install.notAllowed=You are not allowed to install this extension
289 macroSelector.filter.category.placeholder=Select a category...
290
291 macroEditor.title=Edit Macro
292 macroEditor.more=More
293 macroEditor.required=Required
294 macroEditor.deprecated=Deprecated
295 macroEditor.advanced=Advanced
296 macroEditor.changeMacro=Change Macro
297 macroEditor.submit=Submit
298 macroEditor.content=Content
299 macroEditor.noParameters=This macro has no parameters.
300 macroEditor.descriptorRequestFailed=Failed to retrieve the {0} macro descriptor.
301 macroEditor.parametersRequestFailed=Failed to retrieve the parameters for {0}.
302 macroEditor.installRequestFailed=Failed to install the {0} macro.
303 macroEditor.selectFeature=Select parameter {0}
304
305
306 imageEditor.modal.changeImage.button=Change Image
307 imageEditor.modal.loadFail.message=Failed to retrieve the image editor form.
308 imageEditor.modal.title=Edit Image
309 imageEditor.modal.insertButton=Insert
310 imageEditor.modal.updateButton=Update
311 imageEditor.modal.initialization.fail=Failed to retrieve the image selection form.
312 imageEditor.modal.outscaleWarning=One of the dimensions is larger than the original image ({0}). The result may be a reduction in the quality of the displayed image.
313 imageSelector.modal.title=Select Image
314 imageSelector.modal.selectButton=Select
315 imageSelector.modal.loadFail.message=Failed to retrieve the image selection form.
316 imageSelector.modal.fileUpload.success=File upload succeeded.
317 imageSelector.modal.fileUpload.fail=File upload failed.
318 imageSelector.modal.fileUpload.abort=File upload aborted.
319 imageSelector.modal.initialization.fail=Failed to retrieve the image selection form.
320
321 ## Used to indicate where deprecated keys start
322 #@deprecatedstart
323
324 ## Deprecated since 14.10
325 imageEditor.modal.backToEditor.button=Back
326 ckeditor.plugin.image.imageSelector.documentTreeTab.title=Document Tree
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 ## Deprecated since 16.10.12, 17.4.5, 17.8.0
337 ckeditor.plugin.realtime.notification.sourcearea.temporarilyLeftSession=Temporarily leaving the realtime session.
338 ckeditor.plugin.realtime.notification.sourcearea.rejoiningSession.noChanges=No changes were made. Re-joining the realtime session.
339 ckeditor.plugin.realtime.notification.sourcearea.rejoiningSession.alone=There are unsaved changes, but no one else is in the realtime session. Re-joining.
340 ckeditor.plugin.realtime.notification.sourcearea.notRejoiningSession=Could not rejoin the realtime session because there are unsaved changes.
341
342 ## Used to indicate where deprecated keys end
343 #@deprecatedend