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
b7ba11b0
Commit
b7ba11b0
authored
Nov 10, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* New Hungarian translation contributed by 'DirectX' (Name under investigation)
parent
e39089dc
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5970 additions
and
6 deletions
+5970
-6
po/hu.po
po/hu.po
+5962
-0
src/libvlc.h
src/libvlc.h
+6
-5
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+2
-1
No files found.
po/hu.po
0 → 100644
View file @
b7ba11b0
This diff is collapsed.
Click to expand it.
src/libvlc.h
View file @
b7ba11b0
...
...
@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.10
2 2003/11/07 19:30:28 massiot
Exp $
* $Id: libvlc.h,v 1.10
3 2003/11/10 00:49:48 hartman
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -27,12 +27,13 @@
#include "vlc_keys.h"
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"es"
,
"de"
,
"fr"
,
"it"
,
"ja"
,
"nl"
,
"no"
,
"pl"
,
"pt_BR"
,
"ru"
,
"sv"
};
{
"auto"
,
"en"
,
"en_GB"
,
"es"
,
"de"
,
"fr"
,
"hu"
,
"it"
,
"ja"
,
"nl"
,
"no"
,
"pl"
,
"pt_BR"
,
"ru"
,
"sv"
};
static
char
*
ppsz_language_text
[]
=
{
N_
(
"Auto"
),
N_
(
"English US"
),
N_
(
"English GB"
),
N_
(
"Spanish"
),
N_
(
"German"
),
N_
(
"French"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Dutch"
),
N_
(
"Norwegian"
),
N_
(
"Polish"
),
N_
(
"Portugese BR"
),
N_
(
"Russian"
),
N_
(
"Swedish"
)
};
N_
(
"French"
),
N_
(
"
Hungarian"
),
N_
(
"
Italian"
),
N_
(
"Japanese"
),
N_
(
"Dutch"
),
N_
(
"Norwegian"
),
N_
(
"Polish"
),
N_
(
"Portug
u
ese BR"
),
N_
(
"Russian"
),
N_
(
"Swedish"
)
};
/*****************************************************************************
* Configuration options for the main program. Each module will also separatly
...
...
src/misc/darwin_specific.m
View file @
b7ba11b0
...
...
@@ -2,7 +2,7 @@
* darwin_specific.m: Darwin specific features
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: darwin_specific.m,v 1.1
5 2003/10/28 20:15
:48 hartman Exp $
* $Id: darwin_specific.m,v 1.1
6 2003/11/10 00:49
:48 hartman Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
@@ -45,6 +45,7 @@ static int FindLanguage( const char * psz_lang )
"English"
,
"en"
,
"Spanish"
,
"es"
,
"French"
,
"fr"
,
"Hungarian"
,
"hu"
,
"Italian"
,
"it"
,
"Japanese"
,
"ja"
,
"Dutch"
,
"nl"
,
...
...
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