Changeset f60d5d587a4013e83b9b4a6d11641badf207c79d

Show
Ignore:
Timestamp:
06/01/02 19:09:25 (6 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1022951365 +0000
git-parent:

[1dedf688bade69ffe778abd12f7cf810c6c6dcd9]

git-author:
Sam Hocevar <sam@videolan.org> 1022951365 +0000
Message:
  • ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
  • ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
    not include CVS Id lines in automatically created files.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    r1dedf68 rf60d5d5  
    55HEAD 
    66 
     7  * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes. 
     8  * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does 
     9    not include CVS Id lines in automatically created files. 
    710  * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c, 
    811    src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix. 
  • bootstrap.sh

    r9e3ab28 rf60d5d5  
    22 
    33##  bootstrap.sh file for vlc, the VideoLAN Client 
    4 ##  $Id: bootstrap.sh,v 1.1 2002/06/01 12:31:57 sam Exp $ 
     4##  $Id: bootstrap.sh,v 1.2 2002/06/01 17:09:25 sam Exp $ 
    55## 
    66##  Authors: Samuel Hocevar <sam@zoy.org> 
     
    2222echo -n "creating headers: " 
    2323rm -f $file 
    24 cp $file.in $file 
     24sed 's#.*\$Id: bootstrap.sh,v 1.2 2002/06/01 17:09:25 sam Exp $file'.in by bootstrap.sh#' \ 
     25    < $file.in > $file 
    2526echo '#define STORE_SYMBOLS( p_symbols ) \' >> $file 
    2627cat include/*.h | grep '^ *VLC_EXPORT.*;' | \ 
  • include/main.h

    r2dad070 rf60d5d5  
    44 ***************************************************************************** 
    55 * Copyright (C) 1999, 2000, 2001, 2002 VideoLAN 
    6  * $Id: main.h,v 1.37 2002/06/01 14:31:32 sam Exp $ 
     6 * $Id: main.h,v 1.38 2002/06/01 17:09:25 sam Exp $ 
    77 * 
    88 * Authors: Vincent Seguin <seguin@via.ecp.fr> 
     
    8080    /* Private data */ 
    8181#if defined( SYS_BEOS ) 
    82     vlc_object_t          p_appthread; 
     82    vlc_object_t *         p_appthread; 
    8383#elif defined( WIN32 ) 
    8484    SIGNALOBJECTANDWAIT    SignalObjectAndWait; 
  • plugins/beos/intf_beos.cpp

    r9e3ab28 rf60d5d5  
    33 ***************************************************************************** 
    44 * Copyright (C) 1999, 2000, 2001 VideoLAN 
    5  * $Id: intf_beos.cpp,v 1.39 2002/06/01 12:31:58 sam Exp $ 
     5 * $Id: intf_beos.cpp,v 1.40 2002/06/01 17:09:25 sam Exp $ 
    66 * 
    77 * Authors: Jean-Marc Dressler <polux@via.ecp.fr> 
     
    125125static void intf_Run( intf_thread_t *p_intf ) 
    126126{ 
    127  
    128127    while( !p_intf->p_vlc->b_die ) 
    129128    { 
    130         /* Manage core vlc functions through the callback */ 
    131         p_intf->pf_manage( p_intf ); 
    132  
    133129        /* Manage the slider */ 
    134130        if( p_intf->p_vlc->p_input_bank->pp_input[0] != NULL 
  • po/de.po

    r1dedf68 rf60d5d5  
    77msgstr "" 
    88"Project-Id-Version: vlc 0.73.3\n" 
    9 "POT-Creation-Date: 2002-06-01 18:43+0200\n" 
     9"POT-Creation-Date: 2002-06-01 19:02+0200\n" 
    1010"PO-Revision-Date: 2002-04-18 23:38+0100\n" 
    1111"Last-Translator: Thomas Graf <tgr@reeler.org>\n" 
     
    111111 
    112112#. **************************************************************************** 
    113 #. * libvlc.h: main libvlc header 
    114 #. ***************************************************************************** 
    115 #. * Copyright (C) 1998-2002 VideoLAN 
    116 #. * $Id: de.po,v 1.11 2002/06/01 16:45:34 sam Exp $ 
    117 #. * 
    118 #. * Authors: Vincent Seguin <seguin@via.ecp.fr> 
    119 #. *          Samuel Hocevar <sam@zoy.org> 
    120 #. *          Gildas Bazin <gbazin@netcourrier.com> 
    121 #. * 
    122 #. * This program is free software; you can redistribute it and/or modify 
    123 #. * it under the terms of the GNU General Public License as published by 
    124 #. * the Free Software Foundation; either version 2 of the License, or 
    125 #. * (at your option) any later version. 
    126 #. * 
    127 #. * This program is distributed in the hope that it will be useful, 
    128 #. * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    129 #. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    130 #. * GNU General Public License for more details. 
    131 #. * 
    132 #. * You should have received a copy of the GNU General Public License 
    133 #. * along with this program; if not, write to the Free Software 
    134 #. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA. 
    135 #. **************************************************************************** 
    136 #. **************************************************************************** 
    137113#. * Configuration options for the main program. Each module will also separatly 
    138114#. * define its own configuration options. 
     
    140116#. * macros. 
    141117#. **************************************************************************** 
    142 #: src/libvlc.h:32 
     118#: src/libvlc.h:34 
    143119msgid "interface module" 
    144120msgstr "Oberfl�e Modul" 
    145121 
    146 #: src/libvlc.h:34 
     122#: src/libvlc.h:36 
    147123#, fuzzy 
    148124msgid "" 
     
    153129"Merke Dir, standardm�ig wird die beste Methode verwendet." 
    154130 
    155 #: src/libvlc.h:38 
     131#: src/libvlc.h:40 
    156132msgid "be verbose" 
    157133msgstr "" 
    158134 
    159 #: src/libvlc.h:40 
     135#: src/libvlc.h:42 
    160136msgid "This options activates the output of information messages." 
    161137msgstr "" 
    162138 
    163 #: src/libvlc.h:42 
     139#: src/libvlc.h:44 
    164140msgid "be quiet" 
    165141msgstr "" 
    166142 
    167 #: src/libvlc.h:44 
     143#: src/libvlc.h:46 
    168144msgid "This options turns off all warning and information messages." 
    169145msgstr "" 
    170146 
    171 #: src/libvlc.h:46 
     147#: src/libvlc.h:48 
    172148#, fuzzy 
    173149msgid "color messages" 
    174150msgstr "Meldungen" 
    175151 
    176 #: src/libvlc.h:48 
     152#: src/libvlc.h:50 
    177153msgid "" 
    178154"When this option is turned on, the messages sent to the console will be " 
     
    180156msgstr "" 
    181157 
    182 #: src/libvlc.h:51 
     158#: src/libvlc.h:53 
    183159msgid "interface default search path" 
    184160msgstr "Standard Suchpfad" 
    185161 
    186 #: src/libvlc.h:53 
     162#: src/libvlc.h:55 
    187163msgid "" 
    188164"This option allows you to set the default path that the interface will open " 
     
    191167"Diese Option erlaubt Dir den Standard Suchpfad f�eien festzulegen." 
    192168 
    193 #: src/libvlc.h:56 
     169#: src/libvlc.h:58 
    194170msgid "audio output module" 
    195171msgstr "Audio Ausgabe Modul" 
    196172 
    197 #: src/libvlc.h:58 
     173#: src/libvlc.h:60 
    198174#, fuzzy 
    199175msgid "" 
     
    204180"Merke Dir, standardm�ig wird die beste Methode ausgew�t." 
    205181 
    206 #: src/libvlc.h:62 
     182#: src/libvlc.h:64 
    207183#, fuzzy 
    208184msgid "enable audio" 
    209185msgstr "Audio deaktivieren" 
    210186 
    211 #: src/libvlc.h:64 
     187#: src/libvlc.h:66 
    212188#, fuzzy 
    213189msgid "" 
     
    218194"ebenfalls deaktiviert, dadurch kann Prozessorzeit gespart werden." 
    219195 
    220 #: src/libvlc.h:67 
     196#: src/libvlc.h:69 
    221197#, fuzzy 
    222198msgid "force mono audio" 
    223199msgstr "Mono Audio" 
    224200 
    225 #: src/libvlc.h:68 
     201#: src/libvlc.h:70 
    226202msgid "This will force a mono audio output" 
    227203msgstr "Dies wird Audio Mono Ausgabe forcieren." 
    228204 
    229 #: src/libvlc.h:70 
     205#: src/libvlc.h:72 
    230206msgid "audio output volume" 
    231207msgstr "Audio Ausgabelautst�e" 
    232208 
    233 #: src/libvlc.h:72 
     209#: src/libvlc.h:74 
    234210msgid "" 
    235211"You can set the default audio output volume here, in a range from 0 to 1024." 
    236212msgstr "Du kannst hier die standard Lautst�e zwischen 0 und 1024 festlegen." 
    237213 
    238 #: src/libvlc.h:75 
     214#: src/libvlc.h:77 
    239215msgid "audio output format" 
    240216msgstr "Audio Ausgabeformat" 
    241217 
    242 #: src/libvlc.h:77 
     218#: src/libvlc.h:79 
    243219msgid "" 
    244220"You can force the audio output format here.\n" 
     
    264240"8 -> ac3 pass-through" 
    265241 
    266 #: src/libvlc.h:88 
     242#: src/libvlc.h:90 
    267243msgid "audio output frequency (Hz)" 
    268244msgstr "Audio Ausgabefrequenz (Hz)" 
    269245 
    270 #: src/libvlc.h:90 
     246#: src/libvlc.h:92 
    271247#, fuzzy 
    272248msgid "" 
     
    277253"Normale Werte sind 48000, 44100, 32000, 22050, 16000, 11025, 8000" 
    278254 
    279 #: src/libvlc.h:93 
     255#: src/libvlc.h:95 
    280256msgid "compensate desynchronization of audio (in ms)" 
    281257msgstr "Audio Desynchronisation ausgleichen (in ms)" 
    282258 
    283 #: src/libvlc.h:95 
     259#: src/libvlc.h:97 
    284260msgid "" 
    285261"This option allows you to delay the audio output. This can be handy if you " 
     
    289265"sein wenn du eine Verz�ung zwischen Video und Audio feststellst." 
    290266 
    291 #: src/libvlc.h:98 
     267#: src/libvlc.h:100 
    292268msgid "video output module" 
    293269msgstr "Video Ausgabe Modul" 
    294270 
    295 #: src/libvlc.h:100 
     271#: src/libvlc.h:102 
    296272#, fuzzy 
    297273msgid "" 
     
    302278"Merke Dir, standardm�ig wird die beste Methode ausgew�t." 
    303279 
    304 #: src/libvlc.h:104 
     280#: src/libvlc.h:106 
    305281#, fuzzy 
    306282msgid "enable video" 
    307283msgstr "Video deaktivieren" 
    308284 
    309 #: src/libvlc.h:106 
     285#: src/libvlc.h:108 
    310286#, fuzzy 
    311287msgid "" 
     
    316292"ebenfalls deaktiviert, dadurch kann Prozessorzeit gespart werden." 
    317293 
    318 #: src/libvlc.h:109 
     294#: src/libvlc.h:111 
    319295msgid "display identifier" 
    320296msgstr "" 
    321297 
    322 #: src/libvlc.h:111 
     298#: src/libvlc.h:113 
    323299msgid "" 
    324300"This is the local display port that will be used for X11 drawing. For " 
     
    326302msgstr "" 
    327303 
    328 #: src/libvlc.h:114 
     304#: src/libvlc.h:116 
    329305msgid "video width" 
    330306msgstr "Video Breite" 
    331307 
    332 #: src/libvlc.h:116 
     308#: src/libvlc.h:118 
    333309msgid "" 
    334310"You can enforce the video width here. By default vlc will adapt to the video " 
     
    336312msgstr "" 
    337313 
    338 #: src/libvlc.h:119 
     314#: src/libvlc.h:121 
    339315msgid "video height" 
    340316msgstr "Video H� 
    341317 
    342 #: src/libvlc.h:121 
     318#: src/libvlc.h:123 
    343319msgid "" 
    344320"You can enforce the video height here. By default vlc will adapt to the " 
     
    346322msgstr "" 
    347323 
    348 #: src/libvlc.h:124 
     324#: src/libvlc.h:126 
    349325msgid "zoom video" 
    350326msgstr "" 
    351327 
    352 #: src/libvlc.h:126 
     328#: src/libvlc.h:128 
    353329msgid "You can zoom the video by the specified factor." 
    354330msgstr "" 
    355331 
    356 #: src/libvlc.h:128 
     332#: src/libvlc.h:130 
    357333msgid "grayscale video output" 
    358334msgstr "Graustufen Videoausgabe" 
    359335 
    360 #: src/libvlc.h:130 
     336#: src/libvlc.h:132 
    361337#, fuzzy 
    362338msgid "" 
     
    367343"Prozessorzeit gespart werden." 
    368344 
    369 #: src/libvlc.h:133 
     345#: src/libvlc.h:135 
    370346msgid "fullscreen video output" 
    371347msgstr "Vollbild Videoausgabe" 
    372348 
    373 #: src/libvlc.h:135 
     349#: src/libvlc.h:137 
    374350msgid "" 
    375351"If this option is enabled, vlc will always start a video in fullscreen mode." 
     
    377353"Wenn diese Option aktiviert ist, wird vlc immer im Vollbildmodus starten" 
    378354 
    379 #: src/libvlc.h:138 
     355#: src/libvlc.h:140 
    380356#, fuzzy 
    381357msgid "overlay video output" 
    382358msgstr "Graustufen Videoausgabe" 
    383359 
    384 #: src/libvlc.h:140 
     360#: src/libvlc.h:142 
    385361#, fuzzy 
    386362msgid "" 
     
    391367"deiner Grafikkarte zu nutzen." 
    392368 
    393 #: src/libvlc.h:143 
     369#: src/libvlc.h:145 
    394370msgid "force SPU position" 
    395371msgstr "SPU Position forcieren" 
    396372 
    397 #: src/libvlc.h:145 
     373#: src/libvlc.h:147 
    398374msgid "" 
    399375"You can use this option to place the subtitles under the movie, instead of " 
     
    401377msgstr "" 
    402378 
    403 #: src/libvlc.h:148 
     379#: src/libvlc.h:150 
    404380msgid "video filter module" 
    405381msgstr "Video Filter Modul" 
    406382 
    407 #: src/libvlc.h:150 
     383#: src/libvlc.h:152 
    408384msgid "" 
    409385"This will allow you to add a post-processing filter to enhance the picture " 
     
    411387msgstr "" 
    412388 
    413 #: src/libvlc.h:154 
     389#: src/libvlc.h:156 
    414390msgid "server port" 
    415391msgstr "Server Port" 
    416392 
    417 #: src/libvlc.h:156 
     393#: src/libvlc.h:158 
    418394msgid "This is the port used for UDP streams. By default, we chose 1234." 
    419395msgstr "" 
    420396 
    421 #: src/libvlc.h:158 
     397#: src/libvlc.h:160 
    422398msgid "enable network channel mode" 
    423399msgstr "Netzwerk Kanal Modus aktivieren" 
    424400 
    425 #: src/libvlc.h:160 
     401#: src/libvlc.h:162 
    426402msgid "Activate this option if you want to use the VideoLAN Channel Server." 
    427403msgstr "" 
    428404 
    429 #: src/libvlc.h:162 
     405#: src/libvlc.h:164 
    430406msgid "channel server address" 
    431407msgstr "Kanal Server Adresse" 
    432408 
    433 #: src/libvlc.h:164 
     409#: src/libvlc.h:166 
    434410msgid "Indicate here the address of the VideoLAN Channel Server." 
    435411msgstr "" 
    436412 
    437 #: src/libvlc.h:166 
     413#: src/libvlc.h:168 
    438414msgid "channel server port" 
    439415msgstr "Kanal Server Port" 
    440416 
    441 #: src/libvlc.h:168 
     417#: src/libvlc.h:170 
    442418msgid "Indicate here the port on which the VideoLAN Channel Server runs." 
    443419msgstr "" 
    444420 
    445 #: src/libvlc.h:170 
     421#: src/libvlc.h:172 
    446422msgid "network interface" 
    447423msgstr "Netzwerk Schnittstelle" 
    448424 
    449 #: src/libvlc.h:172 
     425#: src/libvlc.h:174 
    450426msgid "" 
    451427"If you have several interfaces on your Linux machine and use the VLAN " 
     
    453429msgstr "" 
    454430 
    455 #: src/libvlc.h:175 
     431#: src/libvlc.h:177 
    456432msgid "choose program (SID)" 
    457433msgstr "Programm w�en (SID)" 
    458434 
    459 #: src/libvlc.h:177 
     435#: src/libvlc.h:179 
    460436msgid "Choose the program to select by giving its Service ID." 
    461437msgstr "W� das Programm indem du eine Service ID eingibst" 
    462438 
    463 #: src/libvlc.h:179 
     439#: src/libvlc.h:181 
    464440msgid "choose audio" 
    465441msgstr "Audio w�en" 
    466442 
    467 #: src/libvlc.h:181 
     443#: src/libvlc.h:183 
    468444msgid "Give the default type of audio you want to use in a DVD." 
    469445msgstr "" 
    470446 
    471 #: src/libvlc.h:183 
     447#: src/libvlc.h:185 
    472448msgid "choose channel" 
    473449msgstr "Kanal w�en" 
    474450 
    475 #: src/libvlc.h:185 
     451#: src/libvlc.h:187 
    476452msgid "" 
    477453"Give the stream number of the audio channel you want to use in a DVD (from 1 " 
     
    479455msgstr "" 
    480456 
    481 #: src/libvlc.h:188 
     457#: src/libvlc.h:190 
    482458msgid "choose subtitles" 
    483459msgstr "Untertitel w�en" 
    484460 
    485 #: src/libvlc.h:190 
     461#: src/libvlc.h:192 
    486462msgid "" 
    487463"Give the stream number of the subtitle channel you want to use in a DVD " 
     
    489465msgstr "" 
    490466 
    491 #: src/libvlc.h:193 
     467#: src/libvlc.h:195 
    492468msgid "DVD device" 
    493469msgstr "DVD Ger� 
    494470 
    495 #: src/libvlc.h:195 
     471#: src/libvlc.h:197 
    496472msgid "This is the default DVD device to use." 
    497473msgstr "" 
    498474 
    499 #: src/libvlc.h:197 
     475#: src/libvlc.h:199 
    500476msgid "VCD device" 
    501477msgstr "VCD Ger� 
    502478 
    503 #: src/libvlc.h:199 
     479#: src/libvlc.h:201 
    504480msgid "This is the default VCD device to use." 
    505481msgstr "" 
    506482 
    507 #: src/libvlc.h:201 
     483#: src/libvlc.h:203 
    508484msgid "force IPv6" 
    509485msgstr "IPv6 forcieren" 
    510486 
    511 #: src/libvlc.h:203 
     487#: src/libvlc.h:205 
    512488msgid "" 
    513489"If you check this box, IPv6 will be used by default for all UDP and HTTP " 
     
    515491msgstr "" 
    516492 
    517 #: src/libvlc.h:206 
     493#: src/libvlc.h:208 
    518494msgid "force IPv4" 
    519495msgstr "IPv4 forcieren" 
    520496 
    521 #: src/libvlc.h:208 
     497#: src/libvlc.h:210 
    522498msgid "" 
    523499"If you check this box, IPv4 will be used by default for all UDP and HTTP " 
     
    525501msgstr "" 
    526502 
    527 #: src/libvlc.h:211 
     503#: src/libvlc.h:213 
    528504msgid "choose MPEG audio decoder" 
    529505msgstr "MPEG Audio Dekoder w�en" 
    530506 
    531 #: src/libvlc.h:213 
     507#: src/libvlc.h:215 
    532508#, fuzzy 
    533509msgid "" 
     
    538514"Merke Dir, standardm�ig wird die beste Methode ausgew�t." 
    539515 
    540 #: src/libvlc.h:216 
     516#: src/libvlc.h:218 
    541517msgid "choose AC3 audio decoder" 
    542518msgstr "AC3 Audio Dekoder w�en" 
    543519 
    544 #: src/libvlc.h:218 
     520#: src/libvlc.h:220 
    545521#, fuzzy 
    546522msgid "" 
     
    551527"Merke Dir, standardm�ig wird die beste Methode ausgew�t." 
    552528 
    553 #: src/libvlc.h:221 
     529#: src/libvlc.h:223 
    554530#, fuzzy 
    555531msgid "enable CPU MMX support" 
    556532msgstr "MMX Unterst� deaktivieren" 
    557533 
    558 #: src/libvlc.h:223 
     534#: src/libvlc.h:225 
    559535msgid "" 
    560536"If your processor supports the MMX instructions set, vlc can take advantage " 
     
    562538msgstr "" 
    563539 
    564 #: src/libvlc.h:226 
     540#: src/libvlc.h:228 
    565541#, fuzzy 
    566542msgid "enable CPU 3D Now! support" 
    567543msgstr "3D Now! Unterst� deaktivieren" 
    568544 
    569 #: src/libvlc.h:228 
     545#: src/libvlc.h:230 
    570546msgid "" 
    571547"If your processor supports the 3D Now! instructions set, vlc can take " 
     
    573549msgstr "" 
    574550 
    575 #: src/libvlc.h:231 
     551#: src/libvlc.h:233 
    576552#, fuzzy 
    577553msgid "enable CPU MMX EXT support" 
    578554msgstr "MMX EXT Unterst� deaktivieren." 
    579555 
    580 #: src/libvlc.h:233 
     556#: src/libvlc.h:235 
    581557msgid "" 
    582558"If your processor supports the MMX EXT instructions set, vlc can take " 
     
    584560msgstr "" 
    585561 
    586 #: src/libvlc.h:236 
     562#: src/libvlc.h:238 
    587563#, fuzzy 
    588564msgid "enable CPU SSE support" 
    589565msgstr "SSE Unterst�deaktivieren" 
    590566 
    591 #: src/libvlc.h:238 
     567#: src/libvlc.h:240 
    592568msgid "" 
    593569"If your processor supports the SSE instructions set, vlc can take can take " 
     
    595571msgstr "" 
    596572 
    597 #: src/libvlc.h:241 
     573#: src/libvlc.h:243 
    598574#, fuzzy 
    599575msgid "enable CPU AltiVec support" 
    600576msgstr "AltiVec Unterst� deaktiveren" 
    601577 
    602 #: src/libvlc.h:243 
     578#: src/libvlc.h:245 
    603579msgid "" 
    604580"If your processor supports the AltiVec instructions set, vlc can take " 
     
    606582msgstr "" 
    607583 
    608 #: src/libvlc.h:246 
     584#: src/libvlc.h:248 
    609585msgid "launch playlist on startup" 
    610586msgstr "Abspielliste aufrufen beim Starten" 
    611587 
    612 #: src/libvlc.h:248 
     588#: src/libvlc.h:250 
    613589msgid "If you want vlc to start playing on startup, then enable this option." 
    614590msgstr "" 
    615591 
    616 #: src/libvlc.h:250 
     592#: src/libvlc.h:252 
    617593#, fuzzy 
    618594msgid "enqueue items in playlist" 
    619595msgstr "Standardm�ig in die Abspielliste einreihen" 
    620596 
    621 #: src/libvlc.h:252 
     597#: src/libvlc.h:254 
    622598msgid "" 
    623599"If you want vlc to add items to the playlist as you open them, then enable " 
     
    625601msgstr "" 
    626602 
    627 #: src/libvlc.h:255 
     603#: src/libvlc.h:257 
    628604msgid "loop playlist on end" 
    629605msgstr "Abspielliste endlos abspielen" 
    630606 
    631 #: src/libvlc.h:257 
     607#: src/libvlc.h:259 
    632608msgid "" 
    633609"If you want vlc to keep playing the playlist indefinitely then enable this " 
     
    635611msgstr "" 
    636612 
    637 #: src/libvlc.h:260 
     613#: src/libvlc.h:262 
    638614msgid "memory copy module" 
    639615msgstr "Speicherkopier Modul" 
    640616 
    641 #: src/libvlc.h:262 
     617#: src/libvlc.h:264 
    642618msgid "" 
    643619"You can select wich memory copy module you want to use. By default vlc will " 
     
    645621msgstr "" 
    646622 
    647 #: src/libvlc.h:265 
     623#: src/libvlc.h:267 
    648624#, fuzzy 
    649625msgid "access module" 
    650626msgstr "Oberfl�e Modul" 
    651627 
    652 #: src/libvlc.h:267 
     628#: src/libvlc.h:269 
    653629msgid "This is a legacy entry to let you configure access modules" 
    654630msgstr "" 
    655631 
    656 #: src/libvlc.h:269 
     632#: src/libvlc.h:271 
    657633#, fuzzy 
    658634msgid "demux module" 
    659635msgstr "Hilfe Modul" 
    660636 
    661 #: src/libvlc.h:271 
     637#: src/libvlc.h:273 
    662638msgid "This is a legacy entry to let you configure demux modules" 
    663639msgstr "" 
    664640 
    665 #: src/libvlc.h:273 
     641#: src/libvlc.h:275 
    666642msgid "fast pthread on NT/2K/XP (developpers only)" 
    667643msgstr "" 
    668644 
    669 #: src/libvlc.h:275 
     645#: src/libvlc.h:277 
    670646msgid "" 
    671647"On Windows NT/2K/XP we use a slow but correct pthread implementation, you " 
     
    675651 
    676652#. Interface options 
    677 #: src/libvlc.h:297 
     653#: src/libvlc.h:299 
    678654msgid "Interface" 
    679655msgstr "Oberfl�e" 
    680656 
    681657#. Audio options 
    682 #: src/libvlc.h:305 
     658#: src/libvlc.h:307 
    683659msgid "Audio" 
    684660msgstr "" 
    685661 
    686662#. Video options 
    687 #: plugins/directx/directx.c:53 src/libvlc.h:315 
     663#: plugins/directx/directx.c:53 src/libvlc.h:317 
    688664msgid "Video" 
    689665msgstr "" 
    690666 
    691667#. Input options 
    692 #: plugins/satellite/satellite.c:66 src/libvlc.h:328 
     668#: plugins/satellite/satellite.c:66 src/libvlc.h:330 
    693669msgid "Input" 
    694670msgstr "Eingabe" 
    695671 
    696672#. Decoder options 
    697 #: src/libvlc.h:347 
     673#: src/libvlc.h:349 
    698674msgid "Decoders" 
    699675msgstr "Dekoder" 
    700676 
    701677#. CPU options 
    702 #: src/libvlc.h:352 
     678#: src/libvlc.h:354 
    703679msgid "CPU" 
    704680msgstr "Prozessor" 
     
    707683#: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824 
    708684#: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611 
    709 #: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:360 
     685#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:362 
    710686msgid "Playlist" 
    711687msgstr "Abspielliste" 
     
    719695#: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86 
    720696#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65 
    721 #: src/libvlc.h:366 
     697#: src/libvlc.h:368 
    722698msgid "Miscellaneous" 
    723699msgstr "Sonstiges" 
    724700 
    725 #: src/libvlc.h:378 
     701#: src/libvlc.h:380 
    726702msgid "main program" 
    727703msgstr "Hauptprogramm" 
    728704 
    729 #: src/libvlc.h:390 
     705#: src/libvlc.h:392 
    730706msgid "print help" 
    731707msgstr "Hilfetext anzeigen" 
    732708 
    733 #: src/libvlc.h:392 
     709#: src/libvlc.h:394 
    734710msgid "print detailed help" 
    735711msgstr "Detailierter Hilfetext anzeigen" 
    736712 
    737 #: src/libvlc.h:394 
     713#: src/libvlc.h:396 
    738714msgid "print a list of available modules" 
    739715msgstr "Liste allen verf�n Plugins ausgeben" 
    740716 
    741 #: src/libvlc.h:396 
     717#: src/libvlc.h:398 
    742718#, fuzzy 
    743719msgid "print help on module" 
    744720msgstr "Hilfe �odul <text> ausgeben" 
    745721 
    746 #: src/libvlc.h:399 
     722#: src/libvlc.h:401 
    747723msgid "print version information" 
    748724msgstr "Versionsinformationen ausgeben." 
    749725 
    750 #: src/libvlc.h:401 
     726#: src/libvlc.h:403 
    751727#, fuzzy 
    752728msgid "print build information" 
  • po/en_GB.po

    r1dedf68 rf60d5d5  
    66msgstr "" 
    77"Project-Id-Version: PACKAGE VERSION\n" 
    8 "POT-Creation-Date: 2002-06-01 18:43+0200\n" 
     8"POT-Creation-Date: 2002-06-01 19:02+0200\n" 
    99"PO-Revision-Date: 2002-04-22 09:56+0200\n" 
    1010"Last-Translator: Samuel Hocevar <sam@zoy.org>\n" 
     
    9595 
    9696#. **************************************************************************** 
    97 #. * libvlc.h: main libvlc header 
    98 #. ***************************************************************************** 
    99 #. * Copyright (C) 1998-2002 VideoLAN 
    100 #. * $Id: en_GB.po,v 1.7 2002/06/01 16:45:34 sam Exp $ 
    101 #. * 
    102 #. * Authors: Vincent Seguin <seguin@via.ecp.fr> 
    103 #. *          Samuel Hocevar <sam@zoy.org> 
    104 #. *          Gildas Bazin <gbazin@netcourrier.com> 
    105 #. * 
    106 #. * This program is free software; you can redistribute it and/or modify 
    107 #. * it under the terms of the GNU General Public License as published by 
    108 #. * the Free Software Foundation; either version 2 of the License, or 
    109 #. * (at your option) any later version. 
    110 #. * 
    111 #. * This program is distributed in the hope that it will be useful, 
    112 #. * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    113 #. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    114 #. * GNU General Public License for more details. 
    115 #. * 
    116 #. * You should have received a copy of the GNU General Public License 
    117 #. * along with this program; if not, write to the Free Software 
    118 #. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA. 
    119 #. **************************************************************************** 
    120 #. **************************************************************************** 
    12197#. * Configuration options for the main program. Each module will also separatly 
    12298#. * define its own configuration options. 
     
    124100#. * macros. 
    125101#. **************************************************************************** 
    126 #: src/libvlc.h:32 
     102#: src/libvlc.h:34 
    127103msgid "interface module" 
    128104msgstr "" 
    129105 
    130 #: src/libvlc.h:34 
     106#: src/libvlc.h:36 
    131107msgid "" 
    132108"This option allows you to select the interface used by vlc. The default " 
     
    136112"behaviour is to automatically select the best module available." 
    137113 
    138 #: src/libvlc.h:38 
     114#: src/libvlc.h:40 
    139115msgid "be verbose" 
    140116msgstr "" 
    141117 
    142 #: src/libvlc.h:40 
     118#: src/libvlc.h:42 
    143119msgid "This options activates the output of information messages." 
    144120msgstr "" 
    145121 
    146 #: src/libvlc.h:42 
     122#: src/libvlc.h:44 
    147123msgid "be quiet" 
    148124msgstr "" 
    149125 
    150 #: src/libvlc.h:44 
     126#: src/libvlc.h:46 
    151127msgid "This options turns off all warning and information messages." 
    152128msgstr "" 
    153129 
    154 #: src/libvlc.h:46 
     130#: src/libvlc.h:48 
    155131msgid "color messages" 
    156132msgstr "" 
    157133 
    158 #: src/libvlc.h:48 
     134#: src/libvlc.h:50 
    159135msgid "" 
    160136"When this option is turned on, the messages sent to the console will be " 
     
    162138msgstr "" 
    163139 
    164 #: src/libvlc.h:51 
     140#: src/libvlc.h:53 
    165141msgid "interface default search path" 
    166142msgstr "" 
    167143 
    168 #: src/libvlc.h:53 
     144#: src/libvlc.h:55 
    169145msgid "" 
    170146"This option allows you to set the default path that the interface will open " 
     
    172148msgstr "" 
    173149 
    174 #: src/libvlc.h:56 
     150#: src/libvlc.h:58 
    175151msgid "audio output module" 
    176152msgstr "" 
    177153 
    178 #: src/libvlc.h:58 
     154#: src/libvlc.h:60 
    179155msgid "" 
    180156"This option allows you to select the audio audio output method used by vlc. " 
     
    184160"The default behaviour is to automatically select the best method available." 
    185161 
    186 #: src/libvlc.h:62 
     162#: src/libvlc.h:64 
    187163msgid "enable audio" 
    188164msgstr "" 
    189165 
    190 #: src/libvlc.h:64 
     166#: src/libvlc.h:66 
    191167msgid "" 
    192168"You can completely disable the audio output. In this case the audio decoding " 
     
    194170msgstr "" 
    195171 
    196 #: src/libvlc.h:67 
     172#: src/libvlc.h:69 
    197173msgid "force mono audio" 
    198174msgstr "" 
    199175 
    200 #: src/libvlc.h:68 
     176#: src/libvlc.h:70 
    201177msgid "This will force a mono audio output" 
    202178msgstr "" 
    203179 
    204 #: src/libvlc.h:70 
     180#: src/libvlc.h:72 
    205181msgid "audio output volume" 
    206182msgstr "" 
    207183 
    208 #: src/libvlc.h:72 
     184#: src/libvlc.h:74 
    209185msgid "" 
    210186"You can set the default audio output volume here, in a range from 0 to 1024." 
    211187msgstr "" 
    212188 
    213 #: src/libvlc.h:75 
     189#: src/libvlc.h:77 
    214190msgid "audio output format" 
    215191msgstr "" 
    216192 
    217 #: src/libvlc.h:77 
     193#: src/libvlc.h:79 
    218194msgid "" 
    219195"You can force the audio output format here.\n" 
     
    229205msgstr "" 
    230206 
    231 #: src/libvlc.h:88 
     207#: src/libvlc.h:90 
    232208msgid "audio output frequency (Hz)" 
    233209msgstr "" 
    234210 
    235 #: src/libvlc.h:90 
     211#: src/libvlc.h:92 
    236212msgid "" 
    237213"You can force the audio output frequency here. Common values are 48000, " 
     
    239215msgstr "" 
    240216 
    241 #: src/libvlc.h:93 
     217#: src/libvlc.h:95 
    242218msgid "compensate desynchronization of audio (in ms)" 
    243219msgstr "" 
    244220 
    245 #: src/libvlc.h:95 
     221#: src/libvlc.h:97 
    246222msgid "" 
    247223"This option allows you to delay the audio output. This can be handy if you " 
     
    249225msgstr "" 
    250226 
    251 #: src/libvlc.h:98 
     227#: src/libvlc.h:100 
    252228msgid "video output module" 
    253229msgstr "" 
    254230 
    255 #: src/libvlc.h:100 
     231#: src/libvlc.h:102 
    256232msgid "" 
    257233"This option allows you to select the video output method used by vlc. The " 
     
    261237"default behaviour is to automatically select the best method available." 
    262238 
    263 #: src/libvlc.h:104 
     239#: src/libvlc.h:106 
    264240msgid "enable video" 
    265241msgstr "" 
    266242 
    267 #: src/libvlc.h:106 
     243#: src/libvlc.h:108 
    268244msgid "" 
    269245"You can completely disable the video output. In this case the video decoding " 
     
    271247msgstr "" 
    272248 
    273 #: src/libvlc.h:109 
     249#: src/libvlc.h:111 
    274250msgid "display identifier" 
    275251msgstr "" 
    276252 
    277 #: src/libvlc.h:111 
     253#: src/libvlc.h:113 
    278254msgid "" 
    279255"This is the local display port that will be used for X11 drawing. For " 
     
    281257msgstr "" 
    282258 
    283 #: src/libvlc.h:114 
     259#: src/libvlc.h:116 
    284260msgid "video width" 
    285261msgstr "" 
    286262 
    287 #: src/libvlc.h:116 
     263#: src/libvlc.h:118 
    288264msgid "" 
    289265"You can enforce the video width here. By default vlc will adapt to the video " 
     
    291267msgstr "" 
    292268 
    293 #: src/libvlc.h:119 
     269#: src/libvlc.h:121 
    294270msgid "video height" 
    295271msgstr "" 
    296272 
    297 #: src/libvlc.h:121 
     273#: src/libvlc.h:123 
    298274msgid "" 
    299275"You can enforce the video height here. By default vlc will adapt to the " 
     
    301277msgstr "" 
    302278 
    303 #: src/libvlc.h:124 
     279#: src/libvlc.h:126 
    304280msgid "zoom video" 
    305281msgstr "" 
    306282 
    307 #: src/libvlc.h:126 
     283#: src/libvlc.h:128 
    308284msgid "You can zoom the video by the specified factor." 
    309285msgstr "" 
    310286 
    311 #: src/libvlc.h:128 
     287#: src/libvlc.h:130 
    312288msgid "grayscale video output" 
    313289msgstr "greyscale video output" 
    314290 
    315 #: src/libvlc.h:130 
     291#: src/libvlc.h:132 
    316292#, fuzzy 
    317293msgid "" 
     
    322298"(this can also allow you to save some processing power)." 
    323299 
    324 #: src/libvlc.h:133 
     300#: src/libvlc.h:135 
    325301msgid "fullscreen video output" 
    326302msgstr "" 
    327303 
    328 #: src/libvlc.h:135 
     304#: src/libvlc.h:137 
    329305msgid "" 
    330306"If this option is enabled, vlc will always start a video in fullscreen mode." 
    331307msgstr "" 
    332308 
    333 #: src/libvlc.h:138 
     309#: src/libvlc.h:140 
    334310#, fuzzy 
    335311msgid "overlay video output" 
    336312msgstr "greyscale video output" 
    337313 
    338 #: src/libvlc.h:140 
     314#: src/libvlc.h:142 
    339315msgid "" 
    340316"If enabled, vlc will try to take advantage of the overlay capabilities of " 
     
    342318msgstr "" 
    343319 
    344 #: src/libvlc.h:143 
     320#: src/libvlc.h:145 
    345321msgid "force SPU position" 
    346322msgstr "" 
    347323 
    348 #: src/libvlc.h:145 
     324#: src/libvlc.h:147 
    349325msgid "" 
    350326"You can use this option to place the subtitles under the movie, instead of "