diff options
author | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-06 15:10:14 +0000 |
---|---|---|
committer | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-06 15:10:14 +0000 |
commit | 6b48b82de628c3771fd3cac0118cab5480bb946a (patch) | |
tree | 56fc14cedf3783c38e486f2dc373f5a8b29852b1 /help | |
parent | 2934baa10755ebc9c0700b595569f42344798888 (diff) |
synced with r26649
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26677 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-it.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/help/help_mp-it.h b/help/help_mp-it.h index ead625a172..087b2e484f 100644 --- a/help/help_mp-it.h +++ b/help/help_mp-it.h @@ -2,7 +2,7 @@ // Updated by: Roberto Togni <see AUTHORS for email address> // Updated by: PaulTT <see AUTHORS for email address> -// Updated to help_mp-en.h r26067 +// Updated to help_mp-en.h r26649 // ========================= MPlayer help =========================== @@ -2016,7 +2016,7 @@ static char help_text[]= #define MSGTR_LIBASS_ErrorOpeningFont "[ass] Errore aprendo il font: %s, %d\n" // ass_fontconfig.c -#define MSGTR_LIBASS_SelectedFontFamilyIsNotTheRequestedOne "[ass] fontconfig: La famiglia dei font scelta non è quella richiesta: '%s' != '%s'\n" +#define MSGTR_LIBASS_SelectedFontFamilyIsNotTheRequestedOne "[ass] fontconfig: Il font selezionato non è quello richiesto: '%s' != '%s'\n" #define MSGTR_LIBASS_UsingDefaultFontFamily "[ass] fontconfig_select: Uso la famiglia di default dei font: (%s, %d, %d) -> %s, %d\n" #define MSGTR_LIBASS_UsingDefaultFont "[ass] fontconfig_select: Uso il font di default: (%s, %d, %d) -> %s, %d\n" #define MSGTR_LIBASS_UsingArialFontFamily "[ass] fontconfig_select: Uso la famiglia dei font 'Arial': (%s, %d, %d) -> %s, %d\n" @@ -2047,7 +2047,7 @@ static char help_text[]= #define MSGTR_LIBASS_EventHeightHasChanged "[ass] Attenzione! L'evento altezza è cambiato! \n" // ass_font.c -#define MSGTR_LIBASS_GlyphNotFoundReselectingFont "[ass] Glifo 0x%X non trovato, riseleziono il font per (%s, %d, %d)\n" +#define MSGTR_LIBASS_GlyphNotFoundReselectingFont "[ass] Glifo 0x%X non trovato, seleziono un altro font per (%s, %d, %d)\n" #define MSGTR_LIBASS_GlyphNotFound "[ass] Glifo 0x%X non trovato nel font per (%s, %d, %d)\n" #define MSGTR_LIBASS_ErrorOpeningMemoryFont "[ass] Errore aprendo il font in memoria: %s\n" #define MSGTR_LIBASS_NoCharmaps "[ass] font face senza alcuna mappa caratteri\n" |