Commit 4815d7f6 authored by Christophe Mutricy's avatar Christophe Mutricy

Synchronise the po file from the 0.8.5 branch.

Add gl, he, hu and sv to activated l10n.
parent 272e38a0
......@@ -303,7 +303,7 @@ fi
dnl
dnl Gettext stuff
dnl
ALL_LINGUAS="ca da de en_GB es fr it ja ka ko nl oc pt_BR ro ru sv tr zh_CN zh_TW"
ALL_LINGUAS="ca da de en_GB es fr gl he hi hu it ja ka ko nl oc pt_BR ro ru sv 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
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -28,16 +28,17 @@
#include "vlc_keys.h"
static char *ppsz_language[] =
{ "auto", "en", "en_GB", "ca", "da", "de", "es", "fr", "it", "ja",
"ka","ko", "nl", "oc", "pt_BR", "ro", "ru", "tr", "zh_CN", "zh_TW" };
{ "auto", "en", "en_GB", "ca", "da", "de", "es", "fr", "gl", "he", "hu",
"it", "ja", "ka", "ko", "nl", "oc", "pt_BR", "ro", "ru", "sv", "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_("Occitan"), N_("Brazilian Portuguese"), N_("Romanian"),
N_("Russian"), N_("Turkish"), N_("Simplified Chinese"),
N_("Chinese Traditional") };
N_("Galician"), N_("Hebrew"), N_("Hungarian"),N_("Italian"),
N_("Japanese"),N_("Georgian"), N_("Korean"), N_("Dutch"), N_("Occitan"),
N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Swedish"),
N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") };
static char *ppsz_snap_formats[] =
{ "png", "jpg" };
......
......@@ -48,6 +48,9 @@ static int FindLanguage( const char * psz_lang )
"English", "en",
"Spanish", "es",
"French", "fr",
"Galician", "gl",
"Hebrew", "he",
"Hungarian", "hu",
"Italian", "it",
"Japanese", "ja",
"Korean", "ko",
......@@ -57,6 +60,7 @@ static int FindLanguage( const char * psz_lang )
"Brazilian Portuguese", "pt_BR",
"Romanian", "ro",
"Russian", "ru",
"Swedish", "sv",
"Turkish", "tr",
"Simplified Chinese", "zh_CN",
"Chinese Traditional", "zh_TW",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment