Ada Programming $WikiTagline
 

This page contains the string mappings to convert PmWiki's prompts into another language.

Most strings have the original text on the left-hand-side, and two quotation marks on the right-hand-side which can be filled with the translation. However, some strings already have an English explanation on the right-hand-side, which can be replaced with the appropriate translation, to explain the cryptic string names on the left-hand-side. If you are confused about left and right, as many people are, please go and have a cuppa and a lie down, then come back to translation. :)

Other strings to be translated may be found at PmWiki.XLPageCookbookTemplate?.

  ### character encoding, e.g. 'iso-8859-2' or 'utf-8' 
  # 'xlpage-i18n' => ''
  ### locale identifier, e.g. 'de' or 'cs_CZ.ISO-8859-2'
  'Locale' => 'en',
  ### time format, e.g. '%Y-%m-%d %H:%M EET'
  'TimeFmt' => '',

  ### standard layout strings
  'View' => '',
  'Edit' => '',
  'History' => '',
  'Print' => '',
  'Recent Changes' => '',
  'Search' => '',
  'Page last modified on $LastModified' => '',
  'Go' => '',
  # access keys
  # 'ak_view' => '',
  # 'ak_edit' => '',
  # 'ak_history' => '',
  # 'ak_print' => '',
  # 'ak_recentchanges' => ''

  ### page locations
  '{$SiteGroup}/EditQuickReference' => '',
  '{$SiteGroup}/UploadQuickReference' => '',
  '$SiteGroup/Search' => '',
  '$SiteGroup.AllRecentChanges' => '',
  '$Group.RecentChanges' => '',

  ### browse page strings
  'redirected from' => '',

  ### edit page strings
  'Editing `{$FullName}' => '',
  'Describe $Name here.' => '',
  'Save' => '',
  'Save and edit' => '',  
  'Preview' => '',
  'Cancel' => '',
  'Reset' => '',
  'Author' => '',
  'An author name is required.' => '',
  'Summary' => '',
  'This is a minor edit' => '',
  'Preview `{$FullName}' => '',
  'End of preview -- remember to save' => '',
  'Page is unsaved' => '',
  'Top' => '',
  # access keys
  # 'ak_save' => '',
  # 'ak_saveedit' => '',
  # 'ak_preview' => '',

  ### page history strings
  '$FullName History' => '',
  'Show minor edits' => '',
  'Hide minor edits' => '',
  'Show changes to markup' => '',
  'Show changes to output' => '',
  'by' => '',
  'Restore' => '',
  'Added line $DiffLines:' => '',
  'Added lines $DiffLines:' => '',
  'Changed line $DiffLines from:' => '',
  'Changed lines $DiffLines from:' => '',
  'Deleted line $DiffLines:' => '',
  'Deleted lines $DiffLines:' => '',
  'to:' => '',

  ### page attribute strings
  'Page Attributes' => '',
  'Attributes' => '',
  '$FullName Attributes' => '',
  'Set new read password:' => '',
  'Set new edit password:' => '',
  'Set new attribute password:' => '',
  '(set by $PWSource)' => '',
  '(using $PWCascade password)' => '',
  'Password required' => '',
  'Name' => '',
  'Password' => '',
  'EnterAttributes' =>
    "Enter new attributes for this page below.  Leaving a field blank will leave the attribute unchanged.  To clear an attribute, enter 'clear'.",

  ### search strings
  'Search' => '',
  'Search Results' => '',
  'SearchFor' => 'Results of searching for <em>$Needle</em>',
  'SearchFound' => 
    '$MatchCount pages found out of $MatchSearched pages searched.',

  ### upload strings
  'Attach' => '',
  'Uploads' => '',
  'Attachments for' => '',
  'File to upload:' => '',
  'Name attachment as:' => '',
  'Upload' => '',
  'ULsuccess' => 'successfully uploaded',
  'ULbadname' => 'invalid attachment name',
  'ULbadtype' => '\'$upext\' is not an allowed file extension',
  'ULtoobig' => 'file is larger than maximum allowed by webserver',
  'ULtoobigext' => 
    'file is larger than allowed maximum of $upextmax bytes for \'$upext\' files',
  'ULpartial' => 'incomplete file received',
  'ULnofile' => 'no file uploaded',
  'ULexists' => 'file with that name already exists',
  'ULpquota' => 'group quota exceeded',
  'ULtquota' => 'upload quota exceeded',
  'Set new upload password:' => '', 

  ### GuiEdit button bar
  'Emphasized' => '',
  'Emphasized (italic)' => '',
  'Strong' => '',
  'Strong (bold)' => '',
  'Page link' => '',
  'Link to internal page' => '',
  'link text' => '',
  'Link to external page' => '',
  'file.ext' => '',
  'Attach file' => '',
  'Big text' => '',
  'Small text' => '',
  'Superscript' => '',
  'Subscript' => '',
  'Heading' => '',
  'Subheading' => '',
  'Center' => '',
  'Unordered list' => '',
  'Unordered (bullet) list' => '',
  'Ordered list' => '',
  'Ordered (numbered) list' => '',
  'Indented text' => '',
  'Hanging indent' => '',
  'Horizontal rule' => '',
  'Table' => '',

  ### Others
  'not found' => '',
  'redirected from' => '',
  '(approve sites)' => '',
  'This post has been blocked by the administrator' => '',
  'Password encryption' => '',
  'EditConflict' => 
    "The page you are editing has been modified since you started editing it.  The modifications have been merged into the text below, you may want to verify the results of the merge before pressing save.  Conflicts the system couldn't resolve are bracketed by &lt;&lt;&lt;&lt;&lt;&lt;&lt; and &gt;&gt;&gt;&gt;&gt;&gt;&gt;."

Notes