summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-24 09:18:28 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-24 09:18:28 +0000
commite313dd3b4d5f931bc1c72033a967c2dab9aa2515 (patch)
tree73398b12c054d5ce4131f9c9a60c254b1af85c97 /help
parentc0f231ac477aa6ee55526e6401ed114026473980 (diff)
downloadmpv-e313dd3b4d5f931bc1c72033a967c2dab9aa2515.tar.bz2
mpv-e313dd3b4d5f931bc1c72033a967c2dab9aa2515.tar.xz
updated to r27402, jumping over 27072, by now, i'll do soon
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27821 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-it.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/help/help_mp-it.h b/help/help_mp-it.h
index dfecd6edeb..55bf3c071f 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 r27071
+// Updated to help_mp-en.h r27402
// ========================= MPlayer help ===========================
@@ -1092,6 +1092,11 @@ static char help_text[]=
// audio_out.c
#define MSGTR_AO_ALSA9_1x_Removed "audio_out: i moduli alsa9/alsa1x sono stati rimossi, ora usa -ao alsa.\n"
+#define MSGTR_AO_TryingPreferredAudioDriver "Provo con il driver audio preferito '%.*s', opzioni '%s'\n"
+#define MSGTR_AO_NoSuchDriver "driver audio '%.*s' non trovato\n"
+#define MSGTR_AO_FailedInit "Inizializzazione del driver audio '%s' non riuscita\n"
+#define MSGTR_AO_TryingEveryKnown "Provo con tutti i driver audio conosciuti...\n"
+
// ao_oss.c
#define MSGTR_AO_OSS_CantOpenMixer "[AO OSS] audio_setup: Non posso aprire il dispositivo mixer %s: %s\n"