French localization
parent
63d57c6567
commit
c0e9995dbf
|
@ -0,0 +1,113 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
addFiles = id;
|
||||||
|
delEntries = id;
|
||||||
|
loadPlaylist = id;
|
||||||
|
savePlaylist = id;
|
||||||
|
savePlaylistAs = id;
|
||||||
|
showInfo = id;
|
||||||
|
};
|
||||||
|
CLASS = AppController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
addButton = NSButton;
|
||||||
|
infoButton = NSButton;
|
||||||
|
mainWindow = NSWindow;
|
||||||
|
nextButton = NSButton;
|
||||||
|
playButton = NSButton;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
prevButton = NSButton;
|
||||||
|
remButton = NSButton;
|
||||||
|
repeatButton = NSButton;
|
||||||
|
shuffleButton = NSButton;
|
||||||
|
stopButton = NSButton;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = ClickField;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {soundController = SoundController; };
|
||||||
|
SUPERCLASS = NSTextField;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = DNDArrayController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {tableView = NSTableView; };
|
||||||
|
SUPERCLASS = NSArrayController;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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 = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{CLASS = InfoController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{CLASS = InfoView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
|
||||||
|
{
|
||||||
|
ACTIONS = {takeRepeatFromObject = id; takeShuffleFromObject = id; };
|
||||||
|
CLASS = PlaylistController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = DNDArrayController;
|
||||||
|
},
|
||||||
|
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
CLASS = PlaylistView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistController = PlaylistController; soundController = SoundController; };
|
||||||
|
SUPERCLASS = NSTableView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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;
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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>78 145 356 240 0 0 1024 746 </string>
|
||||||
|
<key>IBEditorPositions</key>
|
||||||
|
<dict>
|
||||||
|
<key>29</key>
|
||||||
|
<string>335 923 346 44 0 0 1280 1002 </string>
|
||||||
|
<key>463</key>
|
||||||
|
<string>484 555 312 249 0 0 1280 1002 </string>
|
||||||
|
<key>513</key>
|
||||||
|
<string>608 220 166 106 0 0 1280 1002 </string>
|
||||||
|
</dict>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>439.0</string>
|
||||||
|
<key>IBLockedObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>484</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBOpenObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>280</integer>
|
||||||
|
<integer>21</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8B15</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Binary file not shown.
Loading…
Reference in New Issue