Updated French UI with latest changes.

This commit is contained in:
sryegkahl 2006-05-06 16:43:34 +00:00
parent d0809c2bdb
commit 1ae589e2f0
4 changed files with 10 additions and 8 deletions

View file

@ -13,8 +13,8 @@
"PrevButtonTooltip" = "Morceau précédent"; "PrevButtonTooltip" = "Morceau précédent";
"NextButtonTooltip" = "Morceau suivant"; "NextButtonTooltip" = "Morceau suivant";
"TimeElapsed" = "Temps: %i:%02i"; "TimeElapsed" = "%i:%02i";
"TimeRemaining" = "Temps: -%i:%02i"; "TimeRemaining" = "-%i:%02i";
"AddButtonTooltip" = "Ajouter des fichiers"; "AddButtonTooltip" = "Ajouter des fichiers";
"RemoveButtonTooltip" = "Retirer les fichiers sélectionnés"; "RemoveButtonTooltip" = "Retirer les fichiers sélectionnés";

View file

@ -8,6 +8,8 @@
loadPlaylist = id; loadPlaylist = id;
savePlaylist = id; savePlaylist = id;
savePlaylistAs = id; savePlaylistAs = id;
shufflePlaylist = id;
sortByPath = id;
toggleInfoDrawer = id; toggleInfoDrawer = id;
}; };
CLASS = AppController; CLASS = AppController;
@ -40,6 +42,7 @@
OUTLETS = {tableView = NSTableView; }; OUTLETS = {tableView = NSTableView; };
SUPERCLASS = NSArrayController; SUPERCLASS = NSArrayController;
}, },
{CLASS = DragScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
{ {
ACTIONS = {cancel = id; openFeedbackWindow = id; sendFeedback = id; }; ACTIONS = {cancel = id; openFeedbackWindow = id; sendFeedback = id; };
CLASS = FeedbackController; CLASS = FeedbackController;

View file

@ -3,15 +3,15 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>-1 441 625 294 0 0 1024 746 </string> <string>264 157 625 294 0 0 1280 1002 </string>
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>29</key> <key>29</key>
<string>203 958 394 44 0 0 1280 1002 </string> <string>195 378 394 44 0 0 1280 1002 </string>
<key>463</key> <key>463</key>
<string>484 555 312 249 0 0 1280 1002 </string> <string>486 586 308 187 0 0 1280 1002 </string>
<key>513</key> <key>513</key>
<string>689 788 166 106 0 0 1280 1002 </string> <string>689 788 166 137 0 0 1280 1002 </string>
</dict> </dict>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>443.0</string> <string>443.0</string>
@ -21,10 +21,9 @@
</array> </array>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>513</integer>
<integer>21</integer> <integer>21</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8H14</string> <string>8I127</string>
</dict> </dict>
</plist> </plist>

Binary file not shown.