Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
95a7988d
Commit
95a7988d
authored
Sep 07, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* new Korean translation by Han HoJoong <0demon0@paran.com>
parent
acaa1128
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16437 additions
and
5 deletions
+16437
-5
NEWS
NEWS
+3
-1
THANKS
THANKS
+2
-1
configure.ac
configure.ac
+1
-1
po/ko.po
po/ko.po
+16428
-0
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 @
95a7988d
...
...
@@ -35,6 +35,7 @@ Interfaces:
- New extended controls panel
- New bookmarks window
- Fixed playlist sorting
- Fixed drag-and-drop inside the playlist
* wxWidgets
- Rename wxWindows interface in wxWidgets.
- All the --wxwin-* options are now --wx-*
...
...
@@ -49,7 +50,8 @@ ActiveX plugin:
* Should now work outside IE as well
Translations:
The following language was added:
The following languages were added:
* Korean
* Romanian
Changes between 0.8.1 and 0.8.2:
...
...
THANKS
View file @
95a7988d
...
...
@@ -45,9 +45,10 @@ Ethan C. Baldridge <BaldridgeE at cadmus.com> - directory browsing code
Franois Seingier <francois.seingier at club-internet.fr> - TTL setting in the wx stream output dialog
Frank Chao <frank0624 at gmail.com> - Chinese Traditional translation
Fumio Nakayama <endymion at ca2.so-net.ne.jp> - Japanese translation
Gregory Hazel <ghazel
e
t gmail dot com> - wxWidgets fixes and improvements
Gregory Hazel <ghazel
a
t gmail dot com> - wxWidgets fixes and improvements
Goetz Waschk <waschk at informatik.uni-rostock dot de> - Mandrake packages
Haakon Meland Eriksen - Norwegian translation
Han HoJoong <0demon0 at paran dot com> - Korean translation
Hans-Peter Jansen <hpj at urpla.net> - patch for module options handling
Jan Gerber <j at v2v dot org> - patch theora decoding aspect ratio
Jan Van Boghout <vlc at macrabbit.com> - iTunes like slider for OSX intf
...
...
configure.ac
View file @
95a7988d
...
...
@@ -221,7 +221,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
dnl
dnl Gettext stuff
dnl
ALL_LINGUAS="ca da de en_GB es fr it ja nl pt_BR ro ru tr zh_TW"
ALL_LINGUAS="ca da de en_GB es fr it ja
ko
nl pt_BR ro ru tr zh_TW"
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
...
...
po/ko.po
0 → 100644
View file @
95a7988d
This diff is collapsed.
Click to expand it.
src/libvlc.h
View file @
95a7988d
...
...
@@ -29,9 +29,9 @@
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"it"
,
"ja"
,
"nl"
,
"pt_BR"
,
"ro"
,
"ru"
,
"tr"
,
"zh_TW"
};
"fr"
,
"it"
,
"ja"
,
"
ko"
,
"
nl"
,
"pt_BR"
,
"ro"
,
"ru"
,
"tr"
,
"zh_TW"
};
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_
(
"Romanian"
),
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_
(
"
Korean"
),
N_
(
"
Dutch"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"Russian"
),
N_
(
"Turkish"
),
N_
(
"Chinese Traditional"
)
};
static
char
*
ppsz_snap_formats
[]
=
{
"png"
,
"jpg"
};
...
...
src/misc/darwin_specific.m
View file @
95a7988d
...
...
@@ -50,6 +50,7 @@ static int FindLanguage( const char * psz_lang )
"French"
,
"fr"
,
"Italian"
,
"it"
,
"Japanese"
,
"ja"
,
"Korean"
,
"ko"
,
"Dutch"
,
"nl"
,
"Brazillian Portuguese"
,
"pt_BR"
,
"Romanian"
,
"ro"
,
...
...
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