<Itemid="1766"name="Are you sure you want to save all modified documents?
Choose "Always yes" if you don't want to see this dialog again.
You can re-activate this dialog in Preferences later."/>
<Itemid="6"name="&Yes"/>
<Itemid="7"name="&No"/>
<Itemid="4"name="&Always yes"/>
</DoSaveAll><!-- HowToReproduce: Check the "Enable Save All confirm dialog" checkbox in Preference->MISC, now click "Save all" -->
<DebugInfotitle="Debug Info">
<Itemid="1752"name="&Copy debug info to clipboard"/>
<Itemid="1"name="OK"/>
</DebugInfo>
</Dialog>
<MessageBox>
<!-- $INT_REPLACE$ and $STR_REPLACE$ are place holders, don't translate these place holders. -->
<ContextMenuXmlEditWarningtitle="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."/>
<SaveCurrentModifWarningtitle="Save Current Modification"message="You should save the current modification.
All the saved modifications cannot be undone.
Continue?"/><!-- HowToReproduce: when you openned file is modified but unsaved yet, and you are changing file encoding. -->
<LoseUndoAbilityWarningtitle="Lose Undo Ability Warning"message="You should save the current modification.
All the saved modifications cannot be undone.
Continue?"/><!-- HowToReproduce: when you openned file is modified and saved, then you are changing file encoding. -->
<CannotMoveDoctitle="Move to new Notepad++ Instance"message="Document is modified, save it then try again."/><!-- HowToReproduce: From your Notepad++ drag & drop a clean (not dirty) file to outside of Notepad++, another instance of Notepad++ will be created. Then from your first Notepad++ drag & drop an unsaved file to the new instance. -->
<DocReloadWarningtitle="Reload"message="Are you sure you want to reload the current file and lose the changes made in Notepad++?"/>
<FileLockedWarningtitle="Save failed"message="Please check whether if this file is opened in another program"/>
<FileAlreadyOpenedInNpptitle=""message="The file is already opened in Notepad++."/><!-- HowToReproduce: Open a new document and open a file "c:/tmp/foo", save this new document by choosing "c:/tmp/foo" as file to save, reply the override popup "yes", then this message appears. -->
<RenameTabTemporaryNameAlreadyInUsetitle="Rename failed"message="The specified name is already in use on another tab."/><!-- HowToReproduce: Rename the tab of an untitled document and provide a name that is the same as an already-existing tab of an untitled document. -->
<RenameTabTemporaryNameIsEmptytitle="Rename failed"message="The specified name cannot be empty, or it cannot contain only space(s) or TAB(s)."/><!-- HowToReproduce: Rename the tab of an untitled document and provide an empty string or only some white speces. -->
<DeleteFileFailedtitle="Delete File"message="Delete File failed"/><!-- HowToReproduce: this message prevents from system failure. It's hard to reproduce. -->
<NbFileToOpenImportantWarningtitle="Amount of files to open is too large"message="$INT_REPLACE$ files are about to be opened.
Are you sure you want to open them?"/><!-- HowToReproduce: Check "Open all files of folder instead of launching Folder as Workspace on folder dropping" in "Default Directory" of Preferences dialog, then drop a folder which contains more then 200 files into Notepad++. -->
<SettingsOnCloudErrortitle="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."/>
<FilePathNotFoundWarningtitle="File Open"message="The file you're trying to open doesn't exist."/><!-- HowToReproduce: this message prevents from system failure. It's hard to reproduce. -->
<SessionFileInvalidErrortitle="Could not Load Session"message="Session file is either corrupted or not valid."/><!-- HowToReproduce: Save current session via menu "File -> Save Session...", use another editor to modify the session you saved to make it an invalid xml file. Then load this invalid session via menu "File -> Load Session...". -->
<DroppingFolderAsProjectModeWarningtitle="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."/>
<SortingErrortitle="Sorting Error"message="Unable to perform numeric sorting due to line $INT_REPLACE$."/><!-- HowToReproduce: this message prevents from system failure. It's hard to reproduce. -->
<SortLocaleMultipletitle="Sort not performed"message="Sorting multiple selections is not supported."/><!-- HowToReproduce: Make a multiple selection and choose Edit | Line Operations | Sort Lines In Locale Order. -->
<SortLocaleUnknowntitle="Sort Failed"message="The reason the sort failed cannot be determined."/><!-- HowToReproduce: This condition is theoretical; it is unknown what could cause it. -->
<SortLocaleExcepttitle="Sort Failed"message="$STR_REPLACE$"/><!-- HowToReproduce: Open a large file, e.g. 500MB / 90k lines, in 32-bit Notepad++ and choose Edit | Line Operations | Sort Lines In Locale Order. -->
<ColumnModeTiptitle="Column Mode Tip"message="
There are 3 ways to switch to column-select mode:
1. (Keyboard and Mouse) Hold Alt while left-click dragging
2. (Keyboard only) Hold Alt+Shift while using arrow keys
3. (Keyboard or Mouse)
Put caret at desired start of column block position, then
execute "Begin/End Select in Column Mode" command;
Move caret to desired end of column block position, then
execute "Begin/End Select in Column Mode" command again"/>
<BufferInvalidWarningtitle="Save failed"message="Cannot save: Buffer is invalid."/><!-- HowToReproduce: this message prevents from system failure. It's hard to reproduce. -->
<DoCloseOrNottitle="Keep non existing file"message="The file "$STR_REPLACE$" doesn't exist anymore.
Do you want to reload it and lose the changes made in Notepad++?"/>
<PrehistoricSystemDetectedtitle="Prehistoric system detected"message="It seems you still use a prehistoric system. This feature works only on a modern system, sorry."/><!-- HowToReproduce: Launch "Document Map" under Windows XP. -->
<XpUpdaterProblemtitle="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?"/><!-- HowToReproduce: Run menu "? -> Update Notepad++" under Windows XP. -->
<GUpProxyConfNeedAdminModetitle="Proxy Settings"message="Please relaunch Notepad++ in Admin mode to configure proxy."/>
<DocTooDirtyToMonitortitle="Monitoring problem"message="The document is dirty. Please save the modification before monitoring it."/>
<DocNoExistToMonitortitle="Monitoring problem"message="The file should exist to be monitored."/>
<FileTooBigToOpentitle="File size problem"message="File is too big to be opened by Notepad++"/><!-- HowToReproduce: Try to open a 4GB file (it's not easy to reproduce, it depends on your system). -->
<FileLoadingExceptiontitle="Exception code: $STR_REPLACE$"message="An error occurred while loading the file!"/>
<WantToOpenHugeFiletitle="Opening huge file warning"message="Opening a huge file of 2GB+ could take several minutes.
Do you want to open it?"/>
<CreateNewFileOrNottitle="Create new file"message=""$STR_REPLACE$" doesn't exist. Create it?"/>
<CreateNewFileErrortitle="Create new file"message="Cannot create the file "$STR_REPLACE$"."/><!-- HowToReproduce: this message prevents from system failure. It's hard to reproduce. -->
<OpenFileErrortitle="ERROR"message="Cannot open file "$STR_REPLACE$"."/>
<OpenFileNoFolderErrortitle="Cannot open file"message=""$STR_REPLACE1$" cannot be opened:
<FileBackupFailedtitle="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 anyway?"/><!-- HowToReproduce: this message prevents from system failure. It's hard to reproduce. -->
Do you want to recover your langs.xml?"/><!-- HowToReproduce: Close Notepad++. Use another editor to remove all content of "langs.xml" (0 length) then save it. Open Notepad++. -->
<LoadLangsFailedFinaltitle="Configurator"message="Load langs.xml failed!"/><!-- HowToReproduce: Close Notepad++. Use another editor to make "langs.xml" an invalid xml file then save it. Open Notepad++. -->
<FolderAsWorspaceSubfolderExiststitle="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$"."/><!-- HowToReproduce: Add a folder like "c:\temp\aFolder\" into "Folder as Workspace" panel, then try to add "c:\temp\". -->
<ProjectPanelChangedtitle="$STR_REPLACE$"message="The workspace was modified. Do you want to save it?"/>
<ProjectPanelSaveErrortitle="$STR_REPLACE$"message="An error occurred while writing your workspace file.
Your workspace has not been saved."/><!-- HowToReproduce: this message prevents from system failure. It's hard to reproduce. -->
<ProjectPanelOpenDoSaveDirtyWsOrNottitle="Open Workspace"message="The current workspace was modified. Do you want to save the current project?"/>
<ProjectPanelNewDoSaveDirtyWsOrNottitle="New Workspace"message="The current workspace was modified. Do you want to save the current project?"/>
<ProjectPanelOpenFailedtitle="Open Workspace"message="The workspace could not be opened.
It seems the file to open is not a valid project file."/>
<ProjectPanelRemoveFolderFromProjecttitle="Remove folder from project"message="All the sub-items will be removed.
Are you sure you want to remove this folder from the project?"/>
<ProjectPanelRemoveFileFromProjecttitle="Remove file from project"message="Are you sure you want to remove this file from the project?"/>
<ProjectPanelReloadErrortitle="Reload Workspace"message="Cannot find the file to reload."/>
<ProjectPanelReloadDirtytitle="Reload Workspace"message="The current workspace was modified. Reloading will discard all modifications.
Do you want to continue?"/>
<UDLNewNameErrortitle="UDL Error"message="This name is used by another language,
please give another one."/>
<UDLRemoveCurrentLangtitle="Remove the current language"message="Are you sure?"/>
<UDL_importSuccessfultitle="User Defined Language"message="Import successful."/>
<UDL_importFailstitle="User Defined Language"message="Failed to import."/>
<UDL_saveBeforeImporttitle="User Defined Language"message="Before exporting, save your language definition by clicking "Save As..." button."/><!-- HowToReproduce: Choose "User Defined Language" in User Language combobox, then click on "Export... button". -->
<UDL_exportSuccessfultitle="User Defined Language"message="Export successful."/>
<UDL_exportFailstitle="User Defined Language"message="Failed to export."/>
<SCMapperDoDeleteOrNottitle="Are you sure?"message="Are you sure you want to delete this shortcut?"/>
<FindCharRangeValueErrortitle="Range Value problem"message="You should type between 0 and 255."/><!-- HowToReproduce: Search menu, then Find characters in range, select Custom range, enter 999 in either edit box, press Find. -->
<OpenInAdminModetitle="Save failed"message="The file cannot be saved and it may be protected.
Do you want to launch Notepad++ in Administrator mode?"/>
<OpenInAdminModeWithoutCloseCurrenttitle="Save failed"message="The file cannot be saved and it may be protected.
Do you want to launch Notepad++ in Administrator mode?"/>
<OpenInAdminModeFailedtitle="Open in Administrator mode failed"message="Notepad++ cannot be opened in Administrator mode."/><!-- HowToReproduce: When you have no Admin privilege and you try to save a modified file in a protected location (for example: any file in sub-folder of "C:\Program Files\". This message will appear after replying "Yes" to "Open in Admin mode" dialog. -->
<ViewInBrowsertitle="View Current File in Browser"message="Application cannot be found in your system."/>
<ExitToUpdatePluginstitle="Notepad++ is about to exit"message="If you click YES, you will quit Notepad++ to continue the operations.
Notepad++ will be restarted after all the operations are terminated.
Continue?"/>
<NeedToRestartToLoadPluginstitle="Notepad++ needs to be relaunched"message="You have to restart Notepad++ to load plugins you installed."/><!-- HowToReproduce: Import a plugin via menu "Settings->Import->Import Plugin(s)...". -->
<ChangeHistoryEnabledWarningtitle="Notepad++ needs to be relaunched"message="You have to restart Notepad++ to enable Change History."/><!-- HowToReproduce: uncheck "Display Change History" via Preferences dialog "Marges/Border/Edge. -->
<WindowsSessionExittitle="Notepad++ - Windows session exit"message="Windows session is about to be terminated but you have some data unsaved. Do you want to exit Notepad++ now?"/>
<LanguageMenuCompactWarningtitle="Compact Language Menu"message="This option will be changed on the next launch."/><!-- HowToReproduce: toggle "Make language menu compact" via Preferences dialog "Language/Language Menu. -->
<SwitchUnsavedThemeWarningtitle="$STR_REPLACE$"message="Unsaved changes are about to be discarded!
Do you want to save your changes before switching themes?"/><!-- HowToReproduce: In the Style Configurator dialog change some theme and switch to other theme without saving. -->
<MacroAndRunCmdlWarningtitle="Macro and Run Commands Compatibility"message="Your Macro and Run commands saved in Notepad++ v.8.5.2 (or older) may not be compatible with the current version of Notepad++.
Please test those commands and, if needed, re-edit them.
Alternatively, you can downgrade to Notepad++ v8.5.2 and restore your previous data.
Notepad++ will backup your old "shortcuts.xml" and save it as "shortcuts.xml.v8.5.2.backup".
Renaming "shortcuts.xml.v8.5.2.backup" -> "shortcuts.xml", your commands should be restored and work properly."/><!-- HowToReproduce: Close Notepad++, remove shortcuts.xml.v8.5.2.backup & v852ShortcutsCompatibilityWarning.xml if present, relaunch Notepad++, delete or modify a shortcuts via Shortcut Mapper, close Notepad++, then the message will show up -->
<FullReadOnlySavingForbiddentitle="Save failed"message="Cannot save file.
The Notepad++ full read-only saving forbidden mode prevented the file from being saved."/>
<NotEnoughRoom4Savingtitle="Save failed"message="Failed to save file.
It seems there's not enough space on disk to save file. Your file is not saved."/>
<FileInaccessibleUserSessiontitle="File inaccessible"message="Some files from your manually-saved session "$STR_REPLACE$" are inaccessible. They can be opened as empty and read-only documents as placeholders.
Would you like to create those placeholders?
NOTE: Choosing not to create the placeholders or closing them later, your manually-saved session will NOT be modified on exit."/>
<FileInaccessibleDefaultSessionXmltitle="File inaccessible"message="Some files from your past session are inaccessible. They can be opened as empty and read-only documents as placeholders.
Would you like to create those placeholders?
NOTE: Choosing not to create the placeholders or closing them later, your session WILL BE MODIFIED ON EXIT! We suggest you backup your "session.xml" now."/>
<RTLvsDirectWritetitle="Cannot run RTL"message="RTL is not compatible with DirectWrite mode. Please disable DirectWrite mode in MISC. section of Preferences dialog, and restart Notepad++."/>
<FileMemoryAllocationFailedtitle="Exception: File memory allocation failed"message="There is probably not enough contiguous free memory for the file being loaded by Notepad++."/><!-- HowToReproduce: Try to open multiple files with total size > ~700MB in the x86 Notepad++ (it will depend on the PC memory configuration and the current system memory usage...). -->
<FindRegexBackwardDisabledtitle="Regex backward search disabled"message="By default, backward regex searching is disabled due to potentially unexpected results. To perform a backward search, open the Find dialog and select either normal or extended search mode instead of regular expression.
Press the OK button to open the Find dialog or set focus on it.
If you require the backward regex searching feature, consult the user manual for instructions on enabling it."/>
<PrintErrortitle="0"message="Cannot start printer document."/><!-- Use title="0" to use Windows OS default translated "Error" title. -->
<FindAutoChangeOfInSelectionWarningtitle="Search warning"message="The "In selection" checkbox state has been automatically modified.
Please verify the search condition before performing the action."/><!-- HowToReproduce: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14897#issuecomment-2564316224 -->
<Need2Restart2ShowMenuShortcutstitle="Notepad++ needs to be restarted"message="Notepad++ needs to be restarted to show right menu shortcuts."/>
<NoAdminRight2ChangeReadOnlyFileAttributetitle="Changing file read-only attribute failed"message="Please run Notepad++ as administrator to change the file attributes."/>
</MessageBox>
<ClipboardHistory>
<PanelTitlename="Clipboard History"/>
</ClipboardHistory>
<DocList>
<PanelTitlename="Document List"/>
<ColumnNamename="Name"/>
<ColumnExtname="Ext."/>
<ColumnPathname="Path"/>
<ListGroupsname="Group by View"/>
</DocList>
<WindowsDlg>
<ColumnNamename="Name"/>
<ColumnPathname="Path"/>
<ColumnTypename="Type"/>
<ColumnSizename="Size"/>
<ColumnDateTimename="Modified time"/>
<NbDocsTotalname="total documents:"/>
<MenuCopyNamename="Copy Name(s)"/>
<MenuCopyPathname="Copy Pathname(s)"/>
</WindowsDlg>
<AsciiInsertion>
<PanelTitlename="ASCII Codes Insertion Panel"/>
<ColumnValname="Value"/>
<ColumnHexname="Hex"/>
<ColumnCharname="Character"/>
<ColumnHtmlNamename="HTML Name"/>
<ColumnHtmlNumbername="HTML Decimal"/>
<ColumnHtmlHexNbname="HTML Hexadecimal"/>
</AsciiInsertion>
<DocumentMap>
<PanelTitlename="Document Map"/>
</DocumentMap>
<FunctionList>
<PanelTitlename="Function List"/>
<SortTipname="Sort"/>
<ReloadTipname="Reload"/>
<PreferencesTipname="Preferences"/>
<PreferencesInitialSortname="Sort functions (A to Z) by default"/>
</FunctionList>
<FolderAsWorkspace>
<PanelTitlename="Folder as Workspace"/>
<SelectFolderFromBrowserStringname="Select a folder to add in Folder as Workspace panel"/>
<ExpandAllFoldersTipname="Unfold all"/>
<CollapseAllFoldersTipname="Fold all"/>
<LocateCurrentFileTipname="Locate current file"/>
<Menu>
<Itemid="3511"name="Remove"/>
<Itemid="3512"name="Remove All"/>
<Itemid="3513"name="Add"/>
<Itemid="3514"name="Run by system"/>
<Itemid="3515"name="Open"/>
<Itemid="3516"name="Copy path"/>
<Itemid="3517"name="Find in Files..."/>
<Itemid="3518"name="Explorer here"/>
<Itemid="3519"name="CMD here"/>
<Itemid="3520"name="Copy file name"/>
</Menu>
</FolderAsWorkspace>
<ProjectManager>
<PanelTitlename="Project"/>
<WorkspaceRootNamename="Workspace"/>
<NewProjectNamename="Project Name"/>
<NewFolderNamename="Folder Name"/>
<Menus>
<Entries>
<Itemid="0"name="Workspace"/>
<Itemid="1"name="Edit"/>
</Entries>
<WorkspaceMenu>
<Itemid="3122"name="New Workspace"/>
<Itemid="3123"name="Open Workspace"/>
<Itemid="3124"name="Reload Workspace"/>
<Itemid="3125"name="Save"/>
<Itemid="3126"name="Save As..."/>
<Itemid="3127"name="Save a Copy As..."/>
<Itemid="3121"name="Add New Project"/>
<Itemid="3128"name="Find in Projects..."/>
</WorkspaceMenu>
<ProjectMenu>
<Itemid="3111"name="Rename"/>
<Itemid="3112"name="Add Folder"/>
<Itemid="3113"name="Add Files..."/>
<Itemid="3117"name="Add Files from Directory..."/>
<Itemid="3114"name="Remove"/>
<Itemid="3118"name="Move Up"/>
<Itemid="3119"name="Move Down"/>
</ProjectMenu>
<FolderMenu>
<Itemid="3111"name="Rename"/>
<Itemid="3112"name="Add Folder"/>
<Itemid="3113"name="Add Files..."/>
<Itemid="3117"name="Add Files from Directory..."/>
<Itemid="3114"name="Remove"/>
<Itemid="3118"name="Move Up"/>
<Itemid="3119"name="Move Down"/>
</FolderMenu>
<FileMenu>
<Itemid="3111"name="Rename"/>
<Itemid="3115"name="Remove"/>
<Itemid="3116"name="Modify File Path"/>
<Itemid="3118"name="Move Up"/>
<Itemid="3119"name="Move Down"/>
</FileMenu>
</Menus>
</ProjectManager>
<MiscStrings>
<!-- $INT_REPLACE$ and $STR_REPLACE$ are place holders, don't translate these place holders. -->
<word-chars-list-tipvalue="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."/><!-- HowToReproduce: In "Delimiter" section of Preferences dialog, hover your mouse on the "?" button. -->
<word-chars-list-warning-endvalue=" in your character list."/><!-- HowToReproduce: In "Delimiter" section of Preferences dialog, check "Add your character as part of word\r(don't choose it unless you know what you're doing)", then type a white-space in the text field. -->
<backup-select-foldervalue="Select a folder as backup directory"/><!-- HowToReproduce: Settings > Preferences > Backup > [...] -->
<cloud-invalid-warningvalue="Invalid path."/>
<cloud-restart-warningvalue="Please restart Notepad++ to take effect."/>
<cloud-select-foldervalue="Select a folder from/to where Notepad++ reads/writes its settings"/><!-- HowToReproduce: In "Cloud" section of Preferences dialog, check "Set your cloud location path here: ", then click the button "...". This message is displayed in the "Browse For Folder" dialog. -->
<default-open-save-select-foldervalue="Select a folder as default directory"/><!-- HowToReproduce: Settings > Preferences > Default Directory > [...] -->
<shift-change-direction-tipvalue="Use Shift+Enter to search in the opposite direction"/>
<find-status-replaceall-1-replacedvalue="Replace All: 1 occurrence was replaced"/>
<find-status-replaceall-nb-replacedvalue="Replace All: $INT_REPLACE$ occurrences were replaced"/>
<find-status-replaceall-readonlyvalue="Replace All: Cannot replace text. The current document is read only"/>
<find-status-replace-end-reachedvalue="Replace: Reached document end, started from top."/>
<find-status-replace-top-reachedvalue="Replace: Reached document beginning, started from bottom."/>
<find-status-replaced-next-foundvalue="Replace: 1 occurrence was replaced. The next occurrence found."/>
<find-status-replaced-without-continuingvalue="Replace: 1 occurrence was replaced."/>
<find-status-replaced-next-not-foundvalue="Replace: 1 occurrence was replaced. No more occurrences were found."/>
<find-status-replace-not-foundvalue="Replace: no occurrence was found"/>
<find-status-replace-readonlyvalue="Replace: Cannot replace text. The current document is read only"/>
<find-status-cannot-findvalue="Find: Can't find the text "$STR_REPLACE$""/>
<find-status-cannot-find-pebkac-maybevalue="The given occurrence cannot be found. You may have forgotten to check "Wrap around" (to ON), "Match case" (to OFF), or "Match whole word only" (to OFF)."/>
<largeFileRestriction-tipvalue="Some features may slow performance in large files. These features can be auto-disabled on opening a large file. You can customize them here.
NOTE:
1. Modifying options here requires re-open currently opened large files to get proper behavior.
2. If "Deactivate Word Wrap globally" is checked and you open a large file, "Word Wrap" will be disabled for all files. You can re-enable it via menu "View->Word Wrap"."/>
<npcNote-tipvalue="Representation of selected "non-ASCII" whitespace and non-printing (control) characters.
NOTE:
Using representation will disable character effects on text.
For the full list of selected whitespace and non-printing characters check User Manual.
Click on this button to open website with User Manual."/>
<npcAbbreviation-tipvalue="Abbreviation : name
NBSP : no-break space
ZWSP : zero-width space
ZWNBSP : zero-width no-break space
For the full list check User Manual.
Click on "?" button on right to open website with User Manual."/>
<npcCodepoint-tipvalue="Codepoint : name
U+00A0 : no-break space
U+200B : zero-width space
U+FEFF : zero-width no-break space
For the full list check User Manual.
Click on "?" button on right to open website with User Manual."/>
<npcCustomColor-tipvalue="Go to Style Configurator to change the default custom color for selected whitespace and non-printing characters ("Non-printing characters custom color")."/>
<npcIncludeCcUniEol-tipvalue="Apply non-printing characters appearance settings to C0, C1 control and Unicode EOL (next line, line separator and paragraph separator) characters."/>
<searchingInSelThresh-tipvalue="Minimum number of selected characters in edit zone to automatically check the "In selection" checkbox when the Find dialog is activated. The maximum value is $INT_REPLACE$. Set the value to 0 to disable auto-checking."/>
<searchingFillFindWhat-tipvalue="Maximum number of selected characters in edit zone to fill automatically the "Find what" field when the Ctrl-F is triggered. The maximum value is $INT_REPLACE$, which is the maximum size of "Find what" field, limited by the system."/>
<verticalEdge-tipvalue="Add your column marker by indicating its position with a decimal number. You can define several column markers by using white space to separate the different numbers."/>
<fileSaveAsCopySaveButton-tipvalue="Hold Shift while pressing Save to open the copy after saving."/>
<autoIndentBasic-tipvalue="Ensure that the indentation of the current line (i.e. the new line created by pressing the ENTER key) matches the indentation of the previous line."/>
<autoIndentAdvanced-tipvalue="Enable smart indentation for "C-like" languages and Python. The "C-like" languages include:
If you select advanced mode but do not edit files in the aforementioned languages, the indentation will remain in basic mode."/>
<!-- Don't translate "Global override" and "Default Style" -->
<global-override-tipvalue="Enabling "Global override" here will override that parameter in all language styles. What you probably really want is to use the "Default Style" settings instead"/>
<scintillaRenderingTechnology-tipvalue="May improve rendering of special characters or resolve some graphics issues, restart Notepad++ to apply the changes."/>
<!-- Due to the limited space on the status bar, if the translations for 'length' & 'lines' are much longer than the English words, please leave them in English instead of translating them. -->
<!-- Due to the limited space on the status bar, if the translations for 'Ln' & 'Col' are longer than the English words, please leave them in English instead of translating them. -->
<!-- Due to the limited space on the status bar, if the translations for 'Pos' & 'Sel' are longer than the English words, please leave them in English instead of translating them. -->
<statusbar-Posvalue="Pos: "/>
<statusbar-Selvalue="Sel: "/>
<statusbar-Sel-numbervalue="Sel"/>
<toolbar-accent-tipvalue="This option makes your toolbar icons follow Windows system accent color. Accent color is the highlight color used in buttons, borders, and Start menu tiles in Windows. To change it, go to Settings > Personalization > Colors, then select your preferred accent color."/>
<len-limit-exceeded-tipvalue="Length limit exceeded: Your input may exceed the limit allowed and could have been truncated, and it won't be saved for the next session."/>
<max-len-on-search-tipvalue="Your input may exceed the limit allowed and could have been truncated, and it won't be saved for the next session."/>
<max-len-on-save-tipvalue="The length of your input is very long and may not be saved for your next session."/>
<goto-setting-tipvalue="Find your setting here"/>
<tabbar-tabcompactlabellen-tipvalue="Limits the visible length of long tab names. Enter to apply the given value. Value range: 1-257 characters (0 disables the truncation)."/>