Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
b99ce259
Commit
b99ce259
authored
Dec 29, 2009
by
Ludovic Fauvet
Browse files
TS: alphabetically order
parent
01161934
Changes
3
Hide whitespace changes
Inline
Side-by-side
TRANSLATORS
View file @
b99ce259
Many thanks to our translators!
Czech:
Mailo Svetel <development@rooland.cz>
French:
Clément CHAVANCE <kinder@vlmc.org>
Christophe Courtaut <kri5@vlmc.org>
...
...
@@ -13,6 +16,3 @@ Christophe Courtaut <kri5@vlmc.org>
Swedish:
Daniel Nylander <po@danielnylander.se>
Czech
Mailo Svetel <development@rooland.cz>
src/GUI/LanguagePreferences.cpp
View file @
b99ce259
...
...
@@ -32,12 +32,12 @@ LanguagePreferences::LanguagePreferences( QWidget *parent )
:
PreferenceWidget
(
parent
)
{
m_ui
.
setupUi
(
this
);
m_ui
.
comboBoxLanguage
->
addItem
(
tr
(
"Czech"
),
"cs"
);
m_ui
.
comboBoxLanguage
->
addItem
(
tr
(
"English"
),
"en"
);
m_ui
.
comboBoxLanguage
->
addItem
(
tr
(
"French"
),
"fr"
);
m_ui
.
comboBoxLanguage
->
addItem
(
tr
(
"Japanese"
),
"jp"
);
m_ui
.
comboBoxLanguage
->
addItem
(
tr
(
"Spanish"
),
"es"
);
m_ui
.
comboBoxLanguage
->
addItem
(
tr
(
"Swedish"
),
"sv"
);
m_ui
.
comboBoxLanguage
->
addItem
(
tr
(
"Czech"
),
"cs"
);
}
LanguagePreferences
::~
LanguagePreferences
()
{}
...
...
src/src.pro
View file @
b99ce259
...
...
@@ -75,11 +75,12 @@ DEPENDPATH += LibVLCpp \
Configuration
\
EffectsEngine
\
Actions
TRANSLATIONS
=
..
/
ts
/
vlmc_es
.
ts
\
TRANSLATIONS
=
..
/
ts
/
vlmc_cs
.
ts
\
..
/
ts
/
vlmc_es
.
ts
\
..
/
ts
/
vlmc_fr
.
ts
\
..
/
ts
/
vlmc_sv
.
ts
\
..
/
ts
/
vlmc_jp
.
ts
\
..
/
ts
/
vlmc_
c
s
.
ts
..
/
ts
/
vlmc_s
v
.
ts
RESOURCES
+=
..
/
ressources
.
qrc
exists
(
..
/
ts
/*
.qm ) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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