nativeLang.xml 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <NotepadPlus>
  3. <Native-Langue name="English" filename="english.xml" version="7.5.5">
  4. <Menu>
  5. <Main>
  6. <!-- Main Menu Entries -->
  7. <Entries>
  8. <Item menuId="file" name="&amp;File"/>
  9. <Item menuId="edit" name="&amp;Edit"/>
  10. <Item menuId="search" name="&amp;Search"/>
  11. <Item menuId="view" name="&amp;View"/>
  12. <Item menuId="encoding" name="E&amp;ncoding"/>
  13. <Item menuId="language" name="&amp;Language"/>
  14. <Item menuId="settings" name="Se&amp;ttings"/>
  15. <Item menuId="tools" name="To&amp;ols"/>
  16. <Item menuId="macro" name="&amp;Macro"/>
  17. <Item menuId="run" name="&amp;Run"/>
  18. <Item idName="Plugins" name="&amp;Plugins"/>
  19. <Item idName="Window" name="&amp;Window"/>
  20. </Entries>
  21. <!-- Sub Menu Entries -->
  22. <SubEntries>
  23. <Item subMenuId="file-openFolder" name="Open Containing Folder"/>
  24. <Item subMenuId="file-closeMore" name="Close More"/>
  25. <Item subMenuId="file-recentFiles" name="&amp;Recent Files"/>
  26. <Item subMenuId="edit-copyToClipboard" name="Copy to Clipboard"/>
  27. <Item subMenuId="edit-indent" name="Indent"/>
  28. <Item subMenuId="edit-convertCaseTo" name="Convert Case to"/>
  29. <Item subMenuId="edit-lineOperations" name="Line Operations"/>
  30. <Item subMenuId="edit-comment" name="Comment/Uncomment"/>
  31. <Item subMenuId="edit-autoCompletion" name="Auto-Completion"/>
  32. <Item subMenuId="edit-eolConversion" name="EOL Conversion"/>
  33. <Item subMenuId="edit-blankOperations" name="Blank Operations"/>
  34. <Item subMenuId="edit-pasteSpecial" name="Paste Special"/>
  35. <Item subMenuId="edit-onSelection" name="On Selection"/>
  36. <Item subMenuId="search-markAll" name="Mark All"/>
  37. <Item subMenuId="search-unmarkAll" name="Unmark All"/>
  38. <Item subMenuId="search-jumpUp" name="Jump Up"/>
  39. <Item subMenuId="search-jumpDown" name="Jump Down"/>
  40. <Item subMenuId="search-bookmark" name="Bookmark"/>
  41. <Item subMenuId="view-showSymbol" name="Show Symbol"/>
  42. <Item subMenuId="view-zoom" name="Zoom"/>
  43. <Item subMenuId="view-moveCloneDocument" name="Move/Clone Current Document"/>
  44. <Item subMenuId="view-tab" name="Tab"/>
  45. <Item subMenuId="view-collapseLevel" name="Collapse Level"/>
  46. <Item subMenuId="view-uncollapseLevel" name="Uncollapse Level"/>
  47. <Item subMenuId="view-project" name="Project"/>
  48. <Item subMenuId="encoding-characterSets" name="Character Set"/>
  49. <Item subMenuId="encoding-arabic" name="Arabic"/>
  50. <Item subMenuId="encoding-baltic" name="Baltic"/>
  51. <Item subMenuId="encoding-celtic" name="Celtic"/>
  52. <Item subMenuId="encoding-cyrillic" name="Cyrillic"/>
  53. <Item subMenuId="encoding-centralEuropean" name="Central European"/>
  54. <Item subMenuId="encoding-chinese" name="Chinese"/>
  55. <Item subMenuId="encoding-easternEuropean" name="Eastern European"/>
  56. <Item subMenuId="encoding-greek" name="Greek"/>
  57. <Item subMenuId="encoding-hebrew" name="Hebrew"/>
  58. <Item subMenuId="encoding-japanese" name="Japanese"/>
  59. <Item subMenuId="encoding-korean" name="Korean"/>
  60. <Item subMenuId="encoding-northEuropean" name="North European"/>
  61. <Item subMenuId="encoding-thai" name="Thai"/>
  62. <Item subMenuId="encoding-turkish" name="Turkish"/>
  63. <Item subMenuId="encoding-westernEuropean" name="Western European"/>
  64. <Item subMenuId="encoding-vietnamese" name="Vietnamese"/>
  65. <Item subMenuId="settings-import" name="Import"/>
  66. <Item subMenuId="tools-md5" name="MD5"/>
  67. </SubEntries>
  68. <!-- all menu item -->
  69. <Commands>
  70. <Item id="41001" name="&amp;New"/>
  71. <Item id="41002" name="&amp;Open"/>
  72. <Item id="41019" name="Explorer"/>
  73. <Item id="41020" name="cmd"/>
  74. <Item id="41003" name="&amp;Close"/>
  75. <Item id="41004" name="Clos&amp;e All"/>
  76. <Item id="41005" name="Close All BUT Current Document"/>
  77. <Item id="41009" name="Close All to the Left"/>
  78. <Item id="41018" name="Close All to the Right"/>
  79. <Item id="41006" name="&amp;Save"/>
  80. <Item id="41007" name="Sav&amp;e All"/>
  81. <Item id="41008" name="Save &amp;As..."/>
  82. <Item id="41010" name="Print..."/>
  83. <Item id="1001" name="Print Now"/>
  84. <Item id="41011" name="E&amp;xit"/>
  85. <Item id="41012" name="Load Session..."/>
  86. <Item id="41013" name="Save Session..."/>
  87. <Item id="41014" name="Re&amp;load from Disk"/>
  88. <Item id="41015" name="Save a Copy As..."/>
  89. <Item id="41016" name="Move to Recycle Bin"/>
  90. <Item id="41017" name="Rename..."/>
  91. <Item id="41021" name="Restore Recent Closed File"/>
  92. <Item id="41022" name="Open Folder as Workspace..."/>
  93. <Item id="41023" name="Open in Default Viewer"/>
  94. <Item id="42001" name="Cu&amp;t"/>
  95. <Item id="42002" name="&amp;Copy"/>
  96. <Item id="42003" name="&amp;Undo"/>
  97. <Item id="42004" name="&amp;Redo"/>
  98. <Item id="42005" name="&amp;Paste"/>
  99. <Item id="42006" name="&amp;Delete"/>
  100. <Item id="42007" name="Select A&amp;ll"/>
  101. <Item id="42020" name="Begin/End Select"/>
  102. <Item id="42008" name="Increase Line Indent"/>
  103. <Item id="42009" name="Decrease Line Indent"/>
  104. <Item id="42010" name="Duplicate Current Line"/>
  105. <Item id="42012" name="Split Lines"/>
  106. <Item id="42013" name="Join Lines"/>
  107. <Item id="42014" name="Move Up Current Line"/>
  108. <Item id="42015" name="Move Down Current Line"/>
  109. <Item id="42059" name="Sort Lines Lexicographically Ascending"/>
  110. <Item id="42060" name="Sort Lines Lexicographically Descending"/>
  111. <Item id="42061" name="Sort Lines As Integers Ascending"/>
  112. <Item id="42062" name="Sort Lines As Integers Descending"/>
  113. <Item id="42063" name="Sort Lines As Decimals (Comma) Ascending"/>
  114. <Item id="42064" name="Sort Lines As Decimals (Comma) Descending"/>
  115. <Item id="42065" name="Sort Lines As Decimals (Dot) Ascending"/>
  116. <Item id="42066" name="Sort Lines As Decimals (Dot) Descending"/>
  117. <Item id="42016" name="&amp;UPPERCASE"/>
  118. <Item id="42017" name="&amp;lowercase"/>
  119. <Item id="42067" name="&amp;Proper Case"/>
  120. <Item id="42068" name="Proper Case (blend)"/>
  121. <Item id="42069" name="&amp;Sentence case"/>
  122. <Item id="42070" name="Sentence case (blend)"/>
  123. <Item id="42071" name="&amp;iNVERT cASE"/>
  124. <Item id="42072" name="&amp;ranDOm CasE"/>
  125. <Item id="42073" name="Open File"/>
  126. <Item id="42074" name="Open Containing Folder in Explorer"/>
  127. <Item id="42075" name="Search on Internet"/>
  128. <Item id="42076" name="Change Search Engine..."/>
  129. <Item id="42018" name="Start Re&amp;cording"/>
  130. <Item id="42019" name="S&amp;top Recording"/>
  131. <Item id="42021" name="&amp;Playback"/>
  132. <Item id="42022" name="Toggle Single Line Comment"/>
  133. <Item id="42023" name="Block Comment"/>
  134. <Item id="42047" name="Block Uncomment"/>
  135. <Item id="42024" name="Trim Trailing Space"/>
  136. <Item id="42042" name="Trim Leading Space"/>
  137. <Item id="42043" name="Trim Leading and Trailing Space"/>
  138. <Item id="42044" name="EOL to Space"/>
  139. <Item id="42045" name="Remove Unnecessary Blank and EOL"/>
  140. <Item id="42046" name="TAB to Space"/>
  141. <Item id="42054" name="Space to TAB (All)"/>
  142. <Item id="42053" name="Space to TAB (Leading)"/>
  143. <Item id="42038" name="Paste HTML Content"/>
  144. <Item id="42039" name="Paste RTF Content"/>
  145. <Item id="42048" name="Copy Binary Content"/>
  146. <Item id="42049" name="Cut Binary Content"/>
  147. <Item id="42050" name="Paste Binary Content"/>
  148. <Item id="42037" name="Column Mode..."/>
  149. <Item id="42034" name="Column Editor..."/>
  150. <Item id="42051" name="Character Panel"/>
  151. <Item id="42052" name="Clipboard History"/>
  152. <Item id="42025" name="&amp;Save Currently Recorded Macro..."/>
  153. <Item id="42026" name="Text Direction RTL"/>
  154. <Item id="42027" name="Text Direction LTR"/>
  155. <Item id="42028" name="Set Read-Only"/>
  156. <Item id="42029" name="Current File Path to Clipboard"/>
  157. <Item id="42030" name="Current Filename to Clipboard"/>
  158. <Item id="42031" name="Current Dir. Path to Clipboard"/>
  159. <Item id="42032" name="&amp;Run a Macro Multiple Times..."/>
  160. <Item id="42033" name="Clear Read-Only Flag"/>
  161. <Item id="42035" name="Single Line Comment"/>
  162. <Item id="42036" name="Single Line Uncomment"/>
  163. <Item id="42055" name="Remove Empty Lines"/>
  164. <Item id="42056" name="Remove Empty Lines (Containing Blank characters)"/>
  165. <Item id="42057" name="Insert Blank Line Above Current"/>
  166. <Item id="42058" name="Insert Blank Line Below Current"/>
  167. <Item id="43001" name="&amp;Find..."/>
  168. <Item id="43002" name="Find &amp;Next"/>
  169. <Item id="43003" name="&amp;Replace..."/>
  170. <Item id="43004" name="&amp;Go to..."/>
  171. <Item id="43005" name="Toggle Bookmark"/>
  172. <Item id="43006" name="Next Bookmark"/>
  173. <Item id="43007" name="Previous Bookmark"/>
  174. <Item id="43008" name="Clear All Bookmarks"/>
  175. <Item id="43018" name="Cut Bookmarked Lines"/>
  176. <Item id="43019" name="Copy Bookmarked Lines"/>
  177. <Item id="43020" name="Paste to (Replace) Bookmarked Lines"/>
  178. <Item id="43021" name="Remove Bookmarked Lines"/>
  179. <Item id="43051" name="Remove Unmarked Lines"/>
  180. <Item id="43050" name="Inverse Bookmark"/>
  181. <Item id="43052" name="Find characters in range..."/>
  182. <Item id="43053" name="Select All Between Matching Braces"/>
  183. <Item id="43009" name="Go to Matching Brace"/>
  184. <Item id="43010" name="Find &amp;Previous"/>
  185. <Item id="43011" name="&amp;Incremental Search"/>
  186. <Item id="43013" name="Find in Files"/>
  187. <Item id="43014" name="Find (Volatile) Next"/>
  188. <Item id="43015" name="Find (Volatile) Previous"/>
  189. <Item id="43022" name="Using 1st Style"/>
  190. <Item id="43023" name="Clear 1st Style"/>
  191. <Item id="43024" name="Using 2nd Style"/>
  192. <Item id="43025" name="Clear 2nd Style"/>
  193. <Item id="43026" name="Using 3rd Style"/>
  194. <Item id="43027" name="Clear 3rd Style"/>
  195. <Item id="43028" name="Using 4th Style"/>
  196. <Item id="43029" name="Clear 4th Style"/>
  197. <Item id="43030" name="Using 5th Style"/>
  198. <Item id="43031" name="Clear 5th Style"/>
  199. <Item id="43032" name="Clear All Styles"/>
  200. <Item id="43033" name="1st style"/>
  201. <Item id="43034" name="2nd style"/>
  202. <Item id="43035" name="3rd style"/>
  203. <Item id="43036" name="4th style"/>
  204. <Item id="43037" name="5th style"/>
  205. <Item id="43038" name="Find style"/>
  206. <Item id="43039" name="1st style"/>
  207. <Item id="43040" name="2nd style"/>
  208. <Item id="43041" name="3rd style"/>
  209. <Item id="43042" name="4th style"/>
  210. <Item id="43043" name="5th style"/>
  211. <Item id="43044" name="Find style"/>
  212. <Item id="43045" name="Search Results Window"/>
  213. <Item id="43046" name="Next Search Result"/>
  214. <Item id="43047" name="Previous Search Result"/>
  215. <Item id="43048" name="Select and Find Next"/>
  216. <Item id="43049" name="Select and Find Previous"/>
  217. <Item id="43054" name="Mar&amp;k..."/>
  218. <Item id="44009" name="Post-It"/>
  219. <Item id="44010" name="Fold All"/>
  220. <Item id="44019" name="Show All Characters"/>
  221. <Item id="44020" name="Show Indent Guide"/>
  222. <Item id="44022" name="Word wrap"/>
  223. <Item id="44023" name="Zoom &amp;In (Ctrl+Mouse Wheel Up)"/>
  224. <Item id="44024" name="Zoom &amp;Out (Ctrl+Mouse Wheel Down)"/>
  225. <Item id="44025" name="Show White Space and TAB"/>
  226. <Item id="44026" name="Show End of Line"/>
  227. <Item id="44029" name="Unfold All"/>
  228. <Item id="44030" name="Collapse Current Level"/>
  229. <Item id="44031" name="Uncollapse Current Level"/>
  230. <Item id="44049" name="Summary..."/>
  231. <Item id="44080" name="Document Map"/>
  232. <Item id="44084" name="Function List"/>
  233. <Item id="44085" name="Folder as Workspace"/>
  234. <Item id="44086" name="1st Tab"/>
  235. <Item id="44087" name="2nd Tab"/>
  236. <Item id="44088" name="3rd Tab"/>
  237. <Item id="44089" name="4th Tab"/>
  238. <Item id="44090" name="5th Tab"/>
  239. <Item id="44091" name="6th Tab"/>
  240. <Item id="44092" name="7th Tab"/>
  241. <Item id="44093" name="8th Tab"/>
  242. <Item id="44094" name="9th Tab"/>
  243. <Item id="44095" name="Next Tab"/>
  244. <Item id="44096" name="Previous Tab"/>
  245. <Item id="44097" name="Monitoring (tail -f)"/>
  246. <Item id="44098" name="Move Tab Forward"/>
  247. <Item id="44099" name="Move Tab Backward"/>
  248. <Item id="44032" name="Toggle Full Screen Mode"/>
  249. <Item id="44033" name="Restore Default Zoom"/>
  250. <Item id="44034" name="Always on Top"/>
  251. <Item id="44035" name="Synchronise Vertical Scrolling"/>
  252. <Item id="44036" name="Synchronise Horizontal Scrolling"/>
  253. <Item id="44041" name="Show Wrap Symbol"/>
  254. <Item id="44072" name="Focus on Another View"/>
  255. <Item id="44081" name="Project Panel 1"/>
  256. <Item id="44082" name="Project Panel 2"/>
  257. <Item id="44083" name="Project Panel 3"/>
  258. <Item id="45001" name="Windows (CR LF)"/>
  259. <Item id="45002" name="Unix (LF)"/>
  260. <Item id="45003" name="Macintosh (CR)"/>
  261. <Item id="45004" name="Encode in ANSI"/>
  262. <Item id="45005" name="Encode in UTF-8-BOM"/>
  263. <Item id="45006" name="Encode in UCS-2 BE BOM"/>
  264. <Item id="45007" name="Encode in UCS-2 LE BOM"/>
  265. <Item id="45008" name="Encode in UTF-8"/>
  266. <Item id="45009" name="Convert to ANSI"/>
  267. <Item id="45010" name="Convert to UTF-8"/>
  268. <Item id="45011" name="Convert to UTF-8-BOM"/>
  269. <Item id="45012" name="Convert to UCS-2 BE BOM"/>
  270. <Item id="45013" name="Convert to UCS-2 LE BOM"/>
  271. <Item id="10001" name="Move to Other View"/>
  272. <Item id="10002" name="Clone to Other View"/>
  273. <Item id="10003" name="Move to New Instance"/>
  274. <Item id="10004" name="Open in New Instance"/>
  275. <Item id="46001" name="Style Configurator..."/>
  276. <Item id="46250" name="Define your language..."/>
  277. <Item id="46180" name="User-Defined"/>
  278. <Item id="47000" name="About Notepad++"/>
  279. <Item id="47010" name="Command Line Arguments..."/>
  280. <Item id="47001" name="Notepad++ Home"/>
  281. <Item id="47002" name="Notepad++ Project Page"/>
  282. <Item id="47003" name="Online Documentation"/>
  283. <Item id="47004" name="Notepad++ Community (Forum)"/>
  284. <Item id="47011" name="Live Support"/>
  285. <Item id="47012" name="Debug Info..."/>
  286. <Item id="47005" name="Get More Plugins"/>
  287. <Item id="47006" name="Update Notepad++"/>
  288. <Item id="47009" name="Set Updater Proxy..."/>
  289. <Item id="48005" name="Import plugin(s)..."/>
  290. <Item id="48006" name="Import style theme(s)..."/>
  291. <Item id="48018" name="Edit Popup ContextMenu"/>
  292. <Item id="48009" name="Shortcut Mapper..."/>
  293. <Item id="48011" name="Preferences..."/>
  294. <Item id="48501" name="Generate..."/>
  295. <Item id="48502" name="Generate from files..."/>
  296. <Item id="48503" name="Generate into clipboard"/>
  297. <Item id="49000" name="&amp;Run..."/>
  298. <Item id="50000" name="Function Completion"/>
  299. <Item id="50001" name="Word Completion"/>
  300. <Item id="50002" name="Function Parameters Hint"/>
  301. <Item id="50006" name="Path Completion"/>
  302. <Item id="44042" name="Hide Lines"/>
  303. <Item id="42040" name="Open All Recent Files"/>
  304. <Item id="42041" name="Empty Recent Files List"/>
  305. <Item id="48016" name="Modify Shortcut/Delete Macro..."/>
  306. <Item id="48017" name="Modify Shortcut/Delete Command..."/>
  307. </Commands>
  308. </Main>
  309. <Splitter>
  310. </Splitter>
  311. <TabBar>
  312. <Item CMID="0" name="Close"/>
  313. <Item CMID="1" name="Close All BUT This"/>
  314. <Item CMID="2" name="Save"/>
  315. <Item CMID="3" name="Save As..."/>
  316. <Item CMID="4" name="Print"/>
  317. <Item CMID="5" name="Move to Other View"/>
  318. <Item CMID="6" name="Clone to Other View"/>
  319. <Item CMID="7" name="Full File Path to Clipboard"/>
  320. <Item CMID="8" name="Filename to Clipboard"/>
  321. <Item CMID="9" name="Current Dir. Path to Clipboard"/>
  322. <Item CMID="10" name="Rename"/>
  323. <Item CMID="11" name="Move to Recycle Bin"/>
  324. <Item CMID="12" name="Read-Only"/>
  325. <Item CMID="13" name="Clear Read-Only Flag"/>
  326. <Item CMID="14" name="Move to New Instance"/>
  327. <Item CMID="15" name="Open in New Instance"/>
  328. <Item CMID="16" name="Reload"/>
  329. <Item CMID="17" name="Close All to the Left"/>
  330. <Item CMID="18" name="Close All to the Right"/>
  331. <Item CMID="19" name="Open Containing Folder in Explorer"/>
  332. <Item CMID="20" name="Open Containing Folder in cmd"/>
  333. <Item CMID="21" name="Open in Default Viewer"/>
  334. </TabBar>
  335. </Menu>
  336. <Dialog>
  337. <Find title="" titleFind="Find" titleReplace="Replace" titleFindInFiles="Find in Files" titleMark="Mark">
  338. <Item id="1" name="Find Next"/>
  339. <Item id="1722" name="Backward direction"/>
  340. <Item id="2" name="Close"/>
  341. <Item id="1620" name="&amp;Find what :"/>
  342. <Item id="1603" name="Match &amp;whole word only"/>
  343. <Item id="1604" name="Match &amp;case"/>
  344. <Item id="1605" name="Re&amp;gular expression"/>
  345. <Item id="1606" name="Wra&amp;p around"/>
  346. <Item id="1614" name="Coun&amp;t"/>
  347. <Item id="1615" name="Mark All"/>
  348. <Item id="1616" name="Book&amp;mark line"/>
  349. <Item id="1618" name="Purge for each search"/>
  350. <Item id="1611" name="Rep&amp;lace with :"/>
  351. <Item id="1608" name="&amp;Replace"/>
  352. <Item id="1609" name="Replace &amp;All"/>
  353. <Item id="1687" name="On losing focus"/>
  354. <Item id="1688" name="Always"/>
  355. <Item id="1632" name="In select&amp;ion"/>
  356. <Item id="1633" name="Clear all marks"/>
  357. <Item id="1635" name="Replace All in All &amp;Opened Documents"/>
  358. <Item id="1636" name="Find All in All &amp;Opened Documents"/>
  359. <Item id="1654" name="Filter&amp;s :"/>
  360. <Item id="1655" name="Dir&amp;ectory :"/>
  361. <Item id="1656" name="Find All"/>
  362. <Item id="1658" name="In all su&amp;b-folders"/>
  363. <Item id="1659" name="In &amp;hidden folders"/>
  364. <Item id="1624" name="Search mode"/>
  365. <Item id="1625" name="&amp;Normal"/>
  366. <Item id="1626" name="E&amp;xtended (\n, \r, \t, \0, \x...)"/>
  367. <Item id="1660" name="&amp;Replace in Files"/>
  368. <Item id="1661" name="Follow current doc."/>
  369. <Item id="1641" name="Find All in Current Document"/>
  370. <Item id="1686" name="Transparenc&amp;y"/>
  371. <Item id="1703" name="&amp;. matches newline"/>
  372. </Find>
  373. <FindCharsInRange title="Find Characters in Range...">
  374. <Item id="2" name="Close"/>
  375. <Item id="2901" name="Non-ASCII Characters (128-255)"/>
  376. <Item id="2902" name="ASCII Characters (0-127)"/>
  377. <Item id="2903" name="My range:"/>
  378. <Item id="2906" name="&amp;Up"/>
  379. <Item id="2907" name="&amp;Down"/>
  380. <Item id="2908" name="Direction"/>
  381. <Item id="2909" name="Wra&amp;p around"/>
  382. <Item id="2910" name="Find"/>
  383. </FindCharsInRange>
  384. <GoToLine title="Go to...">
  385. <Item id="2007" name="&amp;Line"/>
  386. <Item id="2008" name="&amp;Offset"/>
  387. <Item id="1" name="Go"/>
  388. <Item id="2" name="I'm going nowhere"/>
  389. <Item id="2004" name="You are here:"/>
  390. <Item id="2005" name="You want to go to:"/>
  391. <Item id="2006" name="You can't go further than:"/>
  392. </GoToLine>
  393. <Run title="Run...">
  394. <Item id="1903" name="The Program to Run"/>
  395. <Item id="1" name="Run"/>
  396. <Item id="2" name="Cancel"/>
  397. <Item id="1904" name="Save..."/>
  398. </Run>
  399. <MD5FromFilesDlg title="Generate MD5 digest from files">
  400. <Item id="1922" name="Choose files to generate MD5..."/>
  401. <Item id="1924" name="Copy to Clipboard"/>
  402. <Item id="2" name="Close"/>
  403. </MD5FromFilesDlg>
  404. <MD5FromTextDlg title="Generate MD5 digest">
  405. <Item id="1932" name="Treat each line as a separate string"/>
  406. <Item id="1934" name="Copy to Clipboard"/>
  407. <Item id="2" name="Close"/>
  408. </MD5FromTextDlg>
  409. <StyleConfig title="Style Configurator">
  410. <Item id="2" name="Cancel"/>
  411. <Item id="2301" name="Save &amp;&amp; Close"/>
  412. <Item id="2303" name="Transparency"/>
  413. <Item id="2306" name="Select theme: "/>
  414. <SubDialog>
  415. <Item id="2204" name="Bold"/>
  416. <Item id="2205" name="Italic"/>
  417. <Item id="2206" name="Foreground colour"/>
  418. <Item id="2207" name="Background colour"/>
  419. <Item id="2208" name="Font name:"/>
  420. <Item id="2209" name="Font size:"/>
  421. <Item id="2211" name="Style:"/>
  422. <Item id="2212" name="Colour Style"/>
  423. <Item id="2213" name="Font Style"/>
  424. <Item id="2214" name="Default ext.:"/>
  425. <Item id="2216" name="User ext.:"/>
  426. <Item id="2218" name="Underline"/>
  427. <Item id="2219" name="Default keywords"/>
  428. <Item id="2221" name="User-defined keywords"/>
  429. <Item id="2225" name="Language:"/>
  430. <Item id="2226" name="Enable global foreground colour"/>
  431. <Item id="2227" name="Enable global background colour"/>
  432. <Item id="2228" name="Enable global font"/>
  433. <Item id="2229" name="Enable global font size"/>
  434. <Item id="2230" name="Enable global bold font style"/>
  435. <Item id="2231" name="Enable global italic font style"/>
  436. <Item id="2232" name="Enable global underline font style"/>
  437. </SubDialog>
  438. </StyleConfig>
  439. <ShortcutMapper title="Shortcut Mapper">
  440. <Item id="2602" name="Modify"/>
  441. <Item id="2603" name="Delete"/>
  442. <Item id="2606" name="Clear"/>
  443. <Item id="2607" name="Filter: "/>
  444. <Item id="1" name="Close"/>
  445. <ColumnName name="Name"/>
  446. <ColumnShortcut name="Shortcut"/>
  447. <ColumnCategory name="Category"/>
  448. <ColumnPlugin name="Plugin"/>
  449. <MainMenuTab name="Main menu"/>
  450. <MacrosTab name="Macros"/>
  451. <RunCommandsTab name="Run commands"/>
  452. <PluginCommandsTab name="Plugin commands"/>
  453. <ScintillaCommandsTab name="Scintilla commands"/>
  454. <ConflictInfoOk name="No shortcut conflicts for this item."/>
  455. <ConflictInfoEditing name="No conflicts . . ."/>
  456. </ShortcutMapper>
  457. <ShortcutMapperSubDialg title="Shortcut">
  458. <Item id="1" name="OK"/>
  459. <Item id="2" name="Cancel"/>
  460. <Item id="5006" name="Name"/>
  461. <Item id="5008" name="Add"/>
  462. <Item id="5009" name="Remove"/>
  463. <Item id="5010" name="Apply"/>
  464. <Item id="5007" name="This will remove shortcut from this command"/>
  465. <Item id="5012" name="CONFLICT FOUND!"/>
  466. </ShortcutMapperSubDialg>
  467. <UserDefine title="User-Defined">
  468. <Item id="20001" name="Dock"/>
  469. <Item id="20002" name="Rename"/>
  470. <Item id="20003" name="Create New..."/>
  471. <Item id="20004" name="Remove"/>
  472. <Item id="20005" name="Save As..."/>
  473. <Item id="20007" name="User language: "/>
  474. <Item id="20009" name="Ext.:"/>
  475. <Item id="20012" name="Ignore case"/>
  476. <Item id="20011" name="Transparency"/>
  477. <Item id="20015" name="Import..."/>
  478. <Item id="20016" name="Export..."/>
  479. <StylerDialog title="Styler Dialog">
  480. <Item id="25030" name="Font options:"/>
  481. <Item id="25006" name="Foreground colour"/>
  482. <Item id="25007" name="Background colour"/>
  483. <Item id="25031" name="Name:"/>
  484. <Item id="25032" name="Size:"/>
  485. <Item id="25001" name="Bold"/>
  486. <Item id="25002" name="Italic"/>
  487. <Item id="25003" name="Underline"/>
  488. <Item id="25029" name="Nesting:"/>
  489. <Item id="25008" name="Delimiter 1"/>
  490. <Item id="25009" name="Delimiter 2"/>
  491. <Item id="25010" name="Delimiter 3"/>
  492. <Item id="25011" name="Delimiter 4"/>
  493. <Item id="25012" name="Delimiter 5"/>
  494. <Item id="25013" name="Delimiter 6"/>
  495. <Item id="25014" name="Delimiter 7"/>
  496. <Item id="25015" name="Delimiter 8"/>
  497. <Item id="25018" name="Keyword 1"/>
  498. <Item id="25019" name="Keyword 2"/>
  499. <Item id="25020" name="Keyword 3"/>
  500. <Item id="25021" name="Keyword 4"/>
  501. <Item id="25022" name="Keyword 5"/>
  502. <Item id="25023" name="Keyword 6"/>
  503. <Item id="25024" name="Keyword 7"/>
  504. <Item id="25025" name="Keyword 8"/>
  505. <Item id="25016" name="Comment"/>
  506. <Item id="25017" name="Comment line"/>
  507. <Item id="25026" name="Operator 1"/>
  508. <Item id="25027" name="Operator 2"/>
  509. <Item id="25028" name="Numbers"/>
  510. <Item id="1" name="OK"/>
  511. <Item id="2" name="Cancel"/>
  512. </StylerDialog>
  513. <Folder title="Folder &amp;&amp; Default">
  514. <Item id="21101" name="Default style"/>
  515. <Item id="21102" name="Styler"/>
  516. <Item id="21105" name="Documentation:"/>
  517. <Item id="21104" name="Temporary doc site:"/>
  518. <Item id="21106" name="Fold &amp;compact (fold empty lines too)"/>
  519. <Item id="21220" name="Folding in code 1 style:"/>
  520. <Item id="21224" name="Open:"/>
  521. <Item id="21225" name="Middle:"/>
  522. <Item id="21226" name="Close:"/>
  523. <Item id="21227" name="Styler"/>
  524. <Item id="21320" name="Folding in code 2 style (separators needed):"/>
  525. <Item id="21324" name="Open:"/>
  526. <Item id="21325" name="Middle:"/>
  527. <Item id="21326" name="Close:"/>
  528. <Item id="21327" name="Styler"/>
  529. <Item id="21420" name="Folding in comment style:"/>
  530. <Item id="21424" name="Open:"/>
  531. <Item id="21425" name="Middle:"/>
  532. <Item id="21426" name="Close:"/>
  533. <Item id="21427" name="Styler"/>
  534. </Folder>
  535. <Keywords title="Keywords Lists">
  536. <Item id="22101" name="1st Group"/>
  537. <Item id="22201" name="2nd Group"/>
  538. <Item id="22301" name="3rd Group"/>
  539. <Item id="22401" name="4th Group"/>
  540. <Item id="22451" name="5th Group"/>
  541. <Item id="22501" name="6th Group"/>
  542. <Item id="22551" name="7th Group"/>
  543. <Item id="22601" name="8th Group"/>
  544. <Item id="22121" name="Prefix mode"/>
  545. <Item id="22221" name="Prefix mode"/>
  546. <Item id="22321" name="Prefix mode"/>
  547. <Item id="22421" name="Prefix mode"/>
  548. <Item id="22471" name="Prefix mode"/>
  549. <Item id="22521" name="Prefix mode"/>
  550. <Item id="22571" name="Prefix mode"/>
  551. <Item id="22621" name="Prefix mode"/>
  552. <Item id="22122" name="Styler"/>
  553. <Item id="22222" name="Styler"/>
  554. <Item id="22322" name="Styler"/>
  555. <Item id="22422" name="Styler"/>
  556. <Item id="22472" name="Styler"/>
  557. <Item id="22522" name="Styler"/>
  558. <Item id="22572" name="Styler"/>
  559. <Item id="22622" name="Styler"/>
  560. </Keywords>
  561. <Comment title="Comment &amp;&amp; Number">
  562. <Item id="23003" name="Line comment position"/>
  563. <Item id="23004" name="Allow anywhere"/>
  564. <Item id="23005" name="Force at beginning of line"/>
  565. <Item id="23006" name="Allow preceding whitespace"/>
  566. <Item id="23001" name="Allow folding of comments"/>
  567. <Item id="23326" name="Styler"/>
  568. <Item id="23323" name="Open"/>
  569. <Item id="23324" name="Continue character"/>
  570. <Item id="23325" name="Close"/>
  571. <Item id="23301" name="Comment line style"/>
  572. <Item id="23124" name="Styler"/>
  573. <Item id="23122" name="Open"/>
  574. <Item id="23123" name="Close"/>
  575. <Item id="23101" name="Comment style"/>
  576. <Item id="23201" name="Number style"/>
  577. <Item id="23220" name="Styler"/>
  578. <Item id="23230" name="Prefix 1"/>
  579. <Item id="23232" name="Prefix 2"/>
  580. <Item id="23234" name="Extras 1"/>
  581. <Item id="23236" name="Extras 2"/>
  582. <Item id="23238" name="Suffix 1"/>
  583. <Item id="23240" name="Suffix 2"/>
  584. <Item id="23242" name="Range:"/>
  585. <Item id="23244" name="Decimal separator"/>
  586. <Item id="23245" name="Dot"/>
  587. <Item id="23246" name="Comma"/>
  588. <Item id="23247" name="Both"/>
  589. </Comment>
  590. <Operator title="Operators &amp;&amp; Delimiter">
  591. <Item id="24101" name="Operators style"/>
  592. <Item id="24113" name="Styler"/>
  593. <Item id="24116" name="Operators 1"/>
  594. <Item id="24117" name="Operators 2 (separators required)"/>
  595. <Item id="24201" name="Delimiter 1 style"/>
  596. <Item id="24220" name="Open:"/>
  597. <Item id="24221" name="Escape:"/>
  598. <Item id="24222" name="Close:"/>
  599. <Item id="24223" name="Styler"/>
  600. <Item id="24301" name="Delimiter 2 style"/>
  601. <Item id="24320" name="Open:"/>
  602. <Item id="24321" name="Escape:"/>
  603. <Item id="24322" name="Close:"/>
  604. <Item id="24323" name="Styler"/>
  605. <Item id="24401" name="Delimiter 3 style"/>
  606. <Item id="24420" name="Open:"/>
  607. <Item id="24421" name="Escape:"/>
  608. <Item id="24422" name="Close:"/>
  609. <Item id="24423" name="Styler"/>
  610. <Item id="24451" name="Delimiter 4 style"/>
  611. <Item id="24470" name="Open:"/>
  612. <Item id="24471" name="Escape:"/>
  613. <Item id="24472" name="Close:"/>
  614. <Item id="24473" name="Styler"/>
  615. <Item id="24501" name="Delimiter 5 style"/>
  616. <Item id="24520" name="Open:"/>
  617. <Item id="24521" name="Escape:"/>
  618. <Item id="24522" name="Close:"/>
  619. <Item id="24523" name="Styler"/>
  620. <Item id="24551" name="Delimiter 6 style"/>
  621. <Item id="24570" name="Open:"/>
  622. <Item id="24571" name="Escape:"/>
  623. <Item id="24572" name="Close:"/>
  624. <Item id="24573" name="Styler"/>
  625. <Item id="24601" name="Delimiter 7 style"/>
  626. <Item id="24620" name="Open:"/>
  627. <Item id="24621" name="Escape:"/>
  628. <Item id="24622" name="Close:"/>
  629. <Item id="24623" name="Styler"/>
  630. <Item id="24651" name="Delimiter 8 style"/>
  631. <Item id="24670" name="Open:"/>
  632. <Item id="24671" name="Escape:"/>
  633. <Item id="24672" name="Close:"/>
  634. <Item id="24673" name="Styler"/>
  635. </Operator>
  636. </UserDefine>
  637. <Preference title="Preferences">
  638. <Item id="6001" name="Close"/>
  639. <Global title="General">
  640. <Item id="6101" name="Toolbar"/>
  641. <Item id="6102" name="Hide"/>
  642. <Item id="6103" name="Small icons"/>
  643. <Item id="6104" name="Big icons"/>
  644. <Item id="6105" name="Standard icons"/>
  645. <Item id="6106" name="Tab Bar"/>
  646. <Item id="6107" name="Reduce"/>
  647. <Item id="6108" name="Lock (no drag and drop)"/>
  648. <Item id="6109" name="Darken inactive tabs"/>
  649. <Item id="6110" name="Draw a coloured bar on active tab"/>
  650. <Item id="6111" name="Show status bar"/>
  651. <Item id="6112" name="Show close button on each tab"/>
  652. <Item id="6113" name="Double click to close document"/>
  653. <Item id="6118" name="Hide"/>
  654. <Item id="6119" name="Multi-line"/>
  655. <Item id="6120" name="Vertical"/>
  656. <Item id="6121" name="Exit on close the last tab"/>
  657. <Item id="6122" name="Hide menu bar (use Alt or F10 key to toggle)"/>
  658. <Item id="6123" name="Localization"/>
  659. <Item id="6125" name="Document List Panel"/>
  660. <Item id="6126" name="Show"/>
  661. <Item id="6127" name="Disable extension column"/>
  662. </Global>
  663. <Scintillas title="Editing">
  664. <Item id="6216" name="Caret Settings"/>
  665. <Item id="6217" name="Width :"/>
  666. <Item id="6219" name="Blink rate :"/>
  667. <Item id="6221" name="F"/>
  668. <Item id="6222" name="S"/>
  669. <Item id="6224" name="Multi-Editing Settings"/>
  670. <Item id="6225" name="Enable (Ctrl+Mouse click/selection)"/>
  671. <Item id="6201" name="Folder Margin Style"/>
  672. <Item id="6202" name="Simple"/>
  673. <Item id="6203" name="Arrow"/>
  674. <Item id="6204" name="Circle tree"/>
  675. <Item id="6205" name="Box tree"/>
  676. <Item id="6226" name="None"/>
  677. <Item id="6227" name="Line Wrap"/>
  678. <Item id="6228" name="Default"/>
  679. <Item id="6229" name="Aligned"/>
  680. <Item id="6230" name="Indent"/>
  681. <Item id="6206" name="Display line number"/>
  682. <Item id="6207" name="Display bookmark"/>
  683. <Item id="6208" name="Show vertical edge"/>
  684. <Item id="6209" name="Number of columns :"/>
  685. <Item id="6234" name="Disable advanced scrolling feature
  686. (if you have touchpad problem)"/>
  687. <Item id="6211" name="Vertical Edge Settings"/>
  688. <Item id="6212" name="Line mode"/>
  689. <Item id="6213" name="Background mode"/>
  690. <Item id="6214" name="Enable current line highlighting"/>
  691. <Item id="6215" name="Enable smooth font"/>
  692. <Item id="6231" name="Border Width"/>
  693. <Item id="6235" name="No edge"/>
  694. <Item id="6236" name="Enable scrolling beyond last line"/>
  695. </Scintillas>
  696. <NewDoc title="New Document">
  697. <Item id="6401" name="Format (Line ending)"/>
  698. <Item id="6402" name="Windows (CR LF)"/>
  699. <Item id="6403" name="Unix (LF)"/>
  700. <Item id="6404" name="Macintosh (CR)"/>
  701. <Item id="6405" name="Encoding"/>
  702. <Item id="6406" name="ANSI"/>
  703. <Item id="6407" name="UTF-8"/>
  704. <Item id="6408" name="UTF-8 with BOM"/>
  705. <Item id="6409" name="UCS-2 Big Endian with BOM"/>
  706. <Item id="6410" name="UCS-2 Little Endian with BOM"/>
  707. <Item id="6411" name="Default language :"/>
  708. <Item id="6419" name="New Document"/>
  709. <Item id="6420" name="Apply to opened ANSI files"/>
  710. </NewDoc>
  711. <DefaultDir title="Default Directory">
  712. <Item id="6413" name="Default Directory (Open/Save)"/>
  713. <Item id="6414" name="Follow current document"/>
  714. <Item id="6415" name="Remember last used directory"/>
  715. <Item id="6430" name="Use new style dialog (without file extension feature &amp;&amp; Unix style path capacity)"/>
  716. <Item id="6431" name="Open all files of folder instead of launching Folder as Workspace on folder dropping"/>
  717. </DefaultDir>
  718. <FileAssoc title="File Association">
  719. <Item id="4009" name="Supported extensions:"/>
  720. <Item id="4010" name="Registered extensions:"/>
  721. </FileAssoc>
  722. <Language title="Language">
  723. <Item id="6505" name="Available items"/>
  724. <Item id="6506" name="Disabled items"/>
  725. <Item id="6507" name="Make language menu compact"/>
  726. <Item id="6508" name="Language Menu"/>
  727. <Item id="6301" name="Tab Settings"/>
  728. <Item id="6302" name="Replace by space"/>
  729. <Item id="6303" name="Tab size: "/>
  730. <Item id="6510" name="Use default value"/>
  731. </Language>
  732. <Highlighting title="Highlighting">
  733. <Item id="6333" name="Smart Highlighting"/>
  734. <Item id="6326" name="Enable"/>
  735. <Item id="6332" name="Match case"/>
  736. <Item id="6338" name="Match whole word only"/>
  737. <Item id="6339" name="Use Find dialog settings"/>
  738. <Item id="6340" name="Highlight another view"/>
  739. <Item id="6329" name="Highlight Matching Tags"/>
  740. <Item id="6327" name="Enable"/>
  741. <Item id="6328" name="Highlight tag attributes"/>
  742. <Item id="6330" name="Highlight comment/php/asp zone"/>
  743. </Highlighting>
  744. <Print title="Print">
  745. <Item id="6601" name="Print line number"/>
  746. <Item id="6602" name="Colour Options"/>
  747. <Item id="6603" name="WYSIWYG"/>
  748. <Item id="6604" name="Invert"/>
  749. <Item id="6605" name="Black on white"/>
  750. <Item id="6606" name="No background colour"/>
  751. <Item id="6607" name="Margin Settings (Unit:mm)"/>
  752. <Item id="6612" name="Left"/>
  753. <Item id="6613" name="Top"/>
  754. <Item id="6614" name="Right"/>
  755. <Item id="6615" name="Bottom"/>
  756. <Item id="6706" name="Bold"/>
  757. <Item id="6707" name="Italic"/>
  758. <Item id="6708" name="Header"/>
  759. <Item id="6709" name="Left part"/>
  760. <Item id="6710" name="Middle part"/>
  761. <Item id="6711" name="Right part"/>
  762. <Item id="6717" name="Bold"/>
  763. <Item id="6718" name="Italic"/>
  764. <Item id="6719" name="Footer"/>
  765. <Item id="6720" name="Left part"/>
  766. <Item id="6721" name="Middle part"/>
  767. <Item id="6722" name="Right part"/>
  768. <Item id="6723" name="Add"/>
  769. <Item id="6725" name="Variable:"/>
  770. <Item id="6727" name="Here display your variable settings"/>
  771. <Item id="6728" name="Header and Footer"/>
  772. </Print>
  773. <RecentFilesHistory title="Recent Files History">
  774. <Item id="6304" name="Recent Files History"/>
  775. <Item id="6306" name="Max. number of entries :"/>
  776. <Item id="6305" name="Don't check at launch time"/>
  777. <Item id="6429" name="Display"/>
  778. <Item id="6424" name="In Submenu"/>
  779. <Item id="6425" name="Only File Name"/>
  780. <Item id="6426" name="Full File Name Path"/>
  781. <Item id="6427" name="Customize Maximum Length:"/>
  782. </RecentFilesHistory>
  783. <Backup title="Backup">
  784. <Item id="6817" name="Session snapshot and periodic backup"/>
  785. <Item id="6818" name="Enable session snapshot and periodic backup"/>
  786. <Item id="6819" name="Backup in every"/>
  787. <Item id="6821" name="seconds"/>
  788. <Item id="6822" name="Backup path:"/>
  789. <Item id="6309" name="Remember current session for next launch"/>
  790. <Item id="6801" name="Backup on save"/>
  791. <Item id="6315" name="None"/>
  792. <Item id="6316" name="Simple backup"/>
  793. <Item id="6317" name="Verbose backup"/>
  794. <Item id="6804" name="Custom Backup Directory"/>
  795. <Item id="6803" name="Directory :"/>
  796. </Backup>
  797. <AutoCompletion title="Auto-Completion">
  798. <Item id="6807" name="Auto-Completion"/>
  799. <Item id="6808" name="Enable auto-completion on each input"/>
  800. <Item id="6809" name="Function completion"/>
  801. <Item id="6810" name="Word completion"/>
  802. <Item id="6816" name="Function and word completion"/>
  803. <Item id="6824" name="Ignore numbers"/>
  804. <Item id="6811" name="From"/>
  805. <Item id="6813" name="th character"/>
  806. <Item id="6814" name="Valid value : 1 - 9"/>
  807. <Item id="6815" name="Function parameters hint on input"/>
  808. <Item id="6851" name="Auto-Insert"/>
  809. <Item id="6857" name=" html/xml close tag"/>
  810. <Item id="6858" name="Open"/>
  811. <Item id="6859" name="Close"/>
  812. <Item id="6860" name="Matched pair 1:"/>
  813. <Item id="6863" name="Matched pair 2:"/>
  814. <Item id="6866" name="Matched pair 3:"/>
  815. </AutoCompletion>
  816. <MultiInstance title="Multi-Instance">
  817. <Item id="6151" name="Multi-instance settings"/>
  818. <Item id="6152" name="Open session in a new instance of Notepad++"/>
  819. <Item id="6153" name="Always in multi-instance mode"/>
  820. <Item id="6154" name="Default (mono-instance)"/>
  821. <Item id="6155" name="* The modification of this setting needs to restart Notepad++"/>
  822. </MultiInstance>
  823. <Delimiter title="Delimiter">
  824. <Item id="6251" name="Delimiter selection settings (Ctrl + Mouse double click)"/>
  825. <Item id="6252" name="Open"/>
  826. <Item id="6255" name="Close"/>
  827. <Item id="6256" name="Allow on several lines"/>
  828. <Item id="6161" name="Word character list"/>
  829. <Item id="6162" name="Use default Word character list as it is"/>
  830. <Item id="6163" name="Add your character as part of word
  831. (don't choose it unless you know what you're doing)"/>
  832. </Delimiter>
  833. <Cloud title="Cloud">
  834. <Item id="6262" name="Settings on cloud"/>
  835. <Item id="6263" name="No Cloud"/>
  836. <Item id="6267" name="Set your cloud location path here:"/>
  837. </Cloud>
  838. <SearchEngine title="Search Engine">
  839. <Item id="6271" name="Search Engine (for command &quot;Search on Internet&quot;)"/>
  840. <Item id="6272" name="DuckDuckGo"/>
  841. <Item id="6273" name="Google"/>
  842. <Item id="6274" name="Bing"/>
  843. <Item id="6275" name="Yahoo!"/>
  844. <Item id="6276" name="Set your search engine here:"/>
  845. <!-- Don't change anything after Example: -->
  846. <Item id="6278" name="Example: https://www.google.com/search?q=$(CURRENT_WORD)"/>
  847. </SearchEngine>
  848. <MISC title="MISC.">
  849. <Item id="6307" name="Enable"/>
  850. <Item id="6308" name="Minimize to system tray"/>
  851. <Item id="6312" name="File Status Auto-Detection"/>
  852. <Item id="6313" name="Update silently"/>
  853. <Item id="6318" name="Clickable Link Settings"/>
  854. <Item id="6325" name="Scroll to the last line after update"/>
  855. <Item id="6319" name="Enable"/>
  856. <Item id="6320" name="No underline"/>
  857. <Item id="6322" name="Session file ext.:"/>
  858. <Item id="6323" name="Enable Notepad++ auto-updater"/>
  859. <Item id="6324" name="Document Switcher (Ctrl+TAB)"/>
  860. <Item id="6331" name="Show only filename in title bar"/>
  861. <Item id="6334" name="Autodetect character encoding"/>
  862. <Item id="6335" name="Treat backslash as escape character for SQL"/>
  863. <Item id="6337" name="Workspace file ext.:"/>
  864. <Item id="6114" name="Enable"/>
  865. <Item id="6115" name="Auto-indent"/>
  866. <Item id="6117" name="Enable MRU behaviour"/>
  867. <Item id="6344" name="Document Peeker"/>
  868. <Item id="6345" name="Peek on tab"/>
  869. <Item id="6346" name="Peek on document map"/>
  870. </MISC>
  871. </Preference>
  872. <MultiMacro title="Run a Macro Multiple Times">
  873. <Item id="1" name="&amp;Run"/>
  874. <Item id="2" name="&amp;Cancel"/>
  875. <Item id="8006" name="Macro to run :"/>
  876. <Item id="8001" name="Run"/>
  877. <Item id="8005" name="times"/>
  878. <Item id="8002" name="Run until the &amp;end of file"/>
  879. </MultiMacro>
  880. <Window title="Windows">
  881. <Item id="1" name="&amp;Activate"/>
  882. <Item id="2" name="&amp;OK"/>
  883. <Item id="7002" name="&amp;Save"/>
  884. <Item id="7003" name="&amp;Close window(s)"/>
  885. <Item id="7004" name="Sort &amp;tabs"/>
  886. </Window>
  887. <ColumnEditor title="Column Editor">
  888. <Item id="2023" name="Text to Insert"/>
  889. <Item id="2033" name="Number to Insert"/>
  890. <Item id="2030" name="Initial number :"/>
  891. <Item id="2031" name="Increase by :"/>
  892. <Item id="2035" name="Leading zeros"/>
  893. <Item id="2036" name="Repeat :"/>
  894. <Item id="2032" name="Format"/>
  895. <Item id="2024" name="Dec"/>
  896. <Item id="2025" name="Oct"/>
  897. <Item id="2026" name="Hex"/>
  898. <Item id="2027" name="Bin"/>
  899. <Item id="1" name="OK"/>
  900. <Item id="2" name="Cancel"/>
  901. </ColumnEditor>
  902. <FindInFinder title="Find in finder">
  903. <Item id="1" name="Find All"/>
  904. <Item id="2" name="Close"/>
  905. <Item id="1711" name="&amp;Find what :"/>
  906. <Item id="1713" name="Search only in found lines"/>
  907. <Item id="1714" name="Match &amp;whole word only"/>
  908. <Item id="1715" name="Match &amp;case"/>
  909. <Item id="1716" name="Search Mode"/>
  910. <Item id="1717" name="&amp;Normal"/>
  911. <Item id="1719" name="Re&amp;gular expression"/>
  912. <Item id="1718" name="E&amp;xtended (\n, \r, \t, \0, \x...)"/>
  913. <Item id="1720" name="&amp;. matches newline"/>
  914. </FindInFinder>
  915. </Dialog>
  916. <MessageBox> <!-- $INT_REPLACE$ is a place holder, don't translate it -->
  917. <ContextMenuXmlEditWarning title="Editing contextMenu" message="Editing contextMenu.xml allows you to modify your Notepad++ popup context menu.
  918. You have to restart your Notepad++ to take effect after modifying contextMenu.xml."/>
  919. <NppHelpAbsentWarning title="File does not exist" message="
  920. doesn't exist. Please download it on Notepad++ site."/>
  921. <SaveCurrentModifWarning title="Save Current Modification" message="You should save the current modification.
  922. All the saved modifications can not be undone.
  923. Continue?"/>
  924. <LoseUndoAbilityWarning title="Lose Undo Ability Warning" message="You should save the current modification.
  925. All the saved modifications can not be undone.
  926. Continue?"/>
  927. <CannotMoveDoc title="Move to new Notepad++ Instance" message="Document is modified, save it then try again."/>
  928. <DocReloadWarning title="Reload" message="Are you sure you want to reload the current file and lose the changes made in Notepad++?"/>
  929. <FileLockedWarning title="Save failed" message="Please check whether if this file is opened in another program"/>
  930. <FileAlreadyOpenedInNpp title="" message="The file is already opened in the Notepad++."/>
  931. <DeleteFileFailed title="Delete File" message="Delete File failed"/>
  932. <NbFileToOpenImportantWarning title="Amount of files to open is too large" message="$INT_REPLACE$ files are about to be opened.
  933. Are you sure to open them?"/>
  934. <SettingsOnCloudError title="Settings on Cloud" message="It seems the path of settings on cloud is set on a read only drive,
  935. or on a folder needed privilege right for writing access.
  936. Your settings on cloud will be canceled. Please reset a coherent value via Preference dialog."/>
  937. <FilePathNotFoundWarning title="File Open" message="The file you're trying to open doesn't exist."/>
  938. <SessionFileInvalidError title="Could not Load Session" message="Session file is either corrupted or not valid."/>
  939. <DroppingFolderAsProjectModeWarning title="Invalid action" message="You can only drop files or folders but not both, because you're in dropping Folder as Project mode.
  940. you have to enable &quot;Open all files of folder instead of launching Folder as Workspace on folder dropping&quot; in &quot;Default Directory&quot; section of Preferences dialog to make this operation work."/>
  941. <SortingError title="Sorting Error" message="Unable to perform numeric sorting due to line $INT_REPLACE$."/>
  942. <ColumnModeTip title="Column Mode Tip" message="Please use &quot;ALT+Mouse Selection&quot; or &quot;Alt+Shift+Arrow key&quot; to switch to column mode."/>
  943. <BufferInvalidWarning title="Save failed" message="Cannot save: Buffer is invalid."/>
  944. <DoSaveOrNot title="Save" message="Save file &quot;$STR_REPLACE$&quot; ?"/>
  945. <DoCloseOrNot title="Keep non existing file" message="The file &quot;$STR_REPLACE$&quot; doesn't exist anymore.
  946. Keep this file in editor?"/>
  947. <DoDeleteOrNot title="Delete file" message="The file &quot;$STR_REPLACE$&quot;
  948. will be moved to your Recycle Bin and this document will be closed.
  949. Continue?"/>
  950. <NoBackupDoSaveFile title="Save" message="Your backup file cannot be found (deleted from outside).
  951. Save it otherwise your data will be lost
  952. Do you want to save file &quot;$STR_REPLACE$&quot; ?"/>
  953. <DoReloadOrNot title="Reload" message="&quot;$STR_REPLACE$&quot;
  954. This file has been modified by another program.
  955. Do you want to reload it?"/>
  956. <DoReloadOrNotAndLooseChange title="Reload" message="&quot;$STR_REPLACE$&quot;
  957. This file has been modified by another program.
  958. Do you want to reload it and lose the changes made in Notepad++?"/>
  959. <PrehistoricSystemDetected title="Prehistoric system detected" message="It seems you still use a prehistoric system. This feature works only on a modern system, sorry."/>
  960. <XpUpdaterProblem title="Notepad++ Updater" message="Notepad++ updater is not compatible with XP due to the obsolete security layer under XP.
  961. Do you want to go to Notepad++ page to download the latest version?"/>
  962. <DocTooDirtyToMonitor title="Monitoring problem" message="The document is dirty. Please save the modification before monitoring it."/>
  963. <DocNoExistToMonitor title="Monitoring problem" message="The file should exist to be monitored."/>
  964. <FileTooBigToOpen title="File size problem" message="File is too big to be opened by Notepad++"/>
  965. <CreateNewFileOrNot title="Create new file" message="&quot;$STR_REPLACE$&quot; doesn't exist. Create it?"/>
  966. <CreateNewFileError title="Create new file" message="Cannot create the file &quot;$STR_REPLACE$&quot;."/>
  967. <OpenFileError title="ERROR" message="Can not open file &quot;$STR_REPLACE$&quot;."/>
  968. <FileBackupFailed title="File Backup Failed" message="The previous version of the file could not be saved into the backup directory at &quot;$STR_REPLACE$&quot;.
  969. Do you want to save the current file anyways?"/>
  970. <LoadStylersFailed title="Load stylers.xml failed" message="Load &quot;$STR_REPLACE$&quot; failed!"/>
  971. <LoadLangsFailed title="Configurator" message="Load langs.xml failed!
  972. Do you want to recover your langs.xml?"/>
  973. <LoadLangsFailedFinal title="Configurator" message="Load langs.xml failed!"/>
  974. <FolderAsWorspaceSubfolderExists title="Folder as Workspace adding folder problem" message="A sub-folder of the folder you want to add exists.
  975. Please remove its root from the panel before you add folder &quot;$STR_REPLACE$&quot;."/>
  976. <ProjectPanelChanged title="$STR_REPLACE$" message="The workspace was modified. Do you want to save it?"/>
  977. <ProjectPanelChangedSaveError title="$STR_REPLACE$" message="Your workspace has not been saved."/>
  978. <ProjectPanelOpenDoSaveDirtyWsOrNot title="Open Workspace" message="The current workspace was modified. Do you want to save the current project?"/>
  979. <ProjectPanelNewDoSaveDirtyWsOrNot title="New Workspace" message="The current workspace was modified. Do you want to save the current project?"/>
  980. <ProjectPanelOpenFailed title="Open Workspace" message="The workspace could not be opened.
  981. It seems the file to open is not a valid project file."/>
  982. <ProjectPanelRemoveFolderFromProject title="Remove folder from project" message="All the sub-items will be removed.
  983. Are you sure you want to remove this folder from the project?"/>
  984. <ProjectPanelRemoveFileFromProject title="Remove file from project" message="Are you sure you want to remove this file from the project?"/>
  985. <ProjectPanelReloadError title="Reload Workspace" message="Cannot find the file to reload."/>
  986. <ProjectPanelReloadDirty title="Reload Workspace" message="The current workspace was modified. Reloading will discard all modifications.
  987. Do you want to continue?"/>
  988. <UDLNewNameError title="UDL Error" message="This name is used by another language,
  989. please give another one."/>
  990. <UDLRemoveCurrentLang title="Remove the current language" message="Are you sure?"/>
  991. <SCMapperDoDeleteOrNot title="Are you sure?" message="Are you sure you want to delete this shortcut?"/>
  992. <FindCharRangeValueError title="Range Value problem" message="You should type between 0 and 255."/>
  993. <OpenInAdminMode title="Save failed" message="The file cannot be saved and it may be protected.
  994. Do you want to launch Notepad++ in Administrator mode?"/>
  995. <OpenInAdminModeWithoutCloseCurrent title="Save failed" message="The file cannot be saved and it may be protected.
  996. Do you want to launch Notepad++ in Administrator mode?"/>
  997. <OpenInAdminModeFailed title="Open in Administrator mode failed" message="Notepad++ cannot be opened in Administrator mode."/>
  998. </MessageBox>
  999. <ClipboardHistory>
  1000. <PanelTitle name="Clipboard History"/>
  1001. </ClipboardHistory>
  1002. <DocSwitcher>
  1003. <PanelTitle name="Doc Switcher"/>
  1004. <ColumnName name="Name"/>
  1005. <ColumnExt name="Ext."/>
  1006. </DocSwitcher>
  1007. <WindowsDlg>
  1008. <ColumnName name="Name"/>
  1009. <ColumnPath name="Path"/>
  1010. <ColumnType name="Type"/>
  1011. </WindowsDlg>
  1012. <AsciiInsertion>
  1013. <PanelTitle name="ASCII Insertion Panel"/>
  1014. <ColumnVal name="Value"/>
  1015. <ColumnHex name="Hex"/>
  1016. <ColumnChar name="Character"/>
  1017. </AsciiInsertion>
  1018. <DocumentMap>
  1019. <PanelTitle name="Document Map"/>
  1020. </DocumentMap>
  1021. <FunctionList>
  1022. <PanelTitle name="Function List"/>
  1023. <SortTip name="Sort" />
  1024. <ReloadTip name="Reload" />
  1025. </FunctionList>
  1026. <FolderAsWorkspace>
  1027. <PanelTitle name="Folder as Workspace"/>
  1028. <SelectFolderFromBrowserString name="Select a folder to add in Folder as Workspace panel"/>
  1029. <Menus>
  1030. <Item id="3511" name="Remove"/>
  1031. <Item id="3512" name="Remove All"/>
  1032. <Item id="3513" name="Add"/>
  1033. <Item id="3514" name="Run by system"/>
  1034. <Item id="3515" name="Open"/>
  1035. <Item id="3516" name="Copy path"/>
  1036. <Item id="3517" name="Find in Files..."/>
  1037. <Item id="3518" name="Explorer here"/>
  1038. <Item id="3519" name="CMD here"/>
  1039. </Menus>
  1040. </FolderAsWorkspace>
  1041. <ProjectManager>
  1042. <PanelTitle name="Project"/>
  1043. <WorkspaceRootName name="Workspace"/>
  1044. <NewProjectName name="Project Name"/>
  1045. <NewFolderName name="Folder Name"/>
  1046. <Menus>
  1047. <Entries>
  1048. <Item id="0" name="Workspace"/>
  1049. <Item id="1" name="Edit"/>
  1050. </Entries>
  1051. <WorkspaceMenu>
  1052. <Item id="3122" name="New Workspace"/>
  1053. <Item id="3123" name="Open Workspace"/>
  1054. <Item id="3124" name="Reload Workspace"/>
  1055. <Item id="3125" name="Save"/>
  1056. <Item id="3126" name="Save As..."/>
  1057. <Item id="3127" name="Save a Copy As..."/>
  1058. <Item id="3121" name="Add New Project"/>
  1059. </WorkspaceMenu>
  1060. <ProjectMenu>
  1061. <Item id="3111" name="Rename"/>
  1062. <Item id="3112" name="Add Folder"/>
  1063. <Item id="3113" name="Add Files..."/>
  1064. <Item id="3117" name="Add Files from Directory..."/>
  1065. <Item id="3114" name="Remove"/>
  1066. <Item id="3118" name="Move Up"/>
  1067. <Item id="3119" name="Move Down"/>
  1068. </ProjectMenu>
  1069. <FolderMenu>
  1070. <Item id="3111" name="Rename"/>
  1071. <Item id="3112" name="Add Folder"/>
  1072. <Item id="3113" name="Add Files..."/>
  1073. <Item id="3117" name="Add Files from Directory..."/>
  1074. <Item id="3114" name="Remove"/>
  1075. <Item id="3118" name="Move Up"/>
  1076. <Item id="3119" name="Move Down"/>
  1077. </FolderMenu>
  1078. <FileMenu>
  1079. <Item id="3111" name="Rename"/>
  1080. <Item id="3115" name="Remove"/>
  1081. <Item id="3116" name="Modify File Path"/>
  1082. <Item id="3118" name="Move Up"/>
  1083. <Item id="3119" name="Move Down"/>
  1084. </FileMenu>
  1085. </Menus>
  1086. </ProjectManager>
  1087. <MiscStrings>
  1088. <!-- $INT_REPLACE$ and $STR_REPLACE$ are a place holders, don't translate these place holders -->
  1089. <word-chars-list-tip value="This allows you to include additional character into current word characters while double clicking for selection or searching with &quot;Match whole word only&quot; option checked."/>
  1090. <word-chars-list-warning-begin value="Be aware: "/>
  1091. <word-chars-list-space-warning value="$INT_REPLACE$ space(s)"/>
  1092. <word-chars-list-tab-warning value="$INT_REPLACE$ TAB(s)"/>
  1093. <word-chars-list-warning-end value=" in your character list."/>
  1094. <cloud-invalid-warning value="Invalid path."/>
  1095. <cloud-restart-warning value="Please restart Notepad++ to take effect."/>
  1096. <cloud-select-folder value="Select a folder from/to where Notepad++ reads/writes its settings"/>
  1097. <shift-change-direction-tip value="Use Shift+Enter to search in the opposite direction"/>
  1098. <two-find-buttons-tip value="2 find buttons mode"/>
  1099. <find-status-top-reached value="Find: Found the 1st occurrence from the bottom. The beginning of the document has been reached."/>
  1100. <find-status-end-reached value="Find: Found the 1st occurrence from the top. The end of the document has been reached."/>
  1101. <find-status-replaceinfiles-1-replaced value="Replace in Files: 1 occurrence was replaced"/>
  1102. <find-status-replaceinfiles-nb-replaced value="Replace in Files: $INT_REPLACE$ occurrences were replaced"/>
  1103. <find-status-replaceinfiles-re-malformed value="Replace in Opened Files: The regular expression is malformed"/>
  1104. <find-status-replaceinopenedfiles-1-replaced value="Replace in Opened Files: 1 occurrence was replaced"/>
  1105. <find-status-replaceinopenedfiles-nb-replaced value="Replace in Opened Files: $INT_REPLACE$ occurrences were replaced"/>
  1106. <find-status-mark-re-malformed value="Mark: The regular expression to search is malformed"/>
  1107. <find-status-invalid-re value="Find: Invalid regular expression"/>
  1108. <find-status-mark-1-match value="1 match"/>
  1109. <find-status-mark-nb-matches value="$INT_REPLACE$ matches"/>
  1110. <find-status-count-re-malformed value="Count: The regular expression to search is malformed"/>
  1111. <find-status-count-1-match value="Count: 1 match"/>
  1112. <find-status-count-nb-matches value="Count: $INT_REPLACE$ matches"/>
  1113. <find-status-replaceall-re-malformed value="Replace All: The regular expression is malformed"/>
  1114. <find-status-replaceall-1-replaced value="Replace All: 1 occurrence was replaced"/>
  1115. <find-status-replaceall-nb-replaced value="Replace All: $INT_REPLACE$ occurrences were replaced"/>
  1116. <find-status-replaceall-readonly value="Replace All: Cannot replace text. The current document is read only"/>
  1117. <find-status-replace-end-reached value="Replace: Replaced the 1st occurrence from the top. The end of document has been reached"/>
  1118. <find-status-replace-top-reached value="Replace: Replaced the 1st occurrence from the bottom. The begin of document has been reached"/>
  1119. <find-status-replaced-next-found value="Replace: 1 occurrence was replaced. The next occurrence found"/>
  1120. <find-status-replaced-next-not-found value="Replace: 1 occurrence was replaced. The next occurrence not found"/>
  1121. <find-status-replace-not-found value="Replace: no occurrence was found"/>
  1122. <find-status-replace-readonly value="Replace: Cannot replace text. The current document is read only"/>
  1123. <find-status-cannot-find value="Find: Can't find the text &quot;$STR_REPLACE$&quot;"/>
  1124. <finder-find-in-finder value="Find in this found results..."/>
  1125. <finder-close-this value="Close this finder"/>
  1126. <finder-collapse-all value="Collapse all"/>
  1127. <finder-uncollapse-all value="Uncollapse all"/>
  1128. <finder-copy value="Copy"/>
  1129. <finder-select-all value="Select all"/>
  1130. <finder-clear-all value="Clear all"/>
  1131. <finder-open-all value="Open all"/>
  1132. </MiscStrings>
  1133. </Native-Langue>
  1134. </NotepadPlus>