subtitles: make the default character set value explicit

This commit is contained in:
Rémi Denis-Courmont 2010-06-25 07:45:23 +03:00
parent 4b85979a1c
commit 78d1d1105b
1 changed files with 5 additions and 1 deletions

View File

@ -94,7 +94,11 @@ static const char *const ppsz_encodings[] = {
};
static const char *const ppsz_encoding_names[] = {
N_("Auto"),
/* xgettext:
The character encoding name in parenthesis corresponds to that used for
the GetACP translation. "Windows-1252" applies to Western European
languages using the Latin alphabet. */
N_("Default (Windows-1252)"),
N_("Universal (UTF-8)"),
N_("Universal (UTF-16)"),
N_("Universal (big endian UTF-16)"),