Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
22341906
Commit
22341906
authored
Jul 09, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various strings change and capitalisation changes to match the guidelines.
Capitalization fixes
parent
62557bba
Changes
18
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
47 additions
and
46 deletions
+47
-46
include/vlc_intf_strings.h
include/vlc_intf_strings.h
+8
-8
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/interface_widgets.cpp
+3
-3
modules/gui/qt4/components/playlist/playlist.cpp
modules/gui/qt4/components/playlist/playlist.cpp
+1
-1
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+1
-1
modules/gui/qt4/dialogs/extended.cpp
modules/gui/qt4/dialogs/extended.cpp
+1
-1
modules/gui/qt4/dialogs/help.cpp
modules/gui/qt4/dialogs/help.cpp
+4
-3
modules/gui/qt4/dialogs/interaction.cpp
modules/gui/qt4/dialogs/interaction.cpp
+1
-1
modules/gui/qt4/dialogs/messages.cpp
modules/gui/qt4/dialogs/messages.cpp
+1
-1
modules/gui/qt4/dialogs/vlm.cpp
modules/gui/qt4/dialogs/vlm.cpp
+1
-1
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+3
-3
modules/gui/qt4/pixmaps/extended_16px.png
modules/gui/qt4/pixmaps/extended_16px.png
+0
-0
modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.cpp
+5
-5
modules/gui/qt4/ui/open_capture.ui
modules/gui/qt4/ui/open_capture.ui
+1
-1
modules/gui/qt4/ui/open_disk.ui
modules/gui/qt4/ui/open_disk.ui
+3
-3
modules/gui/qt4/ui/sprefs_input.ui
modules/gui/qt4/ui/sprefs_input.ui
+6
-6
modules/gui/qt4/ui/sprefs_interface.ui
modules/gui/qt4/ui/sprefs_interface.ui
+3
-3
modules/gui/qt4/ui/sprefs_subtitles.ui
modules/gui/qt4/ui/sprefs_subtitles.ui
+2
-2
modules/gui/qt4/ui/sprefs_video.ui
modules/gui/qt4/ui/sprefs_video.ui
+3
-3
No files found.
include/vlc_intf_strings.h
View file @
22341906
...
@@ -37,8 +37,8 @@
...
@@ -37,8 +37,8 @@
#define I_MENU_INFO N_("Media Information...")
#define I_MENU_INFO N_("Media Information...")
#define I_MENU_CODECINFO N_("Codec Information...")
#define I_MENU_CODECINFO N_("Codec Information...")
#define I_MENU_MSG N_("Messages...")
#define I_MENU_MSG N_("Messages...")
#define I_MENU_EXT N_("Extended
s
ettings...")
#define I_MENU_EXT N_("Extended
S
ettings...")
#define I_MENU_GOTOTIME N_("Go to
specific t
ime...")
#define I_MENU_GOTOTIME N_("Go to
Specific T
ime...")
#define I_MENU_BOOKMARK N_("Bookmarks...")
#define I_MENU_BOOKMARK N_("Bookmarks...")
#define I_MENU_VLM N_("VLM Configuration...")
#define I_MENU_VLM N_("VLM Configuration...")
...
@@ -46,11 +46,11 @@
...
@@ -46,11 +46,11 @@
/* Playlist popup */
/* Playlist popup */
#define I_POP_PLAY N_("Play")
#define I_POP_PLAY N_("Play")
#define I_POP_PREPARSE N_("Fetch
i
nformation")
#define I_POP_PREPARSE N_("Fetch
I
nformation")
#define I_POP_DEL N_("Delete")
#define I_POP_DEL N_("Delete")
#define I_POP_INFO N_("Information...")
#define I_POP_INFO N_("Information...")
#define I_POP_SORT N_("Sort")
#define I_POP_SORT N_("Sort")
#define I_POP_ADD N_("Add
n
ode")
#define I_POP_ADD N_("Add
N
ode")
#define I_POP_STREAM N_("Stream...")
#define I_POP_STREAM N_("Stream...")
#define I_POP_SAVE N_("Save...")
#define I_POP_SAVE N_("Save...")
#define I_POP_EXPLORE N_("Open Folder...")
#define I_POP_EXPLORE N_("Open Folder...")
...
@@ -71,13 +71,13 @@
...
@@ -71,13 +71,13 @@
#define I_PL_ADVADD N_("Advanced open...")
#define I_PL_ADVADD N_("Advanced open...")
#define I_PL_ADDDIR N_("Add directory...")
#define I_PL_ADDDIR N_("Add directory...")
#define I_PL_SAVE N_("Save
playlist to f
ile...")
#define I_PL_SAVE N_("Save
Playlist to F
ile...")
#define I_PL_LOAD N_("Load
playlist f
ile...")
#define I_PL_LOAD N_("Load
Playlist F
ile...")
#define I_PL_SEARCH N_("Search")
#define I_PL_SEARCH N_("Search")
#define I_PL_FILTER N_("Search
f
ilter")
#define I_PL_FILTER N_("Search
F
ilter")
#define I_PL_SD N_("Additional
s
ources")
#define I_PL_SD N_("Additional
S
ources")
/*************** Preferences *************/
/*************** Preferences *************/
...
...
modules/gui/qt4/components/interface_widgets.cpp
View file @
22341906
...
@@ -251,7 +251,7 @@ VisualSelector::VisualSelector( intf_thread_t *_p_i ) :
...
@@ -251,7 +251,7 @@ VisualSelector::VisualSelector( intf_thread_t *_p_i ) :
layout
->
addItem
(
new
QSpacerItem
(
40
,
20
,
layout
->
addItem
(
new
QSpacerItem
(
40
,
20
,
QSizePolicy
::
Expanding
,
QSizePolicy
::
Minimum
)
);
QSizePolicy
::
Expanding
,
QSizePolicy
::
Minimum
)
);
layout
->
addWidget
(
new
QLabel
(
qtr
(
"Current visualization
:
"
)
)
);
layout
->
addWidget
(
new
QLabel
(
qtr
(
"Current visualization"
)
)
);
current
=
new
QLabel
(
qtr
(
"None"
)
);
current
=
new
QLabel
(
qtr
(
"None"
)
);
layout
->
addWidget
(
current
);
layout
->
addWidget
(
current
);
...
@@ -316,7 +316,7 @@ AdvControlsWidget::AdvControlsWidget( intf_thread_t *_p_i ) :
...
@@ -316,7 +316,7 @@ AdvControlsWidget::AdvControlsWidget( intf_thread_t *_p_i ) :
frameButton->setMaximumSize( QSize( 26, 26 ) );
frameButton->setMaximumSize( QSize( 26, 26 ) );
frameButton->setIconSize( QSize( 20, 20 ) );
frameButton->setIconSize( QSize( 20, 20 ) );
advLayout->addWidget( frameButton );
advLayout->addWidget( frameButton );
BUTTON_SET_ACT( frameButton, "Fr", qtr( "Frame by
F
rame" ), frame() );
BUTTON_SET_ACT( frameButton, "Fr", qtr( "Frame by
f
rame" ), frame() );
#endif
#endif
recordButton
=
new
QPushButton
(
"R"
);
recordButton
=
new
QPushButton
(
"R"
);
...
@@ -616,7 +616,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
...
@@ -616,7 +616,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
/** extended Settings **/
/** extended Settings **/
extSettingsButton
=
new
QPushButton
;
extSettingsButton
=
new
QPushButton
;
BUTTON_SET_ACT
(
extSettingsButton
,
"Ex"
,
qtr
(
"Extended
S
ettings"
),
BUTTON_SET_ACT
(
extSettingsButton
,
"Ex"
,
qtr
(
"Extended
s
ettings"
),
extSettings
()
);
extSettings
()
);
setupSmallButton
(
extSettingsButton
);
setupSmallButton
(
extSettingsButton
);
controlLayout
->
addWidget
(
extSettingsButton
,
3
,
12
,
Qt
::
AlignBottom
);
controlLayout
->
addWidget
(
extSettingsButton
,
3
,
12
,
Qt
::
AlignBottom
);
...
...
modules/gui/qt4/components/playlist/playlist.cpp
View file @
22341906
...
@@ -72,7 +72,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i,
...
@@ -72,7 +72,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i,
art
->
setMaximumWidth
(
128
);
art
->
setMaximumWidth
(
128
);
art
->
setScaledContents
(
true
);
art
->
setScaledContents
(
true
);
art
->
setPixmap
(
QPixmap
(
":/noart.png"
)
);
art
->
setPixmap
(
QPixmap
(
":/noart.png"
)
);
art
->
setToolTip
(
qtr
(
"Double click to get media information
s
"
)
);
art
->
setToolTip
(
qtr
(
"Double click to get media information"
)
);
artContLay
->
addWidget
(
art
,
1
);
artContLay
->
addWidget
(
art
,
1
);
...
...
modules/gui/qt4/components/simple_preferences.cpp
View file @
22341906
...
@@ -77,7 +77,7 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent ) :
...
@@ -77,7 +77,7 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent ) :
ADD_CATEGORY
(
SPrefsVideo
,
qtr
(
"Video"
),
spref_cone_Video_64
.
png
,
2
);
ADD_CATEGORY
(
SPrefsVideo
,
qtr
(
"Video"
),
spref_cone_Video_64
.
png
,
2
);
ADD_CATEGORY
(
SPrefsSubtitles
,
qtr
(
"Subtitles & OSD"
),
ADD_CATEGORY
(
SPrefsSubtitles
,
qtr
(
"Subtitles & OSD"
),
spref_cone_Subtitles_64
.
png
,
3
);
spref_cone_Subtitles_64
.
png
,
3
);
ADD_CATEGORY
(
SPrefsInputAndCodecs
,
qtr
(
"Input
and
Codecs"
),
ADD_CATEGORY
(
SPrefsInputAndCodecs
,
qtr
(
"Input
&
Codecs"
),
spref_cone_Input_64
.
png
,
4
);
spref_cone_Input_64
.
png
,
4
);
ADD_CATEGORY
(
SPrefsHotkeys
,
qtr
(
"Hotkeys"
),
spref_cone_Hotkeys_64
.
png
,
5
);
ADD_CATEGORY
(
SPrefsHotkeys
,
qtr
(
"Hotkeys"
),
spref_cone_Hotkeys_64
.
png
,
5
);
...
...
modules/gui/qt4/dialogs/extended.cpp
View file @
22341906
...
@@ -82,7 +82,7 @@ ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
...
@@ -82,7 +82,7 @@ ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
layout
->
addWidget
(
mainTabW
,
0
,
0
,
1
,
5
);
layout
->
addWidget
(
mainTabW
,
0
,
0
,
1
,
5
);
QPushButton
*
closeButton
=
new
QPushButton
(
qtr
(
"Close"
)
);
QPushButton
*
closeButton
=
new
QPushButton
(
qtr
(
"
&
Close"
)
);
layout
->
addWidget
(
closeButton
,
1
,
4
,
1
,
1
);
layout
->
addWidget
(
closeButton
,
1
,
4
,
1
,
1
);
CONNECT
(
closeButton
,
clicked
(),
this
,
close
()
);
CONNECT
(
closeButton
,
clicked
(),
this
,
close
()
);
...
...
modules/gui/qt4/dialogs/help.cpp
View file @
22341906
...
@@ -117,7 +117,8 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
...
@@ -117,7 +117,8 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
qtr
(
"VLC media player is a free media player, "
qtr
(
"VLC media player is a free media player, "
"encoder and streamer that can read from files, "
"encoder and streamer that can read from files, "
"CDs, DVDs, network streams, capture cards and even more!
\n
"
"CDs, DVDs, network streams, capture cards and even more!
\n
"
"Also, VLC works on essentially every popular platform.
\n\n
"
)
"VLC uses its internal codecs and works on essentially every "
"popular platform.
\n\n
"
)
+
qtr
(
"This version of VLC was compiled by:
\n
"
)
+
qtr
(
"This version of VLC was compiled by:
\n
"
)
+
qfu
(
VLC_CompileBy
()
)
+
"@"
+
qfu
(
VLC_CompileHost
()
)
+
"."
+
qfu
(
VLC_CompileBy
()
)
+
"@"
+
qfu
(
VLC_CompileHost
()
)
+
"."
+
qfu
(
VLC_CompileDomain
()
)
+
".
\n
"
+
qfu
(
VLC_CompileDomain
()
)
+
".
\n
"
...
@@ -146,9 +147,9 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
...
@@ -146,9 +147,9 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
QVBoxLayout
*
thanksLayout
=
new
QVBoxLayout
(
thanksWidget
);
QVBoxLayout
*
thanksLayout
=
new
QVBoxLayout
(
thanksWidget
);
QLabel
*
thanksLabel
=
new
QLabel
(
qtr
(
"We would like to thank the whole "
QLabel
*
thanksLabel
=
new
QLabel
(
qtr
(
"We would like to thank the whole "
"community, the testers, our users and the following people "
"
VLC
community, the testers, our users and the following people "
"(and the missing ones...) for their collaboration to "
"(and the missing ones...) for their collaboration to "
"
provide the best
software."
)
);
"
create the best free
software."
)
);
thanksLabel
->
setWordWrap
(
true
);
thanksLabel
->
setWordWrap
(
true
);
thanksLayout
->
addWidget
(
thanksLabel
);
thanksLayout
->
addWidget
(
thanksLabel
);
QTextEdit
*
thanksEdit
=
new
QTextEdit
(
this
);
QTextEdit
*
thanksEdit
=
new
QTextEdit
(
this
);
...
...
modules/gui/qt4/dialogs/interaction.cpp
View file @
22341906
...
@@ -191,7 +191,7 @@ void InteractionDialog::update()
...
@@ -191,7 +191,7 @@ void InteractionDialog::update()
progressBar
->
hide
();
progressBar
->
hide
();
if
(
(
p_dialog
->
i_flags
&
DIALOG_USER_PROGRESS
)
&&
if
(
(
p_dialog
->
i_flags
&
DIALOG_USER_PROGRESS
)
&&
(
p_dialog
->
val
.
f_float
>=
100.0
)
)
(
p_dialog
->
val
.
f_float
>=
100.0
)
)
altButton
->
setText
(
qtr
(
"
c
lose"
)
);
altButton
->
setText
(
qtr
(
"
&C
lose"
)
);
}
}
InteractionDialog
::~
InteractionDialog
()
InteractionDialog
::~
InteractionDialog
()
...
...
modules/gui/qt4/dialogs/messages.cpp
View file @
22341906
...
@@ -244,7 +244,7 @@ void MessagesDialog::clear()
...
@@ -244,7 +244,7 @@ void MessagesDialog::clear()
bool
MessagesDialog
::
save
()
bool
MessagesDialog
::
save
()
{
{
QString
saveLogFileName
=
QFileDialog
::
getSaveFileName
(
QString
saveLogFileName
=
QFileDialog
::
getSaveFileName
(
this
,
qtr
(
"
Choose a filename to save the logs under...
"
),
this
,
qtr
(
"
Select a name for the logs file
"
),
qfu
(
config_GetHomeDir
()
),
qfu
(
config_GetHomeDir
()
),
qtr
(
"Texts / Logs (*.log *.txt);; All (*.*) "
)
);
qtr
(
"Texts / Logs (*.log *.txt);; All (*.*) "
)
);
...
...
modules/gui/qt4/dialogs/vlm.cpp
View file @
22341906
...
@@ -136,7 +136,7 @@ VLMDialog::VLMDialog( QWidget *parent, intf_thread_t *_p_intf ) : QVLCDialog( pa
...
@@ -136,7 +136,7 @@ VLMDialog::VLMDialog( QWidget *parent, intf_thread_t *_p_intf ) : QVLCDialog( pa
QPushButton
*
exportButton
=
new
QPushButton
(
qtr
(
"Export"
)
);
QPushButton
*
exportButton
=
new
QPushButton
(
qtr
(
"Export"
)
);
ui
.
buttonBox
->
addButton
(
exportButton
,
QDialogButtonBox
::
ActionRole
);
ui
.
buttonBox
->
addButton
(
exportButton
,
QDialogButtonBox
::
ActionRole
);
QPushButton
*
closeButton
=
new
QPushButton
(
qtr
(
"Close"
)
);
QPushButton
*
closeButton
=
new
QPushButton
(
qtr
(
"
&
Close"
)
);
ui
.
buttonBox
->
addButton
(
closeButton
,
QDialogButtonBox
::
AcceptRole
);
ui
.
buttonBox
->
addButton
(
closeButton
,
QDialogButtonBox
::
AcceptRole
);
...
...
modules/gui/qt4/menus.cpp
View file @
22341906
...
@@ -328,7 +328,7 @@ QMenu *QVLCMenu::PlaylistMenu( intf_thread_t *p_intf, MainInterface *mi )
...
@@ -328,7 +328,7 @@ QMenu *QVLCMenu::PlaylistMenu( intf_thread_t *p_intf, MainInterface *mi )
addDPStaticEntry
(
menu
,
qtr
(
I_PL_SAVE
),
""
,
""
,
SLOT
(
saveAPlaylist
()
),
addDPStaticEntry
(
menu
,
qtr
(
I_PL_SAVE
),
""
,
""
,
SLOT
(
saveAPlaylist
()
),
"Ctrl+Y"
);
"Ctrl+Y"
);
menu
->
addSeparator
();
menu
->
addSeparator
();
menu
->
addAction
(
qtr
(
"Undock from
i
nterface"
),
mi
,
menu
->
addAction
(
qtr
(
"Undock from
I
nterface"
),
mi
,
SLOT
(
undockPlaylist
()
),
qtr
(
"Ctrl+U"
)
);
SLOT
(
undockPlaylist
()
),
qtr
(
"Ctrl+U"
)
);
return
menu
;
return
menu
;
}
}
...
@@ -382,7 +382,7 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf,
...
@@ -382,7 +382,7 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf,
SLOT
(
toggleFullScreen
()
),
QString
(
"F11"
)
);
SLOT
(
toggleFullScreen
()
),
QString
(
"F11"
)
);
/* Advanced Controls */
/* Advanced Controls */
action
=
menu
->
addAction
(
qtr
(
"Advanced
c
ontrols"
),
mi
,
action
=
menu
->
addAction
(
qtr
(
"Advanced
C
ontrols"
),
mi
,
SLOT
(
toggleAdvanced
()
)
);
SLOT
(
toggleAdvanced
()
)
);
action
->
setCheckable
(
true
);
action
->
setCheckable
(
true
);
if
(
mi
->
getControlsVisibilityStatus
()
&
CONTROLS_ADVANCED
)
if
(
mi
->
getControlsVisibilityStatus
()
&
CONTROLS_ADVANCED
)
...
@@ -612,7 +612,7 @@ QMenu *QVLCMenu::HelpMenu( QMenu *current )
...
@@ -612,7 +612,7 @@ QMenu *QVLCMenu::HelpMenu( QMenu *current )
addDPStaticEntry
(
menu
,
qtr
(
"Help..."
)
,
""
,
addDPStaticEntry
(
menu
,
qtr
(
"Help..."
)
,
""
,
":/pixmaps/menus_help_16px.png"
,
SLOT
(
helpDialog
()
),
"F1"
);
":/pixmaps/menus_help_16px.png"
,
SLOT
(
helpDialog
()
),
"F1"
);
#ifdef UPDATE_CHECK
#ifdef UPDATE_CHECK
addDPStaticEntry
(
menu
,
qtr
(
"Check for
u
pdates..."
)
,
""
,
""
,
addDPStaticEntry
(
menu
,
qtr
(
"Check for
U
pdates..."
)
,
""
,
""
,
SLOT
(
updateDialog
()
),
""
);
SLOT
(
updateDialog
()
),
""
);
#endif
#endif
menu
->
addSeparator
();
menu
->
addSeparator
();
...
...
modules/gui/qt4/pixmaps/extended_16px.png
0 → 100644
View file @
22341906
322 Bytes
modules/gui/qt4/qt4.cpp
View file @
22341906
...
@@ -63,7 +63,7 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
...
@@ -63,7 +63,7 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
/*****************************************************************************
/*****************************************************************************
* Module descriptor
* Module descriptor
*****************************************************************************/
*****************************************************************************/
#define ADVANCED_PREFS_TEXT N_( "Show advanced prefs over simple ones" )
#define ADVANCED_PREFS_TEXT N_( "Show advanced pref
erence
s over simple ones" )
#define ADVANCED_PREFS_LONGTEXT N_( "Show advanced preferences and not simple "\
#define ADVANCED_PREFS_LONGTEXT N_( "Show advanced preferences and not simple "\
"preferences when opening the preferences "\
"preferences when opening the preferences "\
"dialog." )
"dialog." )
...
@@ -74,9 +74,8 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
...
@@ -74,9 +74,8 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
"for basic actions." )
"for basic actions." )
#define MINIMIZED_TEXT N_( "Start VLC with only a systray icon" )
#define MINIMIZED_TEXT N_( "Start VLC with only a systray icon" )
#define MINIMIZED_LONGTEXT N_( "When you launch VLC with that option, " \
#define MINIMIZED_LONGTEXT N_( "VLC will start with just an icon in " \
"VLC will start with just an icon in " \
"your taskbar" )
"your taskbar." )
#define TITLE_TEXT N_( "Show playing item name in window title" )
#define TITLE_TEXT N_( "Show playing item name in window title" )
#define TITLE_LONGTEXT N_( "Show the name of the song or video in the " \
#define TITLE_LONGTEXT N_( "Show the name of the song or video in the " \
...
@@ -103,7 +102,8 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
...
@@ -103,7 +102,8 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
#define UPDATER_TEXT N_( "Activate the updates availability notification" )
#define UPDATER_TEXT N_( "Activate the updates availability notification" )
#define UPDATER_LONGTEXT N_( "Activate the automatic notification of new " \
#define UPDATER_LONGTEXT N_( "Activate the automatic notification of new " \
"versions of the software. It runs once a week." )
"versions of the software. It runs once every " \
"two weeks." )
#define UPDATER_DAYS_TEXT N_("Number of days between two update checks")
#define UPDATER_DAYS_TEXT N_("Number of days between two update checks")
#define COMPLETEVOL_TEXT N_( "Allow the volume to be set to 400%" )
#define COMPLETEVOL_TEXT N_( "Allow the volume to be set to 400%" )
...
...
modules/gui/qt4/ui/open_capture.ui
View file @
22341906
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<item row="0" column="0" >
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<widget class="QLabel" name="label" >
<property name="text" >
<property name="text" >
<string>_("Capture
M
ode")</string>
<string>_("Capture
m
ode")</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
...
modules/gui/qt4/ui/open_disk.ui
View file @
22341906
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<item>
<item>
<widget class="QGroupBox" name="diskGroupBox" >
<widget class="QGroupBox" name="diskGroupBox" >
<property name="title" >
<property name="title" >
<string>_("Disc
s
election")</string>
<string>_("Disc
S
election")</string>
</property>
</property>
<layout class="QGridLayout" >
<layout class="QGridLayout" >
<item row="0" column="0" >
<item row="0" column="0" >
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
<string>_("Disable DVD Menus (for compatibility)")</string>
<string>_("Disable DVD Menus (for compatibility)")</string>
</property>
</property>
<property name="text" >
<property name="text" >
<string>_("No DVD
M
enus")</string>
<string>_("No DVD
m
enus")</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
<item>
<item>
<widget class="QGroupBox" name="diskOptionBox" >
<widget class="QGroupBox" name="diskOptionBox" >
<property name="title" >
<property name="title" >
<string>_("Starting
p
osition")</string>
<string>_("Starting
P
osition")</string>
</property>
</property>
<layout class="QGridLayout" >
<layout class="QGridLayout" >
<item row="1" column="0" >
<item row="1" column="0" >
...
...
modules/gui/qt4/ui/sprefs_input.ui
View file @
22341906
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
<rect>
<rect>
<x>0</x>
<x>0</x>
<y>0</y>
<y>0</y>
<width>5
08
</width>
<width>5
12
</width>
<height>51
4
</height>
<height>51
6
</height>
</rect>
</rect>
</property>
</property>
<property name="windowTitle" >
<property name="windowTitle" >
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<item row="0" column="0" >
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<widget class="QLabel" name="label" >
<property name="text" >
<property name="text" >
<string>_("D
isk D
evice")</string>
<string>_("D
efault disc d
evice")</string>
</property>
</property>
<property name="buddy" >
<property name="buddy" >
<cstring>DVDDevice</cstring>
<cstring>DVDDevice</cstring>
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<item row="0" column="0" >
<item row="0" column="0" >
<widget class="QLabel" name="label_4" >
<widget class="QLabel" name="label_4" >
<property name="text" >
<property name="text" >
<string>_("Server
Default P
ort")</string>
<string>_("Server
default p
ort")</string>
</property>
</property>
<property name="buddy" >
<property name="buddy" >
<cstring>UDPPort</cstring>
<cstring>UDPPort</cstring>
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
<item row="1" column="0" >
<item row="1" column="0" >
<widget class="QLabel" name="label_7" >
<widget class="QLabel" name="label_7" >
<property name="text" >
<property name="text" >
<string>_("HTTP
P
roxy")</string>
<string>_("HTTP
p
roxy")</string>
</property>
</property>
<property name="buddy" >
<property name="buddy" >
<cstring>proxy</cstring>
<cstring>proxy</cstring>
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
<item row="0" column="0" >
<item row="0" column="0" >
<widget class="QLabel" name="label_5" >
<widget class="QLabel" name="label_5" >
<property name="text" >
<property name="text" >
<string>_("Post-Processing
Q
uality")</string>
<string>_("Post-Processing
q
uality")</string>
</property>
</property>
<property name="buddy" >
<property name="buddy" >
<cstring>PostProcLevel</cstring>
<cstring>PostProcLevel</cstring>
...
...
modules/gui/qt4/ui/sprefs_interface.ui
View file @
22341906
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<item row="1" column="0" colspan="2" >
<item row="1" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox" >
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<property name="title" >
<string>_("
Native or Skins
")</string>
<string>_("
Interface Type
")</string>
</property>
</property>
<layout class="QGridLayout" >
<layout class="QGridLayout" >
<item row="0" column="0" >
<item row="0" column="0" >
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
</sizepolicy>
</sizepolicy>
</property>
</property>
<property name="text" >
<property name="text" >
<string>_("Display
M
ode")</string>
<string>_("Display
m
ode")</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
<item row="6" column="0" >
<item row="6" column="0" >
<widget class="QLabel" name="label_4" >
<widget class="QLabel" name="label_4" >
<property name="text" >
<property name="text" >
<string>_("Skin
F
ile")</string>
<string>_("Skin
f
ile")</string>
</property>
</property>
<property name="buddy" >
<property name="buddy" >
<cstring>fileSkin</cstring>
<cstring>fileSkin</cstring>
...
...
modules/gui/qt4/ui/sprefs_subtitles.ui
View file @
22341906
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
</sizepolicy>
</sizepolicy>
</property>
</property>
<property name="title" >
<property name="title" >
<string>_("Subtitles
languages
")</string>
<string>_("Subtitles
Language
")</string>
</property>
</property>
<layout class="QGridLayout" >
<layout class="QGridLayout" >
<item row="0" column="0" >
<item row="0" column="0" >
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<item row="1" column="0" >
<item row="1" column="0" >
<widget class="QLabel" name="label_2" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<property name="text" >
<string>_("Default
E
ncoding")</string>
<string>_("Default
e
ncoding")</string>
</property>
</property>
<property name="buddy" >
<property name="buddy" >
<cstring>encoding</cstring>
<cstring>encoding</cstring>
...
...
modules/gui/qt4/ui/sprefs_video.ui
View file @
22341906
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<item row="2" column="0" colspan="2" >
<item row="2" column="0" colspan="2" >
<widget class="QCheckBox" name="skipFrames" >
<widget class="QCheckBox" name="skipFrames" >
<property name="text" >
<property name="text" >
<string>_("Skip
F
rames")</string>
<string>_("Skip
f
rames")</string>
</property>
</property>
<property name="checked" >
<property name="checked" >
<bool>true</bool>
<bool>true</bool>
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
<item row="1" column="0" >
<item row="1" column="0" >
<widget class="QLabel" name="label_5" >
<widget class="QLabel" name="label_5" >
<property name="text" >
<property name="text" >
<string>_("Display
D
evice")</string>
<string>_("Display
d
evice")</string>
</property>
</property>
<property name="buddy" >
<property name="buddy" >
<cstring>dXdisplayDevice</cstring>
<cstring>dXdisplayDevice</cstring>
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
<item row="0" column="0" colspan="2" >
<item row="0" column="0" colspan="2" >
<widget class="QCheckBox" name="wallpaperMode" >
<widget class="QCheckBox" name="wallpaperMode" >
<property name="text" >
<property name="text" >
<string>_("Enable
Wallpaper M
ode")</string>
<string>_("Enable
wallpaper m
ode")</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment