1<?php 2/** 3 * English language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Christopher Smith <chris@jalakai.co.uk> 7 */ 8 9// for admin plugins, the menu prompt to be displayed in the admin menu 10// if set here, the plugin doesn't need to override the getMenuText() method 11$lang['menu'] = 'xcom XMLRPC Dashboard'; 12$lang['xmlrpc_fns'] ='For a complete listing with full details see'; 13$lang['xmlrpc_fns_qualifier']='But the xcom listing may differ from that at dokuwiki.org in particulars that apply to the xcom application.'; 14$lang['close'] = 'close'; 15$lang['functions'] = 'Query types'; 16$lang['select'] = 'Select query'; 17$lang['send'] = 'Send query'; 18$lang['url'] = 'Remote URL'; 19$lang['user'] = 'User name'; 20$lang['pwd'] = 'Password'; 21$lang['invalid'] = 'invalid input detected!'; 22$lang['send'] = 'Send query'; 23$lang['pageid'] = 'ID'; 24$lang['pageid_title'] = 'Page, media, or namespace'; 25$lang['options'] = 'Options'; 26$lang['options_title'] = 'Options/User-created query'; 27$lang['howto'] = 'Instructions'; 28$lang['results'] = 'Show views'; 29$lang['editable'] = 'Edit'; 30$lang['pre'] = 'Code view'; 31$lang['html'] = 'HTML view'; 32$lang['action'] = 'Action view'; 33$lang['results_tip'] = 'Open/close output window'; 34$lang['clear'] ='Clear'; 35$lang['query'] ='Query'; 36$lang['noconnection'] ='No connection. Have you set the remote API config options?'; 37$lang['timedout'] = 'Query returned no result'; 38$lang['hideallviews'] = 'Hide views'; 39$lang['pwdview'] = 'View password'; 40$lang['pwdhide'] = 'Hide password'; 41$lang['localpwd'] = 'Local password'; 42$lang['locuser'] = 'Local user'; 43$lang['locsave'] = 'Local Save'; 44$lang['locsave_title'] = 'Save remote selection to local server'; 45$lang['sel_sites'] = 'Remote sites'; 46$lang['nolocal'] = 'Unable to log into local server'; 47$lang['noremote'] = 'Unable to log into remote server'; 48$lang['chkauth'] ='Please check your authorization credentials or try again later'; 49$lang['success'] = 'success: logged in.'; 50$lang['nopage'] = 'No page name given'; 51$lang['notonremote'] = 'Not found on the remote server: '; 52$lang['nomedia'] = 'No media found for'; 53$lang['reqmedia'] = 'Requesting remote media'; 54$lang['noperm']='Create permission needed for'; 55$lang['noimport'] = 'Unable to import'; 56$lang['imported'] = 'Imported: '; 57$lang['uploadperm']= 'Upload permission needed for'; 58$lang['logoff'] = 'Logging off'; 59$lang['nologoff'] = 'Logoff function not available'; 60$lang['localdw'] = 'Local Dokuwiki version ='; 61$lang['remotedw'] = 'Remote Dokuwiki version ='; 62$lang['msave'] = 'Saved to local wiki:'; 63$lang['fsize'] = 'file size:'; 64$lang['ismedia'] = 'is a media file:'; 65$lang['savelocalfile'] = 'Click OK to save file to the local wiki:'; 66$lang['debug'] = 'Debug:'; 67$lang['action_result'] = 'Action Link Results'; 68$lang['js']['wrong_count'] = 'Wrong parameter count:'; 69$lang['js']['no_opts'] = 'does not take options'; 70$lang['js']['bad_id'] = 'Bad DokuWiki ID'; 71$lang['js']['date_err'] = 'Date format error. Use yyyy-mm-dd'; 72$lang['js']['param-err'] = 'requires both a namespace and either a depth or hash entry'; 73$lang['js']['srch_string'] = 'Required search string missing'; 74$lang['js']['nofunc'] = 'No Query selected';