comparison help/help_mp-en.h @ 26617:ae0fc984184f

Fix some not entirely correct and misleading messages.
author eugeni
date Fri, 02 May 2008 23:32:32 +0000
parents b9ced5a4c5ff
children 41794a5fb100
comparison
equal deleted inserted replaced
26616:c37a85037fc2 26617:ae0fc984184f
2032 // ass_cache.c 2032 // ass_cache.c
2033 #define MSGTR_LIBASS_TooManyFonts "[ass] Too many fonts\n" 2033 #define MSGTR_LIBASS_TooManyFonts "[ass] Too many fonts\n"
2034 #define MSGTR_LIBASS_ErrorOpeningFont "[ass] Error opening font: %s, %d\n" 2034 #define MSGTR_LIBASS_ErrorOpeningFont "[ass] Error opening font: %s, %d\n"
2035 2035
2036 // ass_fontconfig.c 2036 // ass_fontconfig.c
2037 #define MSGTR_LIBASS_SelectedFontFamilyIsNotTheRequestedOne "[ass] fontconfig: Selected font family is not the requested one: '%s' != '%s'\n" 2037 #define MSGTR_LIBASS_SelectedFontFamilyIsNotTheRequestedOne "[ass] fontconfig: Selected font is not the requested one: '%s' != '%s'\n"
2038 #define MSGTR_LIBASS_UsingDefaultFontFamily "[ass] fontconfig_select: Using default font family: (%s, %d, %d) -> %s, %d\n" 2038 #define MSGTR_LIBASS_UsingDefaultFontFamily "[ass] fontconfig_select: Using default font family: (%s, %d, %d) -> %s, %d\n"
2039 #define MSGTR_LIBASS_UsingDefaultFont "[ass] fontconfig_select: Using default font: (%s, %d, %d) -> %s, %d\n" 2039 #define MSGTR_LIBASS_UsingDefaultFont "[ass] fontconfig_select: Using default font: (%s, %d, %d) -> %s, %d\n"
2040 #define MSGTR_LIBASS_UsingArialFontFamily "[ass] fontconfig_select: Using 'Arial' font family: (%s, %d, %d) -> %s, %d\n" 2040 #define MSGTR_LIBASS_UsingArialFontFamily "[ass] fontconfig_select: Using 'Arial' font family: (%s, %d, %d) -> %s, %d\n"
2041 #define MSGTR_LIBASS_FcInitLoadConfigAndFontsFailed "[ass] FcInitLoadConfigAndFonts failed.\n" 2041 #define MSGTR_LIBASS_FcInitLoadConfigAndFontsFailed "[ass] FcInitLoadConfigAndFonts failed.\n"
2042 #define MSGTR_LIBASS_UpdatingFontCache "[ass] Updating font cache.\n" 2042 #define MSGTR_LIBASS_UpdatingFontCache "[ass] Updating font cache.\n"
2063 #define MSGTR_LIBASS_EmptyEvent "[ass] Empty event!\n" 2063 #define MSGTR_LIBASS_EmptyEvent "[ass] Empty event!\n"
2064 #define MSGTR_LIBASS_MAX_GLYPHS_Reached "[ass] MAX_GLYPHS reached: event %d, start = %llu, duration = %llu\n Text = %s\n" 2064 #define MSGTR_LIBASS_MAX_GLYPHS_Reached "[ass] MAX_GLYPHS reached: event %d, start = %llu, duration = %llu\n Text = %s\n"
2065 #define MSGTR_LIBASS_EventHeightHasChanged "[ass] Warning! Event height has changed! \n" 2065 #define MSGTR_LIBASS_EventHeightHasChanged "[ass] Warning! Event height has changed! \n"
2066 2066
2067 // ass_font.c 2067 // ass_font.c
2068 #define MSGTR_LIBASS_GlyphNotFoundReselectingFont "[ass] Glyph 0x%X not found, reselecting font for (%s, %d, %d)\n" 2068 #define MSGTR_LIBASS_GlyphNotFoundReselectingFont "[ass] Glyph 0x%X not found, selecting one more font for (%s, %d, %d)\n"
2069 #define MSGTR_LIBASS_GlyphNotFound "[ass] Glyph 0x%X not found in font for (%s, %d, %d)\n" 2069 #define MSGTR_LIBASS_GlyphNotFound "[ass] Glyph 0x%X not found in font for (%s, %d, %d)\n"
2070 #define MSGTR_LIBASS_ErrorOpeningMemoryFont "[ass] Error opening memory font: %s\n" 2070 #define MSGTR_LIBASS_ErrorOpeningMemoryFont "[ass] Error opening memory font: %s\n"
2071 #define MSGTR_LIBASS_NoCharmaps "[ass] font face with no charmaps\n" 2071 #define MSGTR_LIBASS_NoCharmaps "[ass] font face with no charmaps\n"
2072 #define MSGTR_LIBASS_NoCharmapAutodetected "[ass] no charmap autodetected, trying the first one\n" 2072 #define MSGTR_LIBASS_NoCharmapAutodetected "[ass] no charmap autodetected, trying the first one\n"
2073 2073