changeset 19574:a570229deaeb

Part of radio patch by Vladimir Voroshilov (voroshil gmail com) that did not apply cleanly before.
author reimar
date Mon, 28 Aug 2006 18:48:19 +0000
parents 35d9fef1879e
children dbbc66400ceb
files help/help_mp-ru.h
diffstat 1 files changed, 42 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/help/help_mp-ru.h	Mon Aug 28 18:46:31 2006 +0000
+++ b/help/help_mp-ru.h	Mon Aug 28 18:48:19 2006 +0000
@@ -1174,6 +1174,48 @@
 #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 "неизвестный формат "