158 lines
27 KiB
Plaintext
158 lines
27 KiB
Plaintext
![]() |
/*
|
||
|
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||
|
*/
|
||
|
CKEDITOR.lang['en']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","url":"URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Send it to the Server","image":"Image","flash":"Flash","form":"Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea","hiddenField":"Hidden Field","button":"Button","select":"Selection Field","imageButton":"Image Button","notSet":"<not set>","id":"Id","name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirRtl":"Right to Left (RTL)","langCode":"Language Code","longDescr":"Long Description URL","cssClass":"Stylesheet Classes","advisoryTitle":"Advisory Title","cssStyle":"Style","ok":"OK","cancel":"Cancel","close":"Close","preview":"Preview","resize":"Resize","generalTab":"General","advancedTab":"Advanced","validateNumberFailed":"This value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCancel":"You have changed some options. Are you sure you want to close the dialog window?","options":"Options","target":"Target","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetParent":"Parent Window (_parent)","langDirLTR":"Left to Right (LTR)","langDirRTL":"Right to Left (RTL)","styles":"Style","cssClasses":"Stylesheet Classes","width":"Width","height":"Height","align":"Alignment","alignLeft":"Left","alignRight":"Right","alignCenter":"Center","alignJustify":"Justify","alignTop":"Top","alignMiddle":"Middle","alignBottom":"Bottom","alignNone":"None","invalidValue":"Invalid value.","invalidHeight":"Height must be a number.","invalidWidth":"Width must be a number.","invalidCssLength":"Value specified for the \"%1\" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, unavailable</span>","keyboard":{"8":"Backspace","13":"Enter","16":"Shift","17":"Ctrl","18":"Alt","32":"Space","35":"End","36":"Home","46":"Delete","224":"Command"},"keyboardShortcut":"Keyboard shortcut"},"about":{"copy":"Copyright © $1. All rights reserved.","dlgTitle":"About CKEditor","help":"Check $1 for help.","moreInfo":"For licensing information please visit our web site:","title":"About CKEditor","userGuide":"CKEditor User's Guide"},"basicstyles":{"bold":"Bold","italic":"Italic","strike":"Strikethrough","subscript":"Subscript","superscript":"Superscript","underline":"Underline"},"bidi":{"ltr":"Text direction from left to right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Block Quote"},"button":{"selectedLabel":"%1 (Selected)"},"toolbar":{"toolbarCollapse":"Collapse Toolbar","toolbarExpand":"Expand Toolbar","toolbarGroups":{"document":"Document","clipboard":"Clipboard/Undo","editing":"Editing","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":"Insert","styles":"Styles","colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"notification":{"closed":"Notification closed."},"clipboard":{"copy":"Copy","copyError":"Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).","cut":"Cut","cutError":"Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).","paste":"Paste","pasteNotification":"Your browser doesn't allow you to paste thi
|
||
|
CKEDITOR.lang['en']["indent"] = {
|
||
|
"indent": "Nested List",
|
||
|
"outdent": "Decrease Nesting"
|
||
|
};
|
||
|
CKEDITOR.lang['en'] ["stylescombo"]["label"]= "Code";
|
||
|
CKEDITOR.lang.en.image['alt'] = "HoverTip";
|
||
|
CKEDITOR.lang['en']['fbrowser'] = {
|
||
|
FileBrowserError_101: 'Folder already exists.',
|
||
|
FileBrowserError_102: 'Invalid folder name',
|
||
|
FileBrowserError_103: 'You have no permissions to create the folder.',
|
||
|
FileBrowserError_110: 'Unknown error creating folder',
|
||
|
FileBrowserError_201: 'A file with the same name is already available. The uploaded file has been renamed to: ',
|
||
|
FileBrowserError_202: 'Invalid file',
|
||
|
FileBrowserError_203: 'You do not have permission to upload files to this folder. If you think this is incorrect please notify your administrator.',
|
||
|
FileBrowserError_204: 'Unable to delete the selected file',
|
||
|
FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions',
|
||
|
FileBrowserError_206: ' already exists; you must either delete or rename it. ',
|
||
|
FileBrowserError_default: 'Error on your request. Error number: ',
|
||
|
FileBrowserError_Ajax: 'Your browser does not support AJAX.',
|
||
|
FileBrowserError_XML: 'The server didn\'t reply with a proper XML data. Please check your configuration.' ,
|
||
|
FileBrowserError_Folder_Submit: 'Please type the folder name.',
|
||
|
FileBrowserError_File_Submit: 'Please select a file from your computer',
|
||
|
FileBrowserError_Upload: 'Error on upload. Error number: ',
|
||
|
FileBrowserError_Connector: 'The connector is disabled. Check editor/filemanager/connectors/php/config.php',
|
||
|
FileBrowserError_Command: 'Unsupported command: ',
|
||
|
FileBrowserError_Type: 'Invalid type specified: ',
|
||
|
FolderMoveWarning: 'You can only move files to a folder one level below the current directory',
|
||
|
FileBrowserError_301: "The uploaded file exceeds the upload_max_filesize directive in php.ini.",
|
||
|
FileBrowserError_302: "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.",
|
||
|
FileBrowserError_303: "The uploaded file was only partially uploaded.",
|
||
|
FileBrowserError_304: "No file was uploaded.",
|
||
|
FileBrowserError_306: "Missing a temporary folder.",
|
||
|
FileBrowserError_307: "Failed to write file to disk.",
|
||
|
FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help.",
|
||
|
DlgFileBrowserUpMsg: "Upload a new file in this folder",
|
||
|
DlgFileBrowserRead : "read-only",
|
||
|
DlgFileBrowserWrite : "uploadable",
|
||
|
DlgFileBrowserNewFolder: "Create Folder",
|
||
|
DlgFileBrowserResourceType: "Resource Type",
|
||
|
DlgLnkUpload : "Upload",
|
||
|
DlgFileBrowserMove: "Move",
|
||
|
LinkText: "<span style='font-weight:bold'>Link Display Text</span><br />User defined Text (takes precedence over Page Name or ID)",
|
||
|
LinkPageOrId: 'Page Name creates default Dokuwiki Link: <code>[[namespace:page|]]</code><br />ID creates: <code>[[namespace:page|namespace:page]]</code>',
|
||
|
InternalLink: "internal link",
|
||
|
InternalMedia: "internal media",
|
||
|
MediaFileLink: "link to media file",
|
||
|
InterWikiLink: "Interwiki Link",
|
||
|
InterWikiType: "Interwiki Type",
|
||
|
InterwikiPlaceHolder: "Interwiki Replacement Text",
|
||
|
InterwikiInfo: "<div style='max-width:350px; white-space: pre-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuwiki\'s " +
|
||
|
"interwiki links are short-cuts which look like this: <span style='font-weight:600'>[[wp>Shakespeare]]</span>, which will create a link to the English Wikipedia article on Shakespeare. " +
|
||
|
"The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
|
||
|
"the text following the '<span style='font-weight:900'>></span>' will be inserted into the link, replacing a place holder, which is enclosed in curly brackets, " +
|
||
|
"as in <span style='font-weight:600'>{NAME}.</span> When there is no place holder, the replacement text will be appended to the end of the link.</div>",
|
||
|
MediaFileLink: "link to media file",
|
||
|
SMBLabel: "Samba Share",
|
||
|
GetHeadingsLabel: 'Get Headings' ,
|
||
|
QStringLabel: 'Query String (For example: value_1=1&value_2=2) ',
|
||
|
ResetQS: 'Reset Query String',
|
||
|
NotSetOption: 'Not Set',
|
||
|
AdvancedInfo: "To create anchors from Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go back, select a new page and get new headers.",
|
||
|
AdvancedTabPrompt: 'Use the advanced tab to create page anchors and query strings',
|
||
|
SMBExample: "Enter your share as: \\\\Server\\directory\\file",
|
||
|
DlgFileBrowserWaitingMsg: 'Loading files, please wait.',
|
||
|
DlgFileBrowserAdjustSize: 'Adjust browser size',
|
||
|
DlgFileBrowserReset: 'Reset',
|
||
|
DlgFileBrowserSortBy: 'Sort by',
|
||
|
DlgFileBrowserSortDate: 'Date',
|
||
|
DlgFileBrowserSortSize: 'File size',
|
||
|
DlgFileBrowserSortName: 'Name',
|
||
|
DlgFileBrowserButtonHelp: 'Help',
|
||
|
DlgFileBrowserResizeMsg: "The file browser window will be reset to the default size after your page is reloaded into the editor.",
|
||
|
DlgFileBrowserSearch: "Find file(s)",
|
||
|
DlgFileBrowserSearchInfo: "Enter all or part of a file name",
|
||
|
DlgFileBrowserSortOrder: 'Reverse order',
|
||
|
DlgFileBrowserInfo_1: "If you increase the zoom level of your browser, Ckgedit's file browser may exceed the size of its enclosing window, forcing scrollbars. " +
|
||
|
" To eliminate the scrollbars, you can enlarge the window up to 20%. The new size takes effect after you have closed and re-opened the editor. " +
|
||
|
"Resizing uses a cookie with a year's duration. ",
|
||
|
DlgFileBrowserInfo_2: "The file listings can be sorted by Name, Date, and File Size. By default they sort in ascending order, but Date and File Size can " +
|
||
|
"be sorted in descending order by checking the Reverse Order option. The sort functions are not supported by Internet Explorer but do work in Win 10 Edge.",
|
||
|
DlgFileBrowserInfo_3: "The search functions will search using whole or part of a file name.",
|
||
|
LinkText: "<span style='font-weight:bold'>Link Display Text</span><br />Can be edited by user (takes precedence over Page Name or ID)",
|
||
|
};
|
||
|
CKEDITOR.lang['en']['footnote'] = {
|
||
|
FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
|
||
|
'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editing box and click OK</li>'+
|
||
|
'<li>To edit a footnote enter the footnote id into the id box and click the Load button. <br /> The footnote will '+
|
||
|
'appear in the editing box, where you can then edit it.<br /> When you are finished editing, click OK to save.</li>'+
|
||
|
'<li> A footnote id has this form: <b>fckgL_<n></b>, where n is the number of the note.</li></ul></div>',
|
||
|
ToolTip: 'Insert a footnote',
|
||
|
Settings: 'Settings',
|
||
|
Header: 'This dialog window lets you create and edit footnotes.',
|
||
|
Label_1 :'Footnote Text (required)',
|
||
|
Label_2: 'Footnote Id: ',
|
||
|
LoadButtonLabel : 'Load Note In Editor',
|
||
|
Title : 'Footnote Dialog',
|
||
|
Validate: 'The footnote text field cannot be empty.',
|
||
|
|
||
|
};
|
||
|
CKEDITOR.lang['en']['fontassist'] = {
|
||
|
Title: 'Font Plugin Editor',
|
||
|
ToolTip: 'Check and Revise Font Styling',
|
||
|
MainHeader: 'View and optionally alter text styled with the font plugin .',
|
||
|
SelectColor : ' Select Color',
|
||
|
SelectedTextColor : 'Selected Text Color',
|
||
|
SelectedBGColor : 'Selected Background Color',
|
||
|
BGColors : 'Background Colors',
|
||
|
InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #cccccc; margin:auto; height: 350px; overflow:auto;">' +
|
||
|
'This tool works with the font plugin and is used to update the font plugin\'s syntax and/or view its enclosed text. ' +
|
||
|
'Clicking anywhere on the plugin syntax or its text will enable you to check the appearance of the font, its colors, and its size.'+
|
||
|
'<br /><br />You can also update the plugin syntax in place. To do this you must select both the font syntax itself and the enclosed text:' +
|
||
|
'<p style="text-indent: 50px; font-size: 12pt;"> <font. . . >text</font></p>' +
|
||
|
'Then whatever changes you make with this tool can be inserted into the editor window, by clicking OK, and will replace the current font syntax. ' +
|
||
|
'<br /><br />The font syntax will appear in the textbox below the display window and is updated with each change. '+
|
||
|
'Clicking on the text will select the text for copying.</div>',
|
||
|
Main: 'Main',
|
||
|
Text : 'Text',
|
||
|
IfChecked : ' If checked, uncheck to activate OK button',
|
||
|
Fonts : 'Fonts',
|
||
|
FontSizes : 'Font Sizes (px)',
|
||
|
ResetFont : 'Reset font',
|
||
|
ResetAll : 'Reset all',
|
||
|
TextColors : 'Text Colors',
|
||
|
Accept :'Accept',
|
||
|
Reset : 'Reset',
|
||
|
none : 'none',
|
||
|
};
|
||
|
CKEDITOR.lang['en']['signature'] = {
|
||
|
ToolTip: 'Insert signature'
|
||
|
};
|
||
|
/* For these below, the 'en' is replaced by your language code. For instance:
|
||
|
CKEDITOR.lang.de //German
|
||
|
CKEDITOR.lang.fr //French
|
||
|
*/
|
||
|
CKEDITOR.lang.en["format"]["panelTitle"] = "Section Headers";
|
||
|
CKEDITOR.lang.en["format"]["label"] = "Headlines";
|
||
|
CKEDITOR.lang.en["stylescombo"]["panelTitle"]="Formatting Code Styles";
|
||
|
CKEDITOR.lang.en.common["alignBaseLine"] = "Baseline";
|
||
|
CKEDITOR.lang['en'] ["stylescombo"]["label"]= "Code";
|
||
|
CKEDITOR.lang.en.common["alignBaseLine"] = "Baseline";
|
||
|
CKEDITOR.lang['en']["indent"] = {
|
||
|
"indent": "Nested List",
|
||
|
"outdent": "Decrease Nesting"
|
||
|
};
|
||
|
CKEDITOR.lang.en["common"]["noLink"] = "No link";
|
||
|
CKEDITOR.lang.en["common"]["linkType"] = "Link type";
|
||
|
CKEDITOR.lang.en["common"]["linkDetail"] = "Detail";
|
||
|
CKEDITOR.lang.en["common"]["linkDirect"] = "Direct";
|
||
|
CKEDITOR.lang.en["common"]["linkNoLink"] = "No Link";
|
||
|
CKEDITOR.lang.en["common"]["linkOnly"] = "Link only";
|
||
|
|
||
|
|