From c7977d5d05c34086ae8d96c341fae3d2c5bfcb5b Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Sat, 30 Jun 2007 00:11:32 +0000 Subject: [PATCH] Activate the polish translation --- src/libvlc-module.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index cd6351ba54..2792c6e928 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -40,17 +40,17 @@ #if defined (WIN32) || defined (__APPLE__) static const char *ppsz_language[] = { "auto", "ar", "en", "en_GB", "ca", "cs", "da", "de", "es", "fa" "fr", "gl", - "he", "hu", "it", "ja", "ka", "ko", "ms", "nl", "oc", "pt_BR", "ro", "ru", - "sk", "sl", "sv", "tr", "zh_CN", "zh_TW" }; + "he", "hu", "it", "ja", "ka", "ko", "ms", "nl", "oc", "pl", "pt_BR", "ro", + "ru", "sk", "sl", "sv", "tr", "zh_CN", "zh_TW" }; static const char *ppsz_language_text[] = { N_("Auto"), N_("Arabic"), N_("American English"), N_("British English"), 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_("Dutch"), N_("Occitan"), N_("Brazilian Portuguese"), N_("Romanian"), -N_("Russian"), N_("Slovak"), N_("Slovenian"), N_("Swedish"), N_("Turkish"), -N_("Simplified Chinese"), N_("Chinese Traditional") }; +N_("Dutch"), N_("Occitan"), N_("Polish"), N_("Brazilian Portuguese"), +N_("Romanian"), N_("Russian"), N_("Slovak"), N_("Slovenian"), N_("Swedish"), +N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") }; #endif static const char *ppsz_snap_formats[] = -- 2.39.2