*/ // menu entry for admin plugins // $lang['menu'] = 'Your menu entry'; // custom language strings for the plugin $lang['js']['skip'] = 'Skip'; $lang['js']['overwrite'] = 'Overwrite'; $lang['js']['overwriteAll'] = 'Overwrite all'; $lang['js']['rename'] = 'Rename'; $lang['js']['cancel'] = 'Cancel'; $lang['js']['popup:fileExists'] = 'The file %s already exists.'; $lang['js']['popup:originalName'] = '(Original filename: %s)'; $lang['js']['title:fileUpload'] = 'File upload'; $lang['js']['title:fileExistsError'] = 'Error: File exists'; //Setup VIM: ex: et ts=4 :