[vlc-devel] [PATCH] Kill many trailing :
Christoph Miebach
christoph.miebach at web.de
Sun Apr 28 16:48:54 CEST 2013
---
modules/gui/macosx/AudioEffects.m | 8 ++++----
modules/gui/macosx/ConvertAndSave.m | 4 ++--
modules/gui/macosx/MainWindow.m | 4 ++--
modules/gui/macosx/TrackSynchronization.m | 2 +-
modules/gui/macosx/VideoEffects.m | 4 ++--
modules/gui/macosx/open.m | 4 ++--
modules/gui/macosx/playlist.m | 2 +-
modules/gui/macosx/simple_prefs.m | 4 ++--
modules/gui/qt4/components/extended_panels.cpp | 2 +-
modules/gui/qt4/components/open_panels.cpp | 6 +++---
modules/gui/qt4/components/playlist/selector.cpp | 2 +-
modules/gui/qt4/components/playlist/standardpanel.cpp | 4 ++--
modules/gui/qt4/components/simple_preferences.cpp | 2 +-
modules/gui/qt4/components/sout/sout_widgets.cpp | 4 ++--
modules/gui/qt4/dialogs/convert.cpp | 2 +-
modules/gui/qt4/dialogs/mediainfo.cpp | 2 +-
modules/gui/qt4/dialogs/plugins.cpp | 2 +-
modules/gui/qt4/dialogs/toolbar.cpp | 8 ++++----
modules/gui/qt4/dialogs/vlm.cpp | 8 ++++----
modules/gui/qt4/ui/open_net.ui | 2 +-
modules/gui/qt4/ui/sprefs_audio.ui | 18 +++++++++---------
modules/gui/qt4/ui/sprefs_interface.ui | 10 +++++-----
modules/gui/qt4/ui/vlm.ui | 8 ++++----
share/lua/http/dialogs/equalizer_window.html | 2 +-
share/lua/http/dialogs/stream_window.html | 2 +-
share/lua/http/mobile_equalizer.html | 2 +-
26 files changed, 59 insertions(+), 59 deletions(-)
diff --git a/modules/gui/macosx/AudioEffects.m b/modules/gui/macosx/AudioEffects.m
index 6382b12..384499a 100644
--- a/modules/gui/macosx/AudioEffects.m
+++ b/modules/gui/macosx/AudioEffects.m
@@ -384,7 +384,7 @@ static VLCAudioEffects *_o_sharedInstance = nil;
/* show panel */
VLCEnterTextPanel *panel = [VLCEnterTextPanel sharedInstance];
[panel setTitle: _NS("Duplicate current profile for a new profile")];
- [panel setSubTitle: _NS("Enter a name for the new profile:")];
+ [panel setSubTitle: _NS("Enter a name for the new profile")];
[panel setCancelButtonLabel: _NS("Cancel")];
[panel setOKButtonLabel: _NS("Save")];
[panel setTarget:self];
@@ -398,7 +398,7 @@ static VLCAudioEffects *_o_sharedInstance = nil;
/* show panel */
VLCSelectItemInPopupPanel *panel = [VLCSelectItemInPopupPanel sharedInstance];
[panel setTitle:_NS("Remove a preset")];
- [panel setSubTitle:_NS("Select the preset you would like to remove:")];
+ [panel setSubTitle:_NS("Select the preset you would like to remove")];
[panel setOKButtonLabel:_NS("Remove")];
[panel setCancelButtonLabel:_NS("Cancel")];
[panel setPopupButtonContent:[[NSUserDefaults standardUserDefaults] objectForKey:@"AudioEffectProfileNames"]];
@@ -636,7 +636,7 @@ static bool GetEqualizerStatus(intf_thread_t *p_custom_intf,
/* show panel */
VLCEnterTextPanel *panel = [VLCEnterTextPanel sharedInstance];
[panel setTitle: _NS("Save current selection as new preset")];
- [panel setSubTitle: _NS("Enter a name for the new preset:")];
+ [panel setSubTitle: _NS("Enter a name for the new preset")];
[panel setCancelButtonLabel: _NS("Cancel")];
[panel setOKButtonLabel: _NS("Save")];
[panel setTarget:self];
@@ -735,7 +735,7 @@ static bool GetEqualizerStatus(intf_thread_t *p_custom_intf,
{
VLCSelectItemInPopupPanel *panel = [VLCSelectItemInPopupPanel sharedInstance];
[panel setTitle:_NS("Remove a preset")];
- [panel setSubTitle:_NS("Select the preset you would like to remove:")];
+ [panel setSubTitle:_NS("Select the preset you would like to remove")];
[panel setOKButtonLabel:_NS("Remove")];
[panel setCancelButtonLabel:_NS("Cancel")];
[panel setPopupButtonContent:[[NSUserDefaults standardUserDefaults] objectForKey:@"EQTitles"]];
diff --git a/modules/gui/macosx/ConvertAndSave.m b/modules/gui/macosx/ConvertAndSave.m
index a157771..88879b0 100644
--- a/modules/gui/macosx/ConvertAndSave.m
+++ b/modules/gui/macosx/ConvertAndSave.m
@@ -359,7 +359,7 @@ static VLCConvertAndSave *_o_sharedInstance = nil;
/* show panel */
VLCEnterTextPanel * panel = [VLCEnterTextPanel sharedInstance];
[panel setTitle: _NS("Save as new profile")];
- [panel setSubTitle: _NS("Enter a name for the new profile:")];
+ [panel setSubTitle: _NS("Enter a name for the new profile")];
[panel setCancelButtonLabel: _NS("Cancel")];
[panel setOKButtonLabel: _NS("Save")];
[panel setTarget:self];
@@ -372,7 +372,7 @@ static VLCConvertAndSave *_o_sharedInstance = nil;
/* show panel */
VLCSelectItemInPopupPanel * panel = [VLCSelectItemInPopupPanel sharedInstance];
[panel setTitle:_NS("Remove a profile")];
- [panel setSubTitle:_NS("Select the profile you would like to remove:")];
+ [panel setSubTitle:_NS("Select the profile you would like to remove")];
[panel setOKButtonLabel:_NS("Remove")];
[panel setCancelButtonLabel:_NS("Cancel")];
[panel setPopupButtonContent:self.profileNames];
diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index 1859219..1db3e14 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -175,11 +175,11 @@ static VLCMainWindow *_o_sharedInstance = nil;
[o_podcast_add_btn setTitle: _NS("Subscribe")];
[o_podcast_remove_btn setTitle: _NS("Unsubscribe")];
[o_podcast_subscribe_title_lbl setStringValue: _NS("Subscribe to a podcast")];
- [o_podcast_subscribe_subtitle_lbl setStringValue: _NS("Enter URL of the podcast to subscribe to:")];
+ [o_podcast_subscribe_subtitle_lbl setStringValue: _NS("Enter URL of the podcast to subscribe to")];
[o_podcast_subscribe_cancel_btn setTitle: _NS("Cancel")];
[o_podcast_subscribe_ok_btn setTitle: _NS("Subscribe")];
[o_podcast_unsubscribe_title_lbl setStringValue: _NS("Unsubscribe from a podcast")];
- [o_podcast_unsubscribe_subtitle_lbl setStringValue: _NS("Select the podcast you would like to unsubscribe from:")];
+ [o_podcast_unsubscribe_subtitle_lbl setStringValue: _NS("Select the podcast you would like to unsubscribe from")];
[o_podcast_unsubscribe_ok_btn setTitle: _NS("Unsubscribe")];
[o_podcast_unsubscribe_cancel_btn setTitle: _NS("Cancel")];
diff --git a/modules/gui/macosx/TrackSynchronization.m b/modules/gui/macosx/TrackSynchronization.m
index c0b8f3c..f84e3a9 100644
--- a/modules/gui/macosx/TrackSynchronization.m
+++ b/modules/gui/macosx/TrackSynchronization.m
@@ -59,7 +59,7 @@ static VLCTrackSynchronization *_o_sharedInstance = nil;
[o_window setTitle:_NS("Track Synchronization")];
[o_reset_btn setTitle:_NS("Reset")];
[o_av_lbl setStringValue:_NS("Audio/Video")];
- [o_av_advance_lbl setStringValue: _NS("Audio track synchronization:")];
+ [o_av_advance_lbl setStringValue: _NS("Audio track synchronization")];
[[o_av_value_fld formatter] setFormat:[NSString stringWithFormat:@"#,##0.000 %@", _NS("s")]];
[o_av_value_fld setToolTip: _NS("A positive value means that the audio is ahead of the video")];
[o_sv_lbl setStringValue: _NS("Subtitles/Video")];
diff --git a/modules/gui/macosx/VideoEffects.m b/modules/gui/macosx/VideoEffects.m
index 31b65f4..f5adf53 100644
--- a/modules/gui/macosx/VideoEffects.m
+++ b/modules/gui/macosx/VideoEffects.m
@@ -838,7 +838,7 @@ static VLCVideoEffects *_o_sharedInstance = nil;
/* show panel */
VLCEnterTextPanel * panel = [VLCEnterTextPanel sharedInstance];
[panel setTitle: _NS("Duplicate current profile for a new profile")];
- [panel setSubTitle: _NS("Enter a name for the new profile:")];
+ [panel setSubTitle: _NS("Enter a name for the new profile")];
[panel setCancelButtonLabel: _NS("Cancel")];
[panel setOKButtonLabel: _NS("Save")];
[panel setTarget:self];
@@ -901,7 +901,7 @@ static VLCVideoEffects *_o_sharedInstance = nil;
/* show panel */
VLCSelectItemInPopupPanel * panel = [VLCSelectItemInPopupPanel sharedInstance];
[panel setTitle:_NS("Remove a preset")];
- [panel setSubTitle:_NS("Select the preset you would like to remove:")];
+ [panel setSubTitle:_NS("Select the preset you would like to remove")];
[panel setOKButtonLabel:_NS("Remove")];
[panel setCancelButtonLabel:_NS("Cancel")];
[panel setPopupButtonContent:[[NSUserDefaults standardUserDefaults] objectForKey:@"VideoEffectProfileNames"]];
diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 6a1b1df..bb03d88 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -212,7 +212,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
[o_screen_height_lbl setStringValue: [NSString stringWithFormat:@"%@:",_NS("Subscreen height")]];
[o_screen_follow_mouse_ckb setTitle: _NS("Follow the mouse")];
[o_screen_qtk_audio_ckb setTitle: _NS("Capture Audio")];
- [o_eyetv_currentChannel_lbl setStringValue: _NS("Current channel:")];
+ [o_eyetv_currentChannel_lbl setStringValue: _NS("Current channel")];
[o_eyetv_previousProgram_btn setTitle: _NS("Previous Channel")];
[o_eyetv_nextProgram_btn setTitle: _NS("Next Channel")];
[o_eyetv_chn_status_txt setStringValue: _NS("Retrieving Channel Info...")];
@@ -351,7 +351,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
module_config_t * p_item;
intf_thread_t * p_intf = VLCIntf;
- [o_file_sub_ckbox setTitle: _NS("Add Subtitle File:")];
+ [o_file_sub_ckbox setTitle: _NS("Add Subtitle File")];
[o_file_sub_path_lbl setStringValue: _NS("Choose a file")];
[o_file_sub_path_lbl setHidden: NO];
[o_file_sub_path_fld setStringValue: @""];
diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index c4360b8..c6539e8 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -515,7 +515,7 @@
[o_search_field setToolTip: _NS("Search in Playlist")];
[o_search_field_other setToolTip: _NS("Search in Playlist")];
- [o_save_accessory_text setStringValue: _NS("File Format:")];
+ [o_save_accessory_text setStringValue: _NS("File Format")];
[[o_save_accessory_popup itemAtIndex:0] setTitle: _NS("Extended M3U")];
[[o_save_accessory_popup itemAtIndex:1] setTitle: _NS("XML Shareable Playlist Format (XSPF)")];
[[o_save_accessory_popup itemAtIndex:2] setTitle: _NS("HTML Playlist")];
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index e96e2e2..1955cb0 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -185,7 +185,7 @@ create_toolbar_item(NSString * o_itemIdent, NSString * o_name, NSString * o_desc
[o_audio_spdif_ckb setTitle: _NS("Use S/PDIF when available")];
[o_audio_visual_txt setStringValue: _NS("Visualization")];
[o_audio_autosavevol_yes_bcell setTitle: _NS("Keep audio level between sessions")];
- [o_audio_autosavevol_no_bcell setTitle: _NS("Always reset audio start level to:")];
+ [o_audio_autosavevol_no_bcell setTitle: _NS("Always reset audio start level to")];
/* hotkeys */
[o_hotkeys_change_btn setTitle: _NS("Change")];
@@ -193,7 +193,7 @@ create_toolbar_item(NSString * o_itemIdent, NSString * o_name, NSString * o_desc
[o_hotkeys_change_cancel_btn setTitle: _NS("Cancel")];
[o_hotkeys_change_ok_btn setTitle: _NS("OK")];
[o_hotkeys_clear_btn setTitle: _NS("Clear")];
- [o_hotkeys_lbl setStringValue: _NS("Select an action to change the associated hotkey:")];
+ [o_hotkeys_lbl setStringValue: _NS("Select an action to change the associated hotkey")];
[[[o_hotkeys_listbox tableColumnWithIdentifier: @"action"] headerCell] setStringValue: _NS("Action")];
[[[o_hotkeys_listbox tableColumnWithIdentifier: @"shortcut"] headerCell] setStringValue: _NS("Shortcut")];
diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index 7c87b9c..81ac756 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -1464,7 +1464,7 @@ SyncControls::SyncControls( intf_thread_t *_p_intf, QWidget *_parent ) :
QGridLayout *AVLayout = new QGridLayout( AVBox );
QLabel *AVLabel = new QLabel;
- AVLabel->setText( qtr( "Audio track synchronization:" ) );
+ AVLabel->setText( qtr( "Audio track synchronization" ) );
AVLayout->addWidget( AVLabel, 0, 0, 1, 1 );
AVSpin = new SyncWidget( this );
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 2e9fcb9..03d28bd 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -158,7 +158,7 @@ inline void FileOpenPanel::BuildOldPanel()
/* Hide the FileNames one. Enable it for debug */
listLabel[1]->setText( qtr( "File names:" ) );
/* Change the text that was uncool in the usual box */
- listLabel[2]->setText( qtr( "Filter:" ) );
+ listLabel[2]->setText( qtr( "Filter" ) );
dialogBox->layout()->setMargin( 0 );
dialogBox->layout()->setSizeConstraint( QLayout::SetNoConstraint );
@@ -869,7 +869,7 @@ void CaptureOpenPanel::initialize()
/* Jack Main panel */
/* Channels */
- QLabel *jackChannelsLabel = new QLabel( qtr( "Channels:" ) );
+ QLabel *jackChannelsLabel = new QLabel( qtr( "Channels" ) );
jackDevLayout->addWidget( jackChannelsLabel, 1, 0 );
jackChannels = new QSpinBox;
@@ -880,7 +880,7 @@ void CaptureOpenPanel::initialize()
jackDevLayout->addWidget( jackChannels, 1, 1 );
/* Selected ports */
- QLabel *jackPortsLabel = new QLabel( qtr( "Selected ports:" ) );
+ QLabel *jackPortsLabel = new QLabel( qtr( "Selected ports" ) );
jackDevLayout->addWidget( jackPortsLabel, 0 , 0 );
jackPortsSelected = new QLineEdit( qtr( ".*") );
diff --git a/modules/gui/qt4/components/playlist/selector.cpp b/modules/gui/qt4/components/playlist/selector.cpp
index 17ffd08..3e9e41c 100644
--- a/modules/gui/qt4/components/playlist/selector.cpp
+++ b/modules/gui/qt4/components/playlist/selector.cpp
@@ -589,7 +589,7 @@ void PLSelector::podcastAdd( PLSelItem * )
bool ok;
QString url = QInputDialog::getText( this, qtr( "Subscribe" ),
- qtr( "Enter URL of the podcast to subscribe to:" ),
+ qtr( "Enter URL of the podcast to subscribe to" ),
QLineEdit::Normal, QString(), &ok );
if( !ok || url.isEmpty() ) return;
diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index df03917..6e5322f 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -46,8 +46,8 @@
#define I_NEW_DIR \
I_DIR_OR_FOLDER( N_("Create Directory"), N_( "Create Folder" ) )
#define I_NEW_DIR_NAME \
- I_DIR_OR_FOLDER( N_( "Enter name for new directory:" ), \
- N_( "Enter name for new folder:" ) )
+ I_DIR_OR_FOLDER( N_( "Enter name for new directory" ), \
+ N_( "Enter name for new folder" ) )
#include <QHeaderView>
#include <QMenu>
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index a328a42..ab50d59 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -267,7 +267,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui.audioZone, setEnabled( bool ) );
#define audioCommon( name ) \
- QLabel * name ## Label = new QLabel( qtr( "Device:" ) ); \
+ QLabel * name ## Label = new QLabel( qtr( "Device" ) ); \
name ## Label->setMinimumSize(QSize(250, 0)); \
outputAudioLayout->addWidget( name ## Label, outputAudioLayout->rowCount(), 0, 1, 1 ); \
diff --git a/modules/gui/qt4/components/sout/sout_widgets.cpp b/modules/gui/qt4/components/sout/sout_widgets.cpp
index 6770a02..447d3a1 100644
--- a/modules/gui/qt4/components/sout/sout_widgets.cpp
+++ b/modules/gui/qt4/components/sout/sout_widgets.cpp
@@ -47,7 +47,7 @@ SoutInputBox::SoutInputBox( QWidget *_parent, const QString& mrl ) : QGroupBox(
setTitle( qtr( "Source" ) );
QGridLayout *sourceLayout = new QGridLayout( this );
- QLabel *sourceLabel = new QLabel( qtr( "Source:" ) );
+ QLabel *sourceLabel = new QLabel( qtr( "Source" ) );
sourceLayout->addWidget( sourceLabel, 0, 0 );
sourceLine = new QLineEdit;
@@ -56,7 +56,7 @@ SoutInputBox::SoutInputBox( QWidget *_parent, const QString& mrl ) : QGroupBox(
sourceLabel->setBuddy( sourceLine );
sourceLayout->addWidget( sourceLine, 0, 1 );
- QLabel *sourceTypeLabel = new QLabel( qtr( "Type:" ) );
+ QLabel *sourceTypeLabel = new QLabel( qtr( "Type" ) );
sourceLayout->addWidget( sourceTypeLabel, 1, 0 );
sourceValueLabel = new QLabel;
sourceLayout->addWidget( sourceValueLabel, 1, 1 );
diff --git a/modules/gui/qt4/dialogs/convert.cpp b/modules/gui/qt4/dialogs/convert.cpp
index 420c622..d8738b3 100644
--- a/modules/gui/qt4/dialogs/convert.cpp
+++ b/modules/gui/qt4/dialogs/convert.cpp
@@ -55,7 +55,7 @@ ConvertDialog::ConvertDialog( QWidget *parent, intf_thread_t *_p_intf,
QGroupBox *destBox = new QGroupBox( qtr( "Destination" ) );
QGridLayout *destLayout = new QGridLayout( destBox );
- QLabel *destLabel = new QLabel( qtr( "Destination file:" ) );
+ QLabel *destLabel = new QLabel( qtr( "Destination file" ) );
destLayout->addWidget( destLabel, 0, 0);
fileLine = new QLineEdit;
diff --git a/modules/gui/qt4/dialogs/mediainfo.cpp b/modules/gui/qt4/dialogs/mediainfo.cpp
index 23db280..5c03850 100644
--- a/modules/gui/qt4/dialogs/mediainfo.cpp
+++ b/modules/gui/qt4/dialogs/mediainfo.cpp
@@ -79,7 +79,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
QPushButton *closeButton = new QPushButton( qtr( "&Close" ) );
closeButton->setDefault( true );
- QLabel *uriLabel = new QLabel( qtr( "Location:" ) );
+ QLabel *uriLabel = new QLabel( qtr( "Location" ) );
uriLine = new QLineEdit;
uriLine->setReadOnly( true );
diff --git a/modules/gui/qt4/dialogs/plugins.cpp b/modules/gui/qt4/dialogs/plugins.cpp
index e23c019..b9545d5 100644
--- a/modules/gui/qt4/dialogs/plugins.cpp
+++ b/modules/gui/qt4/dialogs/plugins.cpp
@@ -115,7 +115,7 @@ PluginTab::PluginTab( intf_thread_t *p_intf_ )
treePlugins->setSortingEnabled( true );
treePlugins->sortByColumn( 1, Qt::AscendingOrder );
- QLabel *label = new QLabel( qtr("&Search:"), this );
+ QLabel *label = new QLabel( qtr("&Search"), this );
edit = new SearchLineEdit( this );
label->setBuddy( edit );
diff --git a/modules/gui/qt4/dialogs/toolbar.cpp b/modules/gui/qt4/dialogs/toolbar.cpp
index 34c39ac..3ff37e7 100644
--- a/modules/gui/qt4/dialogs/toolbar.cpp
+++ b/modules/gui/qt4/dialogs/toolbar.cpp
@@ -68,7 +68,7 @@ ToolbarEditDialog::ToolbarEditDialog( QWidget *_w, intf_thread_t *_p_intf)
QSizePolicy::MinimumExpanding );
QGridLayout *boxLayout = new QGridLayout( widgetBox );
- QLabel *styleLabel = new QLabel( qtr( "Next widget style:" ) );
+ QLabel *styleLabel = new QLabel( qtr( "Next widget style" ) );
flatBox = new QCheckBox( qtr( "Flat Button" ) );
bigBox = new QCheckBox( qtr( "Big Button" ) );
shinyBox = new QCheckBox( qtr( "Native Slider" ) );
@@ -85,7 +85,7 @@ ToolbarEditDialog::ToolbarEditDialog( QWidget *_w, intf_thread_t *_p_intf)
QGroupBox *mainToolbarBox = new QGroupBox( qtr( "Main Toolbar" ), this );
QGridLayout *mainTboxLayout = new QGridLayout( mainToolbarBox );
- QLabel *label = new QLabel( qtr( "Toolbar position:" ) );
+ QLabel *label = new QLabel( qtr( "Toolbar position" ) );
mainTboxLayout->addWidget(label, 0, 0, 1, 2);
positionCombo = new QComboBox;
@@ -112,7 +112,7 @@ ToolbarEditDialog::ToolbarEditDialog( QWidget *_w, intf_thread_t *_p_intf)
mainTboxLayout->addWidget( controller2, 2, 1, 1, 2);
/* Advanced ToolBar */
- QLabel *advLabel = new QLabel( qtr( "Advanced Widget toolbar:" ) );
+ QLabel *advLabel = new QLabel( qtr( "Advanced Widget toolbar" ) );
QString lineA = getSettings()->value( "MainWindow/AdvToolbar",
ADV_TB_DEFAULT ).toString();
controllerA = new DroppingController( p_intf, lineA,
@@ -152,7 +152,7 @@ ToolbarEditDialog::ToolbarEditDialog( QWidget *_w, intf_thread_t *_p_intf)
QGridLayout *profileBoxLayout = new QGridLayout( profileBox );
profileCombo = new QComboBox;
- QLabel *profileLabel = new QLabel( qtr( "Select profile:" ), this );
+ QLabel *profileLabel = new QLabel( qtr( "Select profile" ), this );
QToolButton *newButton = new QToolButton;
newButton->setIcon( QIcon( ":/new" ) );
diff --git a/modules/gui/qt4/dialogs/vlm.cpp b/modules/gui/qt4/dialogs/vlm.cpp
index fbec457..1b67709 100644
--- a/modules/gui/qt4/dialogs/vlm.cpp
+++ b/modules/gui/qt4/dialogs/vlm.cpp
@@ -77,13 +77,13 @@ VLMDialog::VLMDialog( intf_thread_t *_p_intf ) : QVLCDialog( (QWidget*)_p_intf->
/* Schedule Stuffs */
QGridLayout *schetimelayout = new QGridLayout( ui.schedBox );
- QLabel *schetimelabel = new QLabel( qtr( "Hours / Minutes / Seconds:" ) );
+ QLabel *schetimelabel = new QLabel( qtr( "Hours / Minutes / Seconds" ) );
schetimelayout->addWidget( schetimelabel, 0, 0 );
- QLabel *schedatelabel = new QLabel( qtr( "Day / Month / Year:" ) );
+ QLabel *schedatelabel = new QLabel( qtr( "Day / Month / Year" ) );
schetimelayout->addWidget( schedatelabel, 1, 0 );
- QLabel *scherepeatLabel = new QLabel( qtr( "Repeat:" ) );
+ QLabel *scherepeatLabel = new QLabel( qtr( "Repeat" ) );
schetimelayout->addWidget( scherepeatLabel, 2, 0 );
- QLabel *scherepeatTimeLabel = new QLabel( qtr( "Repeat delay:" ) );
+ QLabel *scherepeatTimeLabel = new QLabel( qtr( "Repeat delay" ) );
schetimelayout->addWidget( scherepeatTimeLabel, 3, 0 );
time = new QDateTimeEdit( QTime::currentTime() );
diff --git a/modules/gui/qt4/ui/open_net.ui b/modules/gui/qt4/ui/open_net.ui
index e565ff3..abda4e4 100644
--- a/modules/gui/qt4/ui/open_net.ui
+++ b/modules/gui/qt4/ui/open_net.ui
@@ -30,7 +30,7 @@
</sizepolicy>
</property>
<property name="text">
- <string>Please enter a network URL:</string>
+ <string>Please enter a network URL</string>
</property>
</widget>
</item>
diff --git a/modules/gui/qt4/ui/sprefs_audio.ui b/modules/gui/qt4/ui/sprefs_audio.ui
index 1380aec..9a66a2c 100644
--- a/modules/gui/qt4/ui/sprefs_audio.ui
+++ b/modules/gui/qt4/ui/sprefs_audio.ui
@@ -170,7 +170,7 @@
</size>
</property>
<property name="text">
- <string>Output module:</string>
+ <string>Output module</string>
</property>
<property name="buddy">
<cstring>outputModule</cstring>
@@ -208,7 +208,7 @@
</size>
</property>
<property name="text">
- <string>Destination file:</string>
+ <string>Destination file</string>
</property>
<property name="buddy">
<cstring>fileName</cstring>
@@ -268,7 +268,7 @@
</size>
</property>
<property name="text">
- <string>Visualization:</string>
+ <string>Visualization</string>
</property>
<property name="buddy">
<cstring>visualisation</cstring>
@@ -313,7 +313,7 @@
</size>
</property>
<property name="text">
- <string>Dolby Surround:</string>
+ <string>Dolby Surround</string>
</property>
<property name="buddy">
<cstring>detectionDolby</cstring>
@@ -329,7 +329,7 @@
</size>
</property>
<property name="text">
- <string>Replay gain mode:</string>
+ <string>Replay gain mode</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
@@ -396,7 +396,7 @@
</size>
</property>
<property name="text">
- <string>Normalize volume to:</string>
+ <string>Normalize volume to</string>
</property>
</widget>
</item>
@@ -451,7 +451,7 @@
</size>
</property>
<property name="text">
- <string>Preferred audio language:</string>
+ <string>Preferred audio language</string>
</property>
<property name="buddy">
<cstring>preferredAudioLanguage</cstring>
@@ -502,7 +502,7 @@
</size>
</property>
<property name="text">
- <string>Password:</string>
+ <string>Password</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -521,7 +521,7 @@
</size>
</property>
<property name="text">
- <string>Username:</string>
+ <string>Username</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
diff --git a/modules/gui/qt4/ui/sprefs_interface.ui b/modules/gui/qt4/ui/sprefs_interface.ui
index 59e90e5..eb5f67d 100644
--- a/modules/gui/qt4/ui/sprefs_interface.ui
+++ b/modules/gui/qt4/ui/sprefs_interface.ui
@@ -74,7 +74,7 @@
<item row="2" column="2">
<widget class="QLabel" name="filterLabel">
<property name="text">
- <string>Filter:</string>
+ <string>Filter</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -294,7 +294,7 @@
</sizepolicy>
</property>
<property name="text">
- <string>Force window style:</string>
+ <string>Force window style</string>
</property>
<property name="buddy">
<cstring>stylesCombo</cstring>
@@ -347,7 +347,7 @@
<item row="5" column="1" colspan="2">
<widget class="QLabel" name="notificationComboLabel">
<property name="text">
- <string>Show media change popup:</string>
+ <string>Show media change popup</string>
</property>
</widget>
</item>
@@ -407,7 +407,7 @@
<item row="1" column="1">
<widget class="QLabel" name="skinFileLabel">
<property name="text">
- <string>Skin resource file:</string>
+ <string>Skin resource file</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -572,7 +572,7 @@
</size>
</property>
<property name="text">
- <string>Album art download policy:</string>
+ <string>Album art download policy</string>
</property>
<property name="buddy">
<cstring>artFetcher</cstring>
diff --git a/modules/gui/qt4/ui/vlm.ui b/modules/gui/qt4/ui/vlm.ui
index 23f2b35..9ef859b 100644
--- a/modules/gui/qt4/ui/vlm.ui
+++ b/modules/gui/qt4/ui/vlm.ui
@@ -54,7 +54,7 @@
<item row="2" column="0" >
<widget class="QLabel" name="nameLabel" >
<property name="text" >
- <string>Name:</string>
+ <string>Name</string>
</property>
<property name="buddy" >
<cstring>nameLedit</cstring>
@@ -77,7 +77,7 @@
<item row="3" column="0" >
<widget class="QLabel" name="inputLabel" >
<property name="text" >
- <string>Input:</string>
+ <string>Input</string>
</property>
<property name="buddy" >
<cstring>inputLedit</cstring>
@@ -97,7 +97,7 @@
<item row="4" column="0" >
<widget class="QLabel" name="outputLabel" >
<property name="text" >
- <string>Output:</string>
+ <string>Output</string>
</property>
<property name="buddy" >
<cstring>outputLedit</cstring>
@@ -130,7 +130,7 @@
<item>
<widget class="QLabel" name="label" >
<property name="text" >
- <string>Muxer:</string>
+ <string>Muxer</string>
</property>
<property name="margin" >
<number>3</number>
diff --git a/share/lua/http/dialogs/equalizer_window.html b/share/lua/http/dialogs/equalizer_window.html
index a81bb13..bb83ba0 100755
--- a/share/lua/http/dialogs/equalizer_window.html
+++ b/share/lua/http/dialogs/equalizer_window.html
@@ -46,7 +46,7 @@
</script>
<div id="window_equalizer" title="<?vlc gettext("Graphical Equalizer") ?>">
<div style="margin: 5px 5px 5px 5px;">
- <div><?vlc gettext("Preamp:") ?> <span id="preamp_txt">0dB</span></div>
+ <div><?vlc gettext("Preamp") ?> <span id="preamp_txt">0dB</span></div>
</div>
<div style="margin: 5px 5px 10px 5px;">
<div id="preamp" style="font-size: 18px;"></div>
diff --git a/share/lua/http/dialogs/stream_window.html b/share/lua/http/dialogs/stream_window.html
index 86ff218..6dc6fe5 100644
--- a/share/lua/http/dialogs/stream_window.html
+++ b/share/lua/http/dialogs/stream_window.html
@@ -62,7 +62,7 @@
<div>Title: <span id="stream_file_"></span></div>
<div style="width: 260px; margin: 5px 0px 10px 0px;">
<div id="stream_pos_"></div>
- <?vlc gettext("Time:") ?> <span id="stream_current_time_">00:00:00</span> / <span id="stream_total_time_">00:00:00</span>
+ <?vlc gettext("Time") ?> <span id="stream_current_time_">00:00:00</span> / <span id="stream_total_time_">00:00:00</span>
</div>
</div>
</div>
diff --git a/share/lua/http/mobile_equalizer.html b/share/lua/http/mobile_equalizer.html
index d2d55a9..e7ed72c 100644
--- a/share/lua/http/mobile_equalizer.html
+++ b/share/lua/http/mobile_equalizer.html
@@ -59,7 +59,7 @@
<body>
<div id="window_equalizer" title="<?vlc gettext("Graphical Equalizer") ?>">
<div style="margin: 5px 5px 5px 5px;">
- <div><?vlc gettext("Preamp:") ?> <span id="preamp_txt">0dB</span></div>
+ <div><?vlc gettext("Preamp") ?> <span id="preamp_txt">0dB</span></div>
</div>
<div style="margin: 5px 5px 10px 5px;">
<div id="preamp" style="font-size: 22px;"></div>
--
1.8.1.4
More information about the vlc-devel
mailing list