| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173 |
- <?xml version="1.0" encoding="utf-8" ?>
- <NotepadPlus>
- <Native-Langue name="English" filename="english.xml" version="7.5.5">
- <Menu>
- <Main>
- <!-- Main Menu Entries -->
- <Entries>
- <Item menuId="file" name="&File"/>
- <Item menuId="edit" name="&Edit"/>
- <Item menuId="search" name="&Search"/>
- <Item menuId="view" name="&View"/>
- <Item menuId="encoding" name="E&ncoding"/>
- <Item menuId="language" name="&Language"/>
- <Item menuId="settings" name="Se&ttings"/>
- <Item menuId="tools" name="To&ols"/>
- <Item menuId="macro" name="&Macro"/>
- <Item menuId="run" name="&Run"/>
- <Item idName="Plugins" name="&Plugins"/>
- <Item idName="Window" name="&Window"/>
- </Entries>
- <!-- Sub Menu Entries -->
- <SubEntries>
- <Item subMenuId="file-openFolder" name="Open Containing Folder"/>
- <Item subMenuId="file-closeMore" name="Close More"/>
- <Item subMenuId="file-recentFiles" name="&Recent Files"/>
- <Item subMenuId="edit-copyToClipboard" name="Copy to Clipboard"/>
- <Item subMenuId="edit-indent" name="Indent"/>
- <Item subMenuId="edit-convertCaseTo" name="Convert Case to"/>
- <Item subMenuId="edit-lineOperations" name="Line Operations"/>
- <Item subMenuId="edit-comment" name="Comment/Uncomment"/>
- <Item subMenuId="edit-autoCompletion" name="Auto-Completion"/>
- <Item subMenuId="edit-eolConversion" name="EOL Conversion"/>
- <Item subMenuId="edit-blankOperations" name="Blank Operations"/>
- <Item subMenuId="edit-pasteSpecial" name="Paste Special"/>
- <Item subMenuId="edit-onSelection" name="On Selection"/>
- <Item subMenuId="search-markAll" name="Mark All"/>
- <Item subMenuId="search-unmarkAll" name="Unmark All"/>
- <Item subMenuId="search-jumpUp" name="Jump Up"/>
- <Item subMenuId="search-jumpDown" name="Jump Down"/>
- <Item subMenuId="search-bookmark" name="Bookmark"/>
- <Item subMenuId="view-showSymbol" name="Show Symbol"/>
- <Item subMenuId="view-zoom" name="Zoom"/>
- <Item subMenuId="view-moveCloneDocument" name="Move/Clone Current Document"/>
- <Item subMenuId="view-tab" name="Tab"/>
- <Item subMenuId="view-collapseLevel" name="Collapse Level"/>
- <Item subMenuId="view-uncollapseLevel" name="Uncollapse Level"/>
- <Item subMenuId="view-project" name="Project"/>
- <Item subMenuId="encoding-characterSets" name="Character Set"/>
- <Item subMenuId="encoding-arabic" name="Arabic"/>
- <Item subMenuId="encoding-baltic" name="Baltic"/>
- <Item subMenuId="encoding-celtic" name="Celtic"/>
- <Item subMenuId="encoding-cyrillic" name="Cyrillic"/>
- <Item subMenuId="encoding-centralEuropean" name="Central European"/>
- <Item subMenuId="encoding-chinese" name="Chinese"/>
- <Item subMenuId="encoding-easternEuropean" name="Eastern European"/>
- <Item subMenuId="encoding-greek" name="Greek"/>
- <Item subMenuId="encoding-hebrew" name="Hebrew"/>
- <Item subMenuId="encoding-japanese" name="Japanese"/>
- <Item subMenuId="encoding-korean" name="Korean"/>
- <Item subMenuId="encoding-northEuropean" name="North European"/>
- <Item subMenuId="encoding-thai" name="Thai"/>
- <Item subMenuId="encoding-turkish" name="Turkish"/>
- <Item subMenuId="encoding-westernEuropean" name="Western European"/>
- <Item subMenuId="encoding-vietnamese" name="Vietnamese"/>
- <Item subMenuId="settings-import" name="Import"/>
- <Item subMenuId="tools-md5" name="MD5"/>
- </SubEntries>
- <!-- all menu item -->
- <Commands>
- <Item id="41001" name="&New"/>
- <Item id="41002" name="&Open"/>
- <Item id="41019" name="Explorer"/>
- <Item id="41020" name="cmd"/>
- <Item id="41003" name="&Close"/>
- <Item id="41004" name="Clos&e All"/>
- <Item id="41005" name="Close All BUT Current Document"/>
- <Item id="41009" name="Close All to the Left"/>
- <Item id="41018" name="Close All to the Right"/>
- <Item id="41006" name="&Save"/>
- <Item id="41007" name="Sav&e All"/>
- <Item id="41008" name="Save &As..."/>
- <Item id="41010" name="Print..."/>
- <Item id="1001" name="Print Now"/>
- <Item id="41011" name="E&xit"/>
- <Item id="41012" name="Load Session..."/>
- <Item id="41013" name="Save Session..."/>
- <Item id="41014" name="Re&load from Disk"/>
- <Item id="41015" name="Save a Copy As..."/>
- <Item id="41016" name="Move to Recycle Bin"/>
- <Item id="41017" name="Rename..."/>
- <Item id="41021" name="Restore Recent Closed File"/>
- <Item id="41022" name="Open Folder as Workspace..."/>
- <Item id="41023" name="Open in Default Viewer"/>
- <Item id="42001" name="Cu&t"/>
- <Item id="42002" name="&Copy"/>
- <Item id="42003" name="&Undo"/>
- <Item id="42004" name="&Redo"/>
- <Item id="42005" name="&Paste"/>
- <Item id="42006" name="&Delete"/>
- <Item id="42007" name="Select A&ll"/>
- <Item id="42020" name="Begin/End Select"/>
- <Item id="42008" name="Increase Line Indent"/>
- <Item id="42009" name="Decrease Line Indent"/>
- <Item id="42010" name="Duplicate Current Line"/>
- <Item id="42012" name="Split Lines"/>
- <Item id="42013" name="Join Lines"/>
- <Item id="42014" name="Move Up Current Line"/>
- <Item id="42015" name="Move Down Current Line"/>
- <Item id="42059" name="Sort Lines Lexicographically Ascending"/>
- <Item id="42060" name="Sort Lines Lexicographically Descending"/>
- <Item id="42061" name="Sort Lines As Integers Ascending"/>
- <Item id="42062" name="Sort Lines As Integers Descending"/>
- <Item id="42063" name="Sort Lines As Decimals (Comma) Ascending"/>
- <Item id="42064" name="Sort Lines As Decimals (Comma) Descending"/>
- <Item id="42065" name="Sort Lines As Decimals (Dot) Ascending"/>
- <Item id="42066" name="Sort Lines As Decimals (Dot) Descending"/>
- <Item id="42016" name="&UPPERCASE"/>
- <Item id="42017" name="&lowercase"/>
- <Item id="42067" name="&Proper Case"/>
- <Item id="42068" name="Proper Case (blend)"/>
- <Item id="42069" name="&Sentence case"/>
- <Item id="42070" name="Sentence case (blend)"/>
- <Item id="42071" name="&iNVERT cASE"/>
- <Item id="42072" name="&ranDOm CasE"/>
- <Item id="42073" name="Open File"/>
- <Item id="42074" name="Open Containing Folder in Explorer"/>
- <Item id="42075" name="Search on Internet"/>
- <Item id="42076" name="Change Search Engine..."/>
- <Item id="42018" name="Start Re&cording"/>
- <Item id="42019" name="S&top Recording"/>
- <Item id="42021" name="&Playback"/>
- <Item id="42022" name="Toggle Single Line Comment"/>
- <Item id="42023" name="Block Comment"/>
- <Item id="42047" name="Block Uncomment"/>
- <Item id="42024" name="Trim Trailing Space"/>
- <Item id="42042" name="Trim Leading Space"/>
- <Item id="42043" name="Trim Leading and Trailing Space"/>
- <Item id="42044" name="EOL to Space"/>
- <Item id="42045" name="Remove Unnecessary Blank and EOL"/>
- <Item id="42046" name="TAB to Space"/>
- <Item id="42054" name="Space to TAB (All)"/>
- <Item id="42053" name="Space to TAB (Leading)"/>
- <Item id="42038" name="Paste HTML Content"/>
- <Item id="42039" name="Paste RTF Content"/>
- <Item id="42048" name="Copy Binary Content"/>
- <Item id="42049" name="Cut Binary Content"/>
- <Item id="42050" name="Paste Binary Content"/>
- <Item id="42037" name="Column Mode..."/>
- <Item id="42034" name="Column Editor..."/>
- <Item id="42051" name="Character Panel"/>
- <Item id="42052" name="Clipboard History"/>
- <Item id="42025" name="&Save Currently Recorded Macro..."/>
- <Item id="42026" name="Text Direction RTL"/>
- <Item id="42027" name="Text Direction LTR"/>
- <Item id="42028" name="Set Read-Only"/>
- <Item id="42029" name="Current File Path to Clipboard"/>
- <Item id="42030" name="Current Filename to Clipboard"/>
- <Item id="42031" name="Current Dir. Path to Clipboard"/>
- <Item id="42032" name="&Run a Macro Multiple Times..."/>
- <Item id="42033" name="Clear Read-Only Flag"/>
- <Item id="42035" name="Single Line Comment"/>
- <Item id="42036" name="Single Line Uncomment"/>
- <Item id="42055" name="Remove Empty Lines"/>
- <Item id="42056" name="Remove Empty Lines (Containing Blank characters)"/>
- <Item id="42057" name="Insert Blank Line Above Current"/>
- <Item id="42058" name="Insert Blank Line Below Current"/>
- <Item id="43001" name="&Find..."/>
- <Item id="43002" name="Find &Next"/>
- <Item id="43003" name="&Replace..."/>
- <Item id="43004" name="&Go to..."/>
- <Item id="43005" name="Toggle Bookmark"/>
- <Item id="43006" name="Next Bookmark"/>
- <Item id="43007" name="Previous Bookmark"/>
- <Item id="43008" name="Clear All Bookmarks"/>
- <Item id="43018" name="Cut Bookmarked Lines"/>
- <Item id="43019" name="Copy Bookmarked Lines"/>
- <Item id="43020" name="Paste to (Replace) Bookmarked Lines"/>
- <Item id="43021" name="Remove Bookmarked Lines"/>
- <Item id="43051" name="Remove Unmarked Lines"/>
- <Item id="43050" name="Inverse Bookmark"/>
- <Item id="43052" name="Find characters in range..."/>
- <Item id="43053" name="Select All Between Matching Braces"/>
- <Item id="43009" name="Go to Matching Brace"/>
- <Item id="43010" name="Find &Previous"/>
- <Item id="43011" name="&Incremental Search"/>
- <Item id="43013" name="Find in Files"/>
- <Item id="43014" name="Find (Volatile) Next"/>
- <Item id="43015" name="Find (Volatile) Previous"/>
- <Item id="43022" name="Using 1st Style"/>
- <Item id="43023" name="Clear 1st Style"/>
- <Item id="43024" name="Using 2nd Style"/>
- <Item id="43025" name="Clear 2nd Style"/>
- <Item id="43026" name="Using 3rd Style"/>
- <Item id="43027" name="Clear 3rd Style"/>
- <Item id="43028" name="Using 4th Style"/>
- <Item id="43029" name="Clear 4th Style"/>
- <Item id="43030" name="Using 5th Style"/>
- <Item id="43031" name="Clear 5th Style"/>
- <Item id="43032" name="Clear All Styles"/>
- <Item id="43033" name="1st style"/>
- <Item id="43034" name="2nd style"/>
- <Item id="43035" name="3rd style"/>
- <Item id="43036" name="4th style"/>
- <Item id="43037" name="5th style"/>
- <Item id="43038" name="Find style"/>
- <Item id="43039" name="1st style"/>
- <Item id="43040" name="2nd style"/>
- <Item id="43041" name="3rd style"/>
- <Item id="43042" name="4th style"/>
- <Item id="43043" name="5th style"/>
- <Item id="43044" name="Find style"/>
- <Item id="43045" name="Search Results Window"/>
- <Item id="43046" name="Next Search Result"/>
- <Item id="43047" name="Previous Search Result"/>
- <Item id="43048" name="Select and Find Next"/>
- <Item id="43049" name="Select and Find Previous"/>
- <Item id="43054" name="Mar&k..."/>
- <Item id="44009" name="Post-It"/>
- <Item id="44010" name="Fold All"/>
- <Item id="44019" name="Show All Characters"/>
- <Item id="44020" name="Show Indent Guide"/>
- <Item id="44022" name="Word wrap"/>
- <Item id="44023" name="Zoom &In (Ctrl+Mouse Wheel Up)"/>
- <Item id="44024" name="Zoom &Out (Ctrl+Mouse Wheel Down)"/>
- <Item id="44025" name="Show White Space and TAB"/>
- <Item id="44026" name="Show End of Line"/>
- <Item id="44029" name="Unfold All"/>
- <Item id="44030" name="Collapse Current Level"/>
- <Item id="44031" name="Uncollapse Current Level"/>
- <Item id="44049" name="Summary..."/>
- <Item id="44080" name="Document Map"/>
- <Item id="44084" name="Function List"/>
- <Item id="44085" name="Folder as Workspace"/>
- <Item id="44086" name="1st Tab"/>
- <Item id="44087" name="2nd Tab"/>
- <Item id="44088" name="3rd Tab"/>
- <Item id="44089" name="4th Tab"/>
- <Item id="44090" name="5th Tab"/>
- <Item id="44091" name="6th Tab"/>
- <Item id="44092" name="7th Tab"/>
- <Item id="44093" name="8th Tab"/>
- <Item id="44094" name="9th Tab"/>
- <Item id="44095" name="Next Tab"/>
- <Item id="44096" name="Previous Tab"/>
- <Item id="44097" name="Monitoring (tail -f)"/>
- <Item id="44098" name="Move Tab Forward"/>
- <Item id="44099" name="Move Tab Backward"/>
- <Item id="44032" name="Toggle Full Screen Mode"/>
- <Item id="44033" name="Restore Default Zoom"/>
- <Item id="44034" name="Always on Top"/>
- <Item id="44035" name="Synchronise Vertical Scrolling"/>
- <Item id="44036" name="Synchronise Horizontal Scrolling"/>
- <Item id="44041" name="Show Wrap Symbol"/>
- <Item id="44072" name="Focus on Another View"/>
- <Item id="44081" name="Project Panel 1"/>
- <Item id="44082" name="Project Panel 2"/>
- <Item id="44083" name="Project Panel 3"/>
- <Item id="45001" name="Windows (CR LF)"/>
- <Item id="45002" name="Unix (LF)"/>
- <Item id="45003" name="Macintosh (CR)"/>
- <Item id="45004" name="Encode in ANSI"/>
- <Item id="45005" name="Encode in UTF-8-BOM"/>
- <Item id="45006" name="Encode in UCS-2 BE BOM"/>
- <Item id="45007" name="Encode in UCS-2 LE BOM"/>
- <Item id="45008" name="Encode in UTF-8"/>
- <Item id="45009" name="Convert to ANSI"/>
- <Item id="45010" name="Convert to UTF-8"/>
- <Item id="45011" name="Convert to UTF-8-BOM"/>
- <Item id="45012" name="Convert to UCS-2 BE BOM"/>
- <Item id="45013" name="Convert to UCS-2 LE BOM"/>
- <Item id="10001" name="Move to Other View"/>
- <Item id="10002" name="Clone to Other View"/>
- <Item id="10003" name="Move to New Instance"/>
- <Item id="10004" name="Open in New Instance"/>
- <Item id="46001" name="Style Configurator..."/>
- <Item id="46250" name="Define your language..."/>
- <Item id="46180" name="User-Defined"/>
- <Item id="47000" name="About Notepad++"/>
- <Item id="47010" name="Command Line Arguments..."/>
- <Item id="47001" name="Notepad++ Home"/>
- <Item id="47002" name="Notepad++ Project Page"/>
- <Item id="47003" name="Online Documentation"/>
- <Item id="47004" name="Notepad++ Community (Forum)"/>
- <Item id="47011" name="Live Support"/>
- <Item id="47012" name="Debug Info..."/>
- <Item id="47005" name="Get More Plugins"/>
- <Item id="47006" name="Update Notepad++"/>
- <Item id="47009" name="Set Updater Proxy..."/>
- <Item id="48005" name="Import plugin(s)..."/>
- <Item id="48006" name="Import style theme(s)..."/>
- <Item id="48018" name="Edit Popup ContextMenu"/>
- <Item id="48009" name="Shortcut Mapper..."/>
- <Item id="48011" name="Preferences..."/>
- <Item id="48501" name="Generate..."/>
- <Item id="48502" name="Generate from files..."/>
- <Item id="48503" name="Generate into clipboard"/>
- <Item id="49000" name="&Run..."/>
- <Item id="50000" name="Function Completion"/>
- <Item id="50001" name="Word Completion"/>
- <Item id="50002" name="Function Parameters Hint"/>
- <Item id="50006" name="Path Completion"/>
- <Item id="44042" name="Hide Lines"/>
- <Item id="42040" name="Open All Recent Files"/>
- <Item id="42041" name="Empty Recent Files List"/>
- <Item id="48016" name="Modify Shortcut/Delete Macro..."/>
- <Item id="48017" name="Modify Shortcut/Delete Command..."/>
- </Commands>
- </Main>
- <Splitter>
- </Splitter>
- <TabBar>
- <Item CMID="0" name="Close"/>
- <Item CMID="1" name="Close All BUT This"/>
- <Item CMID="2" name="Save"/>
- <Item CMID="3" name="Save As..."/>
- <Item CMID="4" name="Print"/>
- <Item CMID="5" name="Move to Other View"/>
- <Item CMID="6" name="Clone to Other View"/>
- <Item CMID="7" name="Full File Path to Clipboard"/>
- <Item CMID="8" name="Filename to Clipboard"/>
- <Item CMID="9" name="Current Dir. Path to Clipboard"/>
- <Item CMID="10" name="Rename"/>
- <Item CMID="11" name="Move to Recycle Bin"/>
- <Item CMID="12" name="Read-Only"/>
- <Item CMID="13" name="Clear Read-Only Flag"/>
- <Item CMID="14" name="Move to New Instance"/>
- <Item CMID="15" name="Open in New Instance"/>
- <Item CMID="16" name="Reload"/>
- <Item CMID="17" name="Close All to the Left"/>
- <Item CMID="18" name="Close All to the Right"/>
- <Item CMID="19" name="Open Containing Folder in Explorer"/>
- <Item CMID="20" name="Open Containing Folder in cmd"/>
- <Item CMID="21" name="Open in Default Viewer"/>
- </TabBar>
- </Menu>
- <Dialog>
- <Find title="" titleFind="Find" titleReplace="Replace" titleFindInFiles="Find in Files" titleMark="Mark">
- <Item id="1" name="Find Next"/>
- <Item id="1722" name="Backward direction"/>
- <Item id="2" name="Close"/>
- <Item id="1620" name="&Find what :"/>
- <Item id="1603" name="Match &whole word only"/>
- <Item id="1604" name="Match &case"/>
- <Item id="1605" name="Re&gular expression"/>
- <Item id="1606" name="Wra&p around"/>
- <Item id="1614" name="Coun&t"/>
- <Item id="1615" name="Mark All"/>
- <Item id="1616" name="Book&mark line"/>
- <Item id="1618" name="Purge for each search"/>
- <Item id="1611" name="Rep&lace with :"/>
- <Item id="1608" name="&Replace"/>
- <Item id="1609" name="Replace &All"/>
- <Item id="1687" name="On losing focus"/>
- <Item id="1688" name="Always"/>
- <Item id="1632" name="In select&ion"/>
- <Item id="1633" name="Clear all marks"/>
- <Item id="1635" name="Replace All in All &Opened Documents"/>
- <Item id="1636" name="Find All in All &Opened Documents"/>
- <Item id="1654" name="Filter&s :"/>
- <Item id="1655" name="Dir&ectory :"/>
- <Item id="1656" name="Find All"/>
- <Item id="1658" name="In all su&b-folders"/>
- <Item id="1659" name="In &hidden folders"/>
- <Item id="1624" name="Search mode"/>
- <Item id="1625" name="&Normal"/>
- <Item id="1626" name="E&xtended (\n, \r, \t, \0, \x...)"/>
- <Item id="1660" name="&Replace in Files"/>
- <Item id="1661" name="Follow current doc."/>
- <Item id="1641" name="Find All in Current Document"/>
- <Item id="1686" name="Transparenc&y"/>
- <Item id="1703" name="&. matches newline"/>
- </Find>
- <FindCharsInRange title="Find Characters in Range...">
- <Item id="2" name="Close"/>
- <Item id="2901" name="Non-ASCII Characters (128-255)"/>
- <Item id="2902" name="ASCII Characters (0-127)"/>
- <Item id="2903" name="My range:"/>
- <Item id="2906" name="&Up"/>
- <Item id="2907" name="&Down"/>
- <Item id="2908" name="Direction"/>
- <Item id="2909" name="Wra&p around"/>
- <Item id="2910" name="Find"/>
- </FindCharsInRange>
- <GoToLine title="Go to...">
- <Item id="2007" name="&Line"/>
- <Item id="2008" name="&Offset"/>
- <Item id="1" name="Go"/>
- <Item id="2" name="I'm going nowhere"/>
- <Item id="2004" name="You are here:"/>
- <Item id="2005" name="You want to go to:"/>
- <Item id="2006" name="You can't go further than:"/>
- </GoToLine>
- <Run title="Run...">
- <Item id="1903" name="The Program to Run"/>
- <Item id="1" name="Run"/>
- <Item id="2" name="Cancel"/>
- <Item id="1904" name="Save..."/>
- </Run>
- <MD5FromFilesDlg title="Generate MD5 digest from files">
- <Item id="1922" name="Choose files to generate MD5..."/>
- <Item id="1924" name="Copy to Clipboard"/>
- <Item id="2" name="Close"/>
- </MD5FromFilesDlg>
- <MD5FromTextDlg title="Generate MD5 digest">
- <Item id="1932" name="Treat each line as a separate string"/>
- <Item id="1934" name="Copy to Clipboard"/>
- <Item id="2" name="Close"/>
- </MD5FromTextDlg>
- <StyleConfig title="Style Configurator">
- <Item id="2" name="Cancel"/>
- <Item id="2301" name="Save && Close"/>
- <Item id="2303" name="Transparency"/>
- <Item id="2306" name="Select theme: "/>
- <SubDialog>
- <Item id="2204" name="Bold"/>
- <Item id="2205" name="Italic"/>
- <Item id="2206" name="Foreground colour"/>
- <Item id="2207" name="Background colour"/>
- <Item id="2208" name="Font name:"/>
- <Item id="2209" name="Font size:"/>
- <Item id="2211" name="Style:"/>
- <Item id="2212" name="Colour Style"/>
- <Item id="2213" name="Font Style"/>
- <Item id="2214" name="Default ext.:"/>
- <Item id="2216" name="User ext.:"/>
- <Item id="2218" name="Underline"/>
- <Item id="2219" name="Default keywords"/>
- <Item id="2221" name="User-defined keywords"/>
- <Item id="2225" name="Language:"/>
- <Item id="2226" name="Enable global foreground colour"/>
- <Item id="2227" name="Enable global background colour"/>
- <Item id="2228" name="Enable global font"/>
- <Item id="2229" name="Enable global font size"/>
- <Item id="2230" name="Enable global bold font style"/>
- <Item id="2231" name="Enable global italic font style"/>
- <Item id="2232" name="Enable global underline font style"/>
- </SubDialog>
- </StyleConfig>
- <ShortcutMapper title="Shortcut Mapper">
- <Item id="2602" name="Modify"/>
- <Item id="2603" name="Delete"/>
- <Item id="2606" name="Clear"/>
- <Item id="2607" name="Filter: "/>
- <Item id="1" name="Close"/>
- <ColumnName name="Name"/>
- <ColumnShortcut name="Shortcut"/>
- <ColumnCategory name="Category"/>
- <ColumnPlugin name="Plugin"/>
- <MainMenuTab name="Main menu"/>
- <MacrosTab name="Macros"/>
- <RunCommandsTab name="Run commands"/>
- <PluginCommandsTab name="Plugin commands"/>
- <ScintillaCommandsTab name="Scintilla commands"/>
- <ConflictInfoOk name="No shortcut conflicts for this item."/>
- <ConflictInfoEditing name="No conflicts . . ."/>
- </ShortcutMapper>
- <ShortcutMapperSubDialg title="Shortcut">
- <Item id="1" name="OK"/>
- <Item id="2" name="Cancel"/>
- <Item id="5006" name="Name"/>
- <Item id="5008" name="Add"/>
- <Item id="5009" name="Remove"/>
- <Item id="5010" name="Apply"/>
- <Item id="5007" name="This will remove shortcut from this command"/>
- <Item id="5012" name="CONFLICT FOUND!"/>
- </ShortcutMapperSubDialg>
- <UserDefine title="User-Defined">
- <Item id="20001" name="Dock"/>
- <Item id="20002" name="Rename"/>
- <Item id="20003" name="Create New..."/>
- <Item id="20004" name="Remove"/>
- <Item id="20005" name="Save As..."/>
- <Item id="20007" name="User language: "/>
- <Item id="20009" name="Ext.:"/>
- <Item id="20012" name="Ignore case"/>
- <Item id="20011" name="Transparency"/>
- <Item id="20015" name="Import..."/>
- <Item id="20016" name="Export..."/>
- <StylerDialog title="Styler Dialog">
- <Item id="25030" name="Font options:"/>
- <Item id="25006" name="Foreground colour"/>
- <Item id="25007" name="Background colour"/>
- <Item id="25031" name="Name:"/>
- <Item id="25032" name="Size:"/>
- <Item id="25001" name="Bold"/>
- <Item id="25002" name="Italic"/>
- <Item id="25003" name="Underline"/>
- <Item id="25029" name="Nesting:"/>
- <Item id="25008" name="Delimiter 1"/>
- <Item id="25009" name="Delimiter 2"/>
- <Item id="25010" name="Delimiter 3"/>
- <Item id="25011" name="Delimiter 4"/>
- <Item id="25012" name="Delimiter 5"/>
- <Item id="25013" name="Delimiter 6"/>
- <Item id="25014" name="Delimiter 7"/>
- <Item id="25015" name="Delimiter 8"/>
- <Item id="25018" name="Keyword 1"/>
- <Item id="25019" name="Keyword 2"/>
- <Item id="25020" name="Keyword 3"/>
- <Item id="25021" name="Keyword 4"/>
- <Item id="25022" name="Keyword 5"/>
- <Item id="25023" name="Keyword 6"/>
- <Item id="25024" name="Keyword 7"/>
- <Item id="25025" name="Keyword 8"/>
- <Item id="25016" name="Comment"/>
- <Item id="25017" name="Comment line"/>
- <Item id="25026" name="Operator 1"/>
- <Item id="25027" name="Operator 2"/>
- <Item id="25028" name="Numbers"/>
- <Item id="1" name="OK"/>
- <Item id="2" name="Cancel"/>
- </StylerDialog>
- <Folder title="Folder && Default">
- <Item id="21101" name="Default style"/>
- <Item id="21102" name="Styler"/>
- <Item id="21105" name="Documentation:"/>
- <Item id="21104" name="Temporary doc site:"/>
- <Item id="21106" name="Fold &compact (fold empty lines too)"/>
- <Item id="21220" name="Folding in code 1 style:"/>
- <Item id="21224" name="Open:"/>
- <Item id="21225" name="Middle:"/>
- <Item id="21226" name="Close:"/>
- <Item id="21227" name="Styler"/>
- <Item id="21320" name="Folding in code 2 style (separators needed):"/>
- <Item id="21324" name="Open:"/>
- <Item id="21325" name="Middle:"/>
- <Item id="21326" name="Close:"/>
- <Item id="21327" name="Styler"/>
- <Item id="21420" name="Folding in comment style:"/>
- <Item id="21424" name="Open:"/>
- <Item id="21425" name="Middle:"/>
- <Item id="21426" name="Close:"/>
- <Item id="21427" name="Styler"/>
- </Folder>
- <Keywords title="Keywords Lists">
- <Item id="22101" name="1st Group"/>
- <Item id="22201" name="2nd Group"/>
- <Item id="22301" name="3rd Group"/>
- <Item id="22401" name="4th Group"/>
- <Item id="22451" name="5th Group"/>
- <Item id="22501" name="6th Group"/>
- <Item id="22551" name="7th Group"/>
- <Item id="22601" name="8th Group"/>
- <Item id="22121" name="Prefix mode"/>
- <Item id="22221" name="Prefix mode"/>
- <Item id="22321" name="Prefix mode"/>
- <Item id="22421" name="Prefix mode"/>
- <Item id="22471" name="Prefix mode"/>
- <Item id="22521" name="Prefix mode"/>
- <Item id="22571" name="Prefix mode"/>
- <Item id="22621" name="Prefix mode"/>
- <Item id="22122" name="Styler"/>
- <Item id="22222" name="Styler"/>
- <Item id="22322" name="Styler"/>
- <Item id="22422" name="Styler"/>
- <Item id="22472" name="Styler"/>
- <Item id="22522" name="Styler"/>
- <Item id="22572" name="Styler"/>
- <Item id="22622" name="Styler"/>
- </Keywords>
- <Comment title="Comment && Number">
- <Item id="23003" name="Line comment position"/>
- <Item id="23004" name="Allow anywhere"/>
- <Item id="23005" name="Force at beginning of line"/>
- <Item id="23006" name="Allow preceding whitespace"/>
- <Item id="23001" name="Allow folding of comments"/>
- <Item id="23326" name="Styler"/>
- <Item id="23323" name="Open"/>
- <Item id="23324" name="Continue character"/>
- <Item id="23325" name="Close"/>
- <Item id="23301" name="Comment line style"/>
- <Item id="23124" name="Styler"/>
- <Item id="23122" name="Open"/>
- <Item id="23123" name="Close"/>
- <Item id="23101" name="Comment style"/>
- <Item id="23201" name="Number style"/>
- <Item id="23220" name="Styler"/>
- <Item id="23230" name="Prefix 1"/>
- <Item id="23232" name="Prefix 2"/>
- <Item id="23234" name="Extras 1"/>
- <Item id="23236" name="Extras 2"/>
- <Item id="23238" name="Suffix 1"/>
- <Item id="23240" name="Suffix 2"/>
- <Item id="23242" name="Range:"/>
- <Item id="23244" name="Decimal separator"/>
- <Item id="23245" name="Dot"/>
- <Item id="23246" name="Comma"/>
- <Item id="23247" name="Both"/>
- </Comment>
- <Operator title="Operators && Delimiter">
- <Item id="24101" name="Operators style"/>
- <Item id="24113" name="Styler"/>
- <Item id="24116" name="Operators 1"/>
- <Item id="24117" name="Operators 2 (separators required)"/>
- <Item id="24201" name="Delimiter 1 style"/>
- <Item id="24220" name="Open:"/>
- <Item id="24221" name="Escape:"/>
- <Item id="24222" name="Close:"/>
- <Item id="24223" name="Styler"/>
- <Item id="24301" name="Delimiter 2 style"/>
- <Item id="24320" name="Open:"/>
- <Item id="24321" name="Escape:"/>
- <Item id="24322" name="Close:"/>
- <Item id="24323" name="Styler"/>
- <Item id="24401" name="Delimiter 3 style"/>
- <Item id="24420" name="Open:"/>
- <Item id="24421" name="Escape:"/>
- <Item id="24422" name="Close:"/>
- <Item id="24423" name="Styler"/>
- <Item id="24451" name="Delimiter 4 style"/>
- <Item id="24470" name="Open:"/>
- <Item id="24471" name="Escape:"/>
- <Item id="24472" name="Close:"/>
- <Item id="24473" name="Styler"/>
- <Item id="24501" name="Delimiter 5 style"/>
- <Item id="24520" name="Open:"/>
- <Item id="24521" name="Escape:"/>
- <Item id="24522" name="Close:"/>
- <Item id="24523" name="Styler"/>
- <Item id="24551" name="Delimiter 6 style"/>
- <Item id="24570" name="Open:"/>
- <Item id="24571" name="Escape:"/>
- <Item id="24572" name="Close:"/>
- <Item id="24573" name="Styler"/>
- <Item id="24601" name="Delimiter 7 style"/>
- <Item id="24620" name="Open:"/>
- <Item id="24621" name="Escape:"/>
- <Item id="24622" name="Close:"/>
- <Item id="24623" name="Styler"/>
- <Item id="24651" name="Delimiter 8 style"/>
- <Item id="24670" name="Open:"/>
- <Item id="24671" name="Escape:"/>
- <Item id="24672" name="Close:"/>
- <Item id="24673" name="Styler"/>
- </Operator>
- </UserDefine>
- <Preference title="Preferences">
- <Item id="6001" name="Close"/>
- <Global title="General">
- <Item id="6101" name="Toolbar"/>
- <Item id="6102" name="Hide"/>
- <Item id="6103" name="Small icons"/>
- <Item id="6104" name="Big icons"/>
- <Item id="6105" name="Standard icons"/>
- <Item id="6106" name="Tab Bar"/>
- <Item id="6107" name="Reduce"/>
- <Item id="6108" name="Lock (no drag and drop)"/>
- <Item id="6109" name="Darken inactive tabs"/>
- <Item id="6110" name="Draw a coloured bar on active tab"/>
- <Item id="6111" name="Show status bar"/>
- <Item id="6112" name="Show close button on each tab"/>
- <Item id="6113" name="Double click to close document"/>
- <Item id="6118" name="Hide"/>
- <Item id="6119" name="Multi-line"/>
- <Item id="6120" name="Vertical"/>
- <Item id="6121" name="Exit on close the last tab"/>
- <Item id="6122" name="Hide menu bar (use Alt or F10 key to toggle)"/>
- <Item id="6123" name="Localization"/>
- <Item id="6125" name="Document List Panel"/>
- <Item id="6126" name="Show"/>
- <Item id="6127" name="Disable extension column"/>
- </Global>
- <Scintillas title="Editing">
- <Item id="6216" name="Caret Settings"/>
- <Item id="6217" name="Width :"/>
- <Item id="6219" name="Blink rate :"/>
- <Item id="6221" name="F"/>
- <Item id="6222" name="S"/>
- <Item id="6224" name="Multi-Editing Settings"/>
- <Item id="6225" name="Enable (Ctrl+Mouse click/selection)"/>
- <Item id="6201" name="Folder Margin Style"/>
- <Item id="6202" name="Simple"/>
- <Item id="6203" name="Arrow"/>
- <Item id="6204" name="Circle tree"/>
- <Item id="6205" name="Box tree"/>
- <Item id="6226" name="None"/>
- <Item id="6227" name="Line Wrap"/>
- <Item id="6228" name="Default"/>
- <Item id="6229" name="Aligned"/>
- <Item id="6230" name="Indent"/>
- <Item id="6206" name="Display line number"/>
- <Item id="6207" name="Display bookmark"/>
- <Item id="6208" name="Show vertical edge"/>
- <Item id="6209" name="Number of columns :"/>
- <Item id="6234" name="Disable advanced scrolling feature
- (if you have touchpad problem)"/>
- <Item id="6211" name="Vertical Edge Settings"/>
- <Item id="6212" name="Line mode"/>
- <Item id="6213" name="Background mode"/>
- <Item id="6214" name="Enable current line highlighting"/>
- <Item id="6215" name="Enable smooth font"/>
- <Item id="6231" name="Border Width"/>
- <Item id="6235" name="No edge"/>
- <Item id="6236" name="Enable scrolling beyond last line"/>
- </Scintillas>
- <NewDoc title="New Document">
- <Item id="6401" name="Format (Line ending)"/>
- <Item id="6402" name="Windows (CR LF)"/>
- <Item id="6403" name="Unix (LF)"/>
- <Item id="6404" name="Macintosh (CR)"/>
- <Item id="6405" name="Encoding"/>
- <Item id="6406" name="ANSI"/>
- <Item id="6407" name="UTF-8"/>
- <Item id="6408" name="UTF-8 with BOM"/>
- <Item id="6409" name="UCS-2 Big Endian with BOM"/>
- <Item id="6410" name="UCS-2 Little Endian with BOM"/>
- <Item id="6411" name="Default language :"/>
- <Item id="6419" name="New Document"/>
- <Item id="6420" name="Apply to opened ANSI files"/>
- </NewDoc>
- <DefaultDir title="Default Directory">
- <Item id="6413" name="Default Directory (Open/Save)"/>
- <Item id="6414" name="Follow current document"/>
- <Item id="6415" name="Remember last used directory"/>
- <Item id="6430" name="Use new style dialog (without file extension feature && Unix style path capacity)"/>
- <Item id="6431" name="Open all files of folder instead of launching Folder as Workspace on folder dropping"/>
- </DefaultDir>
- <FileAssoc title="File Association">
- <Item id="4009" name="Supported extensions:"/>
- <Item id="4010" name="Registered extensions:"/>
- </FileAssoc>
- <Language title="Language">
- <Item id="6505" name="Available items"/>
- <Item id="6506" name="Disabled items"/>
- <Item id="6507" name="Make language menu compact"/>
- <Item id="6508" name="Language Menu"/>
- <Item id="6301" name="Tab Settings"/>
- <Item id="6302" name="Replace by space"/>
- <Item id="6303" name="Tab size: "/>
- <Item id="6510" name="Use default value"/>
- </Language>
- <Highlighting title="Highlighting">
- <Item id="6333" name="Smart Highlighting"/>
- <Item id="6326" name="Enable"/>
- <Item id="6332" name="Match case"/>
- <Item id="6338" name="Match whole word only"/>
- <Item id="6339" name="Use Find dialog settings"/>
- <Item id="6340" name="Highlight another view"/>
- <Item id="6329" name="Highlight Matching Tags"/>
- <Item id="6327" name="Enable"/>
- <Item id="6328" name="Highlight tag attributes"/>
- <Item id="6330" name="Highlight comment/php/asp zone"/>
- </Highlighting>
- <Print title="Print">
- <Item id="6601" name="Print line number"/>
- <Item id="6602" name="Colour Options"/>
- <Item id="6603" name="WYSIWYG"/>
- <Item id="6604" name="Invert"/>
- <Item id="6605" name="Black on white"/>
- <Item id="6606" name="No background colour"/>
- <Item id="6607" name="Margin Settings (Unit:mm)"/>
- <Item id="6612" name="Left"/>
- <Item id="6613" name="Top"/>
- <Item id="6614" name="Right"/>
- <Item id="6615" name="Bottom"/>
- <Item id="6706" name="Bold"/>
- <Item id="6707" name="Italic"/>
- <Item id="6708" name="Header"/>
- <Item id="6709" name="Left part"/>
- <Item id="6710" name="Middle part"/>
- <Item id="6711" name="Right part"/>
- <Item id="6717" name="Bold"/>
- <Item id="6718" name="Italic"/>
- <Item id="6719" name="Footer"/>
- <Item id="6720" name="Left part"/>
- <Item id="6721" name="Middle part"/>
- <Item id="6722" name="Right part"/>
- <Item id="6723" name="Add"/>
- <Item id="6725" name="Variable:"/>
- <Item id="6727" name="Here display your variable settings"/>
- <Item id="6728" name="Header and Footer"/>
- </Print>
- <RecentFilesHistory title="Recent Files History">
- <Item id="6304" name="Recent Files History"/>
- <Item id="6306" name="Max. number of entries :"/>
- <Item id="6305" name="Don't check at launch time"/>
- <Item id="6429" name="Display"/>
- <Item id="6424" name="In Submenu"/>
- <Item id="6425" name="Only File Name"/>
- <Item id="6426" name="Full File Name Path"/>
- <Item id="6427" name="Customize Maximum Length:"/>
- </RecentFilesHistory>
- <Backup title="Backup">
- <Item id="6817" name="Session snapshot and periodic backup"/>
- <Item id="6818" name="Enable session snapshot and periodic backup"/>
- <Item id="6819" name="Backup in every"/>
- <Item id="6821" name="seconds"/>
- <Item id="6822" name="Backup path:"/>
- <Item id="6309" name="Remember current session for next launch"/>
- <Item id="6801" name="Backup on save"/>
- <Item id="6315" name="None"/>
- <Item id="6316" name="Simple backup"/>
- <Item id="6317" name="Verbose backup"/>
- <Item id="6804" name="Custom Backup Directory"/>
- <Item id="6803" name="Directory :"/>
- </Backup>
- <AutoCompletion title="Auto-Completion">
- <Item id="6807" name="Auto-Completion"/>
- <Item id="6808" name="Enable auto-completion on each input"/>
- <Item id="6809" name="Function completion"/>
- <Item id="6810" name="Word completion"/>
- <Item id="6816" name="Function and word completion"/>
- <Item id="6824" name="Ignore numbers"/>
- <Item id="6811" name="From"/>
- <Item id="6813" name="th character"/>
- <Item id="6814" name="Valid value : 1 - 9"/>
- <Item id="6815" name="Function parameters hint on input"/>
- <Item id="6851" name="Auto-Insert"/>
- <Item id="6857" name=" html/xml close tag"/>
- <Item id="6858" name="Open"/>
- <Item id="6859" name="Close"/>
- <Item id="6860" name="Matched pair 1:"/>
- <Item id="6863" name="Matched pair 2:"/>
- <Item id="6866" name="Matched pair 3:"/>
- </AutoCompletion>
- <MultiInstance title="Multi-Instance">
- <Item id="6151" name="Multi-instance settings"/>
- <Item id="6152" name="Open session in a new instance of Notepad++"/>
- <Item id="6153" name="Always in multi-instance mode"/>
- <Item id="6154" name="Default (mono-instance)"/>
- <Item id="6155" name="* The modification of this setting needs to restart Notepad++"/>
- </MultiInstance>
- <Delimiter title="Delimiter">
- <Item id="6251" name="Delimiter selection settings (Ctrl + Mouse double click)"/>
- <Item id="6252" name="Open"/>
- <Item id="6255" name="Close"/>
- <Item id="6256" name="Allow on several lines"/>
- <Item id="6161" name="Word character list"/>
- <Item id="6162" name="Use default Word character list as it is"/>
- <Item id="6163" name="Add your character as part of word
- (don't choose it unless you know what you're doing)"/>
- </Delimiter>
- <Cloud title="Cloud">
- <Item id="6262" name="Settings on cloud"/>
- <Item id="6263" name="No Cloud"/>
- <Item id="6267" name="Set your cloud location path here:"/>
- </Cloud>
-
- <SearchEngine title="Search Engine">
- <Item id="6271" name="Search Engine (for command "Search on Internet")"/>
- <Item id="6272" name="DuckDuckGo"/>
- <Item id="6273" name="Google"/>
- <Item id="6274" name="Bing"/>
- <Item id="6275" name="Yahoo!"/>
- <Item id="6276" name="Set your search engine here:"/>
- <!-- Don't change anything after Example: -->
- <Item id="6278" name="Example: https://www.google.com/search?q=$(CURRENT_WORD)"/>
- </SearchEngine>
- <MISC title="MISC.">
- <Item id="6307" name="Enable"/>
- <Item id="6308" name="Minimize to system tray"/>
- <Item id="6312" name="File Status Auto-Detection"/>
- <Item id="6313" name="Update silently"/>
- <Item id="6318" name="Clickable Link Settings"/>
- <Item id="6325" name="Scroll to the last line after update"/>
- <Item id="6319" name="Enable"/>
- <Item id="6320" name="No underline"/>
- <Item id="6322" name="Session file ext.:"/>
- <Item id="6323" name="Enable Notepad++ auto-updater"/>
- <Item id="6324" name="Document Switcher (Ctrl+TAB)"/>
- <Item id="6331" name="Show only filename in title bar"/>
- <Item id="6334" name="Autodetect character encoding"/>
- <Item id="6335" name="Treat backslash as escape character for SQL"/>
- <Item id="6337" name="Workspace file ext.:"/>
- <Item id="6114" name="Enable"/>
- <Item id="6115" name="Auto-indent"/>
- <Item id="6117" name="Enable MRU behaviour"/>
- <Item id="6344" name="Document Peeker"/>
- <Item id="6345" name="Peek on tab"/>
- <Item id="6346" name="Peek on document map"/>
- </MISC>
- </Preference>
- <MultiMacro title="Run a Macro Multiple Times">
- <Item id="1" name="&Run"/>
- <Item id="2" name="&Cancel"/>
- <Item id="8006" name="Macro to run :"/>
- <Item id="8001" name="Run"/>
- <Item id="8005" name="times"/>
- <Item id="8002" name="Run until the &end of file"/>
- </MultiMacro>
- <Window title="Windows">
- <Item id="1" name="&Activate"/>
- <Item id="2" name="&OK"/>
- <Item id="7002" name="&Save"/>
- <Item id="7003" name="&Close window(s)"/>
- <Item id="7004" name="Sort &tabs"/>
- </Window>
- <ColumnEditor title="Column Editor">
- <Item id="2023" name="Text to Insert"/>
- <Item id="2033" name="Number to Insert"/>
- <Item id="2030" name="Initial number :"/>
- <Item id="2031" name="Increase by :"/>
- <Item id="2035" name="Leading zeros"/>
- <Item id="2036" name="Repeat :"/>
- <Item id="2032" name="Format"/>
- <Item id="2024" name="Dec"/>
- <Item id="2025" name="Oct"/>
- <Item id="2026" name="Hex"/>
- <Item id="2027" name="Bin"/>
- <Item id="1" name="OK"/>
- <Item id="2" name="Cancel"/>
- </ColumnEditor>
- <FindInFinder title="Find in finder">
- <Item id="1" name="Find All"/>
- <Item id="2" name="Close"/>
- <Item id="1711" name="&Find what :"/>
- <Item id="1713" name="Search only in found lines"/>
- <Item id="1714" name="Match &whole word only"/>
- <Item id="1715" name="Match &case"/>
- <Item id="1716" name="Search Mode"/>
- <Item id="1717" name="&Normal"/>
- <Item id="1719" name="Re&gular expression"/>
- <Item id="1718" name="E&xtended (\n, \r, \t, \0, \x...)"/>
- <Item id="1720" name="&. matches newline"/>
- </FindInFinder>
- </Dialog>
- <MessageBox> <!-- $INT_REPLACE$ is a place holder, don't translate it -->
- <ContextMenuXmlEditWarning title="Editing contextMenu" message="Editing contextMenu.xml allows you to modify your Notepad++ popup context menu.
- You have to restart your Notepad++ to take effect after modifying contextMenu.xml."/>
- <NppHelpAbsentWarning title="File does not exist" message="
- doesn't exist. Please download it on Notepad++ site."/>
- <SaveCurrentModifWarning title="Save Current Modification" message="You should save the current modification.
- All the saved modifications can not be undone.
- Continue?"/>
- <LoseUndoAbilityWarning title="Lose Undo Ability Warning" message="You should save the current modification.
- All the saved modifications can not be undone.
- Continue?"/>
- <CannotMoveDoc title="Move to new Notepad++ Instance" message="Document is modified, save it then try again."/>
- <DocReloadWarning title="Reload" message="Are you sure you want to reload the current file and lose the changes made in Notepad++?"/>
- <FileLockedWarning title="Save failed" message="Please check whether if this file is opened in another program"/>
- <FileAlreadyOpenedInNpp title="" message="The file is already opened in the Notepad++."/>
- <DeleteFileFailed title="Delete File" message="Delete File failed"/>
-
- <NbFileToOpenImportantWarning title="Amount of files to open is too large" message="$INT_REPLACE$ files are about to be opened.
- Are you sure to open them?"/>
- <SettingsOnCloudError title="Settings on Cloud" message="It seems the path of settings on cloud is set on a read only drive,
- or on a folder needed privilege right for writing access.
- Your settings on cloud will be canceled. Please reset a coherent value via Preference dialog."/>
- <FilePathNotFoundWarning title="File Open" message="The file you're trying to open doesn't exist."/>
- <SessionFileInvalidError title="Could not Load Session" message="Session file is either corrupted or not valid."/>
- <DroppingFolderAsProjectModeWarning title="Invalid action" message="You can only drop files or folders but not both, because you're in dropping Folder as Project mode.
- you have to enable "Open all files of folder instead of launching Folder as Workspace on folder dropping" in "Default Directory" section of Preferences dialog to make this operation work."/>
- <SortingError title="Sorting Error" message="Unable to perform numeric sorting due to line $INT_REPLACE$."/>
- <ColumnModeTip title="Column Mode Tip" message="Please use "ALT+Mouse Selection" or "Alt+Shift+Arrow key" to switch to column mode."/>
- <BufferInvalidWarning title="Save failed" message="Cannot save: Buffer is invalid."/>
- <DoSaveOrNot title="Save" message="Save file "$STR_REPLACE$" ?"/>
- <DoCloseOrNot title="Keep non existing file" message="The file "$STR_REPLACE$" doesn't exist anymore.
- Keep this file in editor?"/>
- <DoDeleteOrNot title="Delete file" message="The file "$STR_REPLACE$"
- will be moved to your Recycle Bin and this document will be closed.
- Continue?"/>
- <NoBackupDoSaveFile title="Save" message="Your backup file cannot be found (deleted from outside).
- Save it otherwise your data will be lost
- Do you want to save file "$STR_REPLACE$" ?"/>
- <DoReloadOrNot title="Reload" message=""$STR_REPLACE$"
- This file has been modified by another program.
- Do you want to reload it?"/>
- <DoReloadOrNotAndLooseChange title="Reload" message=""$STR_REPLACE$"
- This file has been modified by another program.
- Do you want to reload it and lose the changes made in Notepad++?"/>
- <PrehistoricSystemDetected title="Prehistoric system detected" message="It seems you still use a prehistoric system. This feature works only on a modern system, sorry."/>
- <XpUpdaterProblem title="Notepad++ Updater" message="Notepad++ updater is not compatible with XP due to the obsolete security layer under XP.
- Do you want to go to Notepad++ page to download the latest version?"/>
- <DocTooDirtyToMonitor title="Monitoring problem" message="The document is dirty. Please save the modification before monitoring it."/>
- <DocNoExistToMonitor title="Monitoring problem" message="The file should exist to be monitored."/>
- <FileTooBigToOpen title="File size problem" message="File is too big to be opened by Notepad++"/>
- <CreateNewFileOrNot title="Create new file" message=""$STR_REPLACE$" doesn't exist. Create it?"/>
- <CreateNewFileError title="Create new file" message="Cannot create the file "$STR_REPLACE$"."/>
- <OpenFileError title="ERROR" message="Can not open file "$STR_REPLACE$"."/>
- <FileBackupFailed title="File Backup Failed" message="The previous version of the file could not be saved into the backup directory at "$STR_REPLACE$".
- Do you want to save the current file anyways?"/>
- <LoadStylersFailed title="Load stylers.xml failed" message="Load "$STR_REPLACE$" failed!"/>
- <LoadLangsFailed title="Configurator" message="Load langs.xml failed!
- Do you want to recover your langs.xml?"/>
- <LoadLangsFailedFinal title="Configurator" message="Load langs.xml failed!"/>
- <FolderAsWorspaceSubfolderExists title="Folder as Workspace adding folder problem" message="A sub-folder of the folder you want to add exists.
- Please remove its root from the panel before you add folder "$STR_REPLACE$"."/>
- <ProjectPanelChanged title="$STR_REPLACE$" message="The workspace was modified. Do you want to save it?"/>
- <ProjectPanelChangedSaveError title="$STR_REPLACE$" message="Your workspace has not been saved."/>
- <ProjectPanelOpenDoSaveDirtyWsOrNot title="Open Workspace" message="The current workspace was modified. Do you want to save the current project?"/>
- <ProjectPanelNewDoSaveDirtyWsOrNot title="New Workspace" message="The current workspace was modified. Do you want to save the current project?"/>
- <ProjectPanelOpenFailed title="Open Workspace" message="The workspace could not be opened.
- It seems the file to open is not a valid project file."/>
- <ProjectPanelRemoveFolderFromProject title="Remove folder from project" message="All the sub-items will be removed.
- Are you sure you want to remove this folder from the project?"/>
- <ProjectPanelRemoveFileFromProject title="Remove file from project" message="Are you sure you want to remove this file from the project?"/>
- <ProjectPanelReloadError title="Reload Workspace" message="Cannot find the file to reload."/>
- <ProjectPanelReloadDirty title="Reload Workspace" message="The current workspace was modified. Reloading will discard all modifications.
- Do you want to continue?"/>
- <UDLNewNameError title="UDL Error" message="This name is used by another language,
- please give another one."/>
- <UDLRemoveCurrentLang title="Remove the current language" message="Are you sure?"/>
- <SCMapperDoDeleteOrNot title="Are you sure?" message="Are you sure you want to delete this shortcut?"/>
- <FindCharRangeValueError title="Range Value problem" message="You should type between 0 and 255."/>
- <OpenInAdminMode title="Save failed" message="The file cannot be saved and it may be protected.
- Do you want to launch Notepad++ in Administrator mode?"/>
- <OpenInAdminModeWithoutCloseCurrent title="Save failed" message="The file cannot be saved and it may be protected.
- Do you want to launch Notepad++ in Administrator mode?"/>
- <OpenInAdminModeFailed title="Open in Administrator mode failed" message="Notepad++ cannot be opened in Administrator mode."/>
- </MessageBox>
- <ClipboardHistory>
- <PanelTitle name="Clipboard History"/>
- </ClipboardHistory>
- <DocSwitcher>
- <PanelTitle name="Doc Switcher"/>
- <ColumnName name="Name"/>
- <ColumnExt name="Ext."/>
- </DocSwitcher>
- <WindowsDlg>
- <ColumnName name="Name"/>
- <ColumnPath name="Path"/>
- <ColumnType name="Type"/>
- </WindowsDlg>
- <AsciiInsertion>
- <PanelTitle name="ASCII Insertion Panel"/>
- <ColumnVal name="Value"/>
- <ColumnHex name="Hex"/>
- <ColumnChar name="Character"/>
- </AsciiInsertion>
- <DocumentMap>
- <PanelTitle name="Document Map"/>
- </DocumentMap>
- <FunctionList>
- <PanelTitle name="Function List"/>
- <SortTip name="Sort" />
- <ReloadTip name="Reload" />
- </FunctionList>
- <FolderAsWorkspace>
- <PanelTitle name="Folder as Workspace"/>
- <SelectFolderFromBrowserString name="Select a folder to add in Folder as Workspace panel"/>
- <Menus>
- <Item id="3511" name="Remove"/>
- <Item id="3512" name="Remove All"/>
- <Item id="3513" name="Add"/>
- <Item id="3514" name="Run by system"/>
- <Item id="3515" name="Open"/>
- <Item id="3516" name="Copy path"/>
- <Item id="3517" name="Find in Files..."/>
- <Item id="3518" name="Explorer here"/>
- <Item id="3519" name="CMD here"/>
- </Menus>
- </FolderAsWorkspace>
- <ProjectManager>
- <PanelTitle name="Project"/>
- <WorkspaceRootName name="Workspace"/>
- <NewProjectName name="Project Name"/>
- <NewFolderName name="Folder Name"/>
- <Menus>
- <Entries>
- <Item id="0" name="Workspace"/>
- <Item id="1" name="Edit"/>
- </Entries>
- <WorkspaceMenu>
- <Item id="3122" name="New Workspace"/>
- <Item id="3123" name="Open Workspace"/>
- <Item id="3124" name="Reload Workspace"/>
- <Item id="3125" name="Save"/>
- <Item id="3126" name="Save As..."/>
- <Item id="3127" name="Save a Copy As..."/>
- <Item id="3121" name="Add New Project"/>
- </WorkspaceMenu>
- <ProjectMenu>
- <Item id="3111" name="Rename"/>
- <Item id="3112" name="Add Folder"/>
- <Item id="3113" name="Add Files..."/>
- <Item id="3117" name="Add Files from Directory..."/>
- <Item id="3114" name="Remove"/>
- <Item id="3118" name="Move Up"/>
- <Item id="3119" name="Move Down"/>
- </ProjectMenu>
- <FolderMenu>
- <Item id="3111" name="Rename"/>
- <Item id="3112" name="Add Folder"/>
- <Item id="3113" name="Add Files..."/>
- <Item id="3117" name="Add Files from Directory..."/>
- <Item id="3114" name="Remove"/>
- <Item id="3118" name="Move Up"/>
- <Item id="3119" name="Move Down"/>
- </FolderMenu>
- <FileMenu>
- <Item id="3111" name="Rename"/>
- <Item id="3115" name="Remove"/>
- <Item id="3116" name="Modify File Path"/>
- <Item id="3118" name="Move Up"/>
- <Item id="3119" name="Move Down"/>
- </FileMenu>
- </Menus>
- </ProjectManager>
- <MiscStrings>
- <!-- $INT_REPLACE$ and $STR_REPLACE$ are a place holders, don't translate these place holders -->
- <word-chars-list-tip value="This allows you to include additional character into current word characters while double clicking for selection or searching with "Match whole word only" option checked."/>
- <word-chars-list-warning-begin value="Be aware: "/>
- <word-chars-list-space-warning value="$INT_REPLACE$ space(s)"/>
- <word-chars-list-tab-warning value="$INT_REPLACE$ TAB(s)"/>
- <word-chars-list-warning-end value=" in your character list."/>
- <cloud-invalid-warning value="Invalid path."/>
- <cloud-restart-warning value="Please restart Notepad++ to take effect."/>
- <cloud-select-folder value="Select a folder from/to where Notepad++ reads/writes its settings"/>
- <shift-change-direction-tip value="Use Shift+Enter to search in the opposite direction"/>
- <two-find-buttons-tip value="2 find buttons mode"/>
- <find-status-top-reached value="Find: Found the 1st occurrence from the bottom. The beginning of the document has been reached."/>
- <find-status-end-reached value="Find: Found the 1st occurrence from the top. The end of the document has been reached."/>
- <find-status-replaceinfiles-1-replaced value="Replace in Files: 1 occurrence was replaced"/>
- <find-status-replaceinfiles-nb-replaced value="Replace in Files: $INT_REPLACE$ occurrences were replaced"/>
- <find-status-replaceinfiles-re-malformed value="Replace in Opened Files: The regular expression is malformed"/>
- <find-status-replaceinopenedfiles-1-replaced value="Replace in Opened Files: 1 occurrence was replaced"/>
- <find-status-replaceinopenedfiles-nb-replaced value="Replace in Opened Files: $INT_REPLACE$ occurrences were replaced"/>
- <find-status-mark-re-malformed value="Mark: The regular expression to search is malformed"/>
- <find-status-invalid-re value="Find: Invalid regular expression"/>
- <find-status-mark-1-match value="1 match"/>
- <find-status-mark-nb-matches value="$INT_REPLACE$ matches"/>
- <find-status-count-re-malformed value="Count: The regular expression to search is malformed"/>
- <find-status-count-1-match value="Count: 1 match"/>
- <find-status-count-nb-matches value="Count: $INT_REPLACE$ matches"/>
- <find-status-replaceall-re-malformed value="Replace All: The regular expression is malformed"/>
- <find-status-replaceall-1-replaced value="Replace All: 1 occurrence was replaced"/>
- <find-status-replaceall-nb-replaced value="Replace All: $INT_REPLACE$ occurrences were replaced"/>
- <find-status-replaceall-readonly value="Replace All: Cannot replace text. The current document is read only"/>
- <find-status-replace-end-reached value="Replace: Replaced the 1st occurrence from the top. The end of document has been reached"/>
- <find-status-replace-top-reached value="Replace: Replaced the 1st occurrence from the bottom. The begin of document has been reached"/>
- <find-status-replaced-next-found value="Replace: 1 occurrence was replaced. The next occurrence found"/>
- <find-status-replaced-next-not-found value="Replace: 1 occurrence was replaced. The next occurrence not found"/>
- <find-status-replace-not-found value="Replace: no occurrence was found"/>
- <find-status-replace-readonly value="Replace: Cannot replace text. The current document is read only"/>
- <find-status-cannot-find value="Find: Can't find the text "$STR_REPLACE$""/>
- <finder-find-in-finder value="Find in this found results..."/>
- <finder-close-this value="Close this finder"/>
- <finder-collapse-all value="Collapse all"/>
- <finder-uncollapse-all value="Uncollapse all"/>
- <finder-copy value="Copy"/>
- <finder-select-all value="Select all"/>
- <finder-clear-all value="Clear all"/>
- <finder-open-all value="Open all"/>
- </MiscStrings>
- </Native-Langue>
- </NotepadPlus>
|