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
5e44df17
Commit
5e44df17
authored
Oct 17, 2006
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Malay translation
parent
7d1cff0b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
3 deletions
+6
-3
NEWS
NEWS
+1
-0
THANKS
THANKS
+1
-0
configure.ac
configure.ac
+1
-1
src/libvlc.h
src/libvlc.h
+2
-2
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+1
-0
No files found.
NEWS
View file @
5e44df17
...
@@ -59,6 +59,7 @@ Interfaces:
...
@@ -59,6 +59,7 @@ Interfaces:
Localization:
Localization:
* Add Czech
* Add Czech
* Add Slovak
* Add Slovak
* Add Malay
Developers:
Developers:
* Updates to the libvlc API
* Updates to the libvlc API
...
...
THANKS
View file @
5e44df17
...
@@ -97,6 +97,7 @@ K. Staring <qdk at quickdekay dot net> - RTSP rewind and fast-forward support
...
@@ -97,6 +97,7 @@ K. Staring <qdk at quickdekay dot net> - RTSP rewind and fast-forward support
Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization
Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization
Laurent Mutricy <laurent.mutricy at ecl2005 dot ec-lyon dot fr> - HTTP interface fixes
Laurent Mutricy <laurent.mutricy at ecl2005 dot ec-lyon dot fr> - HTTP interface fixes
Lorena Gomes - Catalan translation
Lorena Gomes - Catalan translation
Mahrazi Mohd Kamal <mahrazi at gmail.com> - Malay Translation
Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input
Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input
Marco Munderloh <Marco.Munderloh at web.de> - HTTP fix for Win32 to URL filenames
Marco Munderloh <Marco.Munderloh at web.de> - HTTP fix for Win32 to URL filenames
Marin Hikank- <podnety _at_ mojepreklady _dot_ net> - Slovak localisation
Marin Hikank- <podnety _at_ mojepreklady _dot_ net> - Slovak localisation
...
...
configure.ac
View file @
5e44df17
...
@@ -297,7 +297,7 @@ fi
...
@@ -297,7 +297,7 @@ fi
dnl
dnl
dnl Gettext stuff
dnl Gettext stuff
dnl
dnl
ALL_LINGUAS="ca cs da de en_GB es fr gl he hi hu it ja ka ko nl oc pt_BR ro ru sk sv tr zh_CN zh_TW"
ALL_LINGUAS="ca cs da de en_GB es fr gl he hi hu it ja ka ko
ms
nl oc pt_BR ro ru sk sv tr zh_CN zh_TW"
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
AM_GNU_GETTEXT
AS_IF([test "${nls_cv_force_use_gnu_gettext}" = "yes"], [
AS_IF([test "${nls_cv_force_use_gnu_gettext}" = "yes"], [
...
...
src/libvlc.h
View file @
5e44df17
...
@@ -31,14 +31,14 @@
...
@@ -31,14 +31,14 @@
#if defined (WIN32) || defined (__APPLE__)
#if defined (WIN32) || defined (__APPLE__)
static
char
*
ppsz_language
[]
=
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"cs"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"gl"
,
"he"
,
"hu"
,
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"cs"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"gl"
,
"he"
,
"hu"
,
"it"
,
"ja"
,
"ka"
,
"ko"
,
"nl"
,
"oc"
,
"pt_BR"
,
"ro"
,
"ru"
,
"sk"
,
"sv"
,
"tr"
,
"it"
,
"ja"
,
"ka"
,
"ko"
,
"
ms"
,
"
nl"
,
"oc"
,
"pt_BR"
,
"ro"
,
"ru"
,
"sk"
,
"sv"
,
"tr"
,
"zh_CN"
,
"zh_TW"
};
"zh_CN"
,
"zh_TW"
};
static
char
*
ppsz_language_text
[]
=
static
char
*
ppsz_language_text
[]
=
{
N_
(
"Auto"
),
N_
(
"American English"
),
N_
(
"British English"
),
{
N_
(
"Auto"
),
N_
(
"American English"
),
N_
(
"British English"
),
N_
(
"Catalan"
),
N_
(
"Czech"
),
N_
(
"Danish"
),
N_
(
"German"
),
N_
(
"Spanish"
),
N_
(
"Catalan"
),
N_
(
"Czech"
),
N_
(
"Danish"
),
N_
(
"German"
),
N_
(
"Spanish"
),
N_
(
"French"
),
N_
(
"Galician"
),
N_
(
"Hebrew"
),
N_
(
"Hungarian"
),
N_
(
"Italian"
),
N_
(
"French"
),
N_
(
"Galician"
),
N_
(
"Hebrew"
),
N_
(
"Hungarian"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"Dutch"
),
N_
(
"Occitan"
),
N_
(
"Japanese"
),
N_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"
Malay"
),
N_
(
"
Dutch"
),
N_
(
"Occitan"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"Russian"
),
N_
(
"Swedish"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"Russian"
),
N_
(
"Swedish"
),
N_
(
"Slovak"
),
N_
(
"Turkish"
),
N_
(
"Simplified Chinese"
),
N_
(
"Slovak"
),
N_
(
"Turkish"
),
N_
(
"Simplified Chinese"
),
N_
(
"Chinese Traditional"
)
};
N_
(
"Chinese Traditional"
)
};
...
...
src/misc/darwin_specific.m
View file @
5e44df17
...
@@ -56,6 +56,7 @@ static int FindLanguage( const char * psz_lang )
...
@@ -56,6 +56,7 @@ static int FindLanguage( const char * psz_lang )
"Japanese"
,
"ja"
,
"Japanese"
,
"ja"
,
"Korean"
,
"ko"
,
"Korean"
,
"ko"
,
"Georgian"
,
"ka"
,
"Georgian"
,
"ka"
,
"Malay"
,
"ms"
,
"Dutch"
,
"nl"
,
"Dutch"
,
"nl"
,
"Occitan"
,
"oc"
,
"Occitan"
,
"oc"
,
"Brazilian Portuguese"
,
"pt_BR"
,
"Brazilian Portuguese"
,
"pt_BR"
,
...
...
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