Skip to content

Commit fe336b4

Browse files
authored
LEGO: Merge pull request 113
LEGO: Merge pull request 113
1 parent 9aee99a commit fe336b4

File tree

13 files changed

+3224
-0
lines changed

13 files changed

+3224
-0
lines changed
Lines changed: 248 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,248 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\s\LibZipSharp\Properties\Resources.resx" PsrId="211" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx" TgtCul="cs-CZ">
3+
<OwnedComments>
4+
<Cmt Name="Dev" />
5+
<Cmt Name="LcxAdmin" />
6+
<Cmt Name="Rccx" />
7+
</OwnedComments>
8+
<Item ItemId=";Resources.resx" ItemType="0" PsrId="211" Leaf="false">
9+
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
10+
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
11+
<Disp Icon="Str" Disp="true" LocTbl="false" />
12+
<Item ItemId=";DestinationMustNotBeEmpty" ItemType="0;.resx" PsrId="211" Leaf="true">
13+
<Str Cat="Text">
14+
<Val><![CDATA[Archive destination path must not be empty.]]></Val>
15+
</Str>
16+
<Disp Icon="Str" />
17+
</Item>
18+
<Item ItemId=";ErrorReadingFile_file" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
19+
<Str Cat="Text">
20+
<Val><![CDATA[Error occured while reading the file '{0}'.]]></Val>
21+
</Str>
22+
<Disp Icon="Str" />
23+
<Cmts>
24+
<Cmt Name="Dev"><![CDATA[{0} - A filename.]]></Cmt>
25+
</Cmts>
26+
</Item>
27+
<Item ItemId=";ErrorReadingStream" ItemType="0;.resx" PsrId="211" Leaf="true">
28+
<Str Cat="Text">
29+
<Val><![CDATA[An error occured while reading the stream.]]></Val>
30+
</Str>
31+
<Disp Icon="Str" />
32+
</Item>
33+
<Item ItemId=";ExpectedAnInstanceOf_string_type" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
34+
<Str Cat="Text">
35+
<Val><![CDATA[{0}' is an instance of '{1}' instead of the expected type '{2}'.]]></Val>
36+
</Str>
37+
<Disp Icon="Str" />
38+
<Cmts>
39+
<Cmt Name="Dev"><![CDATA[{0} - The expected type of the parameter.]D;]A;{1} - The name of the parameter.]D;]A;{2} - The actual type of the parameter.]]></Cmt>
40+
</Cmts>
41+
</Item>
42+
<Item ItemId=";FailedToReadSymLink_link_error" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
43+
<Str Cat="Text">
44+
<Val><![CDATA[Could not read the symbolic link '{0}': {1}.]]></Val>
45+
</Str>
46+
<Disp Icon="Str" />
47+
<Cmts>
48+
<Cmt Name="Dev"><![CDATA[{0} - The symbolic link that was being read.]D;]A;{1} - The actual error message reported by the operating system.]]></Cmt>
49+
</Cmts>
50+
</Item>
51+
<Item ItemId=";FailedToSetOwner_entry_error_oserror" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
52+
<Str Cat="Text">
53+
<Val><![CDATA[Warning: failed to set owner of entry '{0}' ({1}:{2}).]]></Val>
54+
</Str>
55+
<Disp Icon="Str" />
56+
<Cmts>
57+
<Cmt Name="Dev"><![CDATA[{0} - A filename.]D;]A;{1} - The error message.]D;]A;{2} - The operating system error.]]></Cmt>
58+
</Cmts>
59+
</Item>
60+
<Item ItemId=";FailedToStatFile_file_error" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
61+
<Str Cat="Text">
62+
<Val><![CDATA[Warning: failed to stat file '{0}': {1}.]]></Val>
63+
</Str>
64+
<Disp Icon="Str" />
65+
<Cmts>
66+
<Cmt Name="Dev"><![CDATA[{0} - A filename.]D;]A;{1} - The error message.]]></Cmt>
67+
</Cmts>
68+
</Item>
69+
<Item ItemId=";FileAlreadyExists" ItemType="0;.resx" PsrId="211" Leaf="true">
70+
<Str Cat="Text">
71+
<Val><![CDATA[The file already exists.]]></Val>
72+
</Str>
73+
<Disp Icon="Str" />
74+
</Item>
75+
<Item ItemId=";FileCouldNotBeOpened_file" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
76+
<Str Cat="Text">
77+
<Val><![CDATA[The file '{0}' could not be opened.]]></Val>
78+
</Str>
79+
<Disp Icon="Str" />
80+
<Cmts>
81+
<Cmt Name="Dev"><![CDATA[{0} - A filename.]]></Cmt>
82+
</Cmts>
83+
</Item>
84+
<Item ItemId=";FileDoesNotExist_file" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
85+
<Str Cat="Text">
86+
<Val><![CDATA[The file '{0}' does not exist and file creation wasn't requested.]]></Val>
87+
</Str>
88+
<Disp Icon="Str" />
89+
<Cmts>
90+
<Cmt Name="Dev"><![CDATA[{0} - A filename.]]></Cmt>
91+
</Cmts>
92+
</Item>
93+
<Item ItemId=";FileDoesNotSupportSeeking_file" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
94+
<Str Cat="Text">
95+
<Val><![CDATA[The file '{0}' does not support seeking.]]></Val>
96+
</Str>
97+
<Disp Icon="Str" />
98+
<Cmts>
99+
<Cmt Name="Dev"><![CDATA[{0} - A filename.]]></Cmt>
100+
</Cmts>
101+
</Item>
102+
<Item ItemId=";FileFailedConsistencyChecks_file" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
103+
<Str Cat="Text">
104+
<Val><![CDATA[The file {0} failed consistency checks.]]></Val>
105+
</Str>
106+
<Disp Icon="Str" />
107+
<Cmts>
108+
<Cmt Name="Dev"><![CDATA[{0} - A filename.]]></Cmt>
109+
</Cmts>
110+
</Item>
111+
<Item ItemId=";FileIsNotAZip_file" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
112+
<Str Cat="Text">
113+
<Val><![CDATA[The file '{0}' is not a ZIP archive.]]></Val>
114+
</Str>
115+
<Disp Icon="Str" />
116+
<Cmts>
117+
<Cmt Name="Dev"><![CDATA[{0} - A filename.]]></Cmt>
118+
</Cmts>
119+
</Item>
120+
<Item ItemId=";FilePathAlreadyExists_file" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
121+
<Str Cat="Text">
122+
<Val><![CDATA[File '{0}' already exists.]]></Val>
123+
</Str>
124+
<Disp Icon="Str" />
125+
<Cmts>
126+
<Cmt Name="Dev"><![CDATA[{0} - A filename.]]></Cmt>
127+
</Cmts>
128+
</Item>
129+
<Item ItemId=";FileTypeNotSupported_filetype" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
130+
<Str Cat="Text">
131+
<Val><![CDATA[Storing files of type '{0}' is not supported.]]></Val>
132+
</Str>
133+
<Disp Icon="Str" />
134+
<Cmts>
135+
<Cmt Name="Dev"><![CDATA[{0} - The type of the file.]]></Cmt>
136+
</Cmts>
137+
</Item>
138+
<Item ItemId=";InvalidEntryType_string_type" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
139+
<Str Cat="Text">
140+
<Val><![CDATA['{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.]]></Val>
141+
</Str>
142+
<Disp Icon="Str" />
143+
<Cmts>
144+
<Cmt Name="Dev"><![CDATA[{0} - The name of the parameter.]D;]A;{1} - The expected type of the parameter.]D;]A;{2} - The actual type of the parameter.]]></Cmt>
145+
</Cmts>
146+
</Item>
147+
<Item ItemId=";MustBeAnInstanceOf_string_type" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
148+
<Str Cat="Text">
149+
<Val><![CDATA['{0}' must be an instance of '{1}'.]]></Val>
150+
</Str>
151+
<Disp Icon="Str" />
152+
<Cmts>
153+
<Cmt Name="Dev"><![CDATA[{0} - The name of the parameter.]D;]A;{1} - The type the parameter should be.]]></Cmt>
154+
</Cmts>
155+
</Item>
156+
<Item ItemId=";MustNotBeNullOrEmpty_string" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
157+
<Str Cat="Text">
158+
<Val><![CDATA['{0}' must not be null or empty.]]></Val>
159+
</Str>
160+
<Disp Icon="Str" />
161+
<Cmts>
162+
<Cmt Name="Dev"><![CDATA[{0} - The name of the parameter]]></Cmt>
163+
</Cmts>
164+
</Item>
165+
<Item ItemId=";OutOfMemory" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
166+
<Str Cat="Text">
167+
<Val><![CDATA[libzip failed due to an out of memory error.]]></Val>
168+
</Str>
169+
<Disp Icon="Str" />
170+
<Cmts>
171+
<Cmt Name="Dev"><![CDATA[The following terms should not be translated: libzip]]></Cmt>
172+
</Cmts>
173+
</Item>
174+
<Item ItemId=";StreamCouldNotBeOpened" ItemType="0;.resx" PsrId="211" Leaf="true">
175+
<Str Cat="Text">
176+
<Val><![CDATA[Stream could not be opened.]]></Val>
177+
</Str>
178+
<Disp Icon="Str" />
179+
</Item>
180+
<Item ItemId=";StreamDoesNotExist" ItemType="0;.resx" PsrId="211" Leaf="true">
181+
<Str Cat="Text">
182+
<Val><![CDATA[Stream does not exist and file creation wasn't requested.]]></Val>
183+
</Str>
184+
<Disp Icon="Str" />
185+
</Item>
186+
<Item ItemId=";StreamDoesNotSupportSeeking" ItemType="0;.resx" PsrId="211" Leaf="true">
187+
<Str Cat="Text">
188+
<Val><![CDATA[The stream does not support seeking.]]></Val>
189+
</Str>
190+
<Disp Icon="Str" />
191+
</Item>
192+
<Item ItemId=";StreamFailedConsistencyChecks" ItemType="0;.resx" PsrId="211" Leaf="true">
193+
<Str Cat="Text">
194+
<Val><![CDATA[The stream failed consistency checks.]]></Val>
195+
</Str>
196+
<Disp Icon="Str" />
197+
</Item>
198+
<Item ItemId=";StreamIsNotAZip" ItemType="0;.resx" PsrId="211" Leaf="true">
199+
<Str Cat="Text">
200+
<Val><![CDATA[Stream is not a ZIP archive.]]></Val>
201+
</Str>
202+
<Disp Icon="Str" />
203+
</Item>
204+
<Item ItemId=";UnableToDetermineFileType_file" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
205+
<Str Cat="Text">
206+
<Val><![CDATA[Failed to determine type of the file '{0}'.]]></Val>
207+
</Str>
208+
<Disp Icon="Str" />
209+
<Cmts>
210+
<Cmt Name="Dev"><![CDATA[{0} - A filename]]></Cmt>
211+
</Cmts>
212+
</Item>
213+
<Item ItemId=";UnexpectedLibZipError_error" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
214+
<Str Cat="Text">
215+
<Val><![CDATA[Unexpected libzip error: {0}.]]></Val>
216+
</Str>
217+
<Disp Icon="Str" />
218+
<Cmts>
219+
<Cmt Name="Dev"><![CDATA[The following is the name of a library and should not be translated: libzip]D;]A;{0} - An error message from libzip.]]></Cmt>
220+
</Cmts>
221+
</Item>
222+
<Item ItemId=";UnexpectedOptionsType_string_type_type" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
223+
<Str Cat="Text">
224+
<Val><![CDATA['{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.]]></Val>
225+
</Str>
226+
<Disp Icon="Str" />
227+
<Cmts>
228+
<Cmt Name="Dev"><![CDATA[{0} - The parameter name.]D;]A;{1} - The expected type of the parameter.]D;]A;{2} - The actual type of the parameter.]]></Cmt>
229+
</Cmts>
230+
</Item>
231+
<Item ItemId=";UnknownError" ItemType="0;.resx" PsrId="211" Leaf="true">
232+
<Str Cat="Text">
233+
<Val><![CDATA[Unknown error.]]></Val>
234+
</Str>
235+
<Disp Icon="Str" />
236+
</Item>
237+
<Item ItemId=";UnsupportedPermission_UnixExternalPermissions" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
238+
<Str Cat="Text">
239+
<Val><![CDATA['{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.]]></Val>
240+
</Str>
241+
<Disp Icon="Str" />
242+
<Cmts>
243+
<Cmt Name="Dev"><![CDATA[{0} - The name of the permission.]]></Cmt>
244+
</Cmts>
245+
</Item>
246+
</Item>
247+
</Item>
248+
</LCX>

0 commit comments

Comments
 (0)