RollspelsWiki : PmWiki Sv / XL Page Cookbook Template

This page contains the string mappings to convert PmWiki’s prompts of Cookbook addons into {language}. To invoke this page, add in local/config.php file, below the current XLPage call :

 XLPage('lc','PmWikiLc.XLPageCookbook');

‘Lc’ being the local descriptor (e.g. ‘Pt’)
See also XL Page Template?.

After local installation, it is better to remove unused addons translations from this page.

  
  ### Strings for Cookbook/MailForm
  'MFsuccess' => 'Message has been sent successfully.',
  'MFfailure' => 'Message could not be sent.',
  'MFerror' => 'An error has occurred.',
  'From:'=> '',
  'Your Address:'=> '',
  'Subject:'=> '',
  'Message:'=>'',
  'Send'=>'',

  ### If buttons added to GUIEdit, you may need
  'Table of content' => '',
  'Insert image' => '',
  'MyImage.jpg' => '',
  'Sticky note' => '',
  'Convert tabs to table' => '', 

  ### Strings for Cookbook/ImagesAutoResizing - addon 'Minimage' 
  'Upload images' => '',
  'Image for' => '',
  'Image to upload:' => '',
  'Image wiki name:' => '',
  'Step 1' => '',
  'Step 2' => '',
  'Image title' => '',
  'Image copyright' => '',
  'Ok' => '',
  'Cancel' => '',
  'Image special instructions' => '',
  'IMGbadtype' => '<span style='color:#ff0000'> - invalid file extension</span>",
  'ULnotimage' =>
     'File sent is not of an allowed format',
  'ErrNoResize' => 
     'Image resizing not possible on your server',
  'IMGResizeDone' =>
    '<br /><font color="#FF0000">+Image resized, reload page and remove dimensions+</font>',
  'IMGreload' => 'If wrong image, upload a new one',
  'in' => '',

  ### Strings for Cookbook/PublishWikiTrail
  'SearchFor' => '',
  'Include this page' => '',
  'Publish' => '',
  'No pages selected' => '',

  ### Strings for Cookbook/SkinConfig
  'SKNwarn' => 'After [Ok] hit browser reload button to see modifications',
  'WHOLE WIKI' => '',
  'Text' => '',
  'Left' => '',
  'Top' => '',
  'Left title' => '',
  'Link' => '',
  'Left link' => '',
  'Title' => '',
  'Option' => '',
  'Commands' => '',
  'Footer' => '',
  'Header 1' => '',
  'Header 2' => '',
  'Header 3' => '',
  'Header 4' => '',
  'Top/body' => '',
  'Side margin' => '',
  'Personal wiki (hide stuff)' => '',
  'Recent change alternative' => '',
  'Apply to' => '',
  'Save as' => '',
  'Ok' => '',
  'Default' => '',
  'Color chart' => '',
  'Light color' => '',
  'Existing styles' => '',
  'Font family' => '',
  'Font size' => '',
  'Line height' => '',
  'Text color' => '',
  'Background color' => '',
  'Background image' => '',
  'User default' => '',
  'Serif' => '',
  'Sans-serif' => '',
  'Cursive' => '',
  'def' => '',
  'Creation of file failed' => '',
  'Datas saved in file' => '',
  'Click on color to select' => '',

  ###Strings for Pukka skins
  'Skip to site navigation' => '',
  'Skip to content' => '',
  'Back to top of content' => '',
  'Back to the very top' => '',
  'Linked to by' => '',
  'Change Attributes' => '',
  'Go' => '', 
  #go is for the button in the search form
  'Home' => '',
  'XML Feed for $Group' => '',
  'XML Feed of All Recent Changes' => '',
  'PmWiki.AboutFeeds' => '',

Notes

Oups! I messed up.

(Printable View of http://rollspelswiki.rollspelshornan.se/PmWikiSv/XLPageCookbookTemplate)