Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
10638f59
Commit
10638f59
authored
Jan 09, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Occitan localization. Many thanks to laurent jonqueres
parent
83b9a0f8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14196 additions
and
4 deletions
+14196
-4
THANKS
THANKS
+2
-1
po/oc.po
po/oc.po
+14184
-0
src/libvlc.h
src/libvlc.h
+9
-3
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+1
-0
No files found.
THANKS
View file @
10638f59
...
...
@@ -74,9 +74,10 @@ John Paul Lorenti <jpl31 at columbia.edu> - ALSA device selection patch
Jonas Larsen <jonas at vrt.dk> - Danish translation
Julien Blache <jb at technologeek.org> - disc ejection code
kty0ne - WinAmp 5 skin for VLC
Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization
Lorena Gomes - Catalan translation
Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input
Marco Munderloh <Marco.Munderloh
@
web.de> - HTTP fix for Win32 to URL filenames
Marco Munderloh <Marco.Munderloh
at
web.de> - HTTP fix for Win32 to URL filenames
Mark Gritter <mgritter at kealia.com> - fix for netlist packet leak in demuxPSI
Markus Kern <markus-kern at gmx dot net> - video output window fixes (win32)
Markus Kuespert <ltlBeBoy at beosmail.com> - BeOS CSS support
...
...
po/oc.po
0 → 100644
View file @
10638f59
This diff is collapsed.
Click to expand it.
src/libvlc.h
View file @
10638f59
...
...
@@ -28,10 +28,16 @@
#include "vlc_keys.h"
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"it"
,
"ja"
,
"ka"
,
"ko"
,
"nl"
,
"pt_BR"
,
"ro"
,
"ru"
,
"tr"
,
"zh_CN"
,
"zh_TW"
};
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"it"
,
"ja"
,
"ka"
,
"ko"
,
"nl"
,
"oc"
,
"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_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"Dutch"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"Russian"
),
N_
(
"Turkish"
),
N_
(
"Simplified Chinese"
),
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_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"Dutch"
),
N_
(
"Occitan"
),
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 @
10638f59
...
...
@@ -53,6 +53,7 @@ static int FindLanguage( const char * psz_lang )
"Korean"
,
"ko"
,
"Georgian"
,
"ka"
,
"Dutch"
,
"nl"
,
"Occitan"
,
"oc"
,
"Brazillian Portuguese"
,
"pt_BR"
,
"Romanian"
,
"ro"
,
"Russian"
,
"ru"
,
...
...
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