home *** CD-ROM | disk | FTP | other *** search
- ; cdc 1.8 (24 Apr 1996)
- ; CAT Catalog Emitter $Revision: 1.12 $
- ;
- ; Catalog definitions for module "branch.ex" (branch.ex)
-
- ; ======================================================================
-
- ; This catalog was generated based on the previous translation
- ; of branch.msg, revision 1.5.
- ; - 55 translations were kept, since the English text did not change.
- ; - 9 translations were identical to the English text.
- ; Please verify that no translations were forgotten.
- ; - 1 new English messages need to be translated.
-
- ; Note: you *must* use a Latin-1 (ISO 8859) editor. If you are, the following
- ; line will contain three accented versions of each vowel, in order:
- ; ßΓα ΘΩΦ φε∞ ≤⌠≥ ·√∙
-
- ; ======================================================================
-
- VERSION 1
- REVISION 6
- LANGUAGE "NEDERLANDS"
-
- ; ======================================================================
-
- ; The following translations have been kept, since the English text
- ; did not change since the previous translation.
- ; (If needed, you may make any corrections or adjustments
- ; to your translation.)
-
- ; ----------------------------------------------------------------------
-
- ; Name of the module as presented to the user:
- ; English: "Branch"
- NATURALNAME "Vertak"
- ; ----------
- ; BRANCHMENU_ColumnTitle
- ; The Branch EX column title
- ; English: "Branch"
- MSG 0x0d800400 "Vertak"
- ; ----------
- ; BRANCHMENU_MenuTitle
- ; The Branch EX menu title
- ; English: "Branching and Variables"
- MSG 0x0d800800 "Vertakking en variabelen"
- ; ----------
- ; BRANCHMENU_ShortMenuTitle
- ; The Branch EX menu title when invoked from the Design Buttons menu
- ; English: "Variables"
- MSG 0x0d80ec00 "Variabelen"
- ; ----------
- ; BRANCHMENU_SetVariableSel
- ; The "Set Variable" selector button text
- ; English: "Set Variable"
- MSG 0x0d800c00 "Stel variabele in"
- ; ----------
- ; BRANCHMENU_ConditionSel
- ; The Condition selector button text
- ; English: "Condition"
- MSG 0x0d801400 "Voorwaarde"
- ; ----------
- ; BRANCHMENU_ConditionSelHotkeys
- ; The Condition selector button hotkeys
- ; English: "n"
- MSG 0x0d801800 "w"
- ; ----------
- ; BRANCHMENU_RepeatSel
- ; The Repeat selector button text
- ; English: "Repeat"
- MSG 0x0d801c00 "Herhaal"
- ; ----------
- ; BRANCHMENU_RepeatSelHotkeys
- ; The Repeat selector button hotkeys
- ; English: "p"
- MSG 0x0d802000 "h"
- ; ----------
- ; BRANCHMENU_GotoSel
- ; The Goto selector button text
- ; English: "Go To"
- MSG 0x0d802400 "Ga naar"
- ; ----------
- ; BRANCHMENU_GotoSelHotkeys
- ; The Goto selector button hotkeys
- ; English: "t"
- MSG 0x0d802800 "n"
- ; ----------
- ; BRANCHMENU_SetVariable
- ; The "Set variable = expression: " button text
- ; English: "Set Variable: "
- MSG 0x0d802c00 "Stel variabele in: "
- ; ----------
- ; BRANCHMENU_ShowIf
- ; The "Show if" button text
- ; English: "Show If Expression: "
- MSG 0x0d803400 "Toon als-uitdrukking: "
- ; ----------
- ; BRANCHMENU_ShowIfHotkeys
- ; The "Show if" button hotkeys"
- ; English: "S"
- MSG 0x0d803800 "t"
- ; ----------
- ; BRANCHMENU_Repeat
- ; The Repeat cycle button text
- ; English: "Repeat"
- MSG 0x0d803c00 "Herhaal"
- ; ----------
- ; BRANCHMENU_OptWhile
- ; Repeat cycle text "While"
- ; English: "While"
- MSG 0x0d804400 "terwijl"
- ; ----------
- ; BRANCHMENU_OptUntil
- ; Repeat cycle text "Until"
- ; English: "Until"
- MSG 0x0d804800 "totdat"
- ; ----------
- ; BRANCHMENU_Expression
- ; The "Expression" button text
- ; English: "Expression: "
- MSG 0x0d804c00 "Uitdrukking: "
- ; ----------
- ; BRANCHMENU_ExpressionHotkeys
- ; The "Expression" button hotkeys"
- ; English: "e"
- MSG 0x0d805000 "u"
- ; ----------
- ; BRANCHMENU_Variables
- ; The Variables list header
- ; English: "Variables"
- MSG 0x0d805400 "Variabelen"
- ; ----------
- ; BRANCHMENU_Functions
- ; The Functions list header
- ; English: "Functions"
- MSG 0x0d805800 "Funkties"
- ; ----------
- ; BRANCHMENU_Operators
- ; The Operators list header
- ; English: "Operators"
- MSG 0x0d805c00 "Operatoren"
- ; ----------
- ; BRANCHMENU_Level
- ; The Level button text
- ; English: "Level:"
- MSG 0x0d806800 "Niveau:"
- ; ----------
- ; BRANCHMENU_LevelHotkeys
- ; The Level button hotkeys
- ; English: "l"
- MSG 0x0d806c00 "i"
- ; ----------
- ; BRANCHMENU_Bookmark
- ; The Bookmark button text
- ; English: "Leave Bookmark?"
- MSG 0x0d807000 "Markeerpunt achterlaten?"
- ; ----------
- ; BRANCHMENU_BookmarkHotkeys
- ; The Bookmark button hotkeys
- ; English: "b"
- MSG 0x0d807400 "m"
- ; ----------
- ; BRANCHMENU_Cancel
- ; The Branch Cancel button text
- ; English: "Cancel"
- MSG 0x0d808000 "Annuleren"
- ; ----------
- ; BRANCHMENU_CancelHotkeys
- ; The Branch Cancel button hotkeys
- ; English: "c"
- MSG 0x0d808400 "a"
- ; ----------
- ; BRANCHMENU_SyntaxError
- ; Error message displayed when the SetVariable expression is incorrect
- ; English: "This is not a valid variable assignment. It should be in the form: \"Variable = Expression\""
- MSG 0x0d808800 "Dit is geen geldige variabele toekenning. Dit moet als volgt: \"Variabele = Uitdrukking\""
- ; ----------
- ; BRANCHMENU_DeleteVariable
- ; Message displayed to ask the user if he wants to delete an
- ; unreferenced variable.
- ; English: "The variable \"%1\" is not used. Do you want to delete it?"
- MSG 0x0d806001 "De variabele \"%1\" wordt niet gebruikt. Wilt u deze verwijderen?"
- ; ----------
- ; BRANCHMENU_Set
- ; Branch column text for set variable
- ; English: "Set"
- MSG 0x0d80d400 "Instellen"
- ; ----------
- ; BRANCHMENU_If
- ; Branch column text for condition
- ; English: "If"
- MSG 0x0d80d800 "Als"
- ; ----------
- ; BRANCHMENU_Loop
- ; Branch column text for loop
- ; English: "Repeat"
- MSG 0x0d80dc00 "Herhalen"
- ; ----------
- ; BRANCHMENU_Goto
- ; Branch column text for goto branch
- ; English: "Goto"
- MSG 0x0d80e000 "Ga naar"
- ; ----------
- ; BRANCHMENU_Return
- ; Branch column text for return branch
- ; English: "Return"
- MSG 0x0d80e400 "Terug"
- ; ----------
- ; BRANCHMENU_Exit
- ; Branch column text for exit branch
- ; English: "Exit"
- MSG 0x0d80f800 "Verlaten"
- ; ----------
- ; VARMENU_VariableDefinition
- ; The Variable Definition menu header
- ; English: "Variable Definition"
- MSG 0x0d808c00 "Definitie van variabelen"
- ; ----------
- ; VARMENU_VariableNotFound
- ; Message1 displayed to ask the user if he wants to declare a
- ; non-existant variable
- ; English: "The variable \"%1\" does not exist."
- MSG 0x0d809001 "De variabele \"%1\" bestaat niet."
- ; ----------
- ; VARMENU_CreateVarHelp1
- ; Message displayed to ask the user if he wants to declare a
- ; non-existant variable
- ; English: "To create the variable, select a type below,"
- MSG 0x0d809400 "Om een variabele te creδren, selekteert u hieronder een type,"
- ; ----------
- ; VARMENU_CreateVarHelp2
- ; Message displayed to ask the user if he wants to declare a
- ; non-existant variable
- ; English: "or choose Cancel to enter a new name:"
- MSG 0x0d809800 "of u kiest Annuleren om een andere naam in te typen:"
- ; ----------
- ; VARMENU_String
- ; The String button text
- ; English: "Text"
- MSG 0x0d809c00 "Tekst"
- ; ----------
- ; VARMENU_Integer
- ; The Integer button text
- ; English: "Numeric"
- MSG 0x0d80a400 "Numeriek"
- ; ----------
- ; VARMENU_Boolean
- ; The Boolean button text
- ; English: "Logical"
- MSG 0x0d80ac00 "Logisch"
- ; ----------
- ; VARMENU_Cancel
- ; The VarMenu Cancel button text
- ; English: "Cancel"
- MSG 0x0d80b400 "Annuleren"
- ; ----------
- ; VARMENU_CancelHotkeys
- ; The VarMenu Cancel button hotkeys
- ; English: "c"
- MSG 0x0d80b800 "a"
- ; ----------
- ; VARLIST_Boolean
- ; The word used to describe boolean variables in VariableListButtons
- ; English: "Logical"
- MSG 0x0d80bc00 "Logisch"
- ; ----------
- ; VARLIST_Integer
- ; The word used to describe integer variables in VariableListButtons
- ; English: "Numeric"
- MSG 0x0d80c000 "Numeriek"
- ; ----------
- ; VARLIST_String
- ; The word used to describe string variables in VariableListButtons
- ; English: "Text"
- MSG 0x0d80c400 "Tekst"
- ; ----------
- ; GOTOBUTTON_Goto
- ; This is the "Go to" label on the GotoButton
- ; English: "Go To: "
- MSG 0x0d80c800 "Ga naar: "
- ; ----------
- ; GOTOBUTTON_None
- ; This is "none" as displayed by the GotoButton when no Goto is set
- ; English: "None"
- MSG 0x0d80cc00 "Geen"
- ; ----------
- ; GOTOBUTTON_Return
- ; This is "Return to Bookmark" as displayed by the GotoButton
- ; English: "Return to Bookmark"
- MSG 0x0d80d000 "Terug naar markeerpunt"
- ; ----------
- ; GOTOBUTTON_Exit
- ; This is "Exit from Script" as displayed by the GotoButton
- ; English: "Exit from Script"
- MSG 0x0d80fc00 "Script verlaten"
- ; ----------
- ; LEVELBUTTON_Level
- ; This is the "Level" label on the LevelButton, as found in the Branch
- ; and Buttons menus.
- ; English: "Level: "
- MSG 0x0d80e800 "Niveau: "
- ; ----------
- ; LEVELBUTTON_ThisScript
- ; This text is used on the LevelButton, as found in the Branch and
- ; Buttons menus, to denote the current script.
- ; English: "<this script>"
- MSG 0x0d80f000 "<dit script>"
- ; ----------
- ; LEVELBUTTON_ThisPage
- ; This text is used on the LevelButton, as found in the Branch and
- ; Buttons menus, to denote the current page.
- ; English: "<this page>"
- MSG 0x0d80f400 "<deze pagina>"
-
- ; ======================================================================
-
- ; The following translations are identical to the English text.
- ; Please check that this is intentional!
- ; If any messages were missed, please translate them now.
- ; (If it is correct that the translation is identical to the English text,
- ; you do not need to do anything for that message.)
-
- ; ----------------------------------------------------------------------
-
- ; BRANCHMENU_SetVariableSelHotkeys
- ; The "Set Variable" selector button hotkeys
- ; English: "v"
- MSG 0x0d801000 "v"
- ; ----------
- ; BRANCHMENU_SetVariableHotkeys
- ; The "Set variable" button hotkeys"
- ; English: "s"
- MSG 0x0d803000 "s"
- ; ----------
- ; BRANCHMENU_RepeatHotkeys
- ; The Repeat cycle button hotkeys
- ; English: "r"
- MSG 0x0d804000 "r"
- ; ----------
- ; BRANCHMENU_GotoHotkeys
- ; The Goto button hotkeys
- ; English: "g"
- MSG 0x0d806400 "g"
- ; ----------
- ; BRANCHMENU_Ok
- ; The Branch OK button text
- ; English: "OK"
- MSG 0x0d807800 "OK"
- ; ----------
- ; BRANCHMENU_OkHotkeys
- ; The Branch OK button hotkeys
- ; English: "o"
- MSG 0x0d807c00 "o"
- ; ----------
- ; VARMENU_StringHotkeys
- ; The String button hotkey
- ; English: "t"
- MSG 0x0d80a000 "t"
- ; ----------
- ; VARMENU_IntegerHotkeys
- ; The Integer button hotkey
- ; English: "n"
- MSG 0x0d80a800 "n"
- ; ----------
- ; VARMENU_BooleanHotkeys
- ; The Boolean button hotkey
- ; English: "l"
- MSG 0x0d80b000 "l"
-
- ; ======================================================================
-
- ; The following messages are new and need to be translated.
-
- ; ----------------------------------------------------------------------
-
- ; BRANCHMENU_IllegalVarName
- ; Error message displayed if user tries to define a variable with the
- ; same name as a ScalaScript primitive
- ; English: "\"%1\" is a ScalaScript keyword and cannot be used as a variable name. Please choose a different name."
- MSG 0x0d810001 "\"%1\" is een ScalaScript uitdrukking en daarom niet dienen als naam van een variabele. Kies a.u.b. een andere naam."
-
- ; ======================================================================
-
-