diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-bg.h | 2 | ||||
-rw-r--r-- | help/help_mp-cs.h | 2 | ||||
-rw-r--r-- | help/help_mp-de.h | 2 | ||||
-rw-r--r-- | help/help_mp-dk.h | 2 | ||||
-rw-r--r-- | help/help_mp-el.h | 2 | ||||
-rw-r--r-- | help/help_mp-en.h | 2 | ||||
-rw-r--r-- | help/help_mp-es.h | 2 | ||||
-rw-r--r-- | help/help_mp-fr.h | 2 | ||||
-rw-r--r-- | help/help_mp-hu.h | 2 | ||||
-rw-r--r-- | help/help_mp-it.h | 2 | ||||
-rw-r--r-- | help/help_mp-ja.h | 2 | ||||
-rw-r--r-- | help/help_mp-ko.h | 2 | ||||
-rw-r--r-- | help/help_mp-mk.h | 2 | ||||
-rw-r--r-- | help/help_mp-nb.h | 2 | ||||
-rw-r--r-- | help/help_mp-nl.h | 2 | ||||
-rw-r--r-- | help/help_mp-pl.h | 2 | ||||
-rw-r--r-- | help/help_mp-pt_BR.h | 2 | ||||
-rw-r--r-- | help/help_mp-ro.h | 2 | ||||
-rw-r--r-- | help/help_mp-ru.h | 2 | ||||
-rw-r--r-- | help/help_mp-sk.h | 2 | ||||
-rw-r--r-- | help/help_mp-sv.h | 2 | ||||
-rw-r--r-- | help/help_mp-tr.h | 2 | ||||
-rw-r--r-- | help/help_mp-uk.h | 2 | ||||
-rw-r--r-- | help/help_mp-zh_CN.h | 2 | ||||
-rw-r--r-- | help/help_mp-zh_TW.h | 2 |
25 files changed, 25 insertions, 25 deletions
diff --git a/help/help_mp-bg.h b/help/help_mp-bg.h index ce58588585..5cadb0b45e 100644 --- a/help/help_mp-bg.h +++ b/help/help_mp-bg.h @@ -15,7 +15,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<пътечка> пуска (S)VCD (Super Video CD) пътечка (без монтиране!)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<номер> пуска DVD заглавие от устройство, вместо от файл\n" " -alang/-slang избор на език за DVD аудиo/субтитри (чрез 2-буквен код)\n" #endif diff --git a/help/help_mp-cs.h b/help/help_mp-cs.h index d468109876..c6772f6a49 100644 --- a/help/help_mp-cs.h +++ b/help/help_mp-cs.h @@ -15,7 +15,7 @@ static char help_text[]= " vcd://<č_stopy> přehraje (S)VCD (Super Video CD) stopu (z nepřipojeného\n" " zařízení)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<č_tit> přehraje DVD titul ze zařízení (mechaniky), místo ze souboru\n" " -alang/-slang zvolí jazyk zvuku/titulků na DVD (dvouznakový kód země)\n" #endif diff --git a/help/help_mp-de.h b/help/help_mp-de.h index d431724a78..af44eb856e 100644 --- a/help/help_mp-de.h +++ b/help/help_mp-de.h @@ -22,7 +22,7 @@ static char help_text[]= " vcd://<tracknr> Spiele einen (S)VCD-Titel (Super Video CD) ab\n" " ( direkter Gerätezugriff, kein mount! )\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titelnr> Spiele DVD-Titel direkt vom Gerät anstelle einer Datei\n" #endif " -alang/-slang Wähle DVD Audio/Untertitel Sprache (2-Zeichen-Ländercode)\n" diff --git a/help/help_mp-dk.h b/help/help_mp-dk.h index 30718b2fed..fae973d53c 100644 --- a/help/help_mp-dk.h +++ b/help/help_mp-dk.h @@ -16,7 +16,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<spor> afspil et VCD (Video CD) spor fra et drev i stedet for en fil\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titelnr> afspil DVD titel fra et drev i stedet for en fil\n" " -alang/-slang vælg sprog til lyd og undertekster (vha. landekode på 2 tegn)\n" #endif diff --git a/help/help_mp-el.h b/help/help_mp-el.h index 8bc1db51f1..b3f05b8a20 100644 --- a/help/help_mp-el.h +++ b/help/help_mp-el.h @@ -14,7 +14,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<αριθμός track> αναπαραγωγή track VCD (video cd) από συσκευή αντί για αρχείο\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titleno> αναπαραγωγή του τίτλου/track DVD από τη συσκευή αντί για αρχείο\n" " -alang/-slang επιλογή της γλώσσας του ήχου/υποτίτλων του DVD (2 χαρακτήρες του κωδικού της χώρας)\n" #endif diff --git a/help/help_mp-en.h b/help/help_mp-en.h index bb01af1222..aff75d2703 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -22,7 +22,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<trackno> play (S)VCD (Super Video CD) track (raw device, no mount)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titleno> play DVD title from device instead of plain file\n" #endif " -alang/-slang select DVD audio/subtitle language (by 2-char country code)\n" diff --git a/help/help_mp-es.h b/help/help_mp-es.h index 6d79cbad9c..d4cb70fd81 100644 --- a/help/help_mp-es.h +++ b/help/help_mp-es.h @@ -25,7 +25,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<numpista> Reproducir pista de (S)VCD (Super Video CD) (acceso directo al dispositivo, no montado)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<número> Reproducir título o pista de DVD desde un dispositivo en vez de un archivo regular.\n" " -alang <lengua> Seleccionar lengua para el audio del DVD (con código de país de dos caracteres. p. ej. 'es').\n" " -alang <lengua> Seleccionar lengua para los subtítulos del DVD.\n" diff --git a/help/help_mp-fr.h b/help/help_mp-fr.h index 3ff37ca813..fd0369bf18 100644 --- a/help/help_mp-fr.h +++ b/help/help_mp-fr.h @@ -17,7 +17,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<n°piste> lit piste (S)VCD (Super Video CD) (périf. brut, non-monté)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<n°titre> lit titre DVD du périf. plutôt que d'un fichier\n" " -alang/-slang langue audio/sous-titres du DVD (code pays 2 lettres)\n" #endif diff --git a/help/help_mp-hu.h b/help/help_mp-hu.h index 314c2c30aa..c637adcd81 100644 --- a/help/help_mp-hu.h +++ b/help/help_mp-hu.h @@ -18,7 +18,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<sávszám> (S)VCD (Super Video CD) sáv lejátszás (nyers, nincs mount)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titleno> a megadott DVD sáv lejátszása, fájl helyett\n" #endif " -alang/-slang DVD audio/felirat nyelv kiválasztása (2 betűs országkóddal)\n" diff --git a/help/help_mp-it.h b/help/help_mp-it.h index 27dc748cca..dda7a009b8 100644 --- a/help/help_mp-it.h +++ b/help/help_mp-it.h @@ -16,7 +16,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<trackno> legge (S)VCD (Super Video CD) (dispositivo raw, non montato)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titleno> legge titolo/traccia DVD dal dispositivo anzich da file\n" " -alang/-slang sceglie lingua audio/sottotitoli DVD (cod naz. 2 caratteri)\n" #endif diff --git a/help/help_mp-ja.h b/help/help_mp-ja.h index c491e02378..7c9cfd3aee 100644 --- a/help/help_mp-ja.h +++ b/help/help_mp-ja.h @@ -15,7 +15,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<trackno> play VCD (Video CD) track from device instead of plain file\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titleno> play DVD title from device instead of plain file\n" " -alang/-slang DVDの 音声/サブタイトル 言語設定 (2文字のカントリーコードで指定)\n" #endif diff --git a/help/help_mp-ko.h b/help/help_mp-ko.h index d5cc7d615b..878c985f68 100644 --- a/help/help_mp-ko.h +++ b/help/help_mp-ko.h @@ -13,7 +13,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<trackno> (S)VCD (Super Video CD) 트랙 재생 (장치로부터, 마운트 없이)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titleno> 일반 파일이 아닌 장치로부터 DVD 타이틀 재생\n" " -alang/-slang DVD 오디오/자막 언어 선택 (두 글자의 국가 코드)\n" #endif diff --git a/help/help_mp-mk.h b/help/help_mp-mk.h index 218d01aae3..7913d64090 100644 --- a/help/help_mp-mk.h +++ b/help/help_mp-mk.h @@ -14,7 +14,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<trackno> пушта VCD (Video CD) од уред наместо од датотека\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titleno> пушта DVD наслови од уред наместо од датотека\n" " -alang/-slang избира јазик на DVD аудио/превод (од 2-char код на државата)\n" #endif diff --git a/help/help_mp-nb.h b/help/help_mp-nb.h index b914c6566f..0c9d866865 100644 --- a/help/help_mp-nb.h +++ b/help/help_mp-nb.h @@ -11,7 +11,7 @@ static char help_text[]= " -vo <drv[:dev]> velg video-ut driver og enhet (se '-vo help' for liste)\n" " -ao <drv[:dev]> velg lyd-ut driver og enhet (se '-ao help' for liste)\n" " vcd://<sporno> spill VCD (video cd) spor fra enhet i stedet for fil\n" -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<tittelno> spill DVD tittel/spor fra enhet i stedet for fil\n" #endif " -ss <timepos> søk til gitt (sekunder eller hh:mm:ss) posisjon\n" diff --git a/help/help_mp-nl.h b/help/help_mp-nl.h index 746cca644a..7c40863786 100644 --- a/help/help_mp-nl.h +++ b/help/help_mp-nl.h @@ -12,7 +12,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<trackno> speel VCD (Video CD) track van cdrom in plaats van standaard bestand\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titelnr> speel DVD titel/track van device in plaats van gewoon bestand\n" " -alang/-slang selecteer DVD audio/ondertitelingstaal (door middel van 2-karakter landcode)\n" #endif diff --git a/help/help_mp-pl.h b/help/help_mp-pl.h index 48ff7158d5..16938f2789 100644 --- a/help/help_mp-pl.h +++ b/help/help_mp-pl.h @@ -15,7 +15,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<numer_ścieżki> odtwórz ścieżkę (S)VCD (Super Video CD) (bezpośrednio, bez montowania)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<tytuł> odtwórz tytuł DVD z urządzenia zamiast pliku\n" " -alang/-slang wybierz język napisów/ścieżki dźwiękowej (dwuliterowy kod kraju)\n" #endif diff --git a/help/help_mp-pt_BR.h b/help/help_mp-pt_BR.h index bb1cc5de47..a133e6cd69 100644 --- a/help/help_mp-pt_BR.h +++ b/help/help_mp-pt_BR.h @@ -18,7 +18,7 @@ static char help_text[]= " vcd://<numtrilha> reproduz trilha de VCD (Video CD) do dispositivo em vez de um\n" " arquivo\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<numtítilo> reproduz título de DVD do dispositivo em vez de um arquivo\n" " -alang/-slang seleciona o idioma/legenda do DVD (pelo código país de duas\n" " letras)\n" diff --git a/help/help_mp-ro.h b/help/help_mp-ro.h index 4bd439eb49..1912c0525b 100644 --- a/help/help_mp-ro.h +++ b/help/help_mp-ro.h @@ -22,7 +22,7 @@ static char help_text[]= " vcd://<nrpistã> ruleazã pista VCD (Video CD) de pe device în loc de fiºier\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<nrtitlu> ruleazã titlul/pista de pe dispozitivul DVD în loc de fiºier\n" " -aLMB/-sLMB alege limba pentru audio/subtitrãri DVD\n" " (cu codul de 2 caractere, ex. RO)\n" diff --git a/help/help_mp-ru.h b/help/help_mp-ru.h index a068f0bbed..c91dd9294e 100644 --- a/help/help_mp-ru.h +++ b/help/help_mp-ru.h @@ -16,7 +16,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<номер трека> играть дорожку (S)VCD (Super Video CD) (указывайте устройство,\n не монтируйте его)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<номер ролика> играть DVD ролик с устройства вместо файла\n" " -alang/-slang выбрать язык аудио/субтитров DVD (двубуквенный код страны)\n" #endif diff --git a/help/help_mp-sk.h b/help/help_mp-sk.h index e09e21201a..46e9f4be0c 100644 --- a/help/help_mp-sk.h +++ b/help/help_mp-sk.h @@ -16,7 +16,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<trackno> prehrať VCD (video cd) stopu zo zariadenia namiesto zo súboru\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titleno> prehrať DVD titul/stopu zo zariadenia (mechaniky) namiesto súboru\n" " -alang/-slang vybrať jazyk DVD zvuku/titulkov(pomocou 2-miest. kódu krajiny)\n" #endif diff --git a/help/help_mp-sv.h b/help/help_mp-sv.h index 31faeccfc2..8ea80bacae 100644 --- a/help/help_mp-sv.h +++ b/help/help_mp-sv.h @@ -13,7 +13,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<spårnr> spela (S)VCD (Super Video CD) spår (rå enhet, ingen montering)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titlenr> spela DVD titel från enhet istället för ifrån en enkel fil\n" " -alang/-slang välj DVD audio/textningsspråk (m.h.a. ett 2-teckens landskod)\n" #endif diff --git a/help/help_mp-tr.h b/help/help_mp-tr.h index 5f3eb43fe8..9bf05d4ef8 100644 --- a/help/help_mp-tr.h +++ b/help/help_mp-tr.h @@ -16,7 +16,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<parçano> (S)VCD (Süper Video CD) parça numarasını oynatır (sade aygıtı kullan, sisteme takma)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<başlıkno> Dosya yerine aygıttan DVD başlığını oynatır.\n" " -alang/-slang DVD ses/altyazı dili seçer (2 karakterli ülke kodu ile)\n" #endif diff --git a/help/help_mp-uk.h b/help/help_mp-uk.h index d19cc9c69b..837668806a 100644 --- a/help/help_mp-uk.h +++ b/help/help_mp-uk.h @@ -13,7 +13,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<номер треку> грати VCD (video cd) трек з пристрою замість файлу\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<номер титрів> грати DVD титри/трек з пристрою замість файлу\n" " -alang/-slang вибрати мову DVD аудіо/субтитрів (двосимвольний код країни)\n" #endif diff --git a/help/help_mp-zh_CN.h b/help/help_mp-zh_CN.h index 37e8ac538a..05e7ae8d36 100644 --- a/help/help_mp-zh_CN.h +++ b/help/help_mp-zh_CN.h @@ -26,7 +26,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<曲目号> 播放 (S)VCD(超级VCD)曲目(无格式设备,无需装载)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<标题号> 从设备而不是从普通文件上播放 DVD 标题\n" #endif " -alang/-slang 选择 DVD 音频/字幕的语言(使用两字符的国家代号)\n" diff --git a/help/help_mp-zh_TW.h b/help/help_mp-zh_TW.h index 779335a19d..59fabaa60b 100644 --- a/help/help_mp-zh_TW.h +++ b/help/help_mp-zh_TW.h @@ -18,7 +18,7 @@ static char help_text[]= #ifdef HAVE_VCD " vcd://<trackno> 播放 (S)VCD 軌迹號 (原始設備, 無需安挂)\n" #endif -#ifdef USE_DVDREAD +#ifdef CONFIG_DVDREAD " dvd://<titleno> 從設備而不是普通文件上播放 DVD 標題號\n" " -alang/-slang 選擇 DVD 音軌/字幕的語言(使用兩字符的國家代號)\n" #endif |