Skip to content

Commit eb0f3e2

Browse files
committed
English Language Pack - OpenIV 3.2 (ver 320)
1 parent 494bad1 commit eb0f3e2

File tree

4 files changed

+19
-21
lines changed

4 files changed

+19
-21
lines changed

OpenIV/Resources/Languages/en_GB/LIP.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<LanguageInterfacePack version='310' ID='2057' active="true">
2+
<LanguageInterfacePack version='320' ID='2057' active="true">
33
<Contributors>
44
<Contributor link="http://openiv.com/">OpenIV Team</Contributor>
55
</Contributors>

OpenIV/Resources/Languages/en_GB/LegacyUI.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
<mmFilter Caption="Filter"/>
126126
<!-- Main Menu : View -->
127127
<mmLayout Caption="Layout"/>
128+
<mmSortBy Caption="Sort by"/>
128129
<mmGroupBy Caption="Group by"/>
129130
<mmGoto Caption="Go To"/>
130131
<!-- Main Menu : View -->
@@ -224,7 +225,7 @@
224225
<Item Index="00" Value="Destination folder:"/>
225226
<Item Index="01" Value="Preview"/>
226227
<Item Index="02" Value="no open files"/>
227-
<Item Index="03" Value="(no)"/>
228+
<Item Index="03" Value="(None)"/>
228229
<Item Index="04" Value="Choose type of a new archive:"/>
229230
<Item Index="05" Value="Linear"/>
230231
<Item Index="06" Value="Hierarchical"/>
@@ -277,6 +278,8 @@
277278
<Item Index="53" Value="Are you sure you want to permanently delete this folder?"/>
278279
<Item Index="54" Value="Delete Multiple Items"/>
279280
<Item Index="55" Value="Are you sure you want to permanently delete these %d items?"/>
281+
<Item Index="56" Value="Ascending"/>
282+
<Item Index="57" Value="Descending"/>
280283
</Lines>
281284
</Strings>
282285
</ActionsModule>
@@ -306,19 +309,6 @@
306309
</AeroWindow>
307310
</AdminModeWindow>
308311

309-
<!-- Web window -->
310-
311-
<webWindow Caption="$WebName$ - ">
312-
<!-- Button's -->
313-
<btnClose Caption="Close"/>
314-
<!-- Strings -->
315-
<AeroWindow LinesCount="1">
316-
<StringList>
317-
<Item Index="0" Value="Terms of Use and Policy of Privacy"/>
318-
</StringList>
319-
</AeroWindow>
320-
</webWindow>
321-
322312
<!-- Configuration -->
323313

324314
<ConfigWindow Caption="$AppName$ - Options">

OpenIV/Resources/Languages/en_GB/PreloaderWindow.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<Lines>
2727
<Item Index='00' Value='$AppName$ Terms of Use'/>
2828
<Item Index='01' Value='Before using $AppName$ you need to read and agree the following terms of use.'/>
29-
<Item Index='02' Value='$WebName$ service'/>
30-
<Item Index='03' Value='$WebName$ service is made on purpose to exchange of information between developers and end users of $AppName$. If you register in the service, you will be able to check updates of $AppName$ and use other additional features. Also $WebName$ service collects some statistics information which is intended to help us to improve $AppName$ in ways its end users prefer.'/>
29+
<Item Index='02' Value=''/>
30+
<Item Index='03' Value=''/>
3131
<Item Index='04' Value='Service Temporarily Unavailable.'/>
3232
<Item Index='05' Value='Choose $RageGAME$ folder'/>
3333
<Item Index='06' Value='Without specifying the game location, $AppName$ cannot open $RageGAME_SHORT$ files as it would not have enough information. Please set correct location of the installed $RageGAME$ below.'/>

OpenIV/Resources/Languages/en_GB/Tools/SearchWindow.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
<SearchWindow Caption='Search - $AppName$'>
44
<SearchBox BannerText="Search"/>
55
<btnGoSearch Caption="Search"/>
6-
<lbSearchOptions Caption="Search options:"/>
6+
<lbSearchFor Caption="Search for:"/>
7+
<cbSearchFor>
8+
<Items>
9+
<Item Index="0" Value='Files and folders'/>
10+
<Item Index="1" Value='Audio tracks'/>
11+
</Items>
12+
</cbSearchFor>
713
<lbSearchArea Caption="Search area:"/>
814
<cbSearchArea>
915
<Items>
@@ -12,7 +18,7 @@
1218
<Item Index="2" Value='Search in $ModsFolder$ folder only'/>
1319
</Items>
1420
</cbSearchArea>
15-
<cbSoundsAndAudio Caption="Search in Audio"/>
21+
<lbAudioSearchNote Caption="The search results might be limited because not all audio track names were discovered."/>
1622
<lbStopHint Caption="To stop searching press ESC"/>
1723
<btnExtractResults Caption="Extract results"/>
1824
<btnExtractAll Caption="Extract all files"/>
@@ -28,17 +34,19 @@
2834
<btnSaveContent Caption="Save content"/>
2935
<btnSaveRawContent Caption="Save raw content"/>
3036
<!-- String's -->
31-
<AeroWindow LinesCount='10'>
37+
<AeroWindow LinesCount='15'>
3238
<StringList>
3339
<Item Index='0' Value='Search'/>
3440
<Item Index='1' Value='Stop search'/>
3541
<Item Index='2' Value='No items found'/>
36-
<Item Index='3' Value='%D items found'/>
42+
<Item Index='3' Value='(%D items found)'/>
3743
<Item Index='4' Value='No selected items'/>
3844
<Item Index='5' Value='Selected: %D'/>
3945
<Item Index='6' Value="$AppName$ can't open file."/>
4046
<Item Index='7' Value="No results for extracting."/>
4147
<Item Index='8' Value="Please, stop search before extracting."/>
48+
<Item Index='9' Value="Files: %D, Folders: %D"/>
49+
<Item Index='10' Value="Files: %D, Audio Tracks: %D"/>
4250
</StringList>
4351
</AeroWindow>
4452
</SearchWindow>

0 commit comments

Comments
 (0)