home *** CD-ROM | disk | FTP | other *** search
- ;
- ; $VER: ReqChangePrefs.cd 3.0 (23.08.93)
- ;
- ; Some strings in the ReqChange prefs editor that needs localization.
- ;
- ;
- ; Messages also used by StartRC
- ;
- ; %s: Name of library
- ; %ld: Required version
- ;
- MSG_ERROR_OPEN_LIB (1//)
- Couldn't open %s\n\
- version %ld or higher!
- ;
- ; %s: String from dos.library/Fault()
- ;
- MSG_ERROR_ARGS (//)
- Error in arguments:\n\
- %s!
- ;
- MSG_COULDNT_REMOVE_PATCHES (//)
- Couldn't remove patches!\n\
- \n\
- Active patches: %ld.\n\
- Allocated requesters: %ld.\n\
- \n\
- Should I inactivate all patches?
- ;
- MSG_CONFIRM_REMOVE_PATCHES (//)
- Do you really want\n\
- to remove the patches?
- ;
- MSG_YES_RETRY_NO_GAD (//)
- _Yes|_Try again| _No \
-
- ;
- MSG_QUIT_GAD (//)
- _Quit
- ;
- MSG_OK_GAD (//)
- _Ok \
-
- ;
- MSG_YES_NO_GAD (//)
- _Yes| _No \
-
- ;
- MSG_EASY_QUIT_GAD (//)
- Quit
- ;
- ; Error messages
- ;
- #ifdef REQCHANGE_PREFS
- ;
- MSG_ERROR_NO_MEM (100//)
- Not enough memory!
- ;
- ; %s: Name of requested public screen
- ;
- MSG_ERROR_NO_PUBSCREEN (//)
- Couldn't find public screen\n\
- \"%s\"!
- ;
- MSG_ERROR_NO_DEFPUBSCREEN (//)
- Couldn't find default public screen!
- ;
- MSG_ERROR_NO_VISUALINFO (//)
- Couldn't get VisualInfo!
- ;
- MSG_ERROR_NO_GADGET (//)
- Couldn't create gadgets!
- ;
- ; %s: Name of font that didn't open.
- ; %d: The size of the font. NOTE: No "l" in front of the "d"!
- ;
- MSG_ERROR_NO_FONT (//)
- Couldn't open %s with size %d!
- ;
- MSG_ERROR_NO_MENUS (//)
- Couldn't create menus!
- ;
- ; This message can be followed by some of the following messages:
- ; MSG_NO_PUBSCREEN /* If a PUBSCREEN parameter was used */
- ; MSG_ERROR_NO_PUBSCREEN
- ; MSG_NO_VISUAL_INFO
- ; MSG_ERROR_NO_FONT
- ; MSG_ERROR_NO_GADGET
- ; MSG_ERROR_NO_MENUS
- ; MSG_ERROR_NO_MEM
- ;
- MSG_ERROR_NO_WINDOW (//)
- Couldn't open window
- ;
- MSG_ERROR_NO_RESIZE (//)
- Couldn't resize window\n\
- (failed to recreate gadgets)!
- ;
- MSG_ERROR_NO_PORT (//)
- Couldn't create message port!
- ;
- MSG_ERROR_UNKNOWN_ERROR (//)
- Internal error %ld! Please report!
- ;
- ; First %s: Name of prefs file
- ; Second %s: Reason for failure (ala dos.library/Fault())
- ;
- MSG_ERROR_SAVE_PREFS (//)
- Couldn't save prefs file\n\
- \"%s\":\n\
- %s!
- ;
- ; First %s: Name of prefs file
- ; Second %s: Reason for failure (ala dos.library/Fault())
- ;
- MSG_ERROR_READ_PREFS (//)
- Couldn't read prefs file\n\
- \"%s\":\n\
- %s!
- ;
- ; First %s: Name of directory
- ; Second %s: Reason for failure (ala dos.library/Fault())
- ;
- MSG_ERROR_CREATE_DIR (//)
- Couldn't create drawer\n\
- \"%s\":\n\
- %s!
- ;
- ; First %s: Name of directory
- ; Second %s: Reason for failure (ala dos.library/Fault())
- ;
- MSG_ERROR_LONG_PATH (//)
- File path too long!
- ;
- MSG_ERROR_DENYNODE_ALLOC (//)
- Couldn't allocate denynode!
- ;
- MSG_ERROR_REXXNODE_ALLOC (//)
- Couldn't allocate rexxnode!
- ;
- MSG_ERROR_NO_DENYNAME (//)
- You must enter a volume name!
- ;
- MSG_ERROR_NO_REXXNAME (//)
- You must enter a name!
- ;
- MSG_ERROR_NO_REXXCMD (//)
- You must enter a command!
- ;
- MSG_ERROR_NO_SIGBIT (//)
- Couldn't allocate signal!
- ;
- MSG_ERROR_NO_NODE (//)
- Internal error: Couldn't find\n\
- requested node! Please report!
- ;
- ; %s: Either MSG_ERROR_SORT_OVERFLOW or MSG_ERROR_NO_MEM
- ;
- MSG_ERROR_SORT (//)
- Couldn't sort the list:\n\
- %s
- ;
- MSG_ERROR_SORT_OVERFLOW (//)
- Internal recursion overflow!
- ;
- ; First %s: Name of icon (without the ".info" part)
- ; Second %s: Reason for failure (ala dos.library/Fault())
- ;
- MSG_ERROR_NO_ICON (//)
- Couldn't open icon for\n\
- \"%s\":\n\
- %s!
- ;
- ; First %s: Name of icon (without the ".info" part)
- ; Second %s: Reason for failure (ala dos.library/Fault())
- ;
- MSG_ERROR_BAD_TTYPES (//)
- Error in tooltypes for\n\
- \"%s\":\n\
- %s!
- ;
- ; First %s: Name of icon (without the ".info" part)
- ; Second %s: Reason for failure (ala dos.library/Fault())
- ;
- MSG_ERROR_WRITE_ICON (//)
- Couldn't write icon for\n\
- \"%s\":\n\
- %s!
- ;
- ; First %s: Name of icon (without the ".info" part)
- ; Second %s: Reason for failure (ala dos.library/Fault())
- ;
- MSG_ERROR_NO_DEF_ICON (//)
- Couldn't find any icon to use for\n\
- \"%s\":\n\
- %s!
- ;
- MSG_ERROR_HELP (//)
- Online help not available:\n\
- Couldn't open amigaguide.library\n\
- version 34 or higher!
- ;
- ; %s: Error string returned from GetAmigaGuideString()
- ;
- MSG_ERROR_AMIGAGUIDE (//)
- AmigaGuide error:\n\
- %s!
- ;
- ; The following string *MAY* *NOT* be more than 99 chars after the %ld have
- ; been "expanded".
- ;
- MSG_ERROR_DOS (//85)
- DOS error %ld
- ;
- ; Misc texts used in gadgets
- ;
- MSG_CONTINUE_QUIT_GAD (//)
- C_ontinue|_Quit
- ;
- MSG_OK_CANCEL_GAD (+1//)
- _Ok | _Cancel
- ;
- ; Gadgets in the main windows
- ;
- MSG_MISC_FLAGS_TXT (//)
- Patch flags
- ;
- MSG_PATCH_ASLFONTREQ_GAD (//)
- ASL _font requester
- ;
- MSG_PATCH_ASLSMREQ_GAD (//)
- ASL scr_een mode requester
- ;
- MSG_ASSIGNWEDGE_GAD (//)
- Assign_Wedge
- ;
- MSG_ONLYASSIGN_GAD (//)
- Only _assignWedge
- ;
- MSG_TEXTREQ_FLAGS_TXT (//)
- Text requester flags
- ;
- MSG_KEYS_GAD (//)
- _Keyboard shortcuts
- ;
- MSG_CENTERTEXT_GAD (//)
- Center _text
- ;
- MSG_FILEREQ_FLAGS_TXT (//)
- File requester flags
- ;
- MSG_FILEBUFFER_GAD (//)
- _Buffer filelist
- ;
- MSG_REQTYPE_GAD (//)
- _Requester type:
- ;
- MSG_CENTERTYPE_GAD (//)
- Center _mode:
- ;
- MSG_OFFSET_GAD (//)
- _Offset:
- ;
- MSG_DEFAULTOFFSET_GAD (//)
- _Default
- ;
- MSG_DEFAULTHEIGHT_GAD (//)
- Default _height
- ;
- MSG_POPSCR_GAD (//)
- _Pop screen
- ;
- MSG_BACKFILL_GAD (//)
- Backfi_ll requester
- ;
- MSG_REXXMSGS_GAD (//)
- ARe_xx messages enabled
- ;
- MSG_SELECTFONT_GAD (//)
- Fo_nt...
- ;
- MSG_SAVE_GAD (//)
- _Save
- ;
- MSG_USE_GAD (//)
- _Use
- ;
- MSG_CANCEL_GAD (//)
- _Cancel
- ;
- ; Texts in the cycle gadgets
- ;
- ; First we have the Requester type gadget. Try to keep them rather short,
- ; for the rexxwindow's sake..
- ;
- MSG_FILE_TXT (//)
- File
- ;
- MSG_FONT_TXT (//)
- Font
- ;
- MSG_PALETTE_TXT (//)
- Palette
- ;
- MSG_SCREENMODE_TXT (//)
- Screen mode
- ;
- MSG_TEXT_TXT (//)
- Text
- ;
- MSG_STRING_TXT (//)
- String
- ;
- MSG_INTEGER_TXT (//)
- Integer
- ;
- ; This item is only available in the rexxnode window cycle gadget
- ;
- MSG_ANY_TXT (//)
- Any
- ;
- ; Here is the Center mode gadget
- ;
- MSG_NORMAL_TXT (//)
- Normal
- ;
- MSG_DEFAULT_TXT (//)
- Default
- ;
- MSG_POINTER_TXT (//)
- Pointer
- ;
- MSG_CENTERWIN_TXT (//)
- Center in window
- ;
- MSG_CENTERSCR_TXT (//)
- Center on screen
- ;
- MSG_TOPLEFTWIN_TXT (//)
- Top left of window
- ;
- MSG_TOPLEFTSCR_TXT (//)
- Top left of screen
- ;
- ; Texts in the edit list window
- ;
- MSG_LISTTYPE_TXT (//)
- List _type:
- ;
- MSG_NEW_GAD (//)
- _New...
- ;
- MSG_DELETE_GAD (//)
- De_lete...
- ;
- MSG_UP_GAD (//)
- _Up
- ;
- MSG_DOWN_GAD (//)
- _Down
- ;
- MSG_SORT_GAD (//)
- S_ort
- ;
- MSG_EDIT_GAD (//)
- _Edit...
- ;
- ; The cycle gadget in the edit list window
- ;
- MSG_EDIT_REXX_TXT (//)
- Rexx messages
- ;
- MSG_EDIT_DENY_TXT (//)
- Denied volumes
- ;
- ; Texts used in the denynode and rexxnode windows.
- ;
- MSG_DENY_NAME_GAD (//)
- _Volume name:
- ;
- MSG_NODE_OK_GAD (//)
- _Ok \
-
- MSG_NODE_CANCEL_GAD (//)
- _Cancel
- ;
- MSG_REXX_NAME_GAD (//)
- _Name:
- ;
- MSG_REXX_REQTYPE_GAD (//)
- _Requester type:
- ;
- MSG_REXX_TITLE_GAD (//)
- _Title:
- ;
- MSG_REXX_BODY_GAD (//)
- _Body:
- ;
- MSG_REXX_CMD_GAD (//)
- Co_mmand:
- ;
- ; Main window menu items. First char indicates "right-amiga-shortcut". Space for none.
- ;
- MSG_PROJECT_MENU (//)
- Project
- ;
- MSG_PROJECT_OPEN_ITEM (//)
- O\0Open...
- ;
- MSG_PROJECT_SAVEAS_ITEM (//)
- A\0Save as...
- ;
- MSG_PROJECT_ABOUT_ITEM (//)
- ?\0About...
- ;
- MSG_PROJECT_QUIT_ITEM (//)
- Q\0Quit
- ;
- MSG_EDIT_MENU (//)
- Edit
- ;
- MSG_EDIT_LISTS_ITEM (//)
- I\0Lists...
- ;
- MSG_EDIT_DEFAULTS_ITEM (//)
- D\0Defaults
- ;
- MSG_EDIT_LASTSAVED_ITEM (//)
- L\0Last saved
- ;
- MSG_EDIT_RESTORE_ITEM (//)
- R\0Restore
- ;
- MSG_PATCHES_MENU (//)
- Patches
- ;
- MSG_PATCHES_INTUITION_ITEM (//)
- \0Intuition?
- ;
- MSG_PATCHES_ASL_ITEM (//)
- \0ASL?
- ;
- MSG_PATCHES_ARP_ITEM (//)
- \0ARP?
- ;
- MSG_PATCHES_REQ_ITEM (//)
- \0REQ?
- ;
- MSG_PATCHES_UPDATE_ITEM (//)
- \0Update
- ;
- MSG_PATCHES_INSTALL_ITEM (//)
- \0Install...
- ;
- MSG_PATCHES_REMOVE_ITEM (//)
- \0Remove...
- ;
- MSG_OPTIONS_MENU (//)
- Options
- ;
- MSG_OPTIONS_CREATEICONS (//)
- C\0Create icons?
- ;
- ; Edit list window menu items (that doesn't have a text shared with the main window).
- ;
- MSG_PROJECT_APPEND_ITEM (//)
- E\0Append...
- ;
- MSG_EDIT_CLEAR_ITEM (//)
- \0Clear list...
- ;
- ; Other misc texts..
- ;
- MSG_REQUESTER_TITLE (//)
- ReqChange request
- ;
- MSG_NOT_PATCHED (//)
- The patches are not installed
- ;
- MSG_ALREADY_PATCHED (//)
- The patches are installed
- ;
- MSG_CONFIRM_INSTALL_PATCHES (//)
- Really install the patches?
- ;
- MSG_SELECT_FONT (//)
- Select a font
- ;
- ; First %s : Version information.
- ; Second %s : Date string (numeric).
- ; Third %s : MSG_ALREADY_PATCHED or MSG_NOT_PATCHED (see above)
- ;
- MSG_ABOUT (//)
- ReqChange preferences %s\n\
- Copyright © 1993,94 Magnus Holmgren\n\
- \n\
- Compilation date: %s\n\
- \n\
- %s\n\
- Active patches: %ld\n\
- Allocated requesters: %ld
- ;
- MSG_MAINWINDOWTITLE (//)
- ReqChange preferences
- ;
- MSG_EDITWINDOWTITLE (//)
- Edit list
- ;
- MSG_DENYWINDOWTITLE (//)
- Deny node
- ;
- MSG_REXXWINDOWTITLE (//)
- Rexx node
- ;
- MSG_SELECT_MAINPREFS_TITLE (//)
- Select a mainprefs file
- ;
- MSG_SELECT_REXXPREFS_TITLE (//)
- Select a rexxprefs file
- ;
- MSG_SELECT_DENYPREFS_TITLE (//)
- Select a denyprefs file
- ;
- MSG_CONFIRM_DELETE_NODE (//)
- Really delete this node?
- ;
- MSG_CONFIRM_CLEAR (//)
- Do you really want to\n\
- clear the current list?
- ;
- MSG_APPICON_NAME (//)
- ReqChange dock
- ;
- MSG_ERROR_NO_ICONDROP (//)
- Couldn't init icon dropping!\n\
- (No Workbench?)
- ;
- MSG_ERROR_NO_HOMEDIR (//)
- Couldn't find the home\n\
- directory of ReqChange!
- ;
- MSG_ERROR_NO_PRGPATH (//)
- Couldn't get the path to ReqChange!
- ;
- MSG_RUN_QUIT_GAD (//)
- _Keep running|_Quit
- ;
- MSG_ERROR_RESTORE_LIST (//)
- Couldn't restore list\n\
- \"%s\":\n\
- %s!
- ;
- MSG_REQUESTER_INFO (//)
- ReqChange information
- ;
- #endif
- ;
-