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
6796f4ef
Commit
6796f4ef
authored
Oct 12, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* partial translation to Simplified Chinese by Wei Mingzhi <whistler_wmz@users.sourceforge.net>
parent
7ea7afc0
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14544 additions
and
3 deletions
+14544
-3
NEWS
NEWS
+1
-0
THANKS
THANKS
+1
-0
configure.ac
configure.ac
+1
-1
po/zh_CN.po
po/zh_CN.po
+14538
-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 @
6796f4ef
...
...
@@ -67,6 +67,7 @@ Translations:
The following languages were added:
* Korean
* Romanian
* Simplified Chinese
Changes between 0.8.1 and 0.8.2:
--------------------------------
...
...
THANKS
View file @
6796f4ef
...
...
@@ -113,6 +113,7 @@ Vladimir Chernyshov - MMX motion optimizations
Wade Majors <guru at startrek.com> - BeOS icon integration, debugging and fixes
Wallace Wadge <wwadge at gmail.com> - multiple programs TS mux
Watanabe Go <go at dsl.gr.jp> - fix for non-ASCII filenames
Wei Mingzhi <whistler_wmz at users.sourceforge.net> - Simplied Chinese translation
Xavier Maillard <zedek at fxgsproject.org> - audio converters
Xavier Marchesini <xav at alarue.net> - Win32 fixes
Xènia Albà Cantero <xenia_alba at hotmail.com> - Catalan translation
...
...
configure.ac
View file @
6796f4ef
...
...
@@ -228,7 +228,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
dnl
dnl Gettext stuff
dnl
ALL_LINGUAS="ca da de en_GB es fr it ja ko 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_
CN zh_
TW"
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
...
...
po/zh_CN.po
0 → 100755
View file @
6796f4ef
This diff is collapsed.
Click to expand it.
src/libvlc.h
View file @
6796f4ef
...
...
@@ -29,9 +29,9 @@
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"it"
,
"ja"
,
"ko"
,
"nl"
,
"pt_BR"
,
"ro"
,
"ru"
,
"tr"
,
"zh_TW"
};
"fr"
,
"it"
,
"ja"
,
"ko"
,
"nl"
,
"pt_BR"
,
"ro"
,
"ru"
,
"tr"
,
"zh_
CN"
,
"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_
(
"Korean"
),
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_
(
"
Simplified Chinese"
),
N_
(
"
Chinese Traditional"
)
};
static
char
*
ppsz_snap_formats
[]
=
{
"png"
,
"jpg"
};
...
...
src/misc/darwin_specific.m
View file @
6796f4ef
...
...
@@ -56,6 +56,7 @@ static int FindLanguage( const char * psz_lang )
"Romanian"
,
"ro"
,
"Russian"
,
"ru"
,
"Turkish"
,
"tr"
,
"Simplified Chinese"
,
"zh_CN"
,
"Chinese Traditional"
,
"zh_TW"
,
NULL
};
...
...
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