Changeset 175 for smplayer/vendor/current/src/prefadvanced.ui
- Timestamp:
- May 3, 2016, 2:14:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefadvanced.ui
r163 r175 103 103 <widget class="QCheckBox" name="mplayer_use_window_check"> 104 104 <property name="text"> 105 <string >&Run MPlayerin its own window</string>105 <string notr="true">&Run PLAYER in its own window</string> 106 106 </property> 107 107 </widget> … … 124 124 <widget class="QCheckBox" name="shortnames_check"> 125 125 <property name="text"> 126 <string >&Pass short filenames (8+3) to MPlayer</string>126 <string notr="true">&Pass short filenames (8+3) to PLAYER</string> 127 127 </property> 128 128 </widget> … … 138 138 <widget class="QCheckBox" name="mplayer_crashes_check"> 139 139 <property name="text"> 140 <string>R&eport MPlayer crashes</string> 140 <string notr="true">R&eport PLAYER crashes</string> 141 </property> 142 </widget> 143 </item> 144 <item> 145 <widget class="QCheckBox" name="use_playlist_check"> 146 <property name="text"> 147 <string notr="true">Pa&ss the PLAYLIST option to MPlayer (security risk)</string> 141 148 </property> 142 149 </widget> … … 297 304 <widget class="QWidget" name="tab2"> 298 305 <attribute name="title"> 299 <string >Options for MP&layer</string>306 <string notr="true">O&ptions for PLAYER</string> 300 307 </attribute> 301 308 <layout class="QVBoxLayout"> … … 307 314 </property> 308 315 <item> 309 <widget class="QLabel" name=" textLabel3_2">310 <property name="text"> 311 <string >Here you can pass extra options to MPlayer.316 <widget class="QLabel" name="options_info_label"> 317 <property name="text"> 318 <string notr="true">Here you can pass extra options to PLAYER. 312 319 Write them separated by spaces. 313 320 Example: -flip -nosound</string> … … 371 378 <string>You can also pass additional video filters. 372 379 Separate them with ",". Do not use spaces! 373 Example: scale=512:-2, eq2=1.1</string>380 Example: scale=512:-2,mirror</string> 374 381 </property> 375 382 <property name="alignment"> … … 430 437 <property name="text"> 431 438 <string>And finally audio filters. Same rule as for video filters. 432 Example: resample=44100:0:0,volnorm</string>439 Example: extrastereo,karaoke</string> 433 440 </property> 434 441 <property name="alignment"> … … 538 545 <widget class="QGroupBox" name="mplayer_log_box"> 539 546 <property name="title"> 540 <string >MPlayer</string>547 <string notr="true">PLAYER</string> 541 548 </property> 542 549 <layout class="QVBoxLayout" name="verticalLayout_2"> … … 544 551 <widget class="QCheckBox" name="log_mplayer_check"> 545 552 <property name="text"> 546 <string >Log MPlayer&output</string>553 <string notr="true">Log PLAYER &output</string> 547 554 </property> 548 555 </widget> … … 583 590 <widget class="QCheckBox" name="log_mplayer_save_check"> 584 591 <property name="text"> 585 <string >A&utosave MPlayerlog to file</string>592 <string notr="true">A&utosave PLAYER log to file</string> 586 593 </property> 587 594 </widget> … … 736 743 <tabstop>repaint_video_background_check</tabstop> 737 744 <tabstop>mplayer_crashes_check</tabstop> 745 <tabstop>use_playlist_check</tabstop> 738 746 <tabstop>correct_pts_combo</tabstop> 739 747 <tabstop>actions_to_run_edit</tabstop>
Note:
See TracChangeset
for help on using the changeset viewer.