Merge pull request #64 in ITERATE/cyberduck from feature/windows/9074 to master
[cyberduck.git] / pl.lproj / Browser.xib
blobf6475513232d78e4e9f6a16f8b43ee99cdd51c04
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="8121.17" systemVersion="15A204h" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment version="1070" identifier="macosx"/>
5 <development version="6300" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8121.17"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="CDBrowserController">
10 <connections>
11 <outlet property="actionPopupButton" destination="115" id="127"/>
12 <outlet property="addBookmarkButton" destination="11" id="128"/>
13 <outlet property="archiveMenu" destination="89" id="129"/>
14 <outlet property="bonjourButton" destination="22" id="130"/>
15 <outlet property="bookmarkButton" destination="26" id="131"/>
16 <outlet property="bookmarkSwitchView" destination="53" id="132"/>
17 <outlet property="bookmarkTable" destination="17" id="133"/>
18 <outlet property="browserListView" destination="33" id="134"/>
19 <outlet property="browserOutlineView" destination="41" id="135"/>
20 <outlet property="browserSpinner" destination="28" id="136"/>
21 <outlet property="browserSwitchView" destination="112" id="137"/>
22 <outlet property="browserTabView" destination="5" id="138"/>
23 <outlet property="deleteBookmarkButton" destination="13" id="139"/>
24 <outlet property="donateButton" destination="124" id="140"/>
25 <outlet property="editBookmarkButton" destination="9" id="141"/>
26 <outlet property="editMenu" destination="71" id="142"/>
27 <outlet property="encodingPopup" destination="120" id="143"/>
28 <outlet property="historyButton" destination="24" id="144"/>
29 <outlet property="logDrawer" destination="113" id="145"/>
30 <outlet property="navigationButton" destination="63" id="146"/>
31 <outlet property="openUrlMenu" destination="95" id="147"/>
32 <outlet property="pathPopup" destination="59" id="148"/>
33 <outlet property="quickConnectPopup" destination="118" id="149"/>
34 <outlet property="searchField" destination="55" id="150"/>
35 <outlet property="securityLabel" destination="47" id="151"/>
36 <outlet property="statusLabel" destination="49" id="152"/>
37 <outlet property="statusSpinner" destination="46" id="153"/>
38 <outlet property="upButton" destination="57" id="154"/>
39 <outlet property="urlMenu" destination="93" id="155"/>
40 <outlet property="window" destination="3" id="156"/>
41 </connections>
42 </customObject>
43 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
44 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
45 <customObject id="2" customClass="NSApplication"/>
46 <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" visibleAtLaunch="NO" frameAutosaveName="Browser" animationBehavior="default" id="3">
47 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" unifiedTitleAndToolbar="YES"/>
48 <rect key="contentRect" x="67" y="115" width="601" height="451"/>
49 <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
50 <view key="contentView" id="4">
51 <rect key="frame" x="0.0" y="0.0" width="601" height="451"/>
52 <autoresizingMask key="autoresizingMask"/>
53 <subviews>
54 <tabView type="noTabsNoBorder" id="5">
55 <rect key="frame" x="0.0" y="20" width="603" height="397"/>
56 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
57 <animations/>
58 <font key="font" metaFont="system"/>
59 <tabViewItems>
60 <tabViewItem label="Zakładki" identifier="bookmarks" id="6">
61 <view key="view" id="7">
62 <rect key="frame" x="0.0" y="0.0" width="603" height="397"/>
63 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
64 <subviews>
65 <box boxType="oldStyle" borderType="line" titlePosition="noTitle" id="8">
66 <rect key="frame" x="-1" y="0.0" width="603" height="34"/>
67 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
68 <view key="contentView">
69 <rect key="frame" x="1" y="1" width="601" height="32"/>
70 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
71 <subviews>
72 <button id="9">
73 <rect key="frame" x="37" y="5" width="23" height="22"/>
74 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
75 <animations/>
76 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="edit" imagePosition="above" alignment="center" alternateImage="editPressed" inset="2" id="10">
77 <behavior key="behavior" lightByContents="YES"/>
78 <font key="font" metaFont="system"/>
79 </buttonCell>
80 </button>
81 <button id="11">
82 <rect key="frame" x="15" y="5" width="23" height="22"/>
83 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
84 <animations/>
85 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="add" imagePosition="above" alignment="center" alternateImage="addPressed" inset="2" id="12">
86 <behavior key="behavior" lightByContents="YES"/>
87 <font key="font" metaFont="system"/>
88 </buttonCell>
89 </button>
90 <button id="13">
91 <rect key="frame" x="59" y="5" width="23" height="22"/>
92 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
93 <animations/>
94 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="remove" imagePosition="above" alignment="center" alternateImage="removePressed" inset="2" id="14">
95 <behavior key="behavior" lightByContents="YES"/>
96 <font key="font" metaFont="system"/>
97 </buttonCell>
98 </button>
99 </subviews>
100 <animations/>
101 </view>
102 <animations/>
103 <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
104 <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
105 </box>
106 <scrollView autohidesScrollers="YES" horizontalLineScroll="47" horizontalPageScroll="10" verticalLineScroll="47" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="15">
107 <rect key="frame" x="-1" y="32" width="603" height="337"/>
108 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
109 <clipView key="contentView" id="ELY-XA-KER">
110 <rect key="frame" x="1" y="1" width="601" height="335"/>
111 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
112 <subviews>
113 <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="sequential" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="45" id="17" customClass="CDListView">
114 <rect key="frame" x="0.0" y="0.0" width="0.0" height="47"/>
115 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
116 <animations/>
117 <size key="intercellSpacing" width="3" height="2"/>
118 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
119 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
120 <connections>
121 <outlet property="menu" destination="99" id="162"/>
122 </connections>
123 </tableView>
124 </subviews>
125 <animations/>
126 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
127 </clipView>
128 <animations/>
129 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="18">
130 <rect key="frame" x="-100" y="-100" width="255" height="11"/>
131 <autoresizingMask key="autoresizingMask"/>
132 <animations/>
133 </scroller>
134 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="19">
135 <rect key="frame" x="-22" y="1" width="15" height="431"/>
136 <autoresizingMask key="autoresizingMask"/>
137 <animations/>
138 </scroller>
139 <connections>
140 <outlet property="nextKeyView" destination="55" id="161"/>
141 </connections>
142 </scrollView>
143 <box boxType="oldStyle" borderType="line" titlePosition="noTitle" id="20">
144 <rect key="frame" x="-1" y="368" width="603" height="29"/>
145 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
146 <view key="contentView">
147 <rect key="frame" x="1" y="1" width="601" height="27"/>
148 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
149 <subviews>
150 <customView id="21" customClass="CTGradientView">
151 <rect key="frame" x="0.0" y="0.0" width="603" height="27"/>
152 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
153 <subviews>
154 <button verticalHuggingPriority="750" id="22">
155 <rect key="frame" x="221" y="3" width="92" height="19"/>
156 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
157 <animations/>
158 <buttonCell key="cell" type="recessed" title="Bonjour" bezelStyle="recessed" image="NSActionTemplate" imagePosition="left" alignment="center" borderStyle="border" inset="2" id="23">
159 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
160 <font key="font" metaFont="systemBold" size="12"/>
161 </buttonCell>
162 </button>
163 <button verticalHuggingPriority="750" id="24">
164 <rect key="frame" x="121" y="3" width="92" height="19"/>
165 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
166 <animations/>
167 <buttonCell key="cell" type="recessed" title="Historia" bezelStyle="recessed" image="NSActionTemplate" imagePosition="left" alignment="center" borderStyle="border" inset="2" id="25">
168 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
169 <font key="font" metaFont="systemBold" size="12"/>
170 </buttonCell>
171 </button>
172 <button verticalHuggingPriority="750" id="26">
173 <rect key="frame" x="8" y="3" width="104" height="19"/>
174 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
175 <animations/>
176 <buttonCell key="cell" type="recessed" title="Zakładki" bezelStyle="recessed" image="NSActionTemplate" imagePosition="left" alignment="center" state="on" borderStyle="border" inset="2" id="27">
177 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
178 <font key="font" metaFont="systemBold" size="12"/>
179 </buttonCell>
180 </button>
181 </subviews>
182 <animations/>
183 </customView>
184 </subviews>
185 <animations/>
186 </view>
187 <animations/>
188 <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
189 <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
190 </box>
191 <progressIndicator horizontalHuggingPriority="750" verticalHuggingPriority="750" minValue="16" maxValue="100" doubleValue="16" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" style="spinning" id="28">
192 <rect key="frame" x="284" y="184" width="32" height="32"/>
193 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
194 <animations/>
195 </progressIndicator>
196 </subviews>
197 <animations/>
198 </view>
199 </tabViewItem>
200 <tabViewItem label="Lista" identifier="0" id="29">
201 <view key="view" id="30">
202 <rect key="frame" x="0.0" y="0.0" width="603" height="397"/>
203 <autoresizingMask key="autoresizingMask"/>
204 <subviews>
205 <scrollView horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
206 <rect key="frame" x="-2" y="0.0" width="604" height="397"/>
207 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
208 <clipView key="contentView" id="t14-pG-1DQ">
209 <rect key="frame" x="1" y="0.0" width="587" height="396"/>
210 <autoresizingMask key="autoresizingMask"/>
211 <subviews>
212 <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" columnSelection="YES" autosaveName="ListBrowserView" headerView="36" id="33" customClass="CDListView">
213 <rect key="frame" x="0.0" y="0.0" width="0.0" height="19"/>
214 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
215 <animations/>
216 <size key="intercellSpacing" width="3" height="2"/>
217 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
218 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
219 <connections>
220 <outlet property="menu" destination="65" id="157"/>
221 </connections>
222 </tableView>
223 </subviews>
224 <animations/>
225 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
226 </clipView>
227 <animations/>
228 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="34">
229 <rect key="frame" x="-100" y="-100" width="582" height="15"/>
230 <autoresizingMask key="autoresizingMask"/>
231 <animations/>
232 </scroller>
233 <scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="35">
234 <rect key="frame" x="588" y="17" width="15" height="379"/>
235 <autoresizingMask key="autoresizingMask"/>
236 <animations/>
237 </scroller>
238 <tableHeaderView key="headerView" id="36">
239 <rect key="frame" x="0.0" y="0.0" width="587" height="17"/>
240 <autoresizingMask key="autoresizingMask"/>
241 <animations/>
242 </tableHeaderView>
243 </scrollView>
244 </subviews>
245 <animations/>
246 </view>
247 </tabViewItem>
248 <tabViewItem label="Struktura" identifier="1" id="37">
249 <view key="view" id="38">
250 <rect key="frame" x="0.0" y="0.0" width="603" height="397"/>
251 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
252 <subviews>
253 <scrollView horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="39">
254 <rect key="frame" x="-2" y="0.0" width="604" height="397"/>
255 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
256 <clipView key="contentView" id="KUj-N5-PnR">
257 <rect key="frame" x="1" y="0.0" width="587" height="396"/>
258 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
259 <subviews>
260 <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" columnSelection="YES" autosaveName="OutlineBrowserView" headerView="44" id="41" customClass="CDOutlineView">
261 <rect key="frame" x="0.0" y="0.0" width="0.0" height="19"/>
262 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
263 <animations/>
264 <size key="intercellSpacing" width="3" height="2"/>
265 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
266 <tableViewGridLines key="gridStyleMask" horizontal="YES"/>
267 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
268 <connections>
269 <outlet property="menu" destination="65" id="158"/>
270 </connections>
271 </tableView>
272 </subviews>
273 <animations/>
274 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
275 </clipView>
276 <animations/>
277 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="42">
278 <rect key="frame" x="-100" y="-100" width="582" height="15"/>
279 <autoresizingMask key="autoresizingMask"/>
280 <animations/>
281 </scroller>
282 <scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="43">
283 <rect key="frame" x="588" y="17" width="15" height="379"/>
284 <autoresizingMask key="autoresizingMask"/>
285 <animations/>
286 </scroller>
287 <tableHeaderView key="headerView" id="44">
288 <rect key="frame" x="0.0" y="0.0" width="587" height="17"/>
289 <autoresizingMask key="autoresizingMask"/>
290 <animations/>
291 </tableHeaderView>
292 </scrollView>
293 </subviews>
294 <animations/>
295 </view>
296 </tabViewItem>
297 </tabViewItems>
298 </tabView>
299 <customView id="45" customClass="CTGradientView">
300 <rect key="frame" x="0.0" y="0.0" width="603" height="20"/>
301 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
302 <subviews>
303 <progressIndicator horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" id="46">
304 <rect key="frame" x="8" y="2" width="16" height="16"/>
305 <autoresizingMask key="autoresizingMask"/>
306 <animations/>
307 </progressIndicator>
308 <button id="47">
309 <rect key="frame" x="562" y="2" width="18" height="18"/>
310 <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
311 <animations/>
312 <buttonCell key="cell" type="squareTextured" bezelStyle="texturedSquare" image="9E055CFC-4979-4FA5-BE27-68465819271E" imagePosition="only" alignment="left" id="48">
313 <behavior key="behavior" lightByContents="YES"/>
314 <font key="font" metaFont="label"/>
315 </buttonCell>
316 </button>
317 <textField verticalHuggingPriority="750" id="49">
318 <rect key="frame" x="29" y="3" width="528" height="14"/>
319 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
320 <animations/>
321 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="50">
322 <font key="font" metaFont="smallSystem"/>
323 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
324 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
325 </textFieldCell>
326 </textField>
327 </subviews>
328 <animations/>
329 </customView>
330 <customView id="51" customClass="CTGradientView">
331 <rect key="frame" x="0.0" y="415" width="603" height="35"/>
332 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
333 <subviews>
334 <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="52">
335 <rect key="frame" x="0.0" y="-2" width="603" height="5"/>
336 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
337 <animations/>
338 <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
339 <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
340 <font key="titleFont" metaFont="system"/>
341 </box>
342 <segmentedControl verticalHuggingPriority="750" id="53">
343 <rect key="frame" x="6" y="5" width="41" height="25"/>
344 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
345 <animations/>
346 <segmentedCell key="cell" borderStyle="border" alignment="left" style="automatic" trackingMode="momentary" id="54">
347 <font key="font" metaFont="system"/>
348 <segments>
349 <segment image="bookmarks" imageScaling="none" width="35" tag="-1">
350 <nil key="label"/>
351 </segment>
352 </segments>
353 </segmentedCell>
354 </segmentedControl>
355 <searchField wantsLayer="YES" verticalHuggingPriority="750" id="55">
356 <rect key="frame" x="469" y="7" width="124" height="22"/>
357 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
358 <animations/>
359 <searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" bezelStyle="round" id="56">
360 <font key="font" metaFont="system"/>
361 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
362 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
363 </searchFieldCell>
364 </searchField>
365 <segmentedControl verticalHuggingPriority="750" id="57">
366 <rect key="frame" x="422" y="5" width="41" height="25"/>
367 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
368 <animations/>
369 <segmentedCell key="cell" borderStyle="border" alignment="left" style="automatic" trackingMode="momentary" id="58">
370 <font key="font" metaFont="system"/>
371 <segments>
372 <segment imageScaling="none" width="35">
373 <nil key="label"/>
374 </segment>
375 </segments>
376 </segmentedCell>
377 </segmentedControl>
378 <popUpButton verticalHuggingPriority="750" id="59">
379 <rect key="frame" x="131" y="4" width="288" height="26"/>
380 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
381 <animations/>
382 <popUpButtonCell key="cell" type="push" title=" " bezelStyle="rounded" alignment="left" lineBreakMode="truncatingMiddle" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="62" id="60">
383 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
384 <font key="font" metaFont="menu"/>
385 <menu key="menu" title="Inne widoki" id="61">
386 <items>
387 <menuItem title=" " state="on" id="62"/>
388 </items>
389 </menu>
390 </popUpButtonCell>
391 </popUpButton>
392 <segmentedControl verticalHuggingPriority="750" id="63">
393 <rect key="frame" x="51" y="5" width="77" height="25"/>
394 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
395 <animations/>
396 <segmentedCell key="cell" borderStyle="border" alignment="left" style="automatic" trackingMode="momentary" id="64">
397 <font key="font" metaFont="system"/>
398 <segments>
399 <segment imageScaling="none" width="35">
400 <nil key="label"/>
401 </segment>
402 <segment imageScaling="none" width="35" tag="1">
403 <nil key="label"/>
404 </segment>
405 </segments>
406 </segmentedCell>
407 </segmentedControl>
408 </subviews>
409 <animations/>
410 </customView>
411 </subviews>
412 <animations/>
413 </view>
414 </window>
415 <menu title="Menu" id="65">
416 <items>
417 <menuItem title="Odśwież" keyEquivalent="r" id="66">
418 <connections>
419 <action selector="reloadButtonClicked:" target="-1" id="167"/>
420 </connections>
421 </menuItem>
422 <menuItem isSeparatorItem="YES" id="67">
423 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
424 </menuItem>
425 <menuItem title="Informacje" keyEquivalent="i" id="68">
426 <connections>
427 <action selector="infoButtonClicked:" target="-1" id="163"/>
428 </connections>
429 </menuItem>
430 <menuItem title="Quick Look" image="NSQuickLookTemplate" id="69">
431 <attributedString key="attributedTitle"/>
432 <modifierMask key="keyEquivalentModifierMask"/>
433 <connections>
434 <action selector="quicklookButtonClicked:" target="-1" id="185"/>
435 </connections>
436 </menuItem>
437 <menuItem title="Edytuj poprzez" id="70">
438 <menu key="submenu" title="Edytuj poprzez" id="71"/>
439 </menuItem>
440 <menuItem title="Rename…" id="72">
441 <connections>
442 <action selector="renameFileButtonClicked:" target="-1" id="176"/>
443 </connections>
444 </menuItem>
445 <menuItem title="Duplikuj plik…" keyEquivalent="d" id="73">
446 <connections>
447 <action selector="duplicateFileButtonClicked:" target="-1" id="175"/>
448 </connections>
449 </menuItem>
450 <menuItem isSeparatorItem="YES" id="74"/>
451 <menuItem title="Pobierz" keyEquivalent="" id="75">
452 <modifierMask key="keyEquivalentModifierMask" option="YES"/>
453 <connections>
454 <action selector="downloadButtonClicked:" target="-1" id="164"/>
455 </connections>
456 </menuItem>
457 <menuItem title="Pobierz jako…" keyEquivalent="" id="76">
458 <modifierMask key="keyEquivalentModifierMask" shift="YES" option="YES"/>
459 <connections>
460 <action selector="downloadAsButtonClicked:" target="-1" id="168"/>
461 </connections>
462 </menuItem>
463 <menuItem title="Download To…" id="77">
464 <connections>
465 <action selector="downloadToButtonClicked:" target="-1" id="177"/>
466 </connections>
467 </menuItem>
468 <menuItem isSeparatorItem="YES" id="78">
469 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
470 </menuItem>
471 <menuItem title="Wyślij…" keyEquivalent="" id="79">
472 <modifierMask key="keyEquivalentModifierMask" option="YES"/>
473 <connections>
474 <action selector="uploadButtonClicked:" target="-1" id="174"/>
475 </connections>
476 </menuItem>
477 <menuItem title="Synchronizuj…" id="80">
478 <connections>
479 <action selector="syncButtonClicked:" target="-1" id="172"/>
480 </connections>
481 </menuItem>
482 <menuItem title="Nowa teczka…" keyEquivalent="N" id="81">
483 <connections>
484 <action selector="createFolderButtonClicked:" target="-1" id="166"/>
485 </connections>
486 </menuItem>
487 <menuItem title="Nowy plik…" keyEquivalent="f" id="82">
488 <connections>
489 <action selector="createFileButtonClicked:" target="-1" id="173"/>
490 </connections>
491 </menuItem>
492 <menuItem title="New Symbolic Link…" id="83">
493 <modifierMask key="keyEquivalentModifierMask"/>
494 <connections>
495 <action selector="createSymlinkButtonClicked:" target="-1" id="184"/>
496 </connections>
497 </menuItem>
498 <menuItem isSeparatorItem="YES" id="84"/>
499 <menuItem title="Usuń" id="85">
500 <string key="keyEquivalent" base64-UTF8="YES">
502 </string>
503 <connections>
504 <action selector="deleteFileButtonClicked:" target="-1" id="165"/>
505 </connections>
506 </menuItem>
507 <menuItem title="Revert" id="86">
508 <modifierMask key="keyEquivalentModifierMask"/>
509 <connections>
510 <action selector="revertFileButtonClicked:" target="-1" id="182"/>
511 </connections>
512 </menuItem>
513 <menuItem isSeparatorItem="YES" id="87">
514 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
515 </menuItem>
516 <menuItem title="Create Archive" id="88">
517 <menu key="submenu" title="Create Archive" id="89"/>
518 </menuItem>
519 <menuItem title="Expand Archive" id="90">
520 <connections>
521 <action selector="unarchiveButtonClicked:" target="-1" id="181"/>
522 </connections>
523 </menuItem>
524 <menuItem isSeparatorItem="YES" id="91">
525 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
526 </menuItem>
527 <menuItem title="Copy URL" id="92">
528 <modifierMask key="keyEquivalentModifierMask"/>
529 <menu key="submenu" title="Copy URL" id="93"/>
530 </menuItem>
531 <menuItem title="Open Web URL" id="94">
532 <modifierMask key="keyEquivalentModifierMask"/>
533 <menu key="submenu" title="Open Web URL" id="95"/>
534 </menuItem>
535 <menuItem isSeparatorItem="YES" id="96">
536 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
537 </menuItem>
538 <menuItem title="Nowa przeglądarka" id="97">
539 <connections>
540 <action selector="newBrowserButtonClicked:" target="-1" id="179"/>
541 </connections>
542 </menuItem>
543 <menuItem title="Nowa zakładka" keyEquivalent="B" id="98">
544 <connections>
545 <action selector="addBookmarkButtonClicked:" target="-1" id="180"/>
546 </connections>
547 </menuItem>
548 </items>
549 </menu>
550 <menu title="Menu" id="99">
551 <items>
552 <menuItem title="Połącz z serwerem" id="100">
553 <string key="keyEquivalent" base64-UTF8="YES">
555 </string>
556 <modifierMask key="keyEquivalentModifierMask"/>
557 <connections>
558 <action selector="connectBookmarkButtonClicked:" target="-1" id="178"/>
559 </connections>
560 </menuItem>
561 <menuItem isSeparatorItem="YES" id="101">
562 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
563 </menuItem>
564 <menuItem title="Nowa zakładka" keyEquivalent="B" id="102">
565 <connections>
566 <action selector="addBookmarkButtonClicked:" target="-1" id="169"/>
567 </connections>
568 </menuItem>
569 <menuItem title="Usuń zakładkę" id="103">
570 <connections>
571 <action selector="deleteBookmarkButtonClicked:" target="-1" id="170"/>
572 </connections>
573 </menuItem>
574 <menuItem title="Edytuj zakładkę" keyEquivalent="e" id="104">
575 <connections>
576 <action selector="editBookmarkButtonClicked:" target="-1" id="171"/>
577 </connections>
578 </menuItem>
579 <menuItem title="Duplicate Bookmark" id="105">
580 <modifierMask key="keyEquivalentModifierMask"/>
581 <connections>
582 <action selector="duplicateBookmarkButtonClicked:" target="-1" id="183"/>
583 </connections>
584 </menuItem>
585 <menuItem isSeparatorItem="YES" id="106"/>
586 <menuItem title="Sort By" id="107">
587 <modifierMask key="keyEquivalentModifierMask"/>
588 <menu key="submenu" title="Sort By" id="108">
589 <items>
590 <menuItem title="Nickname" keyEquivalent="1" id="109">
591 <modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
592 <connections>
593 <action selector="sortBookmarksByNickame:" target="-1" id="186"/>
594 </connections>
595 </menuItem>
596 <menuItem title="Hostname" keyEquivalent="2" id="110">
597 <modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
598 <connections>
599 <action selector="sortBookmarksByHostname:" target="-1" id="187"/>
600 </connections>
601 </menuItem>
602 <menuItem title="Protocol" keyEquivalent="3" id="111">
603 <modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
604 <connections>
605 <action selector="sortBookmarksByProtocol:" target="-1" id="188"/>
606 </connections>
607 </menuItem>
608 </items>
609 </menu>
610 </menuItem>
611 </items>
612 </menu>
613 <customView id="112" customClass="NSSegmentedControl">
614 <rect key="frame" x="0.0" y="0.0" width="71" height="24"/>
615 <autoresizingMask key="autoresizingMask"/>
616 <animations/>
617 </customView>
618 <drawer preferredEdge="minY" leadingOffset="10" trailingOffset="15" id="113">
619 <size key="contentSize" width="200" height="200"/>
620 <size key="minContentSize" width="50" height="50"/>
621 <size key="maxContentSize" width="600" height="800"/>
622 <connections>
623 <outlet property="parentWindow" destination="3" id="160"/>
624 </connections>
625 </drawer>
626 <customView id="114">
627 <rect key="frame" x="0.0" y="0.0" width="515" height="60"/>
628 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
629 <subviews>
630 <popUpButton verticalHuggingPriority="750" id="115">
631 <rect key="frame" x="310" y="16" width="57" height="26"/>
632 <autoresizingMask key="autoresizingMask"/>
633 <animations/>
634 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="clipping" borderStyle="borderAndBezel" inset="2" pullsDown="YES" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="116">
635 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
636 <font key="font" metaFont="menu"/>
637 <menu key="menu" id="117"/>
638 </popUpButtonCell>
639 <connections>
640 <outlet property="menu" destination="65" id="159"/>
641 </connections>
642 </popUpButton>
643 <comboBox verticalHuggingPriority="750" id="118">
644 <rect key="frame" x="141" y="16" width="167" height="26"/>
645 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
646 <animations/>
647 <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" numberOfVisibleItems="5" id="119">
648 <font key="font" metaFont="system"/>
649 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
650 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
651 </comboBoxCell>
652 </comboBox>
653 <popUpButton verticalHuggingPriority="750" id="120">
654 <rect key="frame" x="17" y="16" width="119" height="26"/>
655 <autoresizingMask key="autoresizingMask"/>
656 <animations/>
657 <popUpButtonCell key="cell" type="push" title=" " bezelStyle="rounded" alignment="left" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="123" id="121">
658 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
659 <font key="font" metaFont="menu"/>
660 <menu key="menu" title="Inne widoki" id="122">
661 <items>
662 <menuItem title=" " state="on" id="123"/>
663 </items>
664 </menu>
665 </popUpButtonCell>
666 </popUpButton>
667 <button verticalHuggingPriority="750" id="124">
668 <rect key="frame" x="372" y="19" width="123" height="19"/>
669 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
670 <animations/>
671 <buttonCell key="cell" type="roundRect" bezelStyle="roundedRect" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="125">
672 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
673 <font key="font" metaFont="smallSystem"/>
674 </buttonCell>
675 </button>
676 </subviews>
677 <animations/>
678 </customView>
679 <view id="126">
680 <rect key="frame" x="0.0" y="0.0" width="125" height="1"/>
681 <autoresizingMask key="autoresizingMask"/>
682 <animations/>
683 </view>
684 </objects>
685 <resources>
686 <image name="9E055CFC-4979-4FA5-BE27-68465819271E" width="1" height="1">
687 <mutableData key="keyedArchiveRepresentation">
688 YnBsaXN0MDDUAQIDBAUGPj9YJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3ASAAGGoK4HCBMU
689 GR4fIyQsLzI4O1UkbnVsbNUJCgsMDQ4PEBESVk5TU2l6ZVYkY2xhc3NcTlNJbWFnZUZsYWdzVk5TUmVw
690 c1dOU0NvbG9ygAKADRIgwwAAgAOAC1Z7MSwgMX3SFQoWGFpOUy5vYmplY3RzoReABIAK0hUKGh2iGxyA
691 BYAGgAkQANIgCiEiXxAUTlNUSUZGUmVwcmVzZW50YXRpb26AB4AITxCsTU0AKgAAAAoAAAANAQAAAwAA
692 AAEAAQAAAQEAAwAAAAEAAQAAAQIAAwAAAAIACAAIAQMAAwAAAAEAAQAAAQYAAwAAAAEAAQAAAREABAAA
693 AAEAAAAIARIAAwAAAAEAAQAAARUAAwAAAAEAAgAAARYAAwAAAAEAAQAAARcABAAAAAEAAAACARwAAwAA
694 AAEAAQAAAVIAAwAAAAEAAQAAAVMAAwAAAAIAAQABAAAAANIlJicoWiRjbGFzc25hbWVYJGNsYXNzZXNf
695 EBBOU0JpdG1hcEltYWdlUmVwoykqK18QEE5TQml0bWFwSW1hZ2VSZXBaTlNJbWFnZVJlcFhOU09iamVj
696 dNIlJi0uV05TQXJyYXmiLSvSJSYwMV5OU011dGFibGVBcnJheaMwLSvTMzQKNTY3V05TV2hpdGVcTlND
697 b2xvclNwYWNlRDAgMAAQA4AM0iUmOTpXTlNDb2xvcqI5K9IlJjw9V05TSW1hZ2WiPCtfEA9OU0tleWVk
698 QXJjaGl2ZXLRQEFUcm9vdIABAAgAEQAaACMALQAyADcARgBMAFcAXgBlAHIAeQCBAIMAhQCKAIwAjgCV
699 AJoApQCnAKkAqwCwALMAtQC3ALkAuwDAANcA2QDbAYoBjwGaAaMBtgG6Ac0B2AHhAeYB7gHxAfYCBQIJ
700 AhACGAIlAioCLAIuAjMCOwI+AkMCSwJOAmACYwJoAAAAAAAAAgEAAAAAAAAAQgAAAAAAAAAAAAAAAAAA
702 </mutableData>
703 </image>
704 <image name="NSActionTemplate" width="14" height="14"/>
705 <image name="NSQuickLookTemplate" width="19" height="12"/>
706 <image name="add" width="23" height="22"/>
707 <image name="addPressed" width="23" height="22"/>
708 <image name="bookmarks" width="16" height="16"/>
709 <image name="edit" width="22" height="22"/>
710 <image name="editPressed" width="22" height="22"/>
711 <image name="remove" width="22" height="22"/>
712 <image name="removePressed" width="22" height="22"/>
713 </resources>
714 </document>