diff --git a/French.lproj/MainMenu.nib/classes.nib b/French.lproj/MainMenu.nib/classes.nib new file mode 100644 index 000000000..685e28de3 --- /dev/null +++ b/French.lproj/MainMenu.nib/classes.nib @@ -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; +} \ No newline at end of file diff --git a/French.lproj/MainMenu.nib/info.nib b/French.lproj/MainMenu.nib/info.nib new file mode 100644 index 000000000..adb9dc658 --- /dev/null +++ b/French.lproj/MainMenu.nib/info.nib @@ -0,0 +1,30 @@ + + + + + IBDocumentLocation + 78 145 356 240 0 0 1024 746 + IBEditorPositions + + 29 + 335 923 346 44 0 0 1280 1002 + 463 + 484 555 312 249 0 0 1280 1002 + 513 + 608 220 166 106 0 0 1280 1002 + + IBFramework Version + 439.0 + IBLockedObjects + + 484 + + IBOpenObjects + + 280 + 21 + + IBSystem Version + 8B15 + + diff --git a/French.lproj/MainMenu.nib/keyedobjects.nib b/French.lproj/MainMenu.nib/keyedobjects.nib new file mode 100644 index 000000000..263e7dc8f Binary files /dev/null and b/French.lproj/MainMenu.nib/keyedobjects.nib differ