Commit faad5645 authored by Christophe Mutricy's avatar Christophe Mutricy

Polish translation for 0.8.6-bugfix branch by Michał Trzebiatowski.

parent 3670e076
......@@ -114,6 +114,7 @@ Mats Rojestal <mats.rojestal at bredband dot net> - compilation fixes for Solari
Matthieu Lochegnies <lochegm1 at cti.ecp.fr> - MPEG audio emphasis fix
Max Rudberg <max_08 at mac.com> - Mac OS X controller art (v0.7.0)
Michael Mondragon <mammon at lokmail.net> - ncurses compilation fix
Michał Trzebiatowski <hippie_1968 at hotmail dot com> - Polish translation
Mickael Hoerdt <hoerdt at clarinet.u-strasbg.fr> - IPv6 SSM multicast patch
Mike Schrag <mschrag at pobox dot com> - directx device selection
Michel Lanners <mlan at cpu.lu> - fixed typos and AltiVec detection
......
......@@ -307,7 +307,7 @@ fi
dnl
dnl Gettext stuff
dnl
ALL_LINGUAS="af ar ca co cs da de en_GB es eu fa fr fur gl he hi hu it ja lt lv ka ko ms nb ne nl nn oc pa pt_BR ro ru sk sl sq sv th tr zh_CN zh_TW"
ALL_LINGUAS="af ar ca co cs da de en_GB es eu fa fr fur gl he hi hu it ja lt lv ka ko ms nb ne nl nn oc pa pl pt_BR ro ru sk sl sq sv th 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.
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-06-13 21:38+0100\n"
"POT-Creation-Date: 2007-06-25 23:43+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -1079,6 +1079,10 @@ msgstr ""
msgid "Occitan"
msgstr ""
#: src/libvlc.h:41 src/misc/iso-639_def.h:148
msgid "Polish"
msgstr ""
#: src/libvlc.h:42
msgid "Brazilian Portuguese"
msgstr ""
......@@ -3878,10 +3882,6 @@ msgstr ""
msgid "Pali"
msgstr ""
#: src/misc/iso-639_def.h:148
msgid "Polish"
msgstr ""
#: src/misc/iso-639_def.h:149
msgid "Portuguese"
msgstr ""
......@@ -4066,7 +4066,7 @@ msgstr ""
msgid "Zulu"
msgstr ""
#: src/misc/iso_lang.c:70 modules/gui/wxwidgets/dialogs/preferences.cpp:978
#: src/misc/iso_lang.c:70 modules/gui/wxwidgets/dialogs/preferences.cpp:976
msgid "Unknown"
msgstr ""
......@@ -7170,15 +7170,15 @@ msgstr ""
msgid "6 (Highest)"
msgstr ""
#: modules/codec/flac.c:173
#: modules/codec/flac.c:177
msgid "Flac audio decoder"
msgstr ""
#: modules/codec/flac.c:178
#: modules/codec/flac.c:182
msgid "Flac audio encoder"
msgstr ""
#: modules/codec/flac.c:184
#: modules/codec/flac.c:188
msgid "Flac audio packetizer"
msgstr ""
......@@ -12616,7 +12616,7 @@ msgid ""
"Are you sure you want to continue?"
msgstr ""
#: modules/gui/wxwidgets/dialogs/preferences.cpp:1032
#: modules/gui/wxwidgets/dialogs/preferences.cpp:1025
msgid ""
"Some options are available but hidden. Check \"Advanced options\" to see "
"them."
......
......@@ -30,7 +30,7 @@
#if defined (WIN32) || defined (__APPLE__)
static char *ppsz_language[] =
{ "auto", "en", "en_GB", "ar", "ca", "cs", "da", "de", "es", "fa", "fr", "gl",
"he", "hu", "it", "ja", "ka", "ko", "ms", "ne", "nl", "oc", "pt_BR", "ro",
"he", "hu", "it", "ja", "ka", "ko", "ms", "ne", "nl", "oc", "pl", "pt_BR", "ro",
"ru", "sk", "sl", "sv", "th", "tr", "zh_CN", "zh_TW" };
static char *ppsz_language_text[] =
......@@ -38,7 +38,7 @@ static char *ppsz_language_text[] =
N_("Arabic"), N_("Catalan"), N_("Czech"), N_("Danish"), N_("German"),
N_("Spanish"), N_("Persian"),N_("French"), N_("Galician"), N_("Hebrew"),
N_("Hungarian"),N_("Italian"),N_("Japanese"),N_("Georgian"), N_("Korean"),
N_("Malay"), N_("Nepali"), N_("Dutch"), N_("Occitan"),
N_("Malay"), N_("Nepali"), N_("Dutch"), N_("Occitan"), N_("Polish"),
N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Slovak"),
N_("Slovenian"), N_("Swedish"), N_("Thai"), N_("Turkish"),
N_("Simplified Chinese"), N_("Chinese Traditional") };
......
......@@ -63,7 +63,8 @@ static int FindLanguage( const char * psz_lang )
"Nepali", "ne",
"Dutch", "nl",
"Occitan", "oc",
"Brazilian Portuguese", "pt_BR",
"Polish", "pl",
"Brazilian Portuguese", "pt_BR",
"Romanian", "ro",
"Russian", "ru",
"Slovak", "sk",
......
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