//[c]All localized strings //[c] //[of]:-- public public //[cf] //[c] //[of]:main window def str default section name := "" def str default link name := "" def str default link path := "" def search string not found := "Search string not found" def str open title := "Open File" def str new title := "New File" def str all files := "All Files (*.*)" def str user tool description := "User Defined Tool" def str exit code := "\nTerminated - exit code: %i\n" def str tool cancelled := "\n*** Cancelled ***\n" def str line column := "Ln %i, Col %i" def str search results := "Search Results for '%s'" def str found occurrences := "Found: %u occurrence(s)" def str locked occurrences := "Skipped: %u occurrence(s) (read only)" def str file not saved := "%s not saved. Save ?" def str reload file := "%s has been modified by another application. Do you want to reload it ?" def str search string not found := "Search string not found" def str tool already running := "A user tool is already running" def str cannot run tool := "Cannot run tool" def str save title := "Save File" def str file error := "File Error" def str cant open file := "can't open file: %s" def str cant save file := "can't save file: %s" def str error while reading file := "error while reading file: %s" def str error while saving file := "error while saving file: %s" def str unexpected close := "%s: %i: unexpected closing folder directive" def str create new file := "%s does not exist. Create ?" def str cannot copy reference := "Can't copy reference: one or more parent folders does not have an id" def str untitled := "Untitled" //[cf] //[of]:main menu def str menu caption file := "&File" def str menu caption new := "&New" def str menu caption open := "&Open..." def str menu caption save := "&Save" def str menu caption save as := "Save &As..." def str menu caption save all := "Save A&ll" def str menu caption files := "&Files..." def str menu caption exit := "E&xit" def str menu desc new := "Create a new file" def str menu desc open := "Open an existing file" def str menu desc save := "Save file" def str menu desc save as := "Save file" def str menu desc save all := "Save all files" def str menu desc files := "Open the file manager" def str menu desc exit := "Quit application" def str menu caption edit := "&Edit" def str menu caption undo := "&Undo" def str menu caption redo := "Red&o" def str menu caption cut := "Cu&t" def str menu caption copy := "&Copy" def str menu caption paste := "&Paste" def str menu caption copy reference := "Copy as R&eference" def str menu caption paste raw text := "Paste Raw Te&xt" def str menu caption delete := "&Delete" def str menu caption select all := "&Select All" def str menu caption go to line := "&Go to Line..." def str menu caption go to bracket := "Go to &Matching Bracket" def str menu caption select to bracket := "Select to Matching &Bracket" def str menu caption to upper := "To &Uppercase" def str menu caption to lower := "To &Lowercase" def str menu caption properties := "Propertie&s..." def str menu caption unfold := "Unfo&ld" def str menu caption toggle bookmark := "Toggle Bookmar&k" def str menu caption next bookmark := "&Next Bookmark" def str menu caption previous bookmark := "Previous Bookm&ark" def str menu caption search := "&Search" def str menu caption find := "&Find..." def str menu caption find all := "Find &All..." def str menu caption find in files := "Fin&d in Files..." def str menu caption find next := "Find &Next" def str menu caption find previous := "Find Pre&vious" def str menu caption incremental search := "&Incremental Search..." def str menu caption replace := "&Replace..." def str menu caption replace all := "R&eplace All..." def str menu caption replace in files := "Re&place in Files..." def str menu caption mark all := "&Mark All" def str menu caption unmark all := "&Unmark All" def str menu desc undo := "Cancels the last action" def str menu desc redo := "Cancels the undo" def str menu desc cut := "Cuts the selection and put it to the Clipboard" def str menu desc copy := "Copies the selection and put it to the Clipboard" def str menu desc copy reference := "Copies the reference to the current document to the Clipboard" def str menu desc paste := "Inserts the Clipboard content" def str menu desc paste raw text := "Inserts the Clipboard content as raw text" def str menu desc delete := "Deletes the selection" def str menu desc select all := "Selects the entire document" def str menu desc find := "Find text in the current document" def str menu desc find all := "Find all occurence of text" def str menu desc find in files := "Find all occurence of text in files" def str menu desc find next := "Find next in the current document" def str menu desc find previous := "Find previous in the current document" def str menu desc incremental search := "Find text in the current document" def str menu desc replace := "Opens the replace dialog box" def str menu desc replace all := "Opens the replace all dialog box" def str menu desc replace in files := "Opens the replace in files dialog box" def str menu desc go to line := "Goto line number in current folder or file" def str menu desc go to bracket := "Goto the matching bracket" def str menu desc select to bracket := "Select to the matching bracket" def str menu desc to upper := "Makes selection uppercase" def str menu desc to lower := "Makes selection lowercase" def str menu desc properties := "Edits properties of the current line" def str menu desc unfold := "Unfold the current line" def str menu desc toggle bookmark := "Toggle Bookmark on the current line" def str menu desc next bookmark := "Goto the next bookmark" def str menu desc previous bookmark := "Goto the previous bookmark" def str menu desc mark all := "Mark all occurrences of the selection" def str menu desc unmark all := "Unmark all occurrences" def str menu caption view := "&View" def str menu caption word wrap := "Wra&p" def str menu caption zoom := "&Zoom / Unzoom" def str menu caption one pane := "&One Pane" def str menu caption hpanes := "Two &Horizontal Panes " def str menu caption vpanes := "Two &Vertical Panes" def str menu caption browser 3 := "Browser - &Three Panes" def str menu caption browser 4 := "Browser - &Four Panes" def str menu caption browser 5 := "Browser - F&ive Panes" def str menu caption vbrowser 3 := "V&ertical Browser - Three Panes" def str menu caption vbrowser 4 := "Ve&rtical Browser - Four Panes" def str menu caption vbrowser 5 := "Ver&tical Browser - Five Panes" def str menu caption tree view := "Tree Vie&w" def str menu caption page view := "&Page View" def str menu desc zoom := "Shows one or three panes in current window" def str menu desc word wrap := "Switches word wrapping" def str menu desc one pane := "Shows one pane in current window" def str menu desc hpanes := "Shows two panes arranged horizontally in current window" def str menu desc vpanes := "Shows two panes arranged vertically in current window" def str menu desc browser 3 := "Shows three panes" def str menu desc browser 4 := "Shows four panes" def str menu desc browser 5 := "Shows five panes" def str menu desc vbrowser 3 := "Shows three panes" def str menu desc vbrowser 4 := "Shows four panes" def str menu desc vbrowser 5 := "Shows five panes" def str menu desc tree view := "Shows the tree view" def str menu desc page view := "Shows the page view" def str menu caption go := "&Go" def str menu caption tree := "Tree &View" def str menu caption back := "&Back" def str menu caption enter := "&Enter" def str menu caption next item := "&Next" def str menu caption previous item := "&Previous" def str menu caption open in new tab := "&Open in New Tab" def str menu caption open target in new tab := "Open &Target in New Tab" def str menu caption page := "Go to Pa&ge" def str menu caption page 1 := "Page &1" def str menu caption page 2 := "Page &2" def str menu caption page 3 := "Page &3" def str menu caption page 4 := "Page &4" def str menu caption page 5 := "Page &5" def str menu caption page 6 := "Page &6" def str menu caption page 7 := "Page &7" def str menu caption page 8 := "Page &8" def str menu caption page 9 := "Page &9" def str menu caption insert := "&Insert" def str menu caption insert text := "&Text Line" def str menu caption insert comment := "&Comment Line" def str menu caption insert folder := "&Folder..." def str menu caption insert link := "&Link..." def str menu caption tools := "&Tools" def str menu caption options := "&Options..." def str menu caption global prefs := "&Global Preferences..." def str menu caption cmdline prefs := "&Command Line Preferences..." def str menu caption stop running tool := "&Stop Running Tool" def str menu caption window := "&Window" def str menu caption close window := "&Close" def str menu caption clone window := "C&lone" def str menu caption next window := "&Next" def str menu caption previous window := "&Previous" def str menu caption windows := "&Windows..." def str menu caption help := "&Help" def str menu caption about := "&About..." def str menu desc tree := "Activates the tree view" def str menu desc back := "Returns to the previous folder" def str menu desc enter := "Enters into the selected folder or follow the link" def str menu desc next item := "Selects the next item" def str menu desc previous item := "Selects the previous item" def str menu desc open in new tab := "Open the current folder in a new tab" def str menu desc open target in new tab := "Open the target folder or link in a new tab" def str menu desc page n := "Go to page number" def str menu desc insert text := "Inserts a line of type text" def str menu desc insert comment := "Inserts a line of type comment" def str menu desc insert folder := "Inserts a new folder" def str menu desc insert link := "Inserts a new link" def str menu desc options := "Options" def str menu desc stop running tool := "Stop the current running tool" def str menu desc global prefs := "Opens global preferences" def str menu desc cmdline prefs := "Opens the preferences specified in command line" def str menu desc close window := "Closes the current window" def str menu desc clone window := "Clones the current window" def str menu desc next window := "Switches to the next window" def str menu desc previous window := "Switches to the previous window" def str menu desc windows := "Selects the current window" def str menu desc about := "Displays program information and copyright" //[cf] //[of]:popup menu def str popup caption open in new tab := "&Open in New Tab" def str popup caption open target in new tab := "Open &Target in New Tab" def str popup desc open in new tab := "Open the current folder in a new tab" def str popup desc open target in new tab := "Open the target folder or link in a new tab" equ str menu caption unload = str unload file def str menu desc unload := "Unload the current file" //[cf] //[of]:dialog boxes //[c] //[c]File Manager //[c] def str file manager title := "Files" def str file manager open := "Open in New Window" def str relative indentation := "Relative Indentation" def str unload file := "&Unload" def str read only := "Read Only" def str line feed type := "End of Line:" def str file path := "Path:" def str end of line lf := "LF (Unix, Amiga)" def str end of line cr := "CR (Mac)" def str end of line cr lf := "CR+LF (Windows)" //[c] //[c]Window Selector //[c] def str window selector title := "Windows" def str close window := "&Close" //[c] //[c]Find & Find All //[c] def str find next caption := "Find Next" def str find all caption := "Find &All" def str find what caption := "Fi&nd what:" def str find where caption := "Find where:" def str match case caption := "Match &case" def str match whole word caption := "Match &whole word only" def str regular expression caption := "Regular &expression" def str file scope caption := "Find in current file" def str folder scope caption := "Find in current folder" def str start caption := "Start in:" def str find directory caption := "Directory:" def str patterns caption := "File Types:" def str subdirectories caption := "Enter Subdirectories" def str subfolders caption := "Enter Sub&folders" def str follow links caption := "Follow &Links" def str current file caption := "current file" def str current folder caption := "current folder" def str current selection caption := "current selection" def str replace with caption := "Replace with:" def str replace caption := "&Replace" // Warning: ALT-R hard coded def str replace all caption := "Replace &All" // Warning: ALT-A hard coded def str mark all caption := "Mark &All" // Warning: ALT-A hard coded def str replace count := "Replaced %i occurrence(s)" def str find count := "Found: %i" def str search in progress := "Searching..." def str replace in progress := "Replacing..." //[c] //[c]Goto Line //[c] def str line number label := "Line number:" def str local folder := "Local folder" //[c] //[c]Edit folder and link properties //[c] def str create folder title := "Folder Properties" def str create link title := "Link Properties" def str folder id := "Identifier:" def str folder name := "Name:" def str link path := "Path:" //[c] //[c]Edit arguments //[c] def str edit arguments := "Arguments for '%s':" //[c] //[c]About Box //[c] def str copyright := "\n\n(c) Copyright 2003-07 Marc Kerbiquet" //[cf] //[of]:general def str apply caption := "Apply" def str close caption := "Close" def str cancel caption := "Cancel" //[cf] //[of]:utilities def str expecting equal sign := "expecting '=' but found '%c'" def str no prototype := "prototype '%s' not found" def str element not found := "element '%s' not found" def str property not found := "property '%s' not found" def str circular dependency := "circular dependency" //[cf] //[c] //[of]:-- end public end //[cf]