Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
17951829
Commit
17951829
authored
Jul 21, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* forwardport [11784] and [11802] to trunk
parent
d453f42e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13742 additions
and
3 deletions
+13742
-3
configure.ac
configure.ac
+1
-1
po/ro.po
po/ro.po
+13738
-0
src/libvlc.h
src/libvlc.h
+2
-2
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+1
-0
No files found.
configure.ac
View file @
17951829
...
@@ -207,7 +207,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
...
@@ -207,7 +207,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
dnl
dnl
dnl Gettext stuff
dnl Gettext stuff
dnl
dnl
ALL_LINGUAS="ca da de en_GB es fr it ja nl pt_BR ru tr zh_TW"
ALL_LINGUAS="ca da de en_GB es fr it ja nl pt_BR r
o r
u tr zh_TW"
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
...
...
po/ro.po
0 → 100644
View file @
17951829
This diff is collapsed.
Click to expand it.
src/libvlc.h
View file @
17951829
...
@@ -28,9 +28,9 @@
...
@@ -28,9 +28,9 @@
static
char
*
ppsz_language
[]
=
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"da"
,
"de"
,
"es"
,
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"it"
,
"ja"
,
"nl"
,
"pt_BR"
,
"ru"
,
"tr"
,
"zh_TW"
};
"fr"
,
"it"
,
"ja"
,
"nl"
,
"pt_BR"
,
"r
o"
,
"r
u"
,
"tr"
,
"zh_TW"
};
static
char
*
ppsz_language_text
[]
=
static
char
*
ppsz_language_text
[]
=
{
N_
(
"Auto"
),
N_
(
"American English"
),
N_
(
"British English"
),
N_
(
"Catalan"
),
N_
(
"Danish"
),
N_
(
"German"
),
N_
(
"Spanish"
),
N_
(
"French"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Dutch"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Russian"
),
N_
(
"Turkish"
),
N_
(
"Chinese Traditional"
)
};
{
N_
(
"Auto"
),
N_
(
"American English"
),
N_
(
"British English"
),
N_
(
"Catalan"
),
N_
(
"Danish"
),
N_
(
"German"
),
N_
(
"Spanish"
),
N_
(
"French"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Dutch"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"R
omanian"
),
N_
(
"R
ussian"
),
N_
(
"Turkish"
),
N_
(
"Chinese Traditional"
)
};
static
char
*
ppsz_snap_formats
[]
=
static
char
*
ppsz_snap_formats
[]
=
{
"png"
,
"jpg"
};
{
"png"
,
"jpg"
};
...
...
src/misc/darwin_specific.m
View file @
17951829
...
@@ -51,6 +51,7 @@ static int FindLanguage( const char * psz_lang )
...
@@ -51,6 +51,7 @@ static int FindLanguage( const char * psz_lang )
"Japanese"
,
"ja"
,
"Japanese"
,
"ja"
,
"Dutch"
,
"nl"
,
"Dutch"
,
"nl"
,
"Brazillian Portuguese"
,
"pt_BR"
,
"Brazillian Portuguese"
,
"pt_BR"
,
"Romanian"
,
"ro"
,
"Russian"
,
"ru"
,
"Russian"
,
"ru"
,
"Turkish"
,
"tr"
,
"Turkish"
,
"tr"
,
"Chinese Traditional"
,
"zh_TW"
,
"Chinese Traditional"
,
"zh_TW"
,
...
...
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