French UI sync.
This commit is contained in:
parent
5763bd9df4
commit
d53794cb6a
3 changed files with 16 additions and 30 deletions
37
French.lproj/MainMenu.nib/classes.nib
generated
37
French.lproj/MainMenu.nib/classes.nib
generated
|
@ -8,8 +8,6 @@
|
||||||
loadPlaylist = id;
|
loadPlaylist = id;
|
||||||
savePlaylist = id;
|
savePlaylist = id;
|
||||||
savePlaylistAs = id;
|
savePlaylistAs = id;
|
||||||
shufflePlaylist = id;
|
|
||||||
sortByPath = id;
|
|
||||||
toggleInfoDrawer = id;
|
toggleInfoDrawer = id;
|
||||||
};
|
};
|
||||||
CLASS = AppController;
|
CLASS = AppController;
|
||||||
|
@ -100,7 +98,17 @@
|
||||||
},
|
},
|
||||||
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
{
|
{
|
||||||
ACTIONS = {shufflePlaylist = id; sortByPath = id; };
|
ACTIONS = {
|
||||||
|
shufflePlaylist = id;
|
||||||
|
sortByPath = id;
|
||||||
|
takeBoolForAlbum = id;
|
||||||
|
takeBoolForArtist = id;
|
||||||
|
takeBoolForGenre = id;
|
||||||
|
takeBoolForLength = id;
|
||||||
|
takeBoolForTitle = id;
|
||||||
|
takeBoolForTrack = id;
|
||||||
|
takeBoolForYear = id;
|
||||||
|
};
|
||||||
CLASS = PlaylistView;
|
CLASS = PlaylistView;
|
||||||
LANGUAGE = ObjC;
|
LANGUAGE = ObjC;
|
||||||
OUTLETS = {
|
OUTLETS = {
|
||||||
|
@ -110,30 +118,9 @@
|
||||||
SUPERCLASS = NSTableView;
|
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;
|
CLASS = SoundController;
|
||||||
LANGUAGE = ObjC;
|
LANGUAGE = ObjC;
|
||||||
OUTLETS = {
|
OUTLETS = {delegate = id; };
|
||||||
bitrateField = NSTextField;
|
|
||||||
lengthField = NSTextField;
|
|
||||||
playButton = NSButton;
|
|
||||||
playlistController = PlaylistController;
|
|
||||||
playlistView = PlaylistView;
|
|
||||||
positionSlider = TrackingSlider;
|
|
||||||
timeField = NSTextField;
|
|
||||||
};
|
|
||||||
SUPERCLASS = NSObject;
|
SUPERCLASS = NSObject;
|
||||||
},
|
},
|
||||||
{CLASS = TrackingSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
|
{CLASS = TrackingSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
|
||||||
|
|
9
French.lproj/MainMenu.nib/info.nib
generated
9
French.lproj/MainMenu.nib/info.nib
generated
|
@ -3,15 +3,15 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>IBDocumentLocation</key>
|
<key>IBDocumentLocation</key>
|
||||||
<string>117 140 625 294 0 0 1280 1002 </string>
|
<string>164 238 625 294 0 0 1280 1002 </string>
|
||||||
<key>IBEditorPositions</key>
|
<key>IBEditorPositions</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>29</key>
|
<key>29</key>
|
||||||
<string>195 378 514 44 0 0 1280 1002 </string>
|
<string>98 618 487 44 0 0 1280 1002 </string>
|
||||||
<key>463</key>
|
<key>463</key>
|
||||||
<string>486 586 308 187 0 0 1280 1002 </string>
|
<string>469 211 308 279 0 0 1280 1002 </string>
|
||||||
<key>513</key>
|
<key>513</key>
|
||||||
<string>689 788 166 137 0 0 1280 1002 </string>
|
<string>560 264 166 137 0 0 1280 1002 </string>
|
||||||
<key>760</key>
|
<key>760</key>
|
||||||
<string>465 451 189 49 0 0 1280 1002 </string>
|
<string>465 451 189 49 0 0 1280 1002 </string>
|
||||||
</dict>
|
</dict>
|
||||||
|
@ -23,7 +23,6 @@
|
||||||
</array>
|
</array>
|
||||||
<key>IBOpenObjects</key>
|
<key>IBOpenObjects</key>
|
||||||
<array>
|
<array>
|
||||||
<integer>29</integer>
|
|
||||||
<integer>21</integer>
|
<integer>21</integer>
|
||||||
</array>
|
</array>
|
||||||
<key>IBSystem Version</key>
|
<key>IBSystem Version</key>
|
||||||
|
|
BIN
French.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
French.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
Loading…
Reference in a new issue