rval_norbok.pas

来自「richviewaction 1.58 需要richview 1.9.46」· PAS 代码 · 共 56 行

PAS
56
字号

{*******************************************************}
{                                                       }
{       RichViewActions                                 }
{       Norwegian (Bokm錶) translation                  }
{                                                       }
{       Copyright (c) Sergey Tkachenko                  }
{       svt@trichview.com                               }
{       http://www.trichview.com                        }
{                                                       }
{*******************************************************}
{ Translated by: Roy Magne Klever, ****-**-**           }
{                roymagne@rmklever.com                  }
{                                                       }
{ Update: 2003-03-29: Did some corrections.             }
{ Update: 2003-04-23: Page setup translated             }
{ Update: 2003-08-23: Hyperlink  translated             }
{ Update: 2004-05-30                                    }
{ Update: 2004-08-14                                    }
{ Update: 2006-12-16                                    }
{*******************************************************}

// For your info...
// I think these texts also should be translated in every language
// Maybe a variable should be used
//
// Advanced translated to Norwegian = Avansert



unit RVAL_NorBok;

interface

implementation
uses Windows, RVALocalize;

const
  Messages: TRVAMessages =
  (
  '',
  // not used in actions, but can be useful: common menus:
  // top-level menus: File, Format, Text, Paragraph, Insert, Table, Window, Help
  '&Fil', '&Rediger', 'F&ormat', '&Skrift', '&Paragraf', 'S&ett inn', '&Tabell', '&Vindu', '&Hjelp',
  // exit
  '&Avslutt',
  // top-level menus: View, Tools,
  '&Vis', 'V&erkt鴜',
  // menus: Font size, Font style, Table select, Table cell align, table cell borders
  //'Size', 'Style', 'Selec&t', 'Alig&n Cell Contents', 'C&ell Borders',
  'St鴕relse', 'Stil', 'V&elg', '&Celle justering', 'C&elle kantlinje',
  // actions -------------------------------------------------------------------
  // TrvActionNew
  '&Ny', 'Ny|Nytt tomt dokument',
  // TrvActionOpen
  '

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?