From 50103bb63f917c636b971f3ae01ff4fb0b2618a7 Mon Sep 17 00:00:00 2001
From: Ben Avison <bavison@gitlab.riscosopen.org>
Date: Wed, 29 Mar 2000 13:59:06 +0000
Subject: [PATCH] Various little changes.

Detail:
  * New STB Sprites, Templates and Tools files imported, based upon the
    Lazarus UI rather than the old STB UI.
  * STB now includes WIMPSymbol.
  * No longer attempts to use WIMPSymbol font in UTF8 builds which didn't
    register the font in ResourceFS.
  * Simplified Resources directories by assigning only a single pair of
    Messages files to each locale, rather than for each UI directory within
    each locale directory. The only code change required is to make the Wimp
    error box always use the "Continue" token for NC/STB builds, rather than
    using one of "OK" and "Continue", as with desktop builds.
Admin:
  Not tested.

Version 4.42. Tagged as 'Wimp-4_42'
---
 Resources/Norway/NC2/Messages | 65 -----------------------------------
 1 file changed, 65 deletions(-)
 delete mode 100644 Resources/Norway/NC2/Messages

diff --git a/Resources/Norway/NC2/Messages b/Resources/Norway/NC2/Messages
deleted file mode 100644
index 328bb8b..0000000
--- a/Resources/Norway/NC2/Messages
+++ /dev/null
@@ -1,65 +0,0 @@
-Error:Error
-NoError:%0
-Watchdog:Stop,Cancel,Next Task
-Modifiers:^ ‹ ^‹ ‹^
-KeyNames:Esc ESC F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 Print PRINT Break BREAK Pause PAUSE Tab TAB Return RETURN Insert INSERT Home HOME PageUp PAGE UP Delete DELETE Copy COPY End END PageDown PAGE DOWN Enter ENTER Up UP Down DOWN Left LEFT Right RIGHT Acorn ACORN Select SELECT Menu MENU Adjust ADJUST
-OK:Fortsett
-Continue:Fortsett
-Quit:Quit
-OSUnits: OS Units
-DeciSec: * 1/10 second
-OSUperSec: OS Units / second
-OSUperSec2: OS Units / second˛
-WSP:Wimp sprite pool
-
-#{DictTokens}
-NoClaim:Wimp unable to claim work area
-BadSprite:Sprite doesn't exist
-BadSprites:Squashed or missing sprite file
-BadOp:Invalid Wimp operation in this context
-RectFull:Rectangle area full
-TooBig:There is not enough memory to create this window or menu
-GetRect:Get_Rectangle not called correctly
-Focus:Input focus window not found
-BadHandle:Illegal window handle
-TooMenus:Too many menus
-BadExtent:Bad work area extent
-BadPointer:Syntax: *Pointer [0|1]
-NoTemplateFile:Template file not found
-BadTemplate:Template entry invalid
-BadFonts:Unable to bind font handle
-BadSyntax:Syntax error in validation string
-NoTasks:Too many tasks
-NoTemplate:Template entry not found
-InUse:Window manager in use
-BadPalFile:Error in palette file
-BadPalFile2:The window manager does not understand this type of palette file
-BadVersion:Bad version number passed to Wimp_Initialise
-BadMessageSize:Message block is too big / not a multiple of 4
-BadReasonCode:Illegal reason code given to SendMessage
-BadTaskHandle:Illegal task handle
-CantTask:Can't start task from here
-BadSubMenu:Submenus require a parent menu tree
-OwnerWindow:Access to window denied
-BadMode:This screen mode is unsuitable for displaying the desktop
-BadTransfer:Wimp transfer out of range
-BadSlot:One of the task slots is wrong!!!
-BadSysInfo:Bad parameter passed to Wimp in R0
-BadPtrInR1:Bad pointer passed to Wimp in R1
-BadEscapeState:Wimp_Poll called with escape enabled!
-BadIconHandle:Illegal icon handle
-BadR3:Illegal Wimp_Poll pointer in R3
-BadParent:Bad parent window
-NoSprites:There is not enough memory to load all of the available sprites. This may affect the appearance of files and applications.
-TemplateEOF:End of file while reading template file.
-CantKill:Window manager is currently active
-MF:Message from %0
-ID:Please insert %0 '%1'
-Space:Press SPACE or click mouse to continue
-ErrorF:Message from %0
-ErrorP:%0 may have gone wrong. Click Continue to try to resume or Quit to stop %0.
-ErrMemS:There is not enough free memory to start this application.
-ErrMem:%0K free memory is needed before the application will start.
-ErrNoMv:Unable to move memory
-KillApp:Press Stop to terminate %0.
-KillProg:Press the return key to stop the program or
-- 
GitLab