! ! Asedit app-defaults file for asedit program (ver. 1.3.2) ! Copyright (C) A. Stochniol, 1991 - 1994. ! ! Version details: ! @(#) asedit application defaults file; Version 1.3.2; 01 November 1994 ! @(#) da - Danish version ! @(#) Localization database: Ver. 1.3.2, 30 Sept 1994 ! ! ! Resources in this file are grouped according to the probability of ! them being changed by the user. For a typical user probably only part 1 ! is all what is needed. So we recommend to construct the personal ! customization file that consists mainly of part 1 (if needed). ! ! ! ! Resources - part 1 (the most likely to be customized by a user). ! ---------------------------------------------------------------- ! ! COLOURS ! ! Colours for menuBar ( = all menus & most dialogs), help_dialog ! and save_warning, and main text area (i.e. all the rest) ! NOTE: colours are done in rgb just in case your colour database is 'weird' ! (or simply you use the program in your 'locale' and the colour ! names are completely different) ! *menuBar*background: #bebebe *QAccess_Popup*background: #bebebe ! *edit_text*background: #c1adad ! *help_dialog*background: #c1c1c1 *background: #c1c1c1 *help_dialog*XmText*background: #c1c1c1 *readOnlyBackground: #c1c1c1 *bottom_row*background: #c1c1c1 ! *troughColor: #999999 *menuBar*XmList.background: #999999 *menuBar*VkList.background: #999999 ! *menuBar*XmText.background: #c7aaaa *menuBar*XmTextField.background: #c7aaaa ! ! colours for important warning/error messages ! NOTE: colours are done in rgb ... (see above) ! *save_warning*background: #f8b39b *menuBar*save_warning*background: #f8b39b *menuBar*error_message*background: #f8b39b ! ! ! FONTS ..... ! ! Bold fonts (labels etc.) *menuBar*fontList: -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1 *menuBar*XmText.fontList: -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1 *menuBar*XmTextField.fontList: -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1 *help_dialog*fontList: -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1 *save_warning*fontList: -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1 *QAccess_Popup*fontList: -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1 ! ! Fixed width fonts: *XmText.fontList: -*-courier-bold-r-normal-*-14-*-*-*-*-*-iso8859-1 *menuBar*text_dialog*XmText.fontList: -*-courier-bold-r-normal-*-14-*-*-*-*-*-iso8859-1 ! ! Plain fixed width font: *bottom_row*fontList: -*-courier-medium-r-normal-*-14-*-*-*-*-*-iso8859-1 ! ! ! OTHER DEFAULTS ! ! ! Start up sizes of main text widget and hypertext text widget ! *edit_text.rows: 24 *edit_text.columns: 80 ! *hypertext_text.rows: 20 *hypertext_text.columns: 60 ! ! ! Setup for local printers/print queues ... ! *print_dialog.listItems: lp \,lp -d hp \,lp -d nechp \,qprt -da -Pps ! the following line should contain the count from the above line (number of printers)!!! *print_dialog.listItemCount: 4 *print_dialog.listVisibleItemCount: 3 ! ! Define the default printing command (if you want one) *print_dialog.textString: lp ! ! Define the default print range: ! (Note: only _one_ of the two following should be set to True, i.e. uncommented:) *print_dialog*selection.set: True !!!*print_dialog*complete.set: True ! ! ! default start-up Untitled file name ('NoName') *noname: UdenNavn- ! ! ! Redefinition of the system temporary directory (usually /tmp) is done by ! specifying tmpDir resource (uncomment and edit the following line) !*tmpDir: /tmp ! ! Redefinition of help directory (set during installation) is done by ! specifying helpDir resource (uncomment and edit the following line) !*helpDir: /usr/lib/X11 ! ! Redefinition of help file name is done by specifying helpName resource ! (uncomment and edit the following line) !*helpName: asedit.hlp ! ! Redefinition of backupFileSuffix is done by ! specifying backupFileSuffix resource (edit the following line) *backupFileSuffix: .kopi ! ! ! USER DEFINABLE FILTERS and COMMANDS ! ! FILTERS ! Number of user defined filters ( *important* to specify right) ! *filterNum: 5 ! ! User defined filters (items in Tools/Filters menu): ! *Filters_PD.0.labelString: Ordtælling *Filters_PD.0.mnemonic: O *filter0: echo ' linier ord bytes:' ; wc *filterExt0: TO_TEXT_DIALOG\, Ordtælling\, \, \, \, NO_EXTEND ! *Filters_PD.1.labelString: Komprimer tomme linier *Filters_PD.1.mnemonic: K *filter1: sed 's/^[ ]*$//' | sed '\n\ /^$/ {\n\ N\n\ /^\\n$/D\n\ }' ! *Filters_PD.2.labelString: Fjern tomme linier *Filters_PD.2.mnemonic: F *filter2: sed '/^[ ]*$/d' ! *Filters_PD.3.labelString: Dobbelt linieafst *Filters_PD.3.mnemonic: D *filter3: sed G ! *Filters_PD.4.labelString: Fjern ekstra blanktegn *Filters_PD.4.mnemonic: b *filter4: sed 's/[ ][ ]*/ /g' ! ! ! COMMANDS ! Number of user defined commands ( *important* to specify right) ! *cmdNum: 3 ! ! ! User defined commands (items in Tools/Commands menu): ! ! *Commands_PD.0.labelString: Aktuelle Katalog *Commands_PD.0.mnemonic: A *cmdDef0: pwd ! *Commands_PD.1.labelString: Dato *Commands_PD.1.mnemonic: D *cmdDef1: date ! *Commands_PD.2.labelString: Computers navn *Commands_PD.2.mnemonic: n *cmdDef2: hostname ! ! ! ! Select delimited text when found (when selectDelimitedText is True) *selectDelimitedText: True ! ! ! ! Part 2 - general & visual consistency resources. ! ------------------------------------------------ ! ! general appearance and behaviour defaults ! *allowShellResize: true *borderWidth: 0 *highlightThickness: 2 ! ! ! make the text widgets in diallogs small (the size is dynamically calculated) *columns: 3 *textColumns: 3 ! ! display all the toggles even when they are not on ! color all radio and toggle buttons when they are selected ! (note: lampColor, checkColor and radioColor resources are specific to SGI) *visibleWhenOff: true *fillOnSelect: True *selectColor: #ffff00 *checkColor: #ff0000 *radioColor: #0000ff *lampColor: #ffff00 ! ! specific defaults for asedit ! ! setting the same visual pleasing margin (8) for all buttons and labels ! (for separators the default margin 0 is the appropriate one ) ! *XmPushButton.marginWidth: 8 *XmLabel.marginWidth: 8 *XmCascadeButton.marginWidth: 8 ! ! increase the standard label setting to align them with text widgets *XmRowColumn*XmLabel.marginHeight: 4 ! ! setting margins in the status row (bottom_row): *bottom_row*XmLabel.marginWidth: 3 ! ! setting offsets affecting the status row (form_frame_bottom) *form_frame_bottom*topOffset: 2 *form_frame_bottom*bottomOffset: 2 *form_frame_bottom*leftOffset: 2 *form_frame_bottom*rightOffset: 2 ! ! setting shadowType & shadowThickness for frame_bottom_row; ! (to support SGI schemes mode) *frame_bottom_row.shadowType: SHADOW_IN *frame_bottom_row.shadowThickness: 2 ! ! If you would like to have your personalized appl defaults file I recommend ! to copy ONLY the above parts of this file (part 1 might be just enough). ! ! ! ! ! ! Part 3 - language dependent resources (to preserve consistency ! any changes here *should* be reflected in the on-line help file !) ! ---------------------------------------------------------------- ! ! Menu bar & all menus resources: ! All necessary resources for an international application are specified ! here. This includes labels, mnemonics, accelerators and accelerator text. ! Note: you may safely add/remove/change accelerators and mnemonics, but ! be sure that the acceleratorText changes with accelerator. You may also ! change the labelString values (but do NOT remove them). ! ! Menu bar: ! *menuBar.File.labelString: Fil *menuBar.File.mnemonic: F *menuBar.Edit.labelString: Rediger *menuBar.Edit.mnemonic: R *menuBar.Search.labelString: Søg *menuBar.Search.mnemonic: S *menuBar.Tools.labelString: Funktioner *menuBar.Tools.mnemonic: k *menuBar.Help.labelString: Hjælp *menuBar.Help.mnemonic: H ! ! ! General (standard) labels for buttons in the dialogs ! *OK.labelString: OK *Apply.labelString: Anvend *Cancel.labelString: Annuller *Help.labelString: Hjælp ! ! ! ! File PullDown menu: ! *File_PD.Open.labelString: Åbn... *File_PD.Open.mnemonic: b *File_PD.Open.acceleratorText: Ctrl+O *File_PD.Open.accelerator: Ctrl o ! *File_PD.New.labelString: Ny *File_PD.New.mnemonic: N *File_PD.New.acceleratorText: Ctrl+N *File_PD.New.accelerator: Ctrl n ! *File_PD.Close.labelString: Luk *File_PD.Close.mnemonic: L ! *File_PD.Save.labelString: Gem *File_PD.Save.mnemonic: G *File_PD.Save.acceleratorText: Ctrl+S *File_PD.Save.accelerator: Ctrl s ! *File_PD.Save_As.labelString: Gem som... *File_PD.Save_As.mnemonic: m ! *File_PD.Insert.labelString: Indsæt... *File_PD.Insert.mnemonic: I ! *File_PD.Print.labelString: Udskriv... *File_PD.Print.mnemonic: U *File_PD.Print.acceleratorText: Ctrl+P *File_PD.Print.accelerator: Ctrl p ! *File_PD.Exit.labelString: Afslut *File_PD.Exit.mnemonic: A ! ! ! ! Edit PullDown menu: ! *Edit_PD.Undo.labelString: Fortryd *Edit_PD.Undo.mnemonic: F *Edit_PD.Undo.acceleratorText: Ctrl+Z *Edit_PD.Undo.accelerator: ~Shift Ctrl ~Meta ~Alt z ! *Edit_PD.Redo.labelString: Gentag *Edit_PD.Redo.mnemonic: G *Edit_PD.Redo.acceleratorText: Skift+Ctrl+Z *Edit_PD.Redo.accelerator: Shift Ctrl ~Meta ~Alt z ! *Edit_PD.Cut.labelString: Klip *Edit_PD.Cut.mnemonic: K *Edit_PD.Cut.acceleratorText: Ctrl+X *Edit_PD.Cut.accelerator: ~Shift Ctrl ~Meta ~Alt x ! *Edit_PD.Copy.labelString: Kopier *Edit_PD.Copy.mnemonic: o *Edit_PD.Copy.acceleratorText: Ctrl+C *Edit_PD.Copy.accelerator: ~Shift Ctrl ~Meta ~Alt c ! *Edit_PD.Paste.labelString: Sæt ind *Edit_PD.Paste.mnemonic: n *Edit_PD.Paste.acceleratorText: Ctrl+V *Edit_PD.Paste.accelerator: ~Shift Ctrl ~Meta ~Alt v ! *Edit_PD.Clear.labelString: Ryd *Edit_PD.Clear.mnemonic: d *Edit_PD.Clear.acceleratorText: Del ! the above is a text of pseudo accelerator (we don't need to define ! accelerator because the text widget already handles that acttion properly) ! ! ! ! Search PullDown menu: ! *Search_PD.Find.labelString: Søg... *Search_PD.Find.mnemonic: S *Search_PD.Find.acceleratorText: Ctrl+F *Search_PD.Find.accelerator: Ctrl f ! *Search_PD.Repeat.labelString: Find næste *Search_PD.Repeat.mnemonic: n *Search_PD.Repeat.accelerator: Ctrll *Search_PD.Repeat.acceleratorText: Ctrl+L ! *Search_PD.Change.labelString: Erstat... *Search_PD.Change.mnemonic: E *Search_PD.Change.acceleratorText: Ctrl+H *Search_PD.Change.accelerator: Ctrl h ! *Search_PD.Go_to.labelString: Gå til linie... *Search_PD.Go_to.mnemonic: G *Search_PD.Go_to.acceleratorText: Ctrl+G *Search_PD.Go_to.accelerator: Ctrl g ! *Search_PD.Mark.labelString: Bogmærke *Search_PD.Mark.mnemonic: B ! *Search_PD.Match.labelString: Match par *Search_PD.Match.mnemonic: M ! ! ! Mark PullDown menu: ! *Mark_PD.Set.labelString: Sæt *Mark_PD.Set.mnemonic: S ! *Mark_PD.Go_to.labelString: Gå til *Mark_PD.Go_to.mnemonic: G ! ! ! Set & Go_to PullDown menu: ! (note that an alternate set of hotkeys is supported using asedit-mark-* ! text translations; this is mainly for 1.2 compatibility) ! ! *Set_PD.0.acceleratorText: Skift+Ctrl+0 *Set_PD.1.acceleratorText: Skift+Ctrl+1 *Set_PD.2.acceleratorText: Skift+Ctrl+2 *Set_PD.3.acceleratorText: Skift+Ctrl+3 *Set_PD.4.acceleratorText: Skift+Ctrl+4 *Set_PD.5.acceleratorText: Skift+Ctrl+5 *Set_PD.6.acceleratorText: Skift+Ctrl+6 *Set_PD.7.acceleratorText: Skift+Ctrl+7 *Set_PD.8.acceleratorText: Skift+Ctrl+8 *Set_PD.9.acceleratorText: Skift+Ctrl+9 ! *Set_PD.0.accelerator: Shift Ctrl 0 *Set_PD.1.accelerator: Shift Ctrl 1 *Set_PD.2.accelerator: Shift Ctrl 2 *Set_PD.3.accelerator: Shift Ctrl 3 *Set_PD.4.accelerator: Shift Ctrl 4 *Set_PD.5.accelerator: Shift Ctrl 5 *Set_PD.6.accelerator: Shift Ctrl 6 *Set_PD.7.accelerator: Shift Ctrl 7 *Set_PD.8.accelerator: Shift Ctrl 8 *Set_PD.9.accelerator: Shift Ctrl 9 ! ! *Go_to_PD.0.acceleratorText: Ctrl+0 *Go_to_PD.1.acceleratorText: Ctrl+1 *Go_to_PD.2.acceleratorText: Ctrl+2 *Go_to_PD.3.acceleratorText: Ctrl+3 *Go_to_PD.4.acceleratorText: Ctrl+4 *Go_to_PD.5.acceleratorText: Ctrl+5 *Go_to_PD.6.acceleratorText: Ctrl+6 *Go_to_PD.7.acceleratorText: Ctrl+7 *Go_to_PD.8.acceleratorText: Ctrl+8 *Go_to_PD.9.acceleratorText: Ctrl+9 ! *Go_to_PD.0.accelerator: ~Shift Ctrl 0 *Go_to_PD.1.accelerator: ~Shift Ctrl 1 *Go_to_PD.2.accelerator: ~Shift Ctrl 2 *Go_to_PD.3.accelerator: ~Shift Ctrl 3 *Go_to_PD.4.accelerator: ~Shift Ctrl 4 *Go_to_PD.5.accelerator: ~Shift Ctrl 5 *Go_to_PD.6.accelerator: ~Shift Ctrl 6 *Go_to_PD.7.accelerator: ~Shift Ctrl 7 *Go_to_PD.8.accelerator: ~Shift Ctrl 8 *Go_to_PD.9.accelerator: ~Shift Ctrl 9 ! ! ! ! Match PullDown menu: ! ! *Match_PD.Forward.labelString: Fremad *Match_PD.Forward.mnemonic: F *Match_PD.Forward.accelerator: Meta bracketleft *Match_PD.Forward.acceleratorText: Alt+[ ! *Match_PD.Backward.labelString: Bagud *Match_PD.Backward.mnemonic: B *Match_PD.Backward.accelerator: Meta bracketright *Match_PD.Backward.acceleratorText: Alt+] ! ! ! Tools PullDown menu: ! *Tools_PD.Spell.labelString: Stavning *Tools_PD.Spell.mnemonic: S *Tools_PD.Spell.acceleratorText: F7 *Tools_PD.Spell.accelerator: F7 *spellCmd: (cat; echo) | spell *spellExt: TO_TEXT_DIALOG\,Fejlstavede ord:\, Stavning \, DIALOG_INFORMATION \,Korrekt stavet!\,USE_FILE_OR_SELECTION ! *Tools_PD.Sort.labelString: Sorter *Tools_PD.Sort.mnemonic: t *sortCmd: sort *sortExt: TO_CURRENT ! ! *Tools_PD.Format.labelString: Formatter *Tools_PD.Format.mnemonic: F ! ! The default fmt command is as follows: 'fmt -%d' ! If on your system this command is called differently uncomment and edit ! the following line: !*fmtCmd: fmt -%d ! ! *Tools_PD.Case.labelString: Ændr bogstaver til *Tools_PD.Case.mnemonic: b ! *Tools_PD.Filters.labelString: Filtre *Tools_PD.Filters.mnemonic: i ! *Tools_PD.Commands.labelString: Kommandoer *Tools_PD.Commands.mnemonic: K ! ! ! ! Format PullDown menu: ! *Format_PD.MoveLeft.labelString: Flyt til venstre... *Format_PD.MoveLeft.mnemonic: v ! *Format_PD.MoveRight.labelString: Flyt til højre... *Format_PD.MoveRight.mnemonic: h ! *Format_PD.IndentWith.labelString: Indryk med... *Format_PD.IndentWith.mnemonic: I ! *Format_PD.Reformat.labelString: Omformatter... *Format_PD.Reformat.mnemonic: O ! *Format_PD.Expand.labelString: Udvid tab *Format_PD.Expand.mnemonic: U ! ! The default expand command (expandCmd) is set during compilation on a system ! basis; if you want to change the default then uncomment one of the following ! lines and edit it (NOTE the tabstop value is written into the command so ! the '%d' field must exist). Note that we use: ! 'pr -t -e%d' on SGI computers (expand is not available there) !*expandCmd: expand -%d !*expandCmd: pr -t -e%d ! ! *Format_PD.Unexpand.labelString: Sammentræk tab *Format_PD.Unexpand.mnemonic: S ! ! See the note about expand on different systems above. As default we use ! unexpand with the tabstop equal to 8. The default definitions used ! for unexpand are commented out just after this line. !*unexpandCmd: unexpand !*unexpandCmd: pr -t ! ! For systems that have 'pr' command you can use the following definition ! to allow inserting tabs with the current tab interval: !*unexpandCmd: pr -t -i%d ! ! For standard 'unexpand' only the leading spaces are converted to ! tabs. If you want to insert tabs whenever possible, use the following ! definition (note the Unix 'unexpand' does not allow inserting tabs ! with the tab interval different than 8, so we don't use '-%d' field): !*unexpandCmd: unexpand -a ! ! ! ! Case PullDown menu: ! *Case_PD.Upper.labelString: VERSAL *Case_PD.Upper.mnemonic: A *Case_PD.Lower.labelString: små bogst *Case_PD.Lower.mnemonic: s *Case_PD.Title.labelString: Versal *Case_PD.Title.mnemonic: V *Case_PD.Toggle.labelString: Omvendt *Case_PD.Toggle.mnemonic: O ! ! ! ! Filters PullDown menu: ! *Filters_PD.Extra.labelString: Eget filter... *Filters_PD.Extra.mnemonic: E ! ! ! ! Commands PullDown menu ! *Commands_PD.Extra.labelString: Egen kommando... *Commands_PD.Extra.mnemonic: E ! ! Note that user definable entries in the Filters and Commands ! menus are defined in part 1 (section USER DEFINABLE ...). ! ! ! ! ! Help PullDown menu: ! *Help_PD.On_Keys.labelString: Tastbindinger *Help_PD.On_Keys.mnemonic: T ! *Help_PD.Index.labelString: Indeks *Help_PD.Index.mnemonic: I ! *Help_PD.On_Help.labelString: Introduktion *Help_PD.On_Help.mnemonic: n ! *Help_PD.About.labelString: Om Asedit... *Help_PD.About.mnemonic: O ! ! ! ! Quick access popup menu: ! *QAccess_Popup.Undo.labelString: Fortryd *QAccess_Popup.Undo.mnemonic: F ! *QAccess_Popup.Cut.labelString: Klip *QAccess_Popup.Cut.mnemonic: K ! *QAccess_Popup.Copy.labelString: Kopier *QAccess_Popup.Copy.mnemonic: o ! *QAccess_Popup.Paste.labelString: Sæt ind *QAccess_Popup.Paste.mnemonic: n ! *QAccess_Popup.Repeat.labelString: Find næste *QAccess_Popup.Repeat.mnemonic: n ! *QAccess_Popup.Open.labelString: Åbn... *QAccess_Popup.Open.mnemonic: b ! *QAccess_Popup.Save.labelString: Gem *QAccess_Popup.Save.mnemonic: G ! *QAccess_Popup.Exit.labelString: Afslut *QAccess_Popup.Exit.mnemonic: A ! ! ! ! DIALOG resources ...... ! ! ! common resource for XmFileSelectionBox (to promote consistency) ! (in asedit they apply to open_dialog, save_dialog, insert_dialog) ! *menuBar*fileListLabelString: Filer *menuBar*filterLabelString: Filter *menuBar*dirListLabelString: Kataloger *menuBar*applyLabelString: Filter ! ! help dialog: *help_dialog.title: asedit - Hjælp *help_dialog*Follow.labelString: Følg *help_dialog*Back.labelString: Bagud *help_dialog*Index.labelString: Indeks *help_dialog*Close.labelString: Luk *help_dialog*Help.labelString: Hjælp ! ! open dialog: *open_dialog.dialogTitle: asedit - Åbn en fil *open_dialog*Selection.labelString: Valg *open_dialog*open_view_only.labelString: Åben kun til læsning ! ! replace dialog resources ! *replace_dialog.okLabelString: Søg med Bekræft *menuBar*replace_dialog.applyLabelString: Ændr alt *replace_dialog.cancelLabelString: Luk *replace_dialog*text_to_find_title.labelString: Søg efter: *replace_dialog*new_text_title.labelString: Erstat med: ! *replace_dialog*options_title.labelString: Indstillinger *replace_dialog*case_sensitive.labelString: Match store/små bogst *replace_dialog*whole_words.labelString: Kun hele ord ! *replace_dialog*direction_title.labelString: Retning *replace_dialog*Forward.labelString: Fremad *replace_dialog*Backward.labelString: Bagud ! ! initial settings for the different replace/find options: *replace_dialog*case_sensitive.set: True *replace_dialog*whole_words.set: False ! Note: only one of the following two should be set to True, i.e. uncommented: *replace_dialog*Forward.set: True !!*replace_dialog*Backward.set: True ! ! *change_prompt.dialogTitle: asedit - Erstat ? *change_prompt.okLabelString: Erstat *menuBar*change_prompt.applyLabelString: Spring over ! *continue_search_question.dialogTitle: asedit - Søg *continue_search_question.okLabelString: Ja *continue_search_question.cancelLabelString: Nej ! *search_end_message.dialogTitle: asedit - Ændr alt *search_end_message.cancelLabelString: Luk ! *go_to_line.dialogTitle: asedit - Gå til linie *go_to_line.selectionLabelString: Skriv nyt linienummer: *go_to_line.cancelLabelString: Luk ! ! ! overwrite question dialog ! *overwrite_question.dialogTitle: asedit - Overskriv ? *overwrite_question.okLabelString: Ja *overwrite_question.cancelLabelString: Annuller ! ! error message dialog resources (cancel button used to dismiss dialog) *error_message.dialogTitle: asedit - Fejl! *error_message.cancelLabelString: OK *error_message.messageString: Fejlmeddelelse ! *save_dialog.dialogTitle: asedit - Gem som *save_dialog.selectionLabelString: Gem fil som ! ! *print_dialog.dialogTitle: asedit - Udskriv *print_dialog.listLabelString: Printere *print_dialog.selectionLabelString: Valgt udskrivning: *print_dialog.okLabelString: Udskriv *print_dialog*range_title.labelString: Omfang *print_dialog*selection.labelString: Den markerede tekst *print_dialog*complete.labelString: Hele dokumentet ! NOTE: that part of the print_dialog was set up at the beginning of that file ! *insert_dialog.dialogTitle: asedit - Indsæt en fil *insert_dialog*Selection.labelString: Valg ! ! *save_warning.dialogTitle: asedit - Filen er ikke gemt! *save_warning.okLabelString: Ja *save_warning.applyLabelString: Nej ! *about.dialogTitle: asedit - Om Asedit *about.cancelLabelString: Luk ! *bottom_row.line.labelString: Linie: *bottom_row.column.labelString: Kolonne: ! ! ! ! Dialogs from the Tools menu: ! *filter_dialog.dialogTitle: asedit - Eget filter *filter_dialog.selectionLabelString: Filterets kommandoer: ! *command_dialog.dialogTitle: asedit - Egen kommando *command_dialog.selectionLabelString: Kommando, der skal udføres: ! ! Common resources for filter_dialog and command_dialog: ! *depot_title.labelString: Uddata sendes til: *to_current.labelString: Aktivt vindue *to_new.labelString: Nyt vindie *to_dialog.labelString: Tekstvindue ! *moveLeft_dialog.dialogTitle: asedit - Flyt til venstre *moveLeft_dialog.selectionLabelString: Antal tegn at flytte til venstre: *moveLeft_dialog.cancelLabelString: Luk *moveLeft_dialog.autoUnmanage: False ! *moveRight_dialog.dialogTitle: asedit - Flyt til højre *moveRight_dialog.selectionLabelString: Antal tegn at flytte til højre: *moveRight_dialog.cancelLabelString: Luk *moveRight_dialog.autoUnmanage: False ! *indentWith_dialog.dialogTitle: asedit - Indryk med *indentWith_dialog.selectionLabelString: Skriv tegnene, der skal indrykkes med: *indentWith_dialog.cancelLabelString: Luk *indentWith_dialog.textString: > *indentWith_dialog.autoUnmanage: False ! *reformat_dialog.dialogTitle: asedit - Omformatter *reformat_dialog*left_margin_title.labelString: Ny venstremargen: *reformat_dialog*right_margin_title.labelString: Højremargen: ! *reformat_dialog.cancelLabelString: Luk *reformat_dialog.autoUnmanage: False ! *errorChild.dialogTitle: Kommandofejl! *errorChild.messageString: Anormal afslutning.\nVill du fortsætte ? *errorChild.okLabelString: Fortsæt alligevel *errorChild.cancelLabelString: Annuller ! *messageChild.dialogTitle: Kommando meddelelse *messageChild.messageString: Vill du fortsætte ? *messageChild.okLabelString: Fortsæt *messageChild.cancelLabelString: Annuller ! *noOutDialog.dialogTitle: Ingen uddata *noOutDialog.messageString: Ingen uddata fra kommandoen. *noOutDialog.cancelLabelString: Luk ! *progress.dialogTitle: Vent! *progress.messageString: Venter på at kommandoen fuldføres. ! ! ! Text dialog used for output of the child process: ! ! (Note that we use, as default, the text_dialog in Spell and wc filters only; ! in such configuration we don't expect long lines so scrollHorizontal is set ! to False; you might like to change it to True or change wordWrap to True; ! Note also that the deafult initial maximum size is 12 rows by 40 columns) *text_dialog*scrollHorizontal: False *text_dialog*wordWrap: False *text_dialog.dialogTitle: Kommando uddata *text_dialog.cancelLabelString: Luk ! ! reduce the default margins from 10 to 4 pixels *text_dialog.marginHeight: 4 *text_dialog.marginWidth: 4 ! ! ! ! Language specific messages/questions etc.... ! ! fm_... file messages ... ! *fm_unable_to_open: Fejl - Kan ikke åbne filen:\n'%s' *fm_unable_to_save: Fejl - Kan ikke gemme filen:\n'%s' *fm_not_closed: \nFilen er ikke lukket! *fm_print_failed: Udskrift mislykkedes! *fm_exit_aborted: \nAfslutning afbrudt! *fm_not_printed: \nFilen blev ikke skrevet ud! *fm_not_regular: '%s'\n- ikke en almindelig fil! *fm_no_selection: Kan ikke skrive markeret tekst. Teksten er ikke markeret! *fm_no_printer: Vælg en udskrivningsmetode! *fm_no_filename: Vælg en fil! ! ! fq_... file questions ... *fq_overwrite: Overskriv den eksisterende fil:\n'%s' ? *fq_save_changes: Vil du gemme ændringerne i:\n'%s' før den lukkes ? ! ! labels for find/change buttons (shared widget) *find_label: Søg *find_next_label: Find næste *change_label: Erstat *find_n_verify_label: Søg med Bekræft ! ! titles for find/change dialogs (shared widget) *find_dialogTitle: asedit - Søg *change_dialogTitle: asedit - Erstat ! ! sm_... search messages ... *sm_have_to_enter: Du er nødt til at skrive en tekst! *sm_not_found: Teksten kunne ikke findes! *sm_change_all_completed: Ændr alt fuldført!\n Det blev ialt %d ændringer. *sm_line_range: Linienummeret er ikke gyldigt.\nFilen har kun %ld linier. *sm_have_to_select: For at søge efter den næste streng, marker den i vinduet\neller angiv den i Søg menuen. ! ! sq_... search questions ... *sq_change: Erstat den markerede tekst ? *sq_doc_end: Nåede bunden af dokumentet.\nSøg videre fra toppen ? *sq_doc_beg: Nåede toppen af dokumentet.\nSøg videre fra bunden ? ! ! string (character) to be shown for read-only files *read_only_marker: L ! extra text (changeHint) to be shown in the title bar as a hint that file was changed *changeHint: (Ændret) ! ! flt_... filter related messages ! *flt_no_selection: Marker først teksten, der skal gennem filtret. *flt_no_filter: Angiv kommando! ! *flt_no_value: Angiv en værdi! *flt_no_text: Skriv en tekst! ! *flt_wrong_margins: Forkerte margener!\nHøjremargen skal være større end venstremargen. *flt_missing_margins: Savner margener!\nSpecifer i det mindste højremargenen. ! *cant_find_lf: Kan ikke finde linieskift! ! ! ! text used in the ht_help.c (hypertext help) *help_err_fopen: HJÆLPEFEJL. Kan ikke åbne hjælpefilen '%s'. *help_err_finc: HJÆLPEFEJL. Fejl i hjælpefilen '%s'. *help_no_info: DESVÆRRE, ingen hjælp til dette. ! ! Other locale dependent messages: *load_font_err: Kan ikke åbne skrifttypen '%s'\n *open_tmp_err: Advarsel: Kan ikke åbne temporærfilen '%s', filen er ikke gemt.\n *close_tmp_err: Advarsel: Kan ikke lukke temporærfilen '%s'.\n *backup_file_err: Advarsel: Kan ikke lave kopi af '%s'.\nFilen '%s' er ikke gemt.\n *file_close_err: Advarsel: Kan ikke lukke filen '%s'.\n *file_move_err: Advarsel: Kan ikke flytte temporærfilen.\nFilen '%s' er ikke gemt.\n *open_tmp_print_err: Advarsel: Kan ikke åbne temporærfilen '%s'. Texten er ikke udskrevet.\n ! ! syntax error messages *wrong_syntax: Ukendt parameter '%s'\n *syntax: Brug: asedit [parametre] [filnavn]\nhvor de mulige parametre er:\n \n\ -bg sætter baggrundsfarven\n\ -fg sætter forgrundsfarven (teksten)\n\ -fn vælger skrifttype for hele programmet\n\ -fnm vælger skriften til menuer og dialogbokse\n\ -fnt vælger redigeringsvinduets skrift\n\ -helpdir angiver hvor hjælpefilen (asedit.hlp) befinder sig\n\ -tab sætter tab-stop interval til \n\ + efter åbning af filen, gå til linie \n\ -emacs bruger Emacs tastaturbindinger\n\ -/+status slår statuslinie til/fra\n\ -/+wrap slår linieombrydning til/fra\n\ -/+v slår 'Kun Til Læsning' til/fra\n\ ..... og alle standard X-Window parametre, f.eks. \n\ -display angiver på hvilken skærm vinduet vil dukke op\n\ -geometry angiver vinduets størrelse og (X,Y) koordinater\n\ -iconic starter programmer som en ikon\n\ -xrm sætter ekstra X specifikationer\n ! ! ! ! ! ! Part 4 - keyboard bindings. ! ---------------------------- ! !----------------------------------------------------------------------------- ! ! Keyboard bindings (do NOT change unless you really have to do that; ! if you change anything there might be inconsistency with the ! help file! ) ! ! ! special bindings for hypertext Help widget and Emacs bindings ! *hypertext_text.translations: #override\n\ : move-destination()\n\ : move-destination()\n\ (2): activate()\n\ (2): activate()\n\ Return: activate()\n\ Ctrl osfPageDown: end-of-file()\n\ Ctrl osfPageUp: beginning-of-file()\n ! ! ! *edit_text.translations: #override\n\ Ctrl Return: newline()\n\ Return: newline-and-indent()\n\ Shift ~Ctrl Meta osfBackSpace: asedit-redo()\n\ Shift ~Ctrl Alt osfBackSpace: asedit-redo()\n\ ~Shift ~Ctrl Meta osfBackSpace: asedit-undo()\n\ ~Shift ~Ctrl Alt osfBackSpace: asedit-undo()\n\ Ctrl q, Ctrl [: asedit-forward-match()\n\ Ctrl q, Ctrl ]: asedit-backward-match()\n\ Ctrl q, Ctrl f: asedit-find()\n\ Ctrl q, Ctrl a: asedit-change()\n ! ! ! Some extra bindigs to enable Clipboard operations in all Text widgets ! with the user defined cut/copy/paste key shortcuts ! *XmText.translations: #override\n\ ~Shift Ctrl ~Meta ~Alt x: cut-clipboard()\n\ ~Shift Ctrl ~Meta ~Alt c: copy-clipboard()\n\ ~Shift Ctrl ~Meta ~Alt v: paste-clipboard()\n ! ! ! ! Some consistency bindings for text widgets (or fields) inside selection ! boxes ! ! *textTranslations: #override\n\ ~Shift Ctrl ~Meta ~Alt x: cut-clipboard()\n\ ~Shift Ctrl ~Meta ~Alt c: copy-clipboard()\n\ ~Shift Ctrl ~Meta ~Alt v: paste-clipboard()\n ! ! ! Workaround for the Motif 1.2.2 FSB cursor visibility bug *XmFileSelectionBox.XmTextField.width: 400 ! ! ! ! ! Part 5 - Version definitions. ! ----------------------------- ! !----------------------------------------------------------------------------- ! ! appDefaultsVersion (Version number of ths file) should only be defined in the ! site-wide file! Do NOT remove or alter this setting! *appDefaultsVersion: 1320 ! ! *oldAppDefs: Advarsel: En gammel 'application defaults' fil er blevet indlæst!\n ! !!!!!!!!!! End of Asedit application defaults file !!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!