summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-28 18:48:19 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-28 18:48:19 +0000
commit1f0b03e767fc0e0728f45a58ab64671c756762f9 (patch)
tree2db8129f92390f712eaf302cd3eed680fe670258 /help
parent0539ebf667c9ef1e81c67799c1152bc611b00086 (diff)
downloadmpv-1f0b03e767fc0e0728f45a58ab64671c756762f9.tar.bz2
mpv-1f0b03e767fc0e0728f45a58ab64671c756762f9.tar.xz
Part of radio patch by Vladimir Voroshilov (voroshil gmail com) that did not apply cleanly before.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19580 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-ru.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/help/help_mp-ru.h b/help/help_mp-ru.h
index 123bad2b1d..1402ddc482 100644
--- a/help/help_mp-ru.h
+++ b/help/help_mp-ru.h
@@ -1174,6 +1174,48 @@ static char help_text[]=
#define MSGTR_AF_LADSPA_ErrControlBelow "%s: Входной параметр #%d меньше нижней границы %0.4f.\n"
#define MSGTR_AF_LADSPA_ErrControlAbove "%s: Входной параметр #%d больше верхней границы %0.4f.\n"
+// stream/stream_radio.c
+
+#define MSGTR_RADIO_ChannelNamesDetected "[radio] Обнаружены имена радиостанций.\n"
+#define MSGTR_RADIO_WrongFreqForChannel "[radio] Неверная частота для станции %s\n"
+#define MSGTR_RADIO_WrongChannelNumberFloat "[radio] Неверный номер станции: %.2f\n"
+#define MSGTR_RADIO_WrongChannelNumberInt "[radio] Неверный номер станции: %d\n"
+#define MSGTR_RADIO_FreqParameterDetected "[radio] В параметрах обнаружена частота.\n"
+#define MSGTR_RADIO_DoneParsingChannels "[radio] Разбор имен радиостанций завершен\n"
+#define MSGTR_RADIO_GetTunerFailed "[radio] Предупреждение:сбой вызова ioctl get tuner : %s. frac установлен в %d\n"
+#define MSGTR_RADIO_NotRadioDevice "[radio] %s не является устройством радио!\n"
+#define MSGTR_RADIO_TunerCapLowYes "[radio] низкочастотный тюнер:да frac=%d\n"
+#define MSGTR_RADIO_TunerCapLowNo "[radio] низкочастотный тюнер:нет frac=%d\n"
+#define MSGTR_RADIO_SetFreqFailed "[radio] сбой вызова ioctl set frequency 0x%x (%.2f): %s\n"
+#define MSGTR_RADIO_GetFreqFailed "[radio] сбой вызова ioctl get frequency: %s\n"
+#define MSGTR_RADIO_SetMuteFailed "[radio] сбой вызова ioctl set mute: %s\n"
+#define MSGTR_RADIO_QueryControlFailed "[radio] сбой вызова ioctl query control %s\n"
+#define MSGTR_RADIO_GetVolumeFailed "[radio] сбой вызова ioctl get volume: %s\n"
+#define MSGTR_RADIO_SetVolumeFailed "[radio] сбой вызова ioctl set volume: %s\n"
+#define MSGTR_RADIO_DroppingFrame "\n[radio] потерян аудио фрейм (байт: %d)!\n"
+#define MSGTR_RADIO_BufferEmpty "[radio] grab_audio_frame: буфер пуст, ожидание данных. байт: %d \n"
+#define MSGTR_RADIO_AudioInitFailed "[radio] сбой вызова audio_in_init: %s\n"
+#define MSGTR_RADIO_AudioBuffer "[radio] Аудио захват - буфер=%d байт (блок: %d байт).\n"
+#define MSGTR_RADIO_AllocateBufferFailed "[radio] Невозможно создать аудио буфер (блок=%d,размер=%d): %s\n"
+#define MSGTR_RADIO_CurrentFreq "[radio] Текущая частота: %.2f\n"
+#define MSGTR_RADIO_SelectedChannel "[radio] Выбрана станция: %d - %s (частота: %.2f)\n"
+#define MSGTR_RADIO_ChangeChannelNoChannelList "[radio] Невозможно изменить станцию: не передан список радиостанций\n"
+#define MSGTR_RADIO_UnableOpenDevice "[radio] Невозможно открыть '%s': %s\n"
+#define MSGTR_RADIO_RadioDevice "[radio] Radio fd: %d, %s\n"
+#define MSGTR_RADIO_InitFracFailed "[radio] сбой вызова init_frac\n"
+#define MSGTR_RADIO_WrongFreq "[radio] Неверная частота: %.2f\n"
+#define MSGTR_RADIO_UsingFreq "[radio] Используется частота: %.2f.\n"
+#define MSGTR_RADIO_AudioInInitFailed "[radio] сбой вызова audio_in_init\n"
+#define MSGTR_RADIO_BufferString "[radio] %s: в буфере: %d потеряно:%d\n"
+#define MSGTR_RADIO_AudioInSetupFailed "[radio] сбой вызова audio_in_setup: %s\n"
+#define MSGTR_RADIO_CaptureStarting "[radio] Запуск модуля захвата\n"
+#define MSGTR_RADIO_ClearBufferFailed "[radio] Ошибка очистки буфера: %s\n"
+#define MSGTR_RADIO_StreamEnableCacheFailed "[radio] Ошибка вызова stream_enable_cache: %s\n"
+#define MSGTR_RADIO_DriverUnknownId "[radio] Неизвестный тип дравера: %d\n"
+#define MSGTR_RADIO_DriverUnknownStr "[radio] Неизвестный драйвер: %s\n"
+#define MSGTR_RADIO_DriverV4L "[radio] Используется V4Lv1 радио интерфейс\n"
+#define MSGTR_RADIO_DriverV4L2 "[radio] Используется V4Lv2 радио интерфейс\n"
+
// format.c
#define MSGTR_AF_FORMAT_UnknownFormat "неизвестный формат "