Files
dokuwiki-plugins/lib/plugins/ckgedit/lang/en/lang.php

81 lines
5.5 KiB
PHP
Raw Normal View History

2025-10-09 15:04:29 +11:00
<?php
$lang['btn_dw_edit'] = "DW Edit";
$lang['dw_btn_fck_preview']="CKG Preview";
$lang['dw_btn_lang']="Language";
$lang['title_dw_delete'] = "Delete Page";
$lang['title_dw_edit'] = "Save Work, Exit, and Switch to Native DokuWiki Editor";
$lang['dw_btn_revert'] = "Revert";
$lang['title_dw_revert'] = "Revert to previous backup";
$lang['title_dw_lang']="Select language for spell checker";
$lang['title_dw_cancel']='Exit Editor';
$lang['btn_fck_edit'] = "CKG Edit";
$lang['confirm_delete'] = "Are you sure you want to delete this page?";
$lang['confirm_preview'] = "Any work not saved will be lost.";
$lang['editor_height'] = 'Editor Height';
$lang['editor_height_title'] = 'Editor re-sizes on re-load';
$lang['dw_btn_backup'] ="Back-up";
$lang['title_dw_backup'] ="Back up editor window & Renew lock";
$lang['backup_empty'] = "The back-up buffer appears to be empty. Do you wish to continue?";
$lang['btn_draft'] = "Get Draft";
$lang['title_draft'] = "View, Show, Edit Draft";
$lang['btn_exit_draft'] = "Exit Draft";
$lang['title_draft'] = "View, Show, Edit Draft";
$lang['title_exit_draft'] = "Return to current document";
$lang['draft_msg']= "This document has a draft file. The draft button toggles between the this document and the draft. You can edit and save either of the two." ;
$lang['whats_this'] = "what's this?";
$lang['complex_tables'] = "Enable Complex Tables";
$lang['minor_changes'] = "Minor changes";
$lang['discard_edits'] = "To Save your edits click OK; to Discard click Cancel";
$lang['dw_btn_styling'] = "Edit Fonts";
$lang['title_styling'] = 'Open with font styles shown as markup';
$lang['js']['font_err_1'] = 'Font styling cannot be included in links. Click OK to accept the following correction:';
$lang['js']['font_err_2'] = 'To revise, enter the full Dokuwiki link markup below, including brackets. To return to Editor click Cancel.';
$lang['js']['font_err_throw'] = 'Font Formatting Error';
$lang['js']['dwp_save_err'] = 'Unable to save changes to: ';
$lang['js']['dwp_updated'] = 'Editor priority updated to: ';
$lang['js']['dwp_not_sel'] = 'Editor priority not selected: it will be determined by dw_users group config setting';
$lang['js']['mediamgr_notice'] = 'Use the link dialog to insert';
$lang['js']['font_conflict'] = "The parser found one or more link-font conflicts. By clicking OK, you can return to the editor and remove the font styles. For more information see: https://www.dokuwiki.org/plugin:ckgedit:font_styling#conflicts_with_dokuwiki_links";
$lang['mediamgr_imgonly'] = 'Use Image Dialog for images only, Link Dialog for other media. This file is:';
$lang['uprofile_title'] = "Select Your Default Editor";
$lang['btn_val_dw_fb'] = "DW Filebrowser";
$lang['btn_val_ckg_fb'] = "CKG Filebrowser";
$lang['btn_title_dw_fb'] = "Save and close the editor and switch to the DW Filebrowser";
$lang['btn_title_ckg_fb'] = "Save and close the editor and switch to the CKG Filebrowser";
$lang['formatdel'] = 'Markup removed from headers(s): not supported by Dokuwiki';
$lang["fontdel"] ='Font Markup removed from link(s): not supported by Dokuwiki';
$lang["ws_cantcopy"] ='For winstyle setup: cannot copy to ';
$lang["ws_copiedhtaccess"]='For winstyle setup, copied security-enabled .htaccess to data/media' ."\n" .'See ckgedit/fckeditor/userfiles/.htacess.security';
$lang["userfiles_perm"] ='Please check permissions; ckgedit cannot access ';
$lang["sym_not created_1"] = 'Unable to create ';
$lang["sym_not created_2"] = 'Cannot create symlinks for filebrowser: cannot access: ';
$lang["sym_not created_3"] = 'There was an error when trying to create symbolic links in ';
$lang["syms_created"] = 'The following links were created in the userfiles directory: ';
$lang['dblclk'] ="<b>New Feature:</b> double click browser window to open DW Editor for section editing at cursor. <b>See: </b><a href='https://www.dokuwiki.org/plugin:ckgedit#direct_access_to_dokuwiki_editor'>direct_access_to_dokuwiki_editor</a>. ";
$lang['dblclk_reminder'] = "<b>Reminder</b> ";
$lang['ckg_img_paste'] = 'Turn supplementary image paste support';
$lang['ckg_img_paste_title'] = 'Off to prevent double pastes, or on to enable pastes';
$lang['js']['ckg_paste_restart'] = 'On reloading the editor, supplementary paste support will be turned';
$lang['on'] ='on';
$lang['off'] ='off';
$lang['js']['on'] ='on';
$lang['js']['off'] ='off';
$lang['broken_image'] = "Use the imagePaste plugin with the Dokuwiki Mediamanager or try the MS Word Paste Tool. Raw data of Ctrl-v images over 2.5M can hang. This image is: " ;
$lang['js']['broken_image_1'] = "Use the imagePaste plugin with the Dokuwiki Mediamanager or try the MS Word Paste Tool.";
$lang['js']['broken_image_2'] = "Ctrl-v images with raw data over 2.5M can hang. This image is: " ;
$lang['menu'] = 'CKEditor editor CSS tool';
$lang['default_stylesheet'] = 'Create a style sheet for the current template';
$lang['alt_stylesheet'] = 'Create a stylesheet for another template';
$lang['style_sheet'] = 'Create Style sheet';
$lang['style_sheet_msg'] = 'Creating Style sheet for the current template:';
$lang['alt_style_sheet_msg'] = 'Creating Style sheet for:';
$lang['checkbox'] = 'Copy to ckeditor/css';
$lang['stylesheet_oinfo'] = 'Info';
$lang['stylesheet_cinfo'] = 'Close Info';
$lang['js']['stylesheet_oinfo'] = 'Info';
$lang['js']['stylesheet_cinfo'] = 'Close Info';
$lang['js']['lock_msg'] = "Your lock for editing this page is about to expire in one minute\n";
$lang['js']['willexpire'] = 'Your lock for editing this page is about to expire in a minute.\nTo avoid conflicts use the backup button to reset the locktimer.';