# Copyright 2026, Stephen Fryatt (info@stevefryatt.org.uk)
#
# This file is part of Wimp Programming In C:
#
#   http://www.stevefryatt.org.uk/risc-os/wimp-prog
#
# Licensed under the EUPL, Version 1.2 only (the "Licence");
# You may not use this work except in compliance with the
# Licence.
#
# You may obtain a copy of the Licence at:
#
#   http://joinup.ec.europa.eu/software/page/eupl
#
# Unless required by applicable law or agreed to in
# writing, software distributed under the Licence is
# distributed on an "AS IS" basis, WITHOUT WARRANTIES
# OR CONDITIONS OF ANY KIND, either express or implied.
#
# See the Licence for the specific language governing
# permissions and limitations under the Licence.

# !ExamplApp.Messages

# Calculation messages

NA:n/a

# Iconbar menu

IBarMenu/MainMenu:Example
IBarMenu0:Info
IBarMenu1:Help...
IBarMenu2:Quit

# Main menu

MainMenu0:Store result
MainMenu1:1 Decimal place
MainMenu2:2 Decimal places
MainMenu3:3 Decimal places

# Shapes menu

ShapeMenu:Shapes
ShapeMenu0:Circle
ShapeMenu1:Triangle
ShapeMenu2:Square

# Results menu

ResultsMenu:Results
ResultsMenu0:Clear contents

# Error messages

BadSprites:Failed to load application Sprites
MissingTemp:Failed to locate suitable Templates file

BadIBarMenu:Failed to create Iconbar Menu
BadMainMenu:Failed to create Main Menu
BadShapeMenu:Failed to create Shapes Menu
BadResultsMenu:Failed to create Results Menu

BadMainTempl:Failed to load Main template
BadResultsTempl:Failed to load Results template
BadInfoTempl:Failed to load ProgInfo template
