1 ## chunk AUTH Pär Boberg
3 ## version $VER: TextEditor_mcp.ct 2.0 (28.07.05)
5 Håll nere tangenten som du har valt här\noch flytta markören för att markera text.
6 ;#DEF Move the cursor key and hold down the qualifier\nthat you set here to mark text.
9 Om denna funktion är påslagen, kommer editorn att kontrollera\nordet och visa förslag men endast om ordet är felstavat.
10 ;#DEF If enabled, then the editor will lookup the word,\nand only show suggestions if the word is misspelled.
13 Detta aktiverar bildpunktsjämn rullning.
14 ;#DEF This will enable pixel smooth scrolling.
17 Aktivera detta, för att låta editorn\nkontrollera orden medan du skriver dem.
18 ;#DEF Enable this to let the editor\nlookup the words while you type them.
21 Varje ångernivå kräver 10 byte minne.\nKlipp ut och Kopiera kräver lite mera,\nberoende på storleken på den markerade texten!
22 ;#DEF Each undo eats 10 bytes of memory.\nCut and Copy takes a little more,\ndepends on the block size!
24 MSG_Button_DefaultKeys
36 MSG_ConfigMenu_CheckWord
40 MSG_ConfigMenu_TypeNSpell
72 MSG_Function_Backspace
89 Radera till början av raden
93 Radera till början av ordet
97 Radera till slutet av raden
101 Radera till slutet av ordet
120 MSG_Function_NextGadget
172 MSG_Function_SuggestSpelling
174 ;#DEF Suggest spelling
192 MSG_GroupTitle_Control
196 MSG_GroupTitle_Cursor
200 MSG_GroupTitle_Design
208 MSG_GroupTitle_Separator
212 MSG_HelpTxt_SpellChecker
213 \33u Inledning \33n\n\nTextEditor-funktionen erbjuder en enkel integration med externa stavningskontroller, vilket tillåter dig att använda både kontrollera-medan-du-skriverfunktionen samt normal ordgissning.\n\n \33u Kontrollera kommandot \33n\n\nFör att använda kontrollera-medan-du-skriverfunktionen måste du ställa in kontrollera-kommandot att peka på ett skript som kontrollerar ordet och ställer in den globala variabeln \"Found\" till endera 0 (för inte funnen) eller 1 (för funnen).\nJag har valt det här förfarandet för att det är standard i AlphaSpell.\nDu skriver %s där du vill ha ordet.\nOm du använder AlphaSpell kan du skriva:\n\33bARexx:\33n \"Options Results;Address ALPHASPELL Search For '%s' Path 'T:' Danish.ald\"\n\nDu \33bmåste\33n komma ihåg citationstecknen. De säger till ARexx att exekvera raden som ett kommando istället för som ett skript.\n\n \33u Föreslå-kommandot \33n\n\nOm du trycker på HELP-tangenten när du står på ett ord kommer editorn att exekvera detta\
214 kommando, återigen med %s ersatt med det aktuella ordet.\nDitt skript kommer att skapa en fil i T: med namnet \"Matches\". Denna fil läses och innehållet visas i ett popup-listfönster, varifrån du kan välja det ord som ska ersätta det felstavade ordet.\nAlphaSpell-användare kan skriva:\n\33bARexx:\33n \"Options Results;Address ALPHASPELL Match '%s' To 'T:Matches' Path 'T:' Danish.ald\"\n\nOm du använder dig av metoderna beskrivna ovan måste du starta AlphaSpell med \"ARexx\"-parametern.\n\nJag rekommenderar att du placerar ordlistan i RAM: om du har kontrollera-medan-du-skriverfunktionen påslagen.
215 ;#DEF \33u Intro \33n\n\nThe TextEditor gadget offers you easy integration of external spell checkers, this allows you to have both type'n'spell and also normal word-guessing.\n\n \33u Lookup command \33n\n\nFor the type'n'spell you'll have to set the lookup command to a script that will lookup the word and set the environment variable \"Found\" to either 0 (for not found) or 1 (for a match).\nI have chosen this behavior because it is the default for AlphaSpell.\nYou write %s where you want the word.\nIf you use AlphaSpell, then you can write:\n\33bARexx:\33n \"Options Results;Address ALPHASPELL Search For '%s' Path 'T:' Danish.ald\"\n\nYou \33bmust\33n remember the quotes, this will let ARexx execute it as a command instead of a script.\n\n \33u Suggest command \33n\n\nIf you press HELP over a word, then the editor will launch this command, again with %s substituted with the current word.\nYour script should produce a file in T: named \"Matches\". This file are then read by the gadget, and the contents are shown in a popup-listview, from where you can choose a word which will replace the misspelled one.\nAgain, AlphaSpell users can write:\n\33bARexx:\33n \"Options Results;Address ALPHASPELL Match '%s' To 'T:Matches' Path 'T:' Danish.ald\"\n\nIf you use the methods described above, then you must start AlphaSpell with the \"ARexx\" switch.\n\nIt is advised to keep your dictionary in RAM if you enable the type'n'spell feature.
219 ;#DEF \33c\0333Action:
234 Markeringskombination
235 ;#DEF Block qualifier
257 MSG_Label_LookupWords
258 Kontrollera ordet innan förslag på andra ord ges?
259 ;#DEF Lookup word before suggesting?
269 MSG_Label_SeparatorShadow
273 MSG_Label_SeparatorShine
282 Kontrollera stavning medan du skriver?
283 ;#DEF Spell check as you type?
287 ;#DEF Suggest command
305 MSG_MenuItem_Background
333 MSG_MenuItem_Halfshadow
337 MSG_MenuItem_Halfshine
381 MSG_MenuItem_Underline
389 MSG_MenuSubTitle_Alignment
393 MSG_MenuSubTitle_Color
413 MSG_Page_SpellChecker
417 MSG_PopWinTitle_Background
419 ;#DEF Select background
421 MSG_PopWinTitle_Cursor
423 ;#DEF Select cursor color
425 MSG_PopWinTitle_Frame
429 MSG_PopWinTitle_Highlight
431 ;#DEF Select highlight color
433 MSG_PopWinTitle_Selected
435 ;#DEF Select block color
437 MSG_PopWinTitle_SeparatorShadow
438 Välj skiljelinjens skuggfärg
439 ;#DEF Select separators shadow color
441 MSG_PopWinTitle_SeparatorShine
442 Välj skiljelinjens ljusfärg
443 ;#DEF Select separators shine color
447 ;#DEF Select text color
449 MSG_SliderText_MaxWidth
453 MSG_SliderText_MinSpeed
457 MSG_SliderText_MinWidth
461 MSG_SliderText_StdSpeed
465 MSG_SliderText_StdWidth
469 MSG_SliderText_TabSize
473 MSG_Function_GotoBookmark1
475 ;#DEF Goto Bookmark 1
477 MSG_Function_GotoBookmark2
479 ;#DEF Goto Bookmark 2
481 MSG_Function_GotoBookmark3
483 ;#DEF Goto Bookmark 3
485 MSG_Function_SetBookmark1
489 MSG_Function_SetBookmark2
493 MSG_Function_SetBookmark3