Changeset 3325d4d601e2e0539eb6050ced734fc0ed14e5b9
- Timestamp:
- 04/02/06 13:45:32
(2 years ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1143978332 +0000
- git-parent:
[2a6ec8069857dfc0c6159856aa2c1847e7a8e0d8]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1143978332 +0000
- Message:
* merge most corrections by Steven Sheehy (taken from [15039], refs #438)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re90c868 |
r3325d4d |
|
| 82 | 82 | [o_lbl_audioFlts setStringValue: _NS("Audio filters")]; |
|---|
| 83 | 83 | [o_lbl_videoFlts setStringValue: _NS("Video filters")]; |
|---|
| 84 | | [o_lbl_adjustImage setStringValue: _NS("Adjust Image")]; |
|---|
| | 84 | [o_lbl_adjustImage setStringValue: _NS("Image adjustment")]; |
|---|
| 85 | 85 | [o_btn_vidFlts_mrInfo setTitle: _NS("More Info")]; |
|---|
| 86 | 86 | [o_ckb_blur setTitle: _NS("Blurring")]; |
|---|
| 87 | | [o_ckb_blur setToolTip: _NS("Creates a motion blurring on the image")]; |
|---|
| | 87 | [o_ckb_blur setToolTip: _NS("Adds motion blurring to the image")]; |
|---|
| 88 | 88 | [o_ckb_distortion setTitle: _NS("Distortion")]; |
|---|
| 89 | | [o_ckb_distortion setToolTip: _NS("Adds distorsion effects")]; |
|---|
| | 89 | [o_ckb_distortion setToolTip: _NS("Adds distortion effects")]; |
|---|
| 90 | 90 | [o_ckb_imgClone setTitle: _NS("Image clone")]; |
|---|
| 91 | 91 | [o_ckb_imgClone setToolTip: _NS("Creates several copies of the Video " \ |
|---|
| … | … | |
| 94 | 94 | [o_ckb_imgCrop setToolTip: _NS("Crops a defined part of the image")]; |
|---|
| 95 | 95 | [o_ckb_imgInvers setTitle: _NS("Image inversion")]; |
|---|
| 96 | | [o_ckb_imgInvers setToolTip: _NS("Inverts the image colors")]; |
|---|
| | 96 | [o_ckb_imgInvers setToolTip: _NS("Inverts the colors of the image")]; |
|---|
| 97 | 97 | [o_ckb_trnsform setTitle: _NS("Transformation")]; |
|---|
| 98 | 98 | [o_ckb_trnsform setToolTip: _NS("Rotates or flips the image")]; |
|---|
| 99 | 99 | [o_ckb_vlme_norm setTitle: _NS("Volume normalization")]; |
|---|
| 100 | | [o_ckb_vlme_norm setToolTip: _NS("This filters prevents the audio output " \ |
|---|
| 101 | | "level from exceeding a defined value.")]; |
|---|
| | 100 | [o_ckb_vlme_norm setToolTip: _NS("Prevents the audio output from going " \ |
|---|
| | 101 | "over a predefined value.")]; |
|---|
| 102 | 102 | [o_ckb_hdphnVirt setTitle: _NS("Headphone virtualization")]; |
|---|
| 103 | | [o_ckb_hdphnVirt setToolTip: _NS("This filter gives the feeling of a " \ |
|---|
| 104 | | "5.1 speaker set when using a headphone.")]; |
|---|
| | 103 | [o_ckb_hdphnVirt setToolTip: _NS("Imitates the effect of surround sound " \ |
|---|
| | 104 | "when using headphones.")]; |
|---|
| 105 | 105 | [o_lbl_maxLevel setStringValue: _NS("Maximum level")]; |
|---|
| 106 | 106 | [o_btn_rstrDefaults setTitle: _NS("Restore Defaults")]; |
|---|
| … | … | |
| 599 | 599 | { |
|---|
| 600 | 600 | /* show info sheet */ |
|---|
| 601 | | NSBeginInformationalAlertSheet(_NS("More information"), _NS("OK"), @"", @"", \ |
|---|
| | 601 | NSBeginInformationalAlertSheet(_NS("More Information"), _NS("OK"), @"", @"", \ |
|---|
| 602 | 602 | o_extended_window, nil, nil, nil, nil, _NS("This panel allows to " \ |
|---|
| 603 | 603 | "select video effects filters to apply.\n" \ |
|---|