Commit 5e871d84 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: resized 2 controls to fit localised labels

parent acb8baa1
......@@ -7,7 +7,7 @@
<key>IBEditorPositions</key>
<dict>
<key>13</key>
<string>445 508 390 120 0 0 1280 778 </string>
<string>445 509 390 120 0 0 1280 778 </string>
<key>32</key>
<string>445 421 390 237 0 0 1280 778 </string>
<key>5</key>
......@@ -17,13 +17,13 @@
<string>489.0</string>
<key>IBOpenObjects</key>
<array>
<integer>18</integer>
<integer>13</integer>
<integer>5</integer>
<integer>32</integer>
<integer>18</integer>
</array>
<key>IBSystem Version</key>
<string>9E17</string>
<string>9L27</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>
......
<?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>NSApplication</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSResponder</string>
</dict>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSObject</string>
<key>LANGUAGE</key>
<string>ObjC</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>changeCheckUpdateOnStartup</key>
<string>id</string>
<key>download</key>
<string>id</string>
<key>okay</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>VLCUpdate</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>o_bar_checking</key>
<string>id</string>
<key>o_btn_DownloadNow</key>
<string>id</string>
<key>o_btn_okay</key>
<string>id</string>
<key>o_chk_updateOnStartup</key>
<string>id</string>
<key>o_fld_currentVersion</key>
<string>id</string>
<key>o_fld_releaseNote</key>
<string>id</string>
<key>o_fld_status</key>
<string>id</string>
<key>o_update_window</key>
<string>id</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>
{
IBClasses = (
{
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
CLASS = NSApplication;
LANGUAGE = ObjC;
SUPERCLASS = NSResponder;
},
{
CLASS = NSObject;
LANGUAGE = ObjC;
},
{
ACTIONS = {
changeCheckUpdateOnStartup = id;
download = id;
okay = id;
};
CLASS = VLCUpdate;
LANGUAGE = ObjC;
OUTLETS = {
"o_bar_checking" = id;
"o_btn_DownloadNow" = id;
"o_btn_okay" = id;
"o_chk_updateOnStartup" = id;
"o_fld_currentVersion" = id;
"o_fld_releaseNote" = id;
"o_fld_status" = id;
"o_update_window" = id;
};
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
\ No newline at end of file
......@@ -2,18 +2,20 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>69 72 356 240 0 0 1280 778 </string>
<key>IBFramework Version</key>
<string>629</string>
<string>489.0</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../../../vlc.xcodeproj</string>
<key>IBOldestOS</key>
<integer>5</integer>
<key>IBOpenObjects</key>
<array>
<integer>22</integer>
<integer>5</integer>
</array>
<key>IBSystem Version</key>
<string>9C7010</string>
<string>9L27</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>
......
......@@ -15380,8 +15380,9 @@ msgstr "Standard-Serverport"
#: modules/gui/macosx/simple_prefs.m:261
#: modules/gui/qt4/ui/sprefs_interface.h:321
# dit muss so, sonst passt es nicht!
msgid "Album art download policy"
msgstr "Richtlinie für Albumcover-Download"
msgstr "Albumcover herunterladen"
#: modules/gui/macosx/simple_prefs.m:262
msgid "Add controls to the video window"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment