Update english.xml

English localization for #11047

* add translation for WantToOpenHugeFile as referenced by commit 46011e3
* add previously untranslated drop-down items in Preferences > Print

Close #11093
This commit is contained in:
Daniel Fuchs 2022-01-27 09:17:25 +01:00 committed by Don Ho
parent f815b7057f
commit 2c1090e554
1 changed files with 15 additions and 1 deletions

View File

@ -3,7 +3,7 @@
The comments are here for explanation, it's not necessary to translate them.
-->
<NotepadPlus>
<Native-Langue name="English" filename="english.xml" version="8.3.0">
<Native-Langue name="English" filename="english.xml" version="8.3">
<Menu>
<Main>
<!-- Main Menu Entries -->
@ -996,6 +996,15 @@ You can define several column markers by using white space to separate the diffe
<Item id="6721" name="Middle part"/>
<Item id="6722" name="Right part"/>
<Item id="6723" name="Add"/>
<ComboBox id="6724">
<Element name="Full file name path"/>
<Element name="File name"/>
<Element name="File directory"/>
<Element name="Page"/>
<Element name="Short date format"/>
<Element name="Long date format"/>
<Element name="Time"/>
</ComboBox>
<Item id="6725" name="Variable:"/>
<Item id="6727" name="Here display your variable settings"/>
<Item id="6728" name="Header and Footer"/>
@ -1243,7 +1252,12 @@ Do you want to go to Notepad++ page to download the latest version?"/> <!-- HowT
<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++"/> <!-- HowToReproduce: Try to open a 4GB file (it's not easy to reproduce, it depends on your system). -->
<<<<<<< HEAD
<FileLoadingException title="Exception code: $STR_REPLACE$" message="An error occurred while loading the file!"/>
=======
<WantToOpenHugeFile title="Opening huge file warning" message="Opening a huge file of 2GB+ could take several minutes.
Do you want to open it?"/>
>>>>>>> 2ad9dee3 (English localization for #11047)
<CreateNewFileOrNot title="Create new file" message="&quot;$STR_REPLACE$&quot; doesn't exist. Create it?"/>
<CreateNewFileError title="Create new file" message="Cannot create the file &quot;$STR_REPLACE$&quot;."/> <!-- HowToReproduce: this message prevents from system failure. It's hard to reproduce. -->
<OpenFileError title="ERROR" message="Can not open file &quot;$STR_REPLACE$&quot;."/>