close   


DokuwikiFCK is no longer being supported.
It has been superceded by fckgLite and ckgedit.
close   
namespace:
close   
All questions, bug fixes, and feature requests should go through the mailing list. To subscribe to the list, do one of the following:

1. Send an email to fckglite-request@freelists.org with 'subscribe' in the Subject field
2. Visit the fckgLite page at http://www.freelists.org/list/fckglite
3. Or click the subscribe link below

Subscribe
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
fckglite_lang_interface [2012/11/21 09:54]
tower
fckglite_lang_interface [2013/09/05 08:20]
tower
Line 1: Line 1:
 +====== fckgLite UI Language file ======
 +
 +
 +{{tag>​language}} ​ Language files are found in fckg/​action/​lang
 +
 +
 +<​file>​
 +<?php
 +global $fckg_lang;
 +
 +$fckg_lang['​btn_dw_edit'​] = "DW Edit";
 +$fckg_lang['​dw_btn_fck_preview'​]="​FCK Preview";​
 +$fckg_lang['​dw_btn_lang'​]="​Language";​
 +$fckg_lang['​title_dw_delete'​] = "​Delete Page";
 +$fckg_lang['​title_dw_edit'​] = "Save Work, Exit, and Switch to Native DokuWiki Editor";​
 +$fckg_lang['​dw_btn_revert'​] = "​Revert";​
 +$fckg_lang['​title_dw_revert'​] = "​Revert to previous backup";​
 +$fckg_lang['​title_dw_lang'​]="​Select language for spell checker";​
 +$fckg_lang['​title_dw_cancel'​]='​Exit Editor';​
 +$fckg_lang['​btn_fck_edit'​] = "FCK Edit";
 +$fckg_lang['​confirm_delete'​] = "Are you sure you want to delete this page?";​
 +$fckg_lang['​confirm_preview'​] = "Any work not saved will be lost.";​
 +
 +$fckg_lang['​dw_btn_backup'​] ="​Back-up";​
 +$fckg_lang['​title_dw_backup'​] ="Back up editor window & Renew lock";
 +$fckg_lang['​backup_empty'​] = "The back-up buffer appears to be empty. Do you wish to continue?";​
 +$fckg_lang['​btn_draft'​] = "Get Draft";​
 +$fckg_lang['​title_draft'​] = "View, Show, Edit Draft";​
 +$fckg_lang['​btn_exit_draft'​] = "Exit Draft";​
 +$fckg_lang['​title_draft'​] = "View, Show, Edit Draft";​
 +$fckg_lang['​title_exit_draft'​] = "​Return to current document";​
 +$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." ;
 +$fckg_lang['​whats_this'​] = "​what'​s this?";​
 +
 + 
 +</​file>​
 +
 +
 +~~COMPLEX_TABLES~~