1<?php 2global $fckg_lang; 3 4$fckg_lang['btn_dw_edit'] = "DW Edit"; 5$fckg_lang['dw_btn_fck_preview']="FCK Preview"; 6$fckg_lang['dw_btn_lang']="Language"; 7$fckg_lang['title_dw_delete'] = "Delete Page"; 8$fckg_lang['title_dw_edit'] = "Save Work, Exit, and Switch to Native DokuWiki Editor"; 9$fckg_lang['dw_btn_revert'] = "Revert"; 10$fckg_lang['title_dw_revert'] = "Revert to previous backup"; 11$fckg_lang['title_dw_lang']="Select language for spell checker"; 12$fckg_lang['title_dw_cancel']='Exit Editor'; 13$fckg_lang['btn_fck_edit'] = "FCK Edit"; 14$fckg_lang['confirm_delete'] = "Are you sure you want to delete this page?"; 15$fckg_lang['confirm_preview'] = "Any work not saved will be lost."; 16 17$fckg_lang['dw_btn_backup'] ="Back-up"; 18$fckg_lang['title_dw_backup'] ="Back up editor window & Renew lock"; 19$fckg_lang['backup_empty'] = "The back-up buffer appears to be empty. Do you wish to continue?"; 20$fckg_lang['btn_draft'] = "Get Draft"; 21$fckg_lang['title_draft'] = "View, Show, Edit Draft"; 22$fckg_lang['btn_exit_draft'] = "Exit Draft"; 23$fckg_lang['title_draft'] = "View, Show, Edit Draft"; 24$fckg_lang['title_exit_draft'] = "Return to current document"; 25$fckg_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." ; 26$fckg_lang['whats_this'] = "what's this?"; 27$fckg_lang['complex_tables'] = "Enable Complex Tables"; 28$fckg_lang['minor_changes'] = "Minor changes"; 29 30