Removed outdated localizations.
Before Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 720 B |
|
@ -1,123 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<title>Aide Cog</title>
|
||||
|
||||
<meta name="AppleTitle" content="Cog Help"/>
|
||||
<META NAME="AppleIcon" content="Cog%20Help/images/wheel.png">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
body { font-family: "lucida grande"; font-size: 12px; }
|
||||
|
||||
h2 { margin-top: 30px; }
|
||||
|
||||
a:link, a:visited { color: black; }
|
||||
a:hover { text-decoration: none; }
|
||||
|
||||
td { width: 100px; font-weight: bold; padding-top: 10px; }
|
||||
td.icon { width: auto; }
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="header" style="clear: both;"><img src="images/logo.png" style="width: 200px; " />
|
||||
|
||||
<ul style="float: right; list-style-type: none; margin-right: 20px;">
|
||||
<li><a href="http://cogx.org/">Page d'accueil de Cog</a></li>
|
||||
<li><a href="http://cogx.org/forums">Forums de Cog</a></li>
|
||||
<li><a href="mailto:vspader@users.sourceforge.net">E-mail du développeur</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="formats" style="float: right; width: 45%; ">
|
||||
|
||||
<h2>Codecs supportés</h2>
|
||||
|
||||
<ul>
|
||||
<li>Ogg Vorbis</li>
|
||||
<li>FLAC</li>
|
||||
<li>AAC</li>
|
||||
<li>MP3</li>
|
||||
<li>WAV</li>
|
||||
<li>AIFF</li>
|
||||
<li>Musepack</li>
|
||||
<li>Monkey's Audio</li>
|
||||
<li>Shorten</li>
|
||||
<li>WavPack</li>
|
||||
<li>Apple Lossless</li>
|
||||
<li>Tous les codecs supportés par l'API Core Audio de Mac OS X 10.4</li>
|
||||
</ul>
|
||||
|
||||
<h2>Tags supportés</h2>
|
||||
|
||||
<ul>
|
||||
<li>Commentaires Vorbis/Tags FLAC</li>
|
||||
<li>ID3v1.0, 1.1, 2.3+</li>
|
||||
<li>APEv1 et v2</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="buttons">
|
||||
|
||||
<h2>Boutons</h2>
|
||||
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/play_gray.png"/></td>
|
||||
<td>Lecture/Pause</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/prev_gray.png"/></td>
|
||||
<td>Précédent</td>
|
||||
<td class="icon"><img src="images/next_gray.png"/></td>
|
||||
<td>Suivant</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/files_off.png"/></td>
|
||||
<td>Tiroir de fichiers</td>
|
||||
<td class="icon"><img src="images/repeat_off.png"/></td>
|
||||
<td>Répétition</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/info_off.png"/></td>
|
||||
<td>Tiroir d'informations</td>
|
||||
<td class="icon"><img src="images/shuffle_off.png"/></td>
|
||||
<td>Ordre aléatoire</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h2>Fonctionnalités générales</h2>
|
||||
|
||||
<ul>
|
||||
<li>Support pour Last.fm</li>
|
||||
<li>Support pour Growl</li>
|
||||
<li>Liste de lecture M3U and PLS</li>
|
||||
<li>Lecture en continu HTTP</li>
|
||||
<li>Sélection de périphérique de sortie audio</li>
|
||||
<li>Lecture sans intervalle</li>
|
||||
<li>Contrôle de volume logarithmique</li>
|
||||
<li>Ordre aléatoire intelligent</li>
|
||||
<li>Barre de progression</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,22 +0,0 @@
|
|||
"FeedbackFailedMessageText" = "Échec";
|
||||
"FeedbackFailedInformativeText" = "Les commentaires n'ont pas pu être envoyés.";
|
||||
"FeedbackSuccessMessageText" = "Réussite";
|
||||
"FeedbackSuccessInformativeText" = "Les commentaires ont été envoyés!";
|
||||
|
||||
"PlayButtonTooltip" = "Lecture";
|
||||
"StopButtonTooltip" = "Arrêter";
|
||||
"PrevButtonTooltip" = "Précédent";
|
||||
"NextButtonTooltip" = "Suivant";
|
||||
|
||||
"TimeElapsed" = "%i:%02i";
|
||||
"TimeRemaining" = "-%i:%02i";
|
||||
|
||||
"AddButtonTooltip" = "Ajouter des fichiers";
|
||||
"RemoveButtonTooltip" = "Supprimer les fichiers sélectionnés";
|
||||
"InfoButtonTooltip" = "Informations sur le fichier sélectionné";
|
||||
"ShuffleButtonTooltip" = "Répétition";
|
||||
"RepeatButtonTooltip" = "Ordre aléatoire";
|
||||
"FileButtonTooltip" = "Tiroir de fichiers";
|
||||
|
||||
"InvalidURLShort" = "URL non valide";
|
||||
"InvalidURLLong" = "L'adresse URL n'est pas valide.";
|
|
@ -1,217 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{
|
||||
CLASS = AMRemovableColumnsTableView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {obligatoryColumnIdentifiers = id; };
|
||||
SUPERCLASS = NSTableView;
|
||||
},
|
||||
{
|
||||
CLASS = AMRemovableTableColumn;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {mainTableView = AMRemovableColumnsTableView; };
|
||||
SUPERCLASS = NSTableColumn;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
delEntries = id;
|
||||
donate = id;
|
||||
openFiles = id;
|
||||
openURL = id;
|
||||
savePlaylist = id;
|
||||
toggleFileDrawer = id;
|
||||
toggleInfoDrawer = id;
|
||||
};
|
||||
CLASS = AppController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
addURLPanel = NSPanel;
|
||||
fileButton = NSButton;
|
||||
fileDrawer = NSDrawer;
|
||||
fileOutlineView = FileOutlineView;
|
||||
fileTreeController = FileTreeController;
|
||||
infoButton = NSButton;
|
||||
infoDrawer = NSDrawer;
|
||||
mainWindow = NSPanel;
|
||||
nextButton = NSButton;
|
||||
playButton = NSButton;
|
||||
playbackController = PlaybackController;
|
||||
playlistController = PlaylistController;
|
||||
playlistLoader = PlaylistLoader;
|
||||
playlistView = PlaylistView;
|
||||
prevButton = NSButton;
|
||||
repeatButton = NSButton;
|
||||
showAlbumColumn = NSMenuItem;
|
||||
showArtistColumn = NSMenuItem;
|
||||
showGenreColumn = NSMenuItem;
|
||||
showIndexColumn = NSMenuItem;
|
||||
showLengthColumn = NSMenuItem;
|
||||
showTitleColumn = NSMenuItem;
|
||||
showTrackColumn = NSMenuItem;
|
||||
showYearColumn = NSMenuItem;
|
||||
shuffleButton = NSButton;
|
||||
urlComboBox = NSComboBox;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = ClickField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||
{
|
||||
CLASS = DNDArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {tableView = NSTableView; };
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{CLASS = DragScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||
{
|
||||
ACTIONS = {cancel = id; openFeedbackWindow = id; sendFeedback = id; };
|
||||
CLASS = FeedbackController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
feedbackWindow = NSWindow;
|
||||
fromView = NSTextField;
|
||||
messageView = NSTextView;
|
||||
sendingIndicator = NSProgressIndicator;
|
||||
subjectView = NSTextField;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
CLASS = FileOutlineView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {fileDrawer = NSDrawer; };
|
||||
SUPERCLASS = NSOutlineView;
|
||||
},
|
||||
{
|
||||
CLASS = FileTreeController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||
SUPERCLASS = NSTreeController;
|
||||
},
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = InfoController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = InfoView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||
{CLASS = PathNode; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {
|
||||
changeVolume = id;
|
||||
next = id;
|
||||
pause = id;
|
||||
pauseResume = id;
|
||||
play = id;
|
||||
playPauseResume = id;
|
||||
prev = id;
|
||||
resume = id;
|
||||
seek = id;
|
||||
stop = id;
|
||||
toggleShowTimeRemaining = id;
|
||||
volumeDown = id;
|
||||
volumeUp = id;
|
||||
};
|
||||
CLASS = PlaybackController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
bitrateField = NSTextField;
|
||||
lengthField = NSTextField;
|
||||
outputDevices = NSArrayController;
|
||||
playButton = NSButton;
|
||||
playlistController = PlaylistController;
|
||||
playlistView = PlaylistView;
|
||||
positionSlider = TrackingSlider;
|
||||
timeField = NSTextField;
|
||||
volumeSlider = NSSlider;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
clear = id;
|
||||
clearFilterPredicate = id;
|
||||
showEntryInFinder = id;
|
||||
takeRepeatFromObject = id;
|
||||
takeShuffleFromObject = id;
|
||||
};
|
||||
CLASS = PlaylistController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||
SUPERCLASS = DNDArrayController;
|
||||
},
|
||||
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
CLASS = PlaylistLoader;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {playlistController = PlaylistController; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
scrollToCurrentEntry = id;
|
||||
shufflePlaylist = id;
|
||||
sortByPath = id;
|
||||
toggleColumn = id;
|
||||
};
|
||||
CLASS = PlaylistView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
playbackController = PlaybackController;
|
||||
playlistController = PlaylistController;
|
||||
};
|
||||
SUPERCLASS = AMRemovableColumnsTableView;
|
||||
},
|
||||
{
|
||||
ACTIONS = {showPrefs = id; };
|
||||
CLASS = PreferencesController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {checkForUpdates = id; };
|
||||
CLASS = SUUpdater;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = SecondsFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
|
||||
{
|
||||
ACTIONS = {
|
||||
changeVolume = id;
|
||||
next = id;
|
||||
pause = id;
|
||||
pauseResume = id;
|
||||
play = id;
|
||||
playPauseResume = id;
|
||||
prev = id;
|
||||
resume = id;
|
||||
seek = id;
|
||||
stop = id;
|
||||
toggleShowTimeRemaining = id;
|
||||
};
|
||||
CLASS = SoundController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
bitrateField = NSTextField;
|
||||
lengthField = NSTextField;
|
||||
playButton = NSButton;
|
||||
playlistController = PlaylistController;
|
||||
playlistView = PlaylistView;
|
||||
positionSlider = TrackingSlider;
|
||||
timeField = NSTextField;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = TrackingSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
|
||||
{
|
||||
ACTIONS = {okay = id; openUpdateWindow = id; takeBoolFromObject = id; };
|
||||
CLASS = UpdateController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
autoCheckButton = NSButton;
|
||||
checkingIndicator = NSProgressIndicator;
|
||||
okayButton = NSButton;
|
||||
statusView = NSTextField;
|
||||
updateWindow = NSWindow;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBPaletteDependency</key>
|
||||
<array>
|
||||
<string>Controllers</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,42 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>76 31 639 388 0 0 1152 842 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>1063</key>
|
||||
<string>654 960 189 68 0 0 1680 1028 </string>
|
||||
<key>1156</key>
|
||||
<string>633 402 241 366 0 0 1440 878 </string>
|
||||
<key>1324</key>
|
||||
<string>664 542 137 182 0 0 1440 878 </string>
|
||||
<key>29</key>
|
||||
<string>161 977 514 44 0 0 1680 1028 </string>
|
||||
<key>463</key>
|
||||
<string>405 501 341 145 0 0 1152 842 </string>
|
||||
<key>513</key>
|
||||
<string>320 525 131 168 0 0 1440 878 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBLockedObjects</key>
|
||||
<array>
|
||||
<integer>484</integer>
|
||||
<integer>606</integer>
|
||||
</array>
|
||||
<key>IBLockedTabItems</key>
|
||||
<array>
|
||||
<integer>564</integer>
|
||||
</array>
|
||||
<key>IBOldestOS</key>
|
||||
<integer>4</integer>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>29</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2218</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,107 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {
|
||||
doArchive = id;
|
||||
doClone = id;
|
||||
doEditable = id;
|
||||
doEnableQTMovieNotifications = id;
|
||||
doExport = id;
|
||||
doFlatten = id;
|
||||
doLayer = id;
|
||||
doLoop = id;
|
||||
doLoopPalindrome = id;
|
||||
doNewMovieFromSelection = id;
|
||||
doPlayAllFrames = id;
|
||||
doPlaySelectionOnly = id;
|
||||
doPreserveAspectRatio = id;
|
||||
doRate = id;
|
||||
doSetBounds = id;
|
||||
doSetFillColour = id;
|
||||
doSetFillColourPanel = id;
|
||||
doSetPosterTime = id;
|
||||
doSetStartTime = id;
|
||||
doSetTime = id;
|
||||
doShowController = id;
|
||||
doShowMovieInspector = id;
|
||||
doShowTrackInspector = id;
|
||||
doVolume = id;
|
||||
updateCurrentTime = id;
|
||||
};
|
||||
CLASS = MovieDocument;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
"_exportAccessoryView" = NSView;
|
||||
"_exportTypePopUpButton" = NSPopUpButton;
|
||||
"_movieCanStepButton" = NSButton;
|
||||
"_movieCopyrightTextField" = NSTextField;
|
||||
"_movieCurrentTimeTextField" = NSTextField;
|
||||
"_movieDataRefTypeTextField" = NSTextField;
|
||||
"_movieDataSizeTextField" = NSTextField;
|
||||
"_movieDisplayNameTextField" = NSTextField;
|
||||
"_movieDurationTextField" = NSTextField;
|
||||
"_movieHasAudioButton" = NSButton;
|
||||
"_movieHasDurationButton" = NSButton;
|
||||
"_movieHasSkinButton" = NSButton;
|
||||
"_movieHasVideoButton" = NSButton;
|
||||
"_movieInspectorPanel" = NSPanel;
|
||||
"_movieIsEditableButton" = NSButton;
|
||||
"_movieIsInteractiveButton" = NSButton;
|
||||
"_movieIsLinearButton" = NSButton;
|
||||
"_movieMuteButton" = NSButton;
|
||||
"_movieNaturalSizeTextField" = NSTextField;
|
||||
"_movieNotificationsTextView" = NSTextView;
|
||||
"_moviePosterTimeTextField" = NSTextField;
|
||||
"_moviePreferredMuteButton" = NSButton;
|
||||
"_moviePreferredRateSlider" = NSSlider;
|
||||
"_moviePreferredVolumeSlider" = NSSlider;
|
||||
"_movieRateSlider" = NSSlider;
|
||||
"_movieSetTimeTextField" = NSTextField;
|
||||
"_movieURLTextField" = NSTextField;
|
||||
"_movieView" = QTMovieView;
|
||||
"_movieVolumeSlider" = NSSlider;
|
||||
"_movieWindow" = NSWindow;
|
||||
"_trackBoundsOriginTextField" = NSTextField;
|
||||
"_trackBoundsSizeTextField" = NSTextField;
|
||||
"_trackCanSendVideoButton" = NSButton;
|
||||
"_trackCanStepButton" = NSButton;
|
||||
"_trackDurationTextField" = NSTextField;
|
||||
"_trackHasAudioButton" = NSButton;
|
||||
"_trackHasDurationButton" = NSButton;
|
||||
"_trackHasSkinButton" = NSButton;
|
||||
"_trackHasVideoButton" = NSButton;
|
||||
"_trackHasVideoFrameRateButton" = NSButton;
|
||||
"_trackInspectorPanel" = NSPanel;
|
||||
"_trackIsLinearButton" = NSButton;
|
||||
"_trackLayerStepper" = NSStepper;
|
||||
"_trackLayerTextField" = NSTextField;
|
||||
"_trackMediaDataReferenceTableView" = NSTableView;
|
||||
"_trackProvidesActionsButton" = NSButton;
|
||||
"_trackProvidesKeyFocusButton" = NSButton;
|
||||
"_trackSetBoundsButton" = NSButton;
|
||||
"_trackSetBoundsTextField" = NSTextField;
|
||||
"_trackSetStartTimeTextField" = NSTextField;
|
||||
"_trackStartTimeTextField" = NSTextField;
|
||||
"_trackTableView" = NSTableView;
|
||||
"_trackVolumeSlider" = NSSlider;
|
||||
};
|
||||
SUPERCLASS = NSDocument;
|
||||
},
|
||||
{CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||
{
|
||||
ACTIONS = {doOpenURL = id; };
|
||||
CLASS = OpenURLPanel;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {mPanel = NSPanel; mUrlComboBox = NSComboBox; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {doOpenURL = id; };
|
||||
CLASS = QTKitPlayerAppDelegate;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>143 34 356 240 0 0 1680 1028 </string>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2218</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,9 +0,0 @@
|
|||
<html>
|
||||
<body style="text-align:center;">
|
||||
Cog is brought to you by Schadenfreude Inc, makers of Cheese Babies ™ and other fine gourmet snacks.
|
||||
<br /><br />
|
||||
This program has been made possible through contributions from users like you.
|
||||
<br /><br />
|
||||
German localization by Heinz-Peter Fohrmann.
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 720 B |
|
@ -1,123 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<title>Cog Hilfe</title>
|
||||
|
||||
<meta name="AppleTitle" content="Cog Help"/>
|
||||
<META NAME="AppleIcon" content="Cog%20Help/images/wheel.png">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
body { font-family: "lucida grande"; font-size: 12px; }
|
||||
|
||||
h2 { margin-top: 30px; }
|
||||
|
||||
a:link, a:visited { color: black; }
|
||||
a:hover { text-decoration: none; }
|
||||
|
||||
td { width: 100px; font-weight: bold; padding-top: 10px; }
|
||||
td.icon { width: auto; }
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="header" style="clear: both;"><img src="images/logo.png" style="width: 200px; " />
|
||||
|
||||
<ul style="float: right; list-style-type: none; margin-right: 20px;">
|
||||
<li><a href="http://cogx.org/">Cog homepage</a></li>
|
||||
<li><a href="http://cogx.org/forums">Cog forums</a></li>
|
||||
<li><a href="mailto:vspader@users.sourceforge.net">Developer email</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="formats" style="float: right; width: 45%; ">
|
||||
|
||||
<h2>Unterstützte Codecs</h2>
|
||||
|
||||
<ul>
|
||||
<li>Ogg Vorbis</li>
|
||||
<li>FLAC</li>
|
||||
<li>AAC</li>
|
||||
<li>MP3</li>
|
||||
<li>WAV</li>
|
||||
<li>AIFF</li>
|
||||
<li>Musepack</li>
|
||||
<li>Monkey's Audio</li>
|
||||
<li>Shorten</li>
|
||||
<li>WavPack</li>
|
||||
<li>Apple Lossless</li>
|
||||
<li>Jeder Codec, der von der Mac OS X 10.4 Core Audio API unterstützt wird</li>
|
||||
</ul>
|
||||
|
||||
<h2>Unterstützte Tags</h2>
|
||||
|
||||
<ul>
|
||||
<li>Vorbis comments/FLAC tags</li>
|
||||
<li>ID3v1.0, 1.1, 2.3+</li>
|
||||
<li>APEv1 and v2</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="buttons">
|
||||
|
||||
<h2>Schalter</h2>
|
||||
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/play_gray.png"/></td>
|
||||
<td>Wiedergabe/Pause</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/prev_gray.png"/></td>
|
||||
<td>Vorheriger Song</td>
|
||||
<td class="icon"><img src="images/next_gray.png"/></td>
|
||||
<td>Nächster Song</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/files_off.png"/></td>
|
||||
<td>Datei-Browser<br>anzeigen/verbergen</td>
|
||||
<td class="icon"><img src="images/repeat_off.png"/></td>
|
||||
<td>Wiederholen ein/aus</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/info_off.png"/></td>
|
||||
<td>Information<br>anzeigen/verbergen</td>
|
||||
<td class="icon"><img src="images/shuffle_off.png"/></td>
|
||||
<td>Zufallsreihenfolge ein/aus</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h2>Allgemeine Merkmale</h2>
|
||||
|
||||
<ul>
|
||||
<li>Last.fm Unterstützung</li>
|
||||
<li>Growl Unterstützung</li>
|
||||
<li>M3U and PLS Playlisten</li>
|
||||
<li>HTTP streaming</li>
|
||||
<li>Output device Auswahl</li>
|
||||
<li>Unterbrechungsfreie Wiedergabe (gapless playback)</li>
|
||||
<li>Logarithmische Lautstärkeregelung</li>
|
||||
<li>Intelligente Zufallswiedergabe (smart shuffle)</li>
|
||||
<li>Suchfunktion</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,23 +0,0 @@
|
|||
"FeedbackFailedMessageText" = "Fehlgeschlagen";
|
||||
"FeedbackFailedInformativeText" = "Feedback konnte nicht gesendet werden.";
|
||||
"FeedbackSuccessMessageText" = "Erfolgreich";
|
||||
"FeedbackSuccessInformativeText" = "Feedback erfolgreich gesendet!";
|
||||
|
||||
"PlayButtonTooltip" = "Wiedergabe";
|
||||
"StopButtonTooltip" = "Stop";
|
||||
"PrevButtonTooltip" = "Vorheriger";
|
||||
"NextButtonTooltip" = "Nächster";
|
||||
|
||||
"TimeElapsed" = "%i:%02i";
|
||||
"TimeRemaining" = "-%i:%02i";
|
||||
|
||||
"AddButtonTooltip" = "Dateien hinzufügen";
|
||||
"RemoveButtonTooltip" = "Ausgewählte Dateien entfernen";
|
||||
"InfoButtonTooltip" = "Information über ausgewählte Datei";
|
||||
"ShuffleButtonTooltip" = "Zufallsreihenfolge";
|
||||
"RepeatButtonTooltip" = "Wiederholen";
|
||||
"FileButtonTooltip" = "Datei-Browser";
|
||||
|
||||
"InvalidURLShort" = "Ungültige URL";
|
||||
"InvalidURLLong" = "Die URL ist nicht gültig.";
|
||||
|
|
@ -1,217 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{
|
||||
CLASS = AMRemovableColumnsTableView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {obligatoryColumnIdentifiers = id; };
|
||||
SUPERCLASS = NSTableView;
|
||||
},
|
||||
{
|
||||
CLASS = AMRemovableTableColumn;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {mainTableView = AMRemovableColumnsTableView; };
|
||||
SUPERCLASS = NSTableColumn;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
delEntries = id;
|
||||
donate = id;
|
||||
openFiles = id;
|
||||
openURL = id;
|
||||
savePlaylist = id;
|
||||
toggleFileDrawer = id;
|
||||
toggleInfoDrawer = id;
|
||||
};
|
||||
CLASS = AppController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
addURLPanel = NSPanel;
|
||||
fileButton = NSButton;
|
||||
fileDrawer = NSDrawer;
|
||||
fileOutlineView = FileOutlineView;
|
||||
fileTreeController = FileTreeController;
|
||||
infoButton = NSButton;
|
||||
infoDrawer = NSDrawer;
|
||||
mainWindow = NSPanel;
|
||||
nextButton = NSButton;
|
||||
playButton = NSButton;
|
||||
playbackController = PlaybackController;
|
||||
playlistController = PlaylistController;
|
||||
playlistLoader = PlaylistLoader;
|
||||
playlistView = PlaylistView;
|
||||
prevButton = NSButton;
|
||||
repeatButton = NSButton;
|
||||
showAlbumColumn = NSMenuItem;
|
||||
showArtistColumn = NSMenuItem;
|
||||
showGenreColumn = NSMenuItem;
|
||||
showIndexColumn = NSMenuItem;
|
||||
showLengthColumn = NSMenuItem;
|
||||
showTitleColumn = NSMenuItem;
|
||||
showTrackColumn = NSMenuItem;
|
||||
showYearColumn = NSMenuItem;
|
||||
shuffleButton = NSButton;
|
||||
urlComboBox = NSComboBox;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = ClickField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||
{
|
||||
CLASS = DNDArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {tableView = NSTableView; };
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{CLASS = DragScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||
{
|
||||
ACTIONS = {cancel = id; openFeedbackWindow = id; sendFeedback = id; };
|
||||
CLASS = FeedbackController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
feedbackWindow = NSWindow;
|
||||
fromView = NSTextField;
|
||||
messageView = NSTextView;
|
||||
sendingIndicator = NSProgressIndicator;
|
||||
subjectView = NSTextField;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
CLASS = FileOutlineView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {fileDrawer = NSDrawer; };
|
||||
SUPERCLASS = NSOutlineView;
|
||||
},
|
||||
{
|
||||
CLASS = FileTreeController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||
SUPERCLASS = NSTreeController;
|
||||
},
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = InfoController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = InfoView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||
{CLASS = PathNode; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {
|
||||
changeVolume = id;
|
||||
next = id;
|
||||
pause = id;
|
||||
pauseResume = id;
|
||||
play = id;
|
||||
playPauseResume = id;
|
||||
prev = id;
|
||||
resume = id;
|
||||
seek = id;
|
||||
stop = id;
|
||||
toggleShowTimeRemaining = id;
|
||||
volumeDown = id;
|
||||
volumeUp = id;
|
||||
};
|
||||
CLASS = PlaybackController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
bitrateField = NSTextField;
|
||||
lengthField = NSTextField;
|
||||
outputDevices = NSArrayController;
|
||||
playButton = NSButton;
|
||||
playlistController = PlaylistController;
|
||||
playlistView = PlaylistView;
|
||||
positionSlider = TrackingSlider;
|
||||
timeField = NSTextField;
|
||||
volumeSlider = NSSlider;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
clear = id;
|
||||
clearFilterPredicate = id;
|
||||
showEntryInFinder = id;
|
||||
takeRepeatFromObject = id;
|
||||
takeShuffleFromObject = id;
|
||||
};
|
||||
CLASS = PlaylistController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||
SUPERCLASS = DNDArrayController;
|
||||
},
|
||||
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
CLASS = PlaylistLoader;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {playlistController = PlaylistController; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
scrollToCurrentEntry = id;
|
||||
shufflePlaylist = id;
|
||||
sortByPath = id;
|
||||
toggleColumn = id;
|
||||
};
|
||||
CLASS = PlaylistView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
playbackController = PlaybackController;
|
||||
playlistController = PlaylistController;
|
||||
};
|
||||
SUPERCLASS = AMRemovableColumnsTableView;
|
||||
},
|
||||
{
|
||||
ACTIONS = {showPrefs = id; };
|
||||
CLASS = PreferencesController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {checkForUpdates = id; };
|
||||
CLASS = SUUpdater;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = SecondsFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
|
||||
{
|
||||
ACTIONS = {
|
||||
changeVolume = id;
|
||||
next = id;
|
||||
pause = id;
|
||||
pauseResume = id;
|
||||
play = id;
|
||||
playPauseResume = id;
|
||||
prev = id;
|
||||
resume = id;
|
||||
seek = id;
|
||||
stop = id;
|
||||
toggleShowTimeRemaining = id;
|
||||
};
|
||||
CLASS = SoundController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
bitrateField = NSTextField;
|
||||
lengthField = NSTextField;
|
||||
playButton = NSButton;
|
||||
playlistController = PlaylistController;
|
||||
playlistView = PlaylistView;
|
||||
positionSlider = TrackingSlider;
|
||||
timeField = NSTextField;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = TrackingSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
|
||||
{
|
||||
ACTIONS = {okay = id; openUpdateWindow = id; takeBoolFromObject = id; };
|
||||
CLASS = UpdateController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
autoCheckButton = NSButton;
|
||||
checkingIndicator = NSProgressIndicator;
|
||||
okayButton = NSButton;
|
||||
statusView = NSTextField;
|
||||
updateWindow = NSWindow;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBPaletteDependency</key>
|
||||
<array>
|
||||
<string>Controllers</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,48 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>451 249 639 388 0 0 1680 1028 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>1063</key>
|
||||
<string>653 960 150 68 0 0 1680 1028 </string>
|
||||
<key>1156</key>
|
||||
<string>519 459 241 366 0 0 1280 938 </string>
|
||||
<key>1324</key>
|
||||
<string>788 658 150 182 0 0 1680 1028 </string>
|
||||
<key>29</key>
|
||||
<string>-2 975 468 44 0 0 1680 1028 </string>
|
||||
<key>463</key>
|
||||
<string>631 640 418 145 0 0 1680 1028 </string>
|
||||
<key>513</key>
|
||||
<string>118 752 162 168 0 0 1680 1028 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBLockedObjects</key>
|
||||
<array>
|
||||
<integer>484</integer>
|
||||
<integer>606</integer>
|
||||
</array>
|
||||
<key>IBLockedTabItems</key>
|
||||
<array>
|
||||
<integer>564</integer>
|
||||
</array>
|
||||
<key>IBOldestOS</key>
|
||||
<integer>4</integer>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>21</integer>
|
||||
<integer>29</integer>
|
||||
<integer>1324</integer>
|
||||
<integer>280</integer>
|
||||
<integer>513</integer>
|
||||
<integer>1063</integer>
|
||||
<integer>463</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2218</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,107 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {
|
||||
doArchive = id;
|
||||
doClone = id;
|
||||
doEditable = id;
|
||||
doEnableQTMovieNotifications = id;
|
||||
doExport = id;
|
||||
doFlatten = id;
|
||||
doLayer = id;
|
||||
doLoop = id;
|
||||
doLoopPalindrome = id;
|
||||
doNewMovieFromSelection = id;
|
||||
doPlayAllFrames = id;
|
||||
doPlaySelectionOnly = id;
|
||||
doPreserveAspectRatio = id;
|
||||
doRate = id;
|
||||
doSetBounds = id;
|
||||
doSetFillColour = id;
|
||||
doSetFillColourPanel = id;
|
||||
doSetPosterTime = id;
|
||||
doSetStartTime = id;
|
||||
doSetTime = id;
|
||||
doShowController = id;
|
||||
doShowMovieInspector = id;
|
||||
doShowTrackInspector = id;
|
||||
doVolume = id;
|
||||
updateCurrentTime = id;
|
||||
};
|
||||
CLASS = MovieDocument;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
"_exportAccessoryView" = NSView;
|
||||
"_exportTypePopUpButton" = NSPopUpButton;
|
||||
"_movieCanStepButton" = NSButton;
|
||||
"_movieCopyrightTextField" = NSTextField;
|
||||
"_movieCurrentTimeTextField" = NSTextField;
|
||||
"_movieDataRefTypeTextField" = NSTextField;
|
||||
"_movieDataSizeTextField" = NSTextField;
|
||||
"_movieDisplayNameTextField" = NSTextField;
|
||||
"_movieDurationTextField" = NSTextField;
|
||||
"_movieHasAudioButton" = NSButton;
|
||||
"_movieHasDurationButton" = NSButton;
|
||||
"_movieHasSkinButton" = NSButton;
|
||||
"_movieHasVideoButton" = NSButton;
|
||||
"_movieInspectorPanel" = NSPanel;
|
||||
"_movieIsEditableButton" = NSButton;
|
||||
"_movieIsInteractiveButton" = NSButton;
|
||||
"_movieIsLinearButton" = NSButton;
|
||||
"_movieMuteButton" = NSButton;
|
||||
"_movieNaturalSizeTextField" = NSTextField;
|
||||
"_movieNotificationsTextView" = NSTextView;
|
||||
"_moviePosterTimeTextField" = NSTextField;
|
||||
"_moviePreferredMuteButton" = NSButton;
|
||||
"_moviePreferredRateSlider" = NSSlider;
|
||||
"_moviePreferredVolumeSlider" = NSSlider;
|
||||
"_movieRateSlider" = NSSlider;
|
||||
"_movieSetTimeTextField" = NSTextField;
|
||||
"_movieURLTextField" = NSTextField;
|
||||
"_movieView" = QTMovieView;
|
||||
"_movieVolumeSlider" = NSSlider;
|
||||
"_movieWindow" = NSWindow;
|
||||
"_trackBoundsOriginTextField" = NSTextField;
|
||||
"_trackBoundsSizeTextField" = NSTextField;
|
||||
"_trackCanSendVideoButton" = NSButton;
|
||||
"_trackCanStepButton" = NSButton;
|
||||
"_trackDurationTextField" = NSTextField;
|
||||
"_trackHasAudioButton" = NSButton;
|
||||
"_trackHasDurationButton" = NSButton;
|
||||
"_trackHasSkinButton" = NSButton;
|
||||
"_trackHasVideoButton" = NSButton;
|
||||
"_trackHasVideoFrameRateButton" = NSButton;
|
||||
"_trackInspectorPanel" = NSPanel;
|
||||
"_trackIsLinearButton" = NSButton;
|
||||
"_trackLayerStepper" = NSStepper;
|
||||
"_trackLayerTextField" = NSTextField;
|
||||
"_trackMediaDataReferenceTableView" = NSTableView;
|
||||
"_trackProvidesActionsButton" = NSButton;
|
||||
"_trackProvidesKeyFocusButton" = NSButton;
|
||||
"_trackSetBoundsButton" = NSButton;
|
||||
"_trackSetBoundsTextField" = NSTextField;
|
||||
"_trackSetStartTimeTextField" = NSTextField;
|
||||
"_trackStartTimeTextField" = NSTextField;
|
||||
"_trackTableView" = NSTableView;
|
||||
"_trackVolumeSlider" = NSSlider;
|
||||
};
|
||||
SUPERCLASS = NSDocument;
|
||||
},
|
||||
{CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||
{
|
||||
ACTIONS = {doOpenURL = id; };
|
||||
CLASS = OpenURLPanel;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {mPanel = NSPanel; mUrlComboBox = NSComboBox; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {doOpenURL = id; };
|
||||
CLASS = QTKitPlayerAppDelegate;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>100 78 356 240 0 0 1280 938 </string>
|
||||
<key>IBFramework Version</key>
|
||||
<string>437.0</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>5</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R218</string>
|
||||
</dict>
|
||||
</plist>
|
Before Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 720 B |
|
@ -1,123 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<title>Βοήθεια περί του Cog</title>
|
||||
|
||||
<meta name="AppleTitle" content="Cog Help"/>
|
||||
<META NAME="AppleIcon" content="Cog%20Help/images/wheel.png">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
body { font-family: "lucida grande"; font-size: 12px; }
|
||||
|
||||
h2 { margin-top: 30px; }
|
||||
|
||||
a:link, a:visited { color: black; }
|
||||
a:hover { text-decoration: none; }
|
||||
|
||||
td { width: 100px; font-weight: bold; padding-top: 10px; }
|
||||
td.icon { width: auto; }
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="header" style="clear: both;"><img src="images/logo.png" style="width: 200px; " />
|
||||
|
||||
<ul style="float: right; list-style-type: none; margin-right: 20px;">
|
||||
<li><a href="http://cogx.org/">Σελίδα του Cog</a></li>
|
||||
<li><a href="http://cogx.org/forums">Fora του Cog</a></li>
|
||||
<li><a href="mailto:vspader@users.sourceforge.net">Απόστολή e-mail στον προγραμματιστή</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="formats" style="float: right; width: 45%; ">
|
||||
|
||||
<h2>Υποστηριζόμενα codecs</h2>
|
||||
|
||||
<ul>
|
||||
<li>Ogg Vorbis</li>
|
||||
<li>FLAC</li>
|
||||
<li>AAC</li>
|
||||
<li>MP3</li>
|
||||
<li>WAV</li>
|
||||
<li>AIFF</li>
|
||||
<li>Musepack</li>
|
||||
<li>Monkey's Audio</li>
|
||||
<li>Shorten</li>
|
||||
<li>WavPack</li>
|
||||
<li>Apple Lossless</li>
|
||||
<li>Κάθε codec υποστηριζόμενο από το Core Audio API του Mac OS X 10.4</li>
|
||||
</ul>
|
||||
|
||||
<h2>Υποστηριζόμενα tags</h2>
|
||||
|
||||
<ul>
|
||||
<li>Σχόλια Vorbis/FLAC tags</li>
|
||||
<li>ID3v1.0, 1.1, 2.3+</li>
|
||||
<li>APEv1 και v2</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="buttons">
|
||||
|
||||
<h2>Πλήκτρα</h2>
|
||||
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/play_gray.png"/></td>
|
||||
<td>Αναπαραγωγή/Παύση</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/prev_gray.png"/></td>
|
||||
<td>Προηγούμενο Τραγούδι</td>
|
||||
<td class="icon"><img src="images/next_gray.png"/></td>
|
||||
<td>Επόμενο Τραγούδι</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/files_off.png"/></td>
|
||||
<td>Προβολή/απόκρυψη<br>Συρταριού Αρχείων</td>
|
||||
<td class="icon"><img src="images/repeat_off.png"/></td>
|
||||
<td>Ενεργοποίηση/απενεργοποίηση Συνεχόμενης αναπαραγωγής</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/info_off.png"/></td>
|
||||
<td> Προβολή/απόκρυψη<br> Συρταριού Πληροφοριών</td>
|
||||
<td class="icon"><img src="images/shuffle_off.png"/></td>
|
||||
<td> Ενεργοποίηση/απενεργοποίηση Τυχαίας αναπαραγωγής </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h2>Γενικά Χαρακτηριστικά</h2>
|
||||
|
||||
<ul>
|
||||
<li>Υποστήριξη για Last.fm</li>
|
||||
<li>Υποστήριξη για Growl</li>
|
||||
<li>Λίστες αναπαραγωγής M3U και PLS</li>
|
||||
<li>HTTP streaming</li>
|
||||
<li>Επιλογή συσκευής εξόδου</li>
|
||||
<li>Αναπαραγωγή χωρίς κενά</li>
|
||||
<li>Λογαριθμικός έλεγχος εντάσεως</li>
|
||||
<li>Έξυπνη τυχαία αναπαραγωγή</li>
|
||||
<li>Μετακίνηση μέσα στα τραγούδια</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,217 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{
|
||||
CLASS = AMRemovableColumnsTableView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {obligatoryColumnIdentifiers = id; };
|
||||
SUPERCLASS = NSTableView;
|
||||
},
|
||||
{
|
||||
CLASS = AMRemovableTableColumn;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {mainTableView = AMRemovableColumnsTableView; };
|
||||
SUPERCLASS = NSTableColumn;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
delEntries = id;
|
||||
donate = id;
|
||||
openFiles = id;
|
||||
openURL = id;
|
||||
savePlaylist = id;
|
||||
toggleFileDrawer = id;
|
||||
toggleInfoDrawer = id;
|
||||
};
|
||||
CLASS = AppController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
addURLPanel = NSPanel;
|
||||
fileButton = NSButton;
|
||||
fileDrawer = NSDrawer;
|
||||
fileOutlineView = FileOutlineView;
|
||||
fileTreeController = FileTreeController;
|
||||
infoButton = NSButton;
|
||||
infoDrawer = NSDrawer;
|
||||
mainWindow = NSPanel;
|
||||
nextButton = NSButton;
|
||||
playButton = NSButton;
|
||||
playbackController = PlaybackController;
|
||||
playlistController = PlaylistController;
|
||||
playlistLoader = PlaylistLoader;
|
||||
playlistView = PlaylistView;
|
||||
prevButton = NSButton;
|
||||
repeatButton = NSButton;
|
||||
showAlbumColumn = NSMenuItem;
|
||||
showArtistColumn = NSMenuItem;
|
||||
showGenreColumn = NSMenuItem;
|
||||
showIndexColumn = NSMenuItem;
|
||||
showLengthColumn = NSMenuItem;
|
||||
showTitleColumn = NSMenuItem;
|
||||
showTrackColumn = NSMenuItem;
|
||||
showYearColumn = NSMenuItem;
|
||||
shuffleButton = NSButton;
|
||||
urlComboBox = NSComboBox;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = ClickField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||
{
|
||||
CLASS = DNDArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {tableView = NSTableView; };
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{CLASS = DragScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||
{
|
||||
ACTIONS = {cancel = id; openFeedbackWindow = id; sendFeedback = id; };
|
||||
CLASS = FeedbackController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
feedbackWindow = NSWindow;
|
||||
fromView = NSTextField;
|
||||
messageView = NSTextView;
|
||||
sendingIndicator = NSProgressIndicator;
|
||||
subjectView = NSTextField;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
CLASS = FileOutlineView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {fileDrawer = NSDrawer; };
|
||||
SUPERCLASS = NSOutlineView;
|
||||
},
|
||||
{
|
||||
CLASS = FileTreeController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||
SUPERCLASS = NSTreeController;
|
||||
},
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = InfoController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = InfoView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||
{CLASS = PathNode; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {
|
||||
changeVolume = id;
|
||||
next = id;
|
||||
pause = id;
|
||||
pauseResume = id;
|
||||
play = id;
|
||||
playPauseResume = id;
|
||||
prev = id;
|
||||
resume = id;
|
||||
seek = id;
|
||||
stop = id;
|
||||
toggleShowTimeRemaining = id;
|
||||
volumeDown = id;
|
||||
volumeUp = id;
|
||||
};
|
||||
CLASS = PlaybackController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
bitrateField = NSTextField;
|
||||
lengthField = NSTextField;
|
||||
outputDevices = NSArrayController;
|
||||
playButton = NSButton;
|
||||
playlistController = PlaylistController;
|
||||
playlistView = PlaylistView;
|
||||
positionSlider = TrackingSlider;
|
||||
timeField = NSTextField;
|
||||
volumeSlider = NSSlider;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
clear = id;
|
||||
clearFilterPredicate = id;
|
||||
showEntryInFinder = id;
|
||||
takeRepeatFromObject = id;
|
||||
takeShuffleFromObject = id;
|
||||
};
|
||||
CLASS = PlaylistController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||
SUPERCLASS = DNDArrayController;
|
||||
},
|
||||
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
CLASS = PlaylistLoader;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {playlistController = PlaylistController; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
scrollToCurrentEntry = id;
|
||||
shufflePlaylist = id;
|
||||
sortByPath = id;
|
||||
toggleColumn = id;
|
||||
};
|
||||
CLASS = PlaylistView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
playbackController = PlaybackController;
|
||||
playlistController = PlaylistController;
|
||||
};
|
||||
SUPERCLASS = AMRemovableColumnsTableView;
|
||||
},
|
||||
{
|
||||
ACTIONS = {showPrefs = id; };
|
||||
CLASS = PreferencesController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {checkForUpdates = id; };
|
||||
CLASS = SUUpdater;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = SecondsFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
|
||||
{
|
||||
ACTIONS = {
|
||||
changeVolume = id;
|
||||
next = id;
|
||||
pause = id;
|
||||
pauseResume = id;
|
||||
play = id;
|
||||
playPauseResume = id;
|
||||
prev = id;
|
||||
resume = id;
|
||||
seek = id;
|
||||
stop = id;
|
||||
toggleShowTimeRemaining = id;
|
||||
};
|
||||
CLASS = SoundController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
bitrateField = NSTextField;
|
||||
lengthField = NSTextField;
|
||||
playButton = NSButton;
|
||||
playlistController = PlaylistController;
|
||||
playlistView = PlaylistView;
|
||||
positionSlider = TrackingSlider;
|
||||
timeField = NSTextField;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{CLASS = TrackingSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
|
||||
{
|
||||
ACTIONS = {okay = id; openUpdateWindow = id; takeBoolFromObject = id; };
|
||||
CLASS = UpdateController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
autoCheckButton = NSButton;
|
||||
checkingIndicator = NSProgressIndicator;
|
||||
okayButton = NSButton;
|
||||
statusView = NSTextField;
|
||||
updateWindow = NSWindow;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBPaletteDependency</key>
|
||||
<array>
|
||||
<string>Controllers</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,42 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>274 244 639 388 0 0 1680 1028 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>1063</key>
|
||||
<string>549 810 182 68 0 0 1440 878 </string>
|
||||
<key>1156</key>
|
||||
<string>599 422 241 366 0 0 1440 878 </string>
|
||||
<key>1324</key>
|
||||
<string>664 542 179 182 0 0 1440 878 </string>
|
||||
<key>29</key>
|
||||
<string>167 976 645 44 0 0 1680 1028 </string>
|
||||
<key>463</key>
|
||||
<string>549 533 341 145 0 0 1440 878 </string>
|
||||
<key>513</key>
|
||||
<string>320 525 131 168 0 0 1440 878 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBLockedObjects</key>
|
||||
<array>
|
||||
<integer>484</integer>
|
||||
<integer>606</integer>
|
||||
</array>
|
||||
<key>IBLockedTabItems</key>
|
||||
<array>
|
||||
<integer>564</integer>
|
||||
</array>
|
||||
<key>IBOldestOS</key>
|
||||
<integer>4</integer>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>29</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2218</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,107 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {
|
||||
doArchive = id;
|
||||
doClone = id;
|
||||
doEditable = id;
|
||||
doEnableQTMovieNotifications = id;
|
||||
doExport = id;
|
||||
doFlatten = id;
|
||||
doLayer = id;
|
||||
doLoop = id;
|
||||
doLoopPalindrome = id;
|
||||
doNewMovieFromSelection = id;
|
||||
doPlayAllFrames = id;
|
||||
doPlaySelectionOnly = id;
|
||||
doPreserveAspectRatio = id;
|
||||
doRate = id;
|
||||
doSetBounds = id;
|
||||
doSetFillColour = id;
|
||||
doSetFillColourPanel = id;
|
||||
doSetPosterTime = id;
|
||||
doSetStartTime = id;
|
||||
doSetTime = id;
|
||||
doShowController = id;
|
||||
doShowMovieInspector = id;
|
||||
doShowTrackInspector = id;
|
||||
doVolume = id;
|
||||
updateCurrentTime = id;
|
||||
};
|
||||
CLASS = MovieDocument;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
"_exportAccessoryView" = NSView;
|
||||
"_exportTypePopUpButton" = NSPopUpButton;
|
||||
"_movieCanStepButton" = NSButton;
|
||||
"_movieCopyrightTextField" = NSTextField;
|
||||
"_movieCurrentTimeTextField" = NSTextField;
|
||||
"_movieDataRefTypeTextField" = NSTextField;
|
||||
"_movieDataSizeTextField" = NSTextField;
|
||||
"_movieDisplayNameTextField" = NSTextField;
|
||||
"_movieDurationTextField" = NSTextField;
|
||||
"_movieHasAudioButton" = NSButton;
|
||||
"_movieHasDurationButton" = NSButton;
|
||||
"_movieHasSkinButton" = NSButton;
|
||||
"_movieHasVideoButton" = NSButton;
|
||||
"_movieInspectorPanel" = NSPanel;
|
||||
"_movieIsEditableButton" = NSButton;
|
||||
"_movieIsInteractiveButton" = NSButton;
|
||||
"_movieIsLinearButton" = NSButton;
|
||||
"_movieMuteButton" = NSButton;
|
||||
"_movieNaturalSizeTextField" = NSTextField;
|
||||
"_movieNotificationsTextView" = NSTextView;
|
||||
"_moviePosterTimeTextField" = NSTextField;
|
||||
"_moviePreferredMuteButton" = NSButton;
|
||||
"_moviePreferredRateSlider" = NSSlider;
|
||||
"_moviePreferredVolumeSlider" = NSSlider;
|
||||
"_movieRateSlider" = NSSlider;
|
||||
"_movieSetTimeTextField" = NSTextField;
|
||||
"_movieURLTextField" = NSTextField;
|
||||
"_movieView" = QTMovieView;
|
||||
"_movieVolumeSlider" = NSSlider;
|
||||
"_movieWindow" = NSWindow;
|
||||
"_trackBoundsOriginTextField" = NSTextField;
|
||||
"_trackBoundsSizeTextField" = NSTextField;
|
||||
"_trackCanSendVideoButton" = NSButton;
|
||||
"_trackCanStepButton" = NSButton;
|
||||
"_trackDurationTextField" = NSTextField;
|
||||
"_trackHasAudioButton" = NSButton;
|
||||
"_trackHasDurationButton" = NSButton;
|
||||
"_trackHasSkinButton" = NSButton;
|
||||
"_trackHasVideoButton" = NSButton;
|
||||
"_trackHasVideoFrameRateButton" = NSButton;
|
||||
"_trackInspectorPanel" = NSPanel;
|
||||
"_trackIsLinearButton" = NSButton;
|
||||
"_trackLayerStepper" = NSStepper;
|
||||
"_trackLayerTextField" = NSTextField;
|
||||
"_trackMediaDataReferenceTableView" = NSTableView;
|
||||
"_trackProvidesActionsButton" = NSButton;
|
||||
"_trackProvidesKeyFocusButton" = NSButton;
|
||||
"_trackSetBoundsButton" = NSButton;
|
||||
"_trackSetBoundsTextField" = NSTextField;
|
||||
"_trackSetStartTimeTextField" = NSTextField;
|
||||
"_trackStartTimeTextField" = NSTextField;
|
||||
"_trackTableView" = NSTableView;
|
||||
"_trackVolumeSlider" = NSSlider;
|
||||
};
|
||||
SUPERCLASS = NSDocument;
|
||||
},
|
||||
{CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||
{
|
||||
ACTIONS = {doOpenURL = id; };
|
||||
CLASS = OpenURLPanel;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {mPanel = NSPanel; mUrlComboBox = NSComboBox; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {doOpenURL = id; };
|
||||
CLASS = QTKitPlayerAppDelegate;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>143 34 356 240 0 0 1680 1028 </string>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2218</string>
|
||||
</dict>
|
||||
</plist>
|
Before Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 720 B |
|
@ -1,123 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<title>עזרה Cog</title>
|
||||
|
||||
<meta name="AppleTitle" content="Cog Help"/>
|
||||
<META NAME="AppleIcon" content="Cog%20Help/images/wheel.png">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
body { font-family: "lucida grande"; font-size: 12px; }
|
||||
|
||||
h2 { margin-top: 30px; }
|
||||
|
||||
a:link, a:visited { color: black; }
|
||||
a:hover { text-decoration: none; }
|
||||
|
||||
td { width: 100px; font-weight: bold; padding-top: 10px; }
|
||||
td.icon { width: auto; }
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="header" style="clear: both;"><img src="images/logo.png" style="width: 200px; " />
|
||||
|
||||
<ul style="float: right; list-style-type: none; margin-right: 20px;">
|
||||
<li><a href="http://cogx.org/">עמוד בית</a></li>
|
||||
<li><a href="http://cogx.org/forums">לוח מודעות</a></li>
|
||||
<li><a href="mailto:vspader@users.sourceforge.net">דואר אלקטרוני</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="formats" style="float: right; width: 45%; ">
|
||||
|
||||
<h2>אותות תואם</h2>
|
||||
|
||||
<ul>
|
||||
<li>Ogg Vorbis</li>
|
||||
<li>FLAC</li>
|
||||
<li>AAC</li>
|
||||
<li>MP3</li>
|
||||
<li>WAV</li>
|
||||
<li>AIFF</li>
|
||||
<li>Musepack</li>
|
||||
<li>Monkey's Audio</li>
|
||||
<li>Shorten</li>
|
||||
<li>WavPack</li>
|
||||
<li>Apple Lossless</li>
|
||||
<li>Any codec supported by Mac OS X 10.4's Core Audio API</li>
|
||||
</ul>
|
||||
|
||||
<h2>מטאדה תואם</h2>
|
||||
|
||||
<ul>
|
||||
<li>Vorbis comments/FLAC tags</li>
|
||||
<li>ID3v1.0, 1.1, 2.3+</li>
|
||||
<li>APEv1 and v2</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="buttons">
|
||||
|
||||
<h2>סמלים</h2>
|
||||
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/play_gray.png"/></td>
|
||||
<td>הפעל/השהה</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/prev_gray.png"/></td>
|
||||
<td>שיר קודם</td>
|
||||
<td class="icon"><img src="images/next_gray.png"/></td>
|
||||
<td>שיר אחר</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/files_off.png"/></td>
|
||||
<td>הצג לוח מקובץ</td>
|
||||
<td class="icon"><img src="images/repeat_off.png"/></td>
|
||||
<td>לחזור</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="icon"><img src="images/info_off.png"/></td>
|
||||
<td>הצג לוח מידע</td>
|
||||
<td class="icon"><img src="images/shuffle_off.png"/></td>
|
||||
<td>מצב אקראית</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h2>קווים כלליים</h2>
|
||||
|
||||
<ul>
|
||||
<li>Last.fm תמיכה</li>
|
||||
<li>Growl תמיכה</li>
|
||||
<li>M3U & PLS תמיכה</li>
|
||||
<li>תמיכה זרימה</li>
|
||||
<li>הרבה פלט שמע</li>
|
||||
<li>ללא עצירות השמעת הקלטה</li>
|
||||
<li>עוצמה של לוגריתמים</li>
|
||||
<li>חכמות אקראית</li>
|
||||
<li>חיפוש</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,380 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBClasses</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>DNDArrayController</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>tableView</key>
|
||||
<string>NSTableView</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSArrayController</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>TrackingSlider</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSSlider</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>FileTreeController</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>playlistLoader</key>
|
||||
<string>PlaylistLoader</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSTreeController</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>ACTIONS</key>
|
||||
<dict>
|
||||
<key>scrollToCurrentEntry</key>
|
||||
<string>id</string>
|
||||
<key>shufflePlaylist</key>
|
||||
<string>id</string>
|
||||
<key>sortByPath</key>
|
||||
<string>id</string>
|
||||
<key>toggleColumn</key>
|
||||
<string>id</string>
|
||||
</dict>
|
||||
<key>CLASS</key>
|
||||
<string>PlaylistView</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>playbackController</key>
|
||||
<string>PlaybackController</string>
|
||||
<key>playlistController</key>
|
||||
<string>PlaylistController</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>AMRemovableColumnsTableView</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>AMRemovableColumnsTableView</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>obligatoryColumnIdentifiers</key>
|
||||
<string>id</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSTableView</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>PlaylistLoader</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>playlistController</key>
|
||||
<string>PlaylistController</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSObject</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>ACTIONS</key>
|
||||
<dict>
|
||||
<key>showPrefs</key>
|
||||
<string>id</string>
|
||||
</dict>
|
||||
<key>CLASS</key>
|
||||
<string>PreferencesController</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSObject</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>FirstResponder</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSObject</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>ACTIONS</key>
|
||||
<dict>
|
||||
<key>changeVolume</key>
|
||||
<string>id</string>
|
||||
<key>next</key>
|
||||
<string>id</string>
|
||||
<key>pause</key>
|
||||
<string>id</string>
|
||||
<key>pauseResume</key>
|
||||
<string>id</string>
|
||||
<key>play</key>
|
||||
<string>id</string>
|
||||
<key>playPauseResume</key>
|
||||
<string>id</string>
|
||||
<key>prev</key>
|
||||
<string>id</string>
|
||||
<key>resume</key>
|
||||
<string>id</string>
|
||||
<key>seek</key>
|
||||
<string>id</string>
|
||||
<key>stop</key>
|
||||
<string>id</string>
|
||||
<key>toggleShowTimeRemaining</key>
|
||||
<string>id</string>
|
||||
<key>volumeDown</key>
|
||||
<string>id</string>
|
||||
<key>volumeUp</key>
|
||||
<string>id</string>
|
||||
</dict>
|
||||
<key>CLASS</key>
|
||||
<string>PlaybackController</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>bitrateField</key>
|
||||
<string>NSTextField</string>
|
||||
<key>lengthField</key>
|
||||
<string>NSTextField</string>
|
||||
<key>outputDevices</key>
|
||||
<string>NSArrayController</string>
|
||||
<key>playButton</key>
|
||||
<string>NSButton</string>
|
||||
<key>playlistController</key>
|
||||
<string>PlaylistController</string>
|
||||
<key>playlistView</key>
|
||||
<string>PlaylistView</string>
|
||||
<key>positionSlider</key>
|
||||
<string>TrackingSlider</string>
|
||||
<key>timeField</key>
|
||||
<string>NSTextField</string>
|
||||
<key>volumeSlider</key>
|
||||
<string>NSSlider</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSObject</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>NSObject</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>ClickField</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSTextField</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>ACTIONS</key>
|
||||
<dict>
|
||||
<key>cancel</key>
|
||||
<string>id</string>
|
||||
<key>openFeedbackWindow</key>
|
||||
<string>id</string>
|
||||
<key>sendFeedback</key>
|
||||
<string>id</string>
|
||||
</dict>
|
||||
<key>CLASS</key>
|
||||
<string>FeedbackController</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>feedbackWindow</key>
|
||||
<string>NSWindow</string>
|
||||
<key>fromView</key>
|
||||
<string>NSTextField</string>
|
||||
<key>messageView</key>
|
||||
<string>NSTextView</string>
|
||||
<key>sendingIndicator</key>
|
||||
<string>NSProgressIndicator</string>
|
||||
<key>subjectView</key>
|
||||
<string>NSTextField</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSObject</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>ACTIONS</key>
|
||||
<dict>
|
||||
<key>checkForUpdates</key>
|
||||
<string>id</string>
|
||||
</dict>
|
||||
<key>CLASS</key>
|
||||
<string>SUUpdater</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSObject</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>ACTIONS</key>
|
||||
<dict>
|
||||
<key>clear</key>
|
||||
<string>id</string>
|
||||
<key>clearFilterPredicate</key>
|
||||
<string>id</string>
|
||||
<key>showEntryInFinder</key>
|
||||
<string>id</string>
|
||||
<key>takeRepeatFromObject</key>
|
||||
<string>id</string>
|
||||
<key>takeShuffleFromObject</key>
|
||||
<string>id</string>
|
||||
</dict>
|
||||
<key>CLASS</key>
|
||||
<string>PlaylistController</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>playlistLoader</key>
|
||||
<string>PlaylistLoader</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>DNDArrayController</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>FileOutlineView</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>fileDrawer</key>
|
||||
<string>NSDrawer</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSOutlineView</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>FileTreeDataSource</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>outlineView</key>
|
||||
<string>NSOutlineView</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSObject</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CLASS</key>
|
||||
<string>AMRemovableTableColumn</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>mainTableView</key>
|
||||
<string>AMRemovableColumnsTableView</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSTableColumn</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>ACTIONS</key>
|
||||
<dict>
|
||||
<key>delEntries</key>
|
||||
<string>id</string>
|
||||
<key>donate</key>
|
||||
<string>id</string>
|
||||
<key>openFiles</key>
|
||||
<string>id</string>
|
||||
<key>openURL</key>
|
||||
<string>id</string>
|
||||
<key>savePlaylist</key>
|
||||
<string>id</string>
|
||||
<key>toggleFileDrawer</key>
|
||||
<string>id</string>
|
||||
<key>toggleInfoDrawer</key>
|
||||
<string>id</string>
|
||||
</dict>
|
||||
<key>CLASS</key>
|
||||
<string>AppController</string>
|
||||
<key>LANGUAGE</key>
|
||||
<string>ObjC</string>
|
||||
<key>OUTLETS</key>
|
||||
<dict>
|
||||
<key>addURLPanel</key>
|
||||
<string>NSPanel</string>
|
||||
<key>fileButton</key>
|
||||
<string>NSButton</string>
|
||||
<key>fileDrawer</key>
|
||||
<string>NSDrawer</string>
|
||||
<key>fileOutlineView</key>
|
||||
<string>FileOutlineView</string>
|
||||
<key>fileTreeController</key>
|
||||
<string>FileTreeController</string>
|
||||
<key>fileTreeDataSource</key>
|
||||
<string>FileTreeDataSource</string>
|
||||
<key>infoButton</key>
|
||||
<string>NSButton</string>
|
||||
<key>infoDrawer</key>
|
||||
<string>NSDrawer</string>
|
||||
<key>mainWindow</key>
|
||||
<string>NSPanel</string>
|
||||
<key>nextButton</key>
|
||||
<string>NSButton</string>
|
||||
<key>playButton</key>
|
||||
<string>NSButton</string>
|
||||
<key>playbackController</key>
|
||||
<string>PlaybackController</string>
|
||||
<key>playlistController</key>
|
||||
<string>PlaylistController</string>
|
||||
<key>playlistLoader</key>
|
||||
<string>PlaylistLoader</string>
|
||||
<key>playlistView</key>
|
||||
<string>PlaylistView</string>
|
||||
<key>prevButton</key>
|
||||
<string>NSButton</string>
|
||||
<key>repeatButton</key>
|
||||
<string>NSButton</string>
|
||||
<key>showAlbumColumn</key>
|
||||
<string>NSMenuItem</string>
|
||||
<key>showArtistColumn</key>
|
||||
<string>NSMenuItem</string>
|
||||
<key>showGenreColumn</key>
|
||||
<string>NSMenuItem</string>
|
||||
<key>showIndexColumn</key>
|
||||
<string>NSMenuItem</string>
|
||||
<key>showLengthColumn</key>
|
||||
<string>NSMenuItem</string>
|
||||
<key>showTitleColumn</key>
|
||||
<string>NSMenuItem</string>
|
||||
<key>showTrackColumn</key>
|
||||
<string>NSMenuItem</string>
|
||||
<key>showYearColumn</key>
|
||||
<string>NSMenuItem</string>
|
||||
<key>shuffleButton</key>
|
||||
<string>NSButton</string>
|
||||
<key>urlComboBox</key>
|
||||
<string>NSComboBox</string>
|
||||
</dict>
|
||||
<key>SUPERCLASS</key>
|
||||
<string>NSObject</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>IBVersion</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBPaletteDependency</key>
|
||||
<array>
|
||||
<string>Controllers</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>629</string>
|
||||
<key>IBLastKnownRelativeProjectPath</key>
|
||||
<string>../../Cog.xcodeproj</string>
|
||||
<key>IBOldestOS</key>
|
||||
<integer>5</integer>
|
||||
<key>IBOpenObjects</key>
|
||||
<array/>
|
||||
<key>IBSystem Version</key>
|
||||
<string>9A581</string>
|
||||
<key>targetFramework</key>
|
||||
<string>IBCocoaFramework</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,107 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {
|
||||
doArchive = id;
|
||||
doClone = id;
|
||||
doEditable = id;
|
||||
doEnableQTMovieNotifications = id;
|
||||
doExport = id;
|
||||
doFlatten = id;
|
||||
doLayer = id;
|
||||
doLoop = id;
|
||||
doLoopPalindrome = id;
|
||||
doNewMovieFromSelection = id;
|
||||
doPlayAllFrames = id;
|
||||
doPlaySelectionOnly = id;
|
||||
doPreserveAspectRatio = id;
|
||||
doRate = id;
|
||||
doSetBounds = id;
|
||||
doSetFillColour = id;
|
||||
doSetFillColourPanel = id;
|
||||
doSetPosterTime = id;
|
||||
doSetStartTime = id;
|
||||
doSetTime = id;
|
||||
doShowController = id;
|
||||
doShowMovieInspector = id;
|
||||
doShowTrackInspector = id;
|
||||
doVolume = id;
|
||||
updateCurrentTime = id;
|
||||
};
|
||||
CLASS = MovieDocument;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
"_exportAccessoryView" = NSView;
|
||||
"_exportTypePopUpButton" = NSPopUpButton;
|
||||
"_movieCanStepButton" = NSButton;
|
||||
"_movieCopyrightTextField" = NSTextField;
|
||||
"_movieCurrentTimeTextField" = NSTextField;
|
||||
"_movieDataRefTypeTextField" = NSTextField;
|
||||
"_movieDataSizeTextField" = NSTextField;
|
||||
"_movieDisplayNameTextField" = NSTextField;
|
||||
"_movieDurationTextField" = NSTextField;
|
||||
"_movieHasAudioButton" = NSButton;
|
||||
"_movieHasDurationButton" = NSButton;
|
||||
"_movieHasSkinButton" = NSButton;
|
||||
"_movieHasVideoButton" = NSButton;
|
||||
"_movieInspectorPanel" = NSPanel;
|
||||
"_movieIsEditableButton" = NSButton;
|
||||
"_movieIsInteractiveButton" = NSButton;
|
||||
"_movieIsLinearButton" = NSButton;
|
||||
"_movieMuteButton" = NSButton;
|
||||
"_movieNaturalSizeTextField" = NSTextField;
|
||||
"_movieNotificationsTextView" = NSTextView;
|
||||
"_moviePosterTimeTextField" = NSTextField;
|
||||
"_moviePreferredMuteButton" = NSButton;
|
||||
"_moviePreferredRateSlider" = NSSlider;
|
||||
"_moviePreferredVolumeSlider" = NSSlider;
|
||||
"_movieRateSlider" = NSSlider;
|
||||
"_movieSetTimeTextField" = NSTextField;
|
||||
"_movieURLTextField" = NSTextField;
|
||||
"_movieView" = QTMovieView;
|
||||
"_movieVolumeSlider" = NSSlider;
|
||||
"_movieWindow" = NSWindow;
|
||||
"_trackBoundsOriginTextField" = NSTextField;
|
||||
"_trackBoundsSizeTextField" = NSTextField;
|
||||
"_trackCanSendVideoButton" = NSButton;
|
||||
"_trackCanStepButton" = NSButton;
|
||||
"_trackDurationTextField" = NSTextField;
|
||||
"_trackHasAudioButton" = NSButton;
|
||||
"_trackHasDurationButton" = NSButton;
|
||||
"_trackHasSkinButton" = NSButton;
|
||||
"_trackHasVideoButton" = NSButton;
|
||||
"_trackHasVideoFrameRateButton" = NSButton;
|
||||
"_trackInspectorPanel" = NSPanel;
|
||||
"_trackIsLinearButton" = NSButton;
|
||||
"_trackLayerStepper" = NSStepper;
|
||||
"_trackLayerTextField" = NSTextField;
|
||||
"_trackMediaDataReferenceTableView" = NSTableView;
|
||||
"_trackProvidesActionsButton" = NSButton;
|
||||
"_trackProvidesKeyFocusButton" = NSButton;
|
||||
"_trackSetBoundsButton" = NSButton;
|
||||
"_trackSetBoundsTextField" = NSTextField;
|
||||
"_trackSetStartTimeTextField" = NSTextField;
|
||||
"_trackStartTimeTextField" = NSTextField;
|
||||
"_trackTableView" = NSTableView;
|
||||
"_trackVolumeSlider" = NSSlider;
|
||||
};
|
||||
SUPERCLASS = NSDocument;
|
||||
},
|
||||
{CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||
{
|
||||
ACTIONS = {doOpenURL = id; };
|
||||
CLASS = OpenURLPanel;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {mPanel = NSPanel; mUrlComboBox = NSComboBox; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {doOpenURL = id; };
|
||||
CLASS = QTKitPlayerAppDelegate;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>143 34 356 240 0 0 1680 1028 </string>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2218</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,13 +0,0 @@
|
|||
"Nightly" = "Nightly";
|
||||
"Stable" = "Stable";
|
||||
"Unstable" = "Non stable";
|
||||
|
||||
"File Drawer" = "Tiroir";
|
||||
"Hot Keys" = "Raccourcis clavier";
|
||||
"Output" = "Sortie";
|
||||
|
||||
"Remote" = "Télécommande";
|
||||
"Updates" = "Mises à jour";
|
||||
"Last.fm" = "Last.fm";
|
||||
|
||||
"Press Key..." = "Appuyer sur la touche...";
|
|
@ -1,76 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{
|
||||
CLASS = AppcastArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{
|
||||
ACTIONS = {openSheet = id; };
|
||||
CLASS = FileDrawerPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {rootPathTextView = NSTextField; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = HotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NDHotKeyControl; },
|
||||
{
|
||||
ACTIONS = {
|
||||
grabNextHotKey = id;
|
||||
grabPlayHotKey = id;
|
||||
grabPrevHotKey = id;
|
||||
hotKeyChanged = id;
|
||||
};
|
||||
CLASS = HotKeyPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
nextHotKeyControl = HotKeyControl;
|
||||
playHotKeyControl = HotKeyControl;
|
||||
prevHotKeyControl = HotKeyControl;
|
||||
};
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = NDHotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||
{
|
||||
ACTIONS = {takeDeviceID = id; };
|
||||
CLASS = OutputPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {outputDevices = OutputsArrayController; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{
|
||||
CLASS = OutputsArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{
|
||||
CLASS = PrefPaneController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
fileDrawerPane = FileDrawerPane;
|
||||
hotKeyPane = HotKeyPane;
|
||||
outputPane = OutputPane;
|
||||
remoteView = NSView;
|
||||
scrobblerView = NSView;
|
||||
updatesView = NSView;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
CLASS = PreferencePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {view = NSView; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {takeBool = id; };
|
||||
CLASS = RemotePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {onlyOnActive = NSButton; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = ScrobblerPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; },
|
||||
{CLASS = UpdatesPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; }
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBPaletteDependency</key>
|
||||
<array>
|
||||
<string>Controllers</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,31 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>47 91 694 443 0 0 1152 842 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>10</key>
|
||||
<string>327 445 505 102 0 0 1152 842 </string>
|
||||
<key>11</key>
|
||||
<string>587 637 505 151 0 0 1680 1028 </string>
|
||||
<key>43</key>
|
||||
<string>322 341 505 116 0 0 1152 842 </string>
|
||||
<key>50</key>
|
||||
<string>310 406 505 124 0 0 1152 842 </string>
|
||||
<key>58</key>
|
||||
<string>324 445 505 101 0 0 1152 842 </string>
|
||||
<key>85</key>
|
||||
<string>324 452 505 116 0 0 1152 842 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>11</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2218</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,13 +0,0 @@
|
|||
"Nightly" = "Nightly";
|
||||
"Stable" = "Stable";
|
||||
"Unstable" = "Unstable";
|
||||
|
||||
"File Drawer" = "Datei-Browser";
|
||||
"Hot Keys" = "Tastenkürzel";
|
||||
"Output" = "Ausgabe";
|
||||
|
||||
"Remote" = "Fernsteuerung";
|
||||
"Updates" = "Updates";
|
||||
"Last.fm" = "Last.fm";
|
||||
|
||||
"Press Key..." = "Taste drücken...";
|
|
@ -1,76 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{
|
||||
CLASS = AppcastArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{
|
||||
ACTIONS = {openSheet = id; };
|
||||
CLASS = FileDrawerPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {rootPathTextView = NSTextField; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = HotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NDHotKeyControl; },
|
||||
{
|
||||
ACTIONS = {
|
||||
grabNextHotKey = id;
|
||||
grabPlayHotKey = id;
|
||||
grabPrevHotKey = id;
|
||||
hotKeyChanged = id;
|
||||
};
|
||||
CLASS = HotKeyPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
nextHotKeyControl = HotKeyControl;
|
||||
playHotKeyControl = HotKeyControl;
|
||||
prevHotKeyControl = HotKeyControl;
|
||||
};
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = NDHotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||
{
|
||||
ACTIONS = {takeDeviceID = id; };
|
||||
CLASS = OutputPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {outputDevices = OutputsArrayController; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{
|
||||
CLASS = OutputsArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{
|
||||
CLASS = PrefPaneController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
fileDrawerPane = FileDrawerPane;
|
||||
hotKeyPane = HotKeyPane;
|
||||
outputPane = OutputPane;
|
||||
remoteView = NSView;
|
||||
scrobblerView = NSView;
|
||||
updatesView = NSView;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
CLASS = PreferencePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {view = NSView; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {takeBool = id; };
|
||||
CLASS = RemotePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {onlyOnActive = NSButton; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = ScrobblerPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; },
|
||||
{CLASS = UpdatesPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; }
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBPaletteDependency</key>
|
||||
<array>
|
||||
<string>Controllers</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,36 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>12 75 356 534 0 0 1280 938 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>10</key>
|
||||
<string>594 661 492 102 0 0 1680 1028 </string>
|
||||
<key>11</key>
|
||||
<string>594 633 492 159 0 0 1680 1028 </string>
|
||||
<key>43</key>
|
||||
<string>594 654 492 116 0 0 1680 1028 </string>
|
||||
<key>50</key>
|
||||
<string>594 650 492 124 0 0 1680 1028 </string>
|
||||
<key>58</key>
|
||||
<string>594 662 492 101 0 0 1680 1028 </string>
|
||||
<key>85</key>
|
||||
<string>594 654 492 116 0 0 1680 1028 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>10</integer>
|
||||
<integer>43</integer>
|
||||
<integer>58</integer>
|
||||
<integer>50</integer>
|
||||
<integer>11</integer>
|
||||
<integer>85</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2218</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,76 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{
|
||||
CLASS = AppcastArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{
|
||||
ACTIONS = {openSheet = id; };
|
||||
CLASS = FileDrawerPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {rootPathTextView = NSTextField; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = HotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NDHotKeyControl; },
|
||||
{
|
||||
ACTIONS = {
|
||||
grabNextHotKey = id;
|
||||
grabPlayHotKey = id;
|
||||
grabPrevHotKey = id;
|
||||
hotKeyChanged = id;
|
||||
};
|
||||
CLASS = HotKeyPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
nextHotKeyControl = HotKeyControl;
|
||||
playHotKeyControl = HotKeyControl;
|
||||
prevHotKeyControl = HotKeyControl;
|
||||
};
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = NDHotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||
{
|
||||
ACTIONS = {takeDeviceID = id; };
|
||||
CLASS = OutputPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {outputDevices = OutputsArrayController; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{
|
||||
CLASS = OutputsArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{
|
||||
CLASS = PrefPaneController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
fileDrawerPane = FileDrawerPane;
|
||||
hotKeyPane = HotKeyPane;
|
||||
outputPane = OutputPane;
|
||||
remoteView = NSView;
|
||||
scrobblerView = NSView;
|
||||
updatesView = NSView;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
CLASS = PreferencePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {view = NSView; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {takeBool = id; };
|
||||
CLASS = RemotePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {onlyOnActive = NSButton; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = ScrobblerPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; },
|
||||
{CLASS = UpdatesPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; }
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBPaletteDependency</key>
|
||||
<array>
|
||||
<string>Controllers</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,34 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>291 101 356 534 0 0 1680 1028 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>10</key>
|
||||
<string>598 661 500 102 0 0 1680 1028 </string>
|
||||
<key>11</key>
|
||||
<string>598 637 500 151 0 0 1680 1028 </string>
|
||||
<key>43</key>
|
||||
<string>494 547 458 116 0 0 1440 878 </string>
|
||||
<key>50</key>
|
||||
<string>598 650 500 124 0 0 1680 1028 </string>
|
||||
<key>58</key>
|
||||
<string>494 555 452 101 0 0 1440 878 </string>
|
||||
<key>85</key>
|
||||
<string>598 643 500 139 0 0 1680 1028 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>10</integer>
|
||||
<integer>50</integer>
|
||||
<integer>11</integer>
|
||||
<integer>85</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2218</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,76 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{
|
||||
CLASS = AppcastArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{
|
||||
ACTIONS = {openSheet = id; };
|
||||
CLASS = FileDrawerPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {rootPathTextView = NSTextField; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = HotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NDHotKeyControl; },
|
||||
{
|
||||
ACTIONS = {
|
||||
grabNextHotKey = id;
|
||||
grabPlayHotKey = id;
|
||||
grabPrevHotKey = id;
|
||||
hotKeyChanged = id;
|
||||
};
|
||||
CLASS = HotKeyPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
nextHotKeyControl = HotKeyControl;
|
||||
playHotKeyControl = HotKeyControl;
|
||||
prevHotKeyControl = HotKeyControl;
|
||||
};
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = NDHotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||
{
|
||||
ACTIONS = {takeDeviceID = id; };
|
||||
CLASS = OutputPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {outputDevices = OutputsArrayController; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{
|
||||
CLASS = OutputsArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{
|
||||
CLASS = PrefPaneController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
fileDrawerPane = FileDrawerPane;
|
||||
hotKeyPane = HotKeyPane;
|
||||
outputPane = OutputPane;
|
||||
remoteView = NSView;
|
||||
scrobblerView = NSView;
|
||||
updatesView = NSView;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
CLASS = PreferencePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {view = NSView; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {takeBool = id; };
|
||||
CLASS = RemotePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {onlyOnActive = NSButton; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = ScrobblerPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; },
|
||||
{CLASS = UpdatesPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; }
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBPaletteDependency</key>
|
||||
<array>
|
||||
<string>Controllers</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,31 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>291 101 356 534 0 0 1680 1028 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>10</key>
|
||||
<string>171 910 506 102 0 0 1680 1028 </string>
|
||||
<key>11</key>
|
||||
<string>614 637 452 151 0 0 1680 1028 </string>
|
||||
<key>43</key>
|
||||
<string>166 683 452 116 0 0 1680 1028 </string>
|
||||
<key>50</key>
|
||||
<string>660 357 452 124 0 0 1680 1028 </string>
|
||||
<key>58</key>
|
||||
<string>641 480 452 101 0 0 1680 1028 </string>
|
||||
<key>85</key>
|
||||
<string>758 836 452 116 0 0 1680 1028 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>11</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8R2218</string>
|
||||
</dict>
|
||||
</plist>
|