#*************************************************************************
# Messages file for Director
#
# Copyright (C) 2003 Nick Craig-Wood and the RISC OS Director Developers
#
#This program is free software; you can redistribute it and/or modify it under
#the terms of the GNU General Public License as published by the Free Software
#Foundation; either version 2 of the License, or (at your option) any later
#version.
#
#This program is distributed in the hope that it will be useful, but WITHOUT ANY
#WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
#PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
#You should have received a copy of the GNU General Public License along with
#this program; if not, write to the Free Software Foundation, Inc., 59 Temple
#Place - Suite 330, Boston, MA 02111-1307, USA
#*************************************************************************


# Error messages

#   Internally generated errors
Error_ModuleCorrupted:Module has become corrupted.
Error_BadParameter:Bad parameter.
Error_KeyNotFound:Key not found.
Error_NotDeskTop:Use *DeskTop_DirectorTask from the Wimp or with *WimpTask.
Error_MenuNotFound:Menu not found.
Error_NoTextOrPath:<text> or -path missing from menu option.
Error_NotPathAndSub:-path and -sub are incompatible.
Error_CantAddCommand:Can't add command to last option.
Error_BufferTooSmall:Buffer too small.
Error_NoSprite:<sprite> must be supplied.
Error_NoTemplate:<template> must be supplied.
Error_NotLeftAndRight:-left and -right incompatible.
Error_LineTooLong:Line too long.
Error_TaskNotFound:Task not found.
Error_IconNotFound:Icon not found.
Error_WindowNotFound:Window not found.
Error_MenuNotFoundOrDisplayed:Menu not found or being displayed.
Error_NoMarker:No marker in string block.
Error_NotInStringBlock:Not within string block.
Error_OnlyToFiler:Can DataSave only to Filer.
Error_DataXferFailed:Data transfer failed:Receiver died.
Error_NoReplyToDataSave:No reply to DataSave.
Error_NoAllowWithoutLen:Cannot have -allow without -len.
Error_CannotEditFile:Cannot load file to edit.
Error_CannotLaunchURL:Cannot launch URL.

#   For externally generated errors
Error_DirectorObey:%0 at line %1 in file %2

#   The catch all error message
Error_?:An unknown error occurred. Please report this to mailto:director-users@lists.sourceforge.net . Thank you.


# Help messages

#   Star command help messages
Help_Command:Add a command to the previous menu option.\0
Help_Dash:This adds a dash to the last option.\0
Help_DeskTop_Director:Do not use *DeskTop_Director, use *DeskTop instead.\0
Help_DirectorDo:This GSTrans the command line and then runs it.\0
Help_DirectorEdit:This loads the file given into an editor.\0
Help_DirectorFilter:This installs or removes a filter.\0
Help_DirectorMouseDir:This sets the supplied system variable to the path of the window the pointer is over.\0
Help_DirectorObey:This command is equivalent to *Obey except it searches for Director *commands with high priority. It is useful for setting up Director quickly.\0
Help_DirectorOptions:Set Director's internal configuration.\0
Help_DirectorParsePath:This parses the path supplied into 3 system variables Director$CurrentPath Leaf and Dir.\0
Help_DirectorShowMenu:This opens a menu.\0
Help_DirectorURL:This opens a URL.\0
Help_DirectorWindow:Create a new window from the given template file and name. The window is referred to by the name of its template or the alias name if supplied.\0
Help_Director_Icon:Create a new icon bar icon with attached menus. The icon is referred to by the name of its sprite or the alias name if supplied.\0
Help_Director_SortMenu:Sort a menu.\0
Help_EndMenu:Finish the current menu.\0
Help_MemoriserClear:This clears the memoriser.\0
Help_MemoriserItems:This sets the number of items in the Memoriser Menu.\0
Help_MemoriserLoad:This loads the memoriser with the contents of the file.\0
Help_MemoriserSave:This saves the currently memorised files.\0
Help_Menu:Create a menu with an optional internal name.\0
Help_MenuProcessing:Turn menu processing on or off.\0
Help_Option:Add an option to the current menu. You must supply a text or a path or both.\0
Help_ProcessKeys:Sends the parameters to the current input focus.\0

#   Wimp help messages
Help_Default:This belongs to Director.
Help_IconBar_Default:This icon belongs to Director.
Help_Menu_Default:This menu belongs to Director.
Help_Window_Default:This window belongs to Director.
Help_Window_InfoWindow:This shows information about Director.
Help_Window_SaveWindow:Drag the icon to save the file. You can also drag a new file onto the icon.

#   The catch all help message
Help_?:The help text for this option has not been done. Please report this to mailto:director-users@lists.sourceforge.net . Thank you.\0


# Star command syntax messages
Syntax_Command:Syntax: *Command <*command>\0
Syntax_Dash:Syntax: *Dash\0
Syntax_DeskTop_Director:Syntax: *DeskTop_Director\0
Syntax_DirectorDo:Syntax: *DirectorDo <command>\0
Syntax_DirectorEdit:Syntax: *DirectorEdit <file> [<-q\k|\k-quiet>]\0
Syntax_DirectorFilter:Syntax: *DirectorFilter <name> <task> <menu> [-icon\k<n>] [-select] [-menu] [-adjust] [-shift] [-ctrl] [-alt] [-remove]\0
Syntax_DirectorIcon:Syntax: *DirectorIcon <sprite> [-alias\k<name>] [-text\k<text>] [-left\k|\k-right] [-priority\k<priority>] [-time\k<format>\k|\k-free\k<drive\kspec>\k|\k-freemem] [-menu\k<menu>] [-select\k<menu>] [-adjust\k<menu>] [-dragto\k<menu>] [-dragfrom\k<path>|*<menu>] [-remove]\0
Syntax_DirectorMouseDir:Syntax: *DirectorMouseDir <var_name> [-file]\0
Syntax_DirectorObey:Syntax: *DirectorObey <file> [-verbose]\0
Syntax_DirectorOptions:Syntax: *DirectorOptions [-canonicalisefilenames\k(*)] [-filerbootapps\k(*)] [-memorisemenumenu\k(*)] [-movemouse\k(*)] [-minwimpslot\k<size>[K]] [-maxwimpslot\k<size>[K]] [-withpling\k(*)]\mWhere (*) is: <On|Off|1|0|Yes|No|Y|N>\0
Syntax_DirectorParsePath:Syntax: *DirectorParsePath <path>\0
Syntax_DirectorShowMenu:Syntax: *DirectorShowMenu <menu_name>\0
Syntax_DirectorSortMenu:Syntax: *DirectorSortMenu <menu> [<from>\k[<to>]]\0
Syntax_DirectorURL:Syntax: *DirectorURL <url> [<-q\k|\k-quiet>]\0
Syntax_DirectorWindow:Syntax: *DirectorWindow <template_name> [-alias\k<name>] [-file\k<template_file>] [-command\k<text>] [-callevery\k<seconds>] [-temp] [-background] [-remove]\0
Syntax_EndMenu:Syntax: *EndMenu [-sort]\0
Syntax_MemoriserClear:Syntax: *MemoriserClear\0
Syntax_MemoriserItems:Syntax: *MemoriserItems <items>\0
Syntax_MemoriserLoad:Syntax: *MemoriserLoad <file>\0
Syntax_MemoriserSave:Syntax: *MemoriserSave <file>\0
Syntax_Menu:Syntax: *Menu <title> [<alias>] [-key\k<key>] [-temp] [-remove]\0
Syntax_MenuProcessing:Syntax: *MenuProcessing <Off|No|N|0|On|Yes|1|Y|Smash|S|X|2|Toggle|T|3>\0
Syntax_Option:Syntax: *Option <text>\k|\k-path\k<file|directory> [-tick] [-bg\k<col>] [-fg\k<col>] [-sub\k[<menu>|*]] [-len\k<len>\k[-allow\k<characters>]] [-dash] [-grey] [-key\k<key>] [-up] [-nosprite] [-sprite\k<name>]\0
Syntax_ProcessKeys:Syntax: *ProcessKeys [[][^]<key>|""<string>""]^\0

#   The catch all syntax message
Syntax_?:The syntax for this option has not been done. Please report this to mailto:director-users@lists.sourceforge.net . Thank you.\0


# Internal messages

Info_TaskName:Director:Info
Info_Author: Director Developers %s
Info_Version:%s (%s)


# End
