msgid ""
msgstr ""
"Project-Id-Version: vlc-cvs\n"
-"POT-Creation-Date: 2002-05-21 00:34+0200\n"
+"POT-Creation-Date: 2002-06-07 16:50+0200\n"
"PO-Revision-Date: 2002-28-02 23.35+0100\n"
"Last-Translator: Sigmund Augdal <sigmunau@idi.ntnu.no>.\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: src/interface/main.c:95
+#: src/libvlc.c:281
+#, c-format
+msgid "Usage: %s [options] [parameters] [file]...\n"
+msgstr ""
+
+#. Print module name
+#: src/libvlc.c:898
+#, c-format
+msgid ""
+"%s module options:\n"
+"\n"
+msgstr ""
+
+#. We could also have "=<" here
+#: src/libvlc.c:918 src/misc/configuration.c:798
+msgid "string"
+msgstr ""
+
+#: src/libvlc.c:921 src/misc/configuration.c:783
+msgid "integer"
+msgstr ""
+
+#: src/libvlc.c:924 src/misc/configuration.c:790
+msgid "float"
+msgstr ""
+
+#: src/libvlc.c:930
+msgid " (default enabled)"
+msgstr ""
+
+#: src/libvlc.c:931
+msgid " (default disabled)"
+msgstr ""
+
+#: src/libvlc.c:1013
+msgid ""
+"\n"
+"Playlist items:\n"
+" *.mpg, *.vob plain MPEG-1/2 files\n"
+" [dvd:][device][@raw_device][@[title][,[chapter][,angle]]]\n"
+" DVD device\n"
+" [vcd:][device][@[title][,[chapter]]\n"
+" VCD device\n"
+" udpstream:[@[<bind address>][:<bind port>]]\n"
+" UDP stream sent by VLS\n"
+" vlc:loop loop execution of the playlist\n"
+" vlc:pause pause execution of playlist items\n"
+" vlc:quit quit VLC\n"
+msgstr ""
+
+#: src/libvlc.c:1034 src/libvlc.c:1083 src/libvlc.c:1107 src/libvlc.c:1126
+msgid ""
+"\n"
+"Press the RETURN key to continue...\n"
+msgstr ""
+
+#. Usage
+#: src/libvlc.c:1057
+#, c-format
+msgid ""
+"Usage: %s [options] [parameters] [file]...\n"
+"\n"
+msgstr ""
+
+#: src/libvlc.c:1060
+msgid "[module] [description]\n"
+msgstr ""
+
+#: src/libvlc.c:1101
+msgid ""
+"This program comes with NO WARRANTY, to the extent permitted by law.\n"
+"You may redistribute it under the terms of the GNU General Public License;\n"
+"see the file named COPYING for details.\n"
+"Written by the VideoLAN team at Ecole Centrale, Paris.\n"
+msgstr ""
+
+#. ****************************************************************************
+#. * Configuration options for the main program. Each module will also separatly
+#. * define its own configuration options.
+#. * Look into configuration.h if you need to know more about the following
+#. * macros.
+#. ****************************************************************************
+#: src/libvlc.h:34
#, fuzzy
msgid "interface module"
msgstr "Standard grensesnitt: "
-#: src/interface/main.c:97
+#: src/libvlc.h:36
msgid ""
-"This option allows you to select the interface used by vlc.\n"
-"Note that the default behavior is to automatically select the best module "
-"available."
+"This option allows you to select the interface used by vlc. The default "
+"behavior is to automatically select the best module available."
msgstr ""
-#: src/interface/main.c:101
-msgid "warning level (or use -v, -vv, etc...)"
+#: src/libvlc.h:40
+msgid "be verbose"
msgstr ""
-#: src/interface/main.c:103
-msgid ""
-"Increasing the warning level will allow you to see more debug messages and "
-"can sometimes help you to troubleshoot a problem."
+#: src/libvlc.h:42
+msgid "This options activates the output of information messages."
msgstr ""
-#: src/interface/main.c:106
-msgid "output statistics"
+#: src/libvlc.h:44
+msgid "be quiet"
msgstr ""
-#: src/interface/main.c:108
+#: src/libvlc.h:46
+msgid "This options turns off all warning and information messages."
+msgstr ""
+
+#: src/libvlc.h:48
+#, fuzzy
+msgid "color messages"
+msgstr "Beskjeder"
+
+#: src/libvlc.h:50
msgid ""
-"Enabling the stats mode will flood your log console with various statistics "
-"messages."
+"When this option is turned on, the messages sent to the console will be "
+"colorized. Your terminal needs Linux color support for this to work."
msgstr ""
-#: src/interface/main.c:111
+#: src/libvlc.h:53
msgid "interface default search path"
msgstr ""
-#: src/interface/main.c:113
+#: src/libvlc.h:55
msgid ""
"This option allows you to set the default path that the interface will open "
"when looking for a file."
msgstr ""
-#: src/interface/main.c:116
+#: src/libvlc.h:58
msgid "audio output module"
msgstr ""
-#: src/interface/main.c:118
+#: src/libvlc.h:60
msgid ""
-"This option allows you to select the audio audio output method used by vlc.\n"
-"Note that the default behavior is to automatically select the best method "
-"available."
+"This option allows you to select the audio output method used by vlc. The "
+"default behavior is to automatically select the best method available."
msgstr ""
-#: src/interface/main.c:122
-msgid "disable audio"
+#: src/libvlc.h:64
+msgid "enable audio"
msgstr ""
-#: src/interface/main.c:124
+#: src/libvlc.h:66
msgid ""
-"This will completely disable the audio output. The audio decoding stage "
-"shouldn't even be done, so it can allow you to save some processing power."
+"You can completely disable the audio output. In this case the audio decoding "
+"stage won't be done, and it will save some processing power."
msgstr ""
-#: src/interface/main.c:128
-msgid "mono audio"
+#: src/libvlc.h:69
+msgid "force mono audio"
msgstr ""
-#: src/interface/main.c:129
+#: src/libvlc.h:70
msgid "This will force a mono audio output"
msgstr ""
-#: src/interface/main.c:131
+#: src/libvlc.h:72
msgid "audio output volume"
msgstr ""
-#: src/interface/main.c:133
+#: src/libvlc.h:74
msgid ""
"You can set the default audio output volume here, in a range from 0 to 1024."
msgstr ""
-#: src/interface/main.c:136
+#: src/libvlc.h:77
msgid "audio output format"
msgstr ""
-#: src/interface/main.c:138
+#: src/libvlc.h:79
msgid ""
"You can force the audio output format here.\n"
"0 -> 16 bits signed native endian (default)\n"
"8 -> ac3 pass-through"
msgstr ""
-#: src/interface/main.c:149
+#: src/libvlc.h:90
msgid "audio output frequency (Hz)"
msgstr ""
-#: src/interface/main.c:151
+#: src/libvlc.h:92
msgid ""
-"You can force the audio output frequency here.\n"
-"Common values are 48000, 44100, 32000, 22050, 16000, 11025, 8000."
+"You can force the audio output frequency here. Common values are 48000, "
+"44100, 32000, 22050, 16000, 11025, 8000."
msgstr ""
-#: src/interface/main.c:154
+#: src/libvlc.h:95
msgid "compensate desynchronization of audio (in ms)"
msgstr ""
-#: src/interface/main.c:156
+#: src/libvlc.h:97
msgid ""
"This option allows you to delay the audio output. This can be handy if you "
"notice a lag between the video and the audio."
msgstr ""
-#: src/interface/main.c:159
+#: src/libvlc.h:100
#, fuzzy
msgid "video output module"
msgstr "Standard grensesnitt: "
-#: src/interface/main.c:161
+#: src/libvlc.h:102
msgid ""
-"This option allows you to select the video output method used by vlc.\n"
-"Note that the default behavior is to automatically select the best method "
-"available."
+"This option allows you to select the video output method used by vlc. The "
+"default behavior is to automatically select the best method available."
msgstr ""
-#: src/interface/main.c:165
-msgid "disable video"
+#: src/libvlc.h:106
+msgid "enable video"
msgstr ""
-#: src/interface/main.c:167
+#: src/libvlc.h:108
msgid ""
-"This will completely disable the video output. The video decoding stage "
-"shouldn't even be done, so it can allow you to save some processing power."
+"You can completely disable the video output. In this case the video decoding "
+"stage won't be done, which will save some processing power."
msgstr ""
-#: src/interface/main.c:171
+#: src/libvlc.h:111
msgid "display identifier"
msgstr ""
-#: src/interface/main.c:173
+#: src/libvlc.h:113
msgid ""
"This is the local display port that will be used for X11 drawing. For "
"instance :0.1."
msgstr ""
-#: src/interface/main.c:176
+#: src/libvlc.h:116
msgid "video width"
msgstr ""
-#: src/interface/main.c:178
+#: src/libvlc.h:118
msgid ""
-"You can enforce the video width here.\n"
-"Note that by default vlc will adapt to the video characteristics."
+"You can enforce the video width here. By default vlc will adapt to the video "
+"characteristics."
msgstr ""
-#: src/interface/main.c:181
+#: src/libvlc.h:121
msgid "video height"
msgstr ""
-#: src/interface/main.c:183
+#: src/libvlc.h:123
msgid ""
-"You can enforce the video height here.\n"
-"Note that by default vlc will adapt to the video characteristics."
+"You can enforce the video height here. By default vlc will adapt to the "
+"video characteristics."
msgstr ""
-#: src/interface/main.c:186
+#: src/libvlc.h:126
#, fuzzy
msgid "zoom video"
msgstr "xvideo"
-#: src/interface/main.c:188
+#: src/libvlc.h:128
msgid "You can zoom the video by the specified factor."
msgstr ""
-#: src/interface/main.c:190
+#: src/libvlc.h:130
msgid "grayscale video output"
msgstr ""
-#: src/interface/main.c:192
+#: src/libvlc.h:132
msgid ""
-"Using this option, vlc will not decode the color information from the video "
-"(this can also allow you to save some processing power)."
+"When enabled, the color information from the video won't be decoded (this "
+"can also allow you to save some processing power)."
msgstr ""
-#: src/interface/main.c:195
+#: src/libvlc.h:135
#, fuzzy
msgid "fullscreen video output"
msgstr "Fullskjermdybde:"
-#: src/interface/main.c:197
+#: src/libvlc.h:137
msgid ""
"If this option is enabled, vlc will always start a video in fullscreen mode."
msgstr ""
-#: src/interface/main.c:200
-msgid "disable hardware acceleration for the video output"
-msgstr ""
+#: src/libvlc.h:140
+#, fuzzy
+msgid "overlay video output"
+msgstr "Fullskjermdybde:"
-#: src/interface/main.c:202
+#: src/libvlc.h:142
msgid ""
-"By default vlc will try to take advantage of the overlay capabilities of you "
-"graphics card."
+"If enabled, vlc will try to take advantage of the overlay capabilities of "
+"you graphics card."
msgstr ""
-#: src/interface/main.c:205
+#: src/libvlc.h:145
msgid "force SPU position"
msgstr ""
-#: src/interface/main.c:207
+#: src/libvlc.h:147
msgid ""
-"You can use this option to place the sub-titles under the movie, instead of "
+"You can use this option to place the subtitles under the movie, instead of "
"over the movie. Try several positions."
msgstr ""
-#: src/interface/main.c:210
+#: src/libvlc.h:150
#, fuzzy
msgid "video filter module"
msgstr "Standard grensesnitt: "
-#: src/interface/main.c:212
+#: src/libvlc.h:152
msgid ""
"This will allow you to add a post-processing filter to enhance the picture "
"quality, for instance deinterlacing, or to clone or distort the video window."
msgstr ""
-#: src/interface/main.c:216
+#: src/libvlc.h:156
#, fuzzy
msgid "server port"
msgstr "Ingen tjener !"
-#: src/interface/main.c:218
+#: src/libvlc.h:158
msgid "This is the port used for UDP streams. By default, we chose 1234."
msgstr ""
-#: src/interface/main.c:220
+#: src/libvlc.h:160
#, fuzzy
msgid "enable network channel mode"
msgstr "Nettverkskanal:"
-#: src/interface/main.c:222
+#: src/libvlc.h:162
msgid "Activate this option if you want to use the VideoLAN Channel Server."
msgstr ""
-#: src/interface/main.c:224
+#: src/libvlc.h:164
#, fuzzy
msgid "channel server address"
msgstr "Kanaltjener:"
-#: src/interface/main.c:226
+#: src/libvlc.h:166
msgid "Indicate here the address of the VideoLAN Channel Server."
msgstr ""
-#: src/interface/main.c:228
+#: src/libvlc.h:168
#, fuzzy
msgid "channel server port"
msgstr "Kanaltjener:"
-#: src/interface/main.c:230
+#: src/libvlc.h:170
msgid "Indicate here the port on which the VideoLAN Channel Server runs."
msgstr ""
-#: src/interface/main.c:232
+#: src/libvlc.h:172
#, fuzzy
msgid "network interface"
msgstr "_Gjem grensesnitt"
-#: src/interface/main.c:234
+#: src/libvlc.h:174
msgid ""
"If you have several interfaces on your Linux machine and use the VLAN "
"solution, you may indicate here which interface to use."
msgstr ""
-#: src/interface/main.c:237
+#: src/libvlc.h:177
#, fuzzy
msgid "choose program (SID)"
msgstr "Avslutt programmet"
-#: src/interface/main.c:239
+#: src/libvlc.h:179
msgid "Choose the program to select by giving its Service ID."
msgstr ""
-#: src/interface/main.c:241
+#: src/libvlc.h:181
msgid "choose audio"
msgstr ""
-#: src/interface/main.c:243
+#: src/libvlc.h:183
msgid "Give the default type of audio you want to use in a DVD."
msgstr ""
-#: src/interface/main.c:245
+#: src/libvlc.h:185
#, fuzzy
msgid "choose channel"
msgstr "Velg Kapittel"
-#: src/interface/main.c:247
+#: src/libvlc.h:187
msgid ""
"Give the stream number of the audio channel you want to use in a DVD (from 1 "
"to n)."
msgstr ""
-#: src/interface/main.c:250
+#: src/libvlc.h:190
#, fuzzy
msgid "choose subtitles"
msgstr "Velg tittel"
-#: src/interface/main.c:252
+#: src/libvlc.h:192
msgid ""
"Give the stream number of the subtitle channel you want to use in a DVD "
"(from 1 to n)."
msgstr ""
-#: src/interface/main.c:255
+#: src/libvlc.h:195
msgid "DVD device"
msgstr ""
-#: src/interface/main.c:257
+#: src/libvlc.h:197
msgid "This is the default DVD device to use."
msgstr ""
-#: src/interface/main.c:259
+#: src/libvlc.h:199
msgid "VCD device"
msgstr ""
-#: src/interface/main.c:261
+#: src/libvlc.h:201
msgid "This is the default VCD device to use."
msgstr ""
-#: src/interface/main.c:263
+#: src/libvlc.h:203
msgid "force IPv6"
msgstr ""
-#: src/interface/main.c:265
+#: src/libvlc.h:205
msgid ""
"If you check this box, IPv6 will be used by default for all UDP and HTTP "
"connections."
msgstr ""
-#: src/interface/main.c:268
+#: src/libvlc.h:208
msgid "force IPv4"
msgstr ""
-#: src/interface/main.c:270
+#: src/libvlc.h:210
msgid ""
"If you check this box, IPv4 will be used by default for all UDP and HTTP "
"connections."
msgstr ""
-#: src/interface/main.c:273
+#: src/libvlc.h:213
msgid "choose MPEG audio decoder"
msgstr ""
-#: src/interface/main.c:275
+#: src/libvlc.h:215
msgid ""
"This allows you to select the MPEG audio decoder you want to use. Common "
"choices are builtin and mad."
msgstr ""
-#: src/interface/main.c:278
+#: src/libvlc.h:218
msgid "choose AC3 audio decoder"
msgstr ""
-#: src/interface/main.c:280
+#: src/libvlc.h:220
msgid ""
"This allows you to select the AC3/A52 audio decoder you want to use. Common "
"choices are builtin and a52."
msgstr ""
-#: src/interface/main.c:283
-msgid "disable CPU's MMX support"
+#: src/libvlc.h:223
+msgid "enable CPU MMX support"
msgstr ""
-#: src/interface/main.c:285
+#: src/libvlc.h:225
msgid ""
-"If your processor supports the MMX instructions set but you don't want vlc "
-"to use them, you can use this option."
+"If your processor supports the MMX instructions set, vlc can take advantage "
+"of them."
msgstr ""
-#: src/interface/main.c:288
-msgid "disable CPU's 3D Now! support"
+#: src/libvlc.h:228
+msgid "enable CPU 3D Now! support"
msgstr ""
-#: src/interface/main.c:290
+#: src/libvlc.h:230
msgid ""
-"If your processor supports the 3D Now! instructions set but you don't want "
-"vlc to use them, you can use this option."
+"If your processor supports the 3D Now! instructions set, vlc can take "
+"advantage of them."
msgstr ""
-#: src/interface/main.c:293
-msgid "disable CPU's MMX EXT support"
+#: src/libvlc.h:233
+msgid "enable CPU MMX EXT support"
msgstr ""
-#: src/interface/main.c:295
+#: src/libvlc.h:235
msgid ""
-"If your processor supports the MMX EXT instructions set but you don't want "
-"vlc to use them, you can use this option."
+"If your processor supports the MMX EXT instructions set, vlc can take "
+"advantage of them."
msgstr ""
-#: src/interface/main.c:298
-msgid "disable CPU's SSE support"
+#: src/libvlc.h:238
+msgid "enable CPU SSE support"
msgstr ""
-#: src/interface/main.c:300
+#: src/libvlc.h:240
msgid ""
-"If your processor supports the SSE instructions set but you don't want vlc "
-"to use them, you can use this option."
+"If your processor supports the SSE instructions set, vlc can take can take "
+"advantage of them."
msgstr ""
-#: src/interface/main.c:303
-msgid "disable CPU's AltiVec support"
+#: src/libvlc.h:243
+msgid "enable CPU AltiVec support"
msgstr ""
-#: src/interface/main.c:305
+#: src/libvlc.h:245
msgid ""
-"If your processor supports the AltiVec instructions set but you don't want "
-"vlc to use them, you can use this option."
+"If your processor supports the AltiVec instructions set, vlc can take "
+"advantage of them."
msgstr ""
-#: src/interface/main.c:308
+#: src/libvlc.h:248
#, fuzzy
msgid "launch playlist on startup"
msgstr "Kjør ved oppstart"
-#: src/interface/main.c:310
+#: src/libvlc.h:250
msgid "If you want vlc to start playing on startup, then enable this option."
msgstr ""
-#: src/interface/main.c:312
+#: src/libvlc.h:252
#, fuzzy
-msgid "enqueue playlist as default"
+msgid "enqueue items in playlist"
msgstr "Legg til i kø som standard"
-#: src/interface/main.c:314
+#: src/libvlc.h:254
msgid ""
"If you want vlc to add items to the playlist as you open them, then enable "
"this option."
msgstr ""
-#: src/interface/main.c:317
+#: src/libvlc.h:257
#, fuzzy
msgid "loop playlist on end"
msgstr "Gå tilbake til start ved slutten av Spillelisten"
-#: src/interface/main.c:319
+#: src/libvlc.h:259
msgid ""
"If you want vlc to keep playing the playlist indefinitely then enable this "
"option."
msgstr ""
-#: src/interface/main.c:322
+#: src/libvlc.h:262
msgid "memory copy module"
msgstr ""
-#: src/interface/main.c:324
+#: src/libvlc.h:264
msgid ""
"You can select wich memory copy module you want to use. By default vlc will "
"select the fastest one supported by your hardware."
msgstr ""
-#: src/interface/main.c:327
+#: src/libvlc.h:267
+#, fuzzy
+msgid "access module"
+msgstr "Standard grensesnitt: "
+
+#: src/libvlc.h:269
+msgid "This is a legacy entry to let you configure access modules"
+msgstr ""
+
+#: src/libvlc.h:271
+#, fuzzy
+msgid "demux module"
+msgstr "Standard grensesnitt: "
+
+#: src/libvlc.h:273
+msgid "This is a legacy entry to let you configure demux modules"
+msgstr ""
+
+#: src/libvlc.h:275
msgid "fast pthread on NT/2K/XP (developpers only)"
msgstr ""
-#: src/interface/main.c:329
+#: src/libvlc.h:277
msgid ""
"On Windows NT/2K/XP we use a slow but correct pthread implementation, you "
"can also use this faster implementation but you might experience problems "
msgstr ""
#. Interface options
-#: src/interface/main.c:351
+#: src/libvlc.h:299
msgid "Interface"
msgstr "Grensesnitt"
#. Audio options
-#: plugins/directx/directx.c:61 src/interface/main.c:358
+#: src/libvlc.h:307
msgid "Audio"
msgstr "Lyd"
#. Video options
-#: plugins/directx/directx.c:58 src/interface/main.c:369
+#: plugins/directx/directx.c:53 src/libvlc.h:317
msgid "Video"
msgstr "Video"
#. Input options
-#: plugins/satellite/satellite.c:66 src/interface/main.c:382
+#: plugins/satellite/satellite.c:66 src/libvlc.h:330
msgid "Input"
msgstr ""
#. Decoder options
-#: src/interface/main.c:401
+#: src/libvlc.h:349
msgid "Decoders"
msgstr ""
#. CPU options
-#: src/interface/main.c:406
+#: src/libvlc.h:354
msgid "CPU"
msgstr ""
#. Playlist options
#: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824
#: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611
-#: plugins/gtk/gtk_interface.c:2105 src/interface/main.c:414
+#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:362
msgid "Playlist"
msgstr "Spilleliste"
#. Misc options
-#: plugins/a52/a52.c:84 plugins/ac3_adec/ac3_adec.c:77 plugins/dsp/dsp.c:42
-#: plugins/fb/fb.c:72 plugins/ggi/ggi.c:68 plugins/gtk/gnome.c:75
-#: plugins/gtk/gtk.c:74 plugins/mad/mad_adec.c:69 plugins/mga/xmga.c:111
-#: plugins/mpeg_vdec/video_parser.c:101 plugins/x11/x11.c:55
-#: plugins/x11/xvideo.c:65 src/interface/main.c:420
+#: plugins/a52/a52.c:85 plugins/ac3_adec/ac3_adec.c:72 plugins/dsp/dsp.c:81
+#: plugins/dummy/dummy.c:51 plugins/fb/fb.c:70 plugins/filter/deinterlace.c:50
+#: plugins/filter/distort.c:50 plugins/filter/transform.c:51
+#: plugins/filter/wall.c:45 plugins/ggi/ggi.c:64 plugins/gtk/gnome.c:73
+#: plugins/gtk/gtk.c:71 plugins/mad/mad_adec.c:66 plugins/mga/xmga.c:106
+#: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86
+#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65
+#: src/libvlc.h:368
msgid "Miscellaneous"
msgstr ""
-#: src/interface/main.c:432
+#: src/libvlc.h:380
#, fuzzy
msgid "main program"
msgstr "Avslutt programmet"
-#: src/interface/main.c:446
+#: src/libvlc.h:392
msgid "print help"
msgstr ""
-#: src/interface/main.c:448
+#: src/libvlc.h:394
msgid "print detailed help"
msgstr ""
-#: src/interface/main.c:450
+#: src/libvlc.h:396
msgid "print a list of available modules"
msgstr ""
-#: src/interface/main.c:452
-msgid "print help on module <string>"
-msgstr ""
-
-#: src/interface/main.c:455
-msgid "print version information"
-msgstr ""
-
-#: src/interface/main.c:603
+#: src/libvlc.h:398
#, fuzzy
-msgid "help module"
+msgid "print help on module"
msgstr "Standard grensesnitt: "
-#. Usage
-#: src/interface/main.c:627 src/interface/main.c:1077
-#, c-format
-msgid "Usage: %s [options] [parameters] [file]...\n"
-msgstr ""
-
-#. print module name
-#: src/interface/main.c:964
-#, c-format
-msgid "%s module options:\n"
-msgstr ""
-
-#. We could also have "=<" here
-#: src/interface/main.c:995 src/misc/configuration.c:743
-msgid "string"
-msgstr ""
-
-#: src/interface/main.c:998 src/misc/configuration.c:727
-msgid "integer"
-msgstr ""
-
-#: src/interface/main.c:1001 src/misc/configuration.c:735
-msgid "float"
-msgstr ""
-
-#: src/interface/main.c:1034
-msgid ""
-"\n"
-"Playlist items:\n"
-" *.mpg, *.vob plain MPEG-1/2 files\n"
-" [dvd:][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-" DVD device\n"
-" [vcd:][device][@[title][,[chapter]]\n"
-" VCD device\n"
-" udpstream:[@[<bind address>][:<bind port>]]\n"
-" UDP stream sent by VLS\n"
-" vlc:loop loop execution of the playlist\n"
-" vlc:pause pause execution of playlist items\n"
-" vlc:quit quit VLC"
-msgstr ""
-
-#: src/interface/main.c:1054 src/interface/main.c:1103
-#: src/interface/main.c:1127
-msgid ""
-"\n"
-"Press the RETURN key to continue..."
-msgstr ""
-
-#: src/interface/main.c:1080
-msgid "[module] [description]"
+#: src/libvlc.h:401
+msgid "print version information"
msgstr ""
-#: src/interface/main.c:1121
-msgid ""
-"This program comes with NO WARRANTY, to the extent permitted by law.\n"
-"You may redistribute it under the terms of the GNU General Public License;\n"
-"see the file named COPYING for details.\n"
-"Written by the VideoLAN team at Ecole Centrale, Paris."
+#: src/libvlc.h:403
+msgid "print build information"
msgstr ""
-#: src/misc/configuration.c:727
+#: src/misc/configuration.c:783
msgid "boolean"
msgstr ""
#. ****************************************************************************
#. * Build configuration structure.
#. ****************************************************************************
-#: plugins/a52/a52.c:75
-msgid "disable A/52 dynamic range compression"
+#: plugins/a52/a52.c:76
+msgid "A/52 dynamic range compression"
msgstr ""
-#: plugins/a52/a52.c:77
+#: plugins/a52/a52.c:78
msgid ""
"Dynamic range compression makes the loud sounds softer, and the soft sounds "
"louder, so you can more easily listen to the stream in a noisy environment "
-"without disturbing anyone.\n"
-"If you disable the dynamic range compression the playback will be more "
-"adapted to a movie theater or a listening room."
+"without disturbing anyone. If you disable the dynamic range compression the "
+"playback will be more adapted to a movie theater or a listening room."
msgstr ""
-#: plugins/a52/a52.c:89
+#: plugins/a52/a52.c:90
msgid "a52 ATSC A/52 aka AC-3 audio decoder module"
msgstr ""
-#: plugins/aa/aa.c:51
+#: plugins/aa/aa.c:50
msgid "ASCII-art video output module"
msgstr ""
-#: plugins/ac3_adec/ac3_adec.c:79 plugins/downmix/downmix.c:47
+#: plugins/ac3_adec/ac3_adec.c:74 plugins/downmix/downmix.c:47
msgid "AC3 downmix module"
msgstr ""
-#: plugins/ac3_adec/ac3_adec.c:81 plugins/imdct/imdct.c:47
+#: plugins/ac3_adec/ac3_adec.c:76 plugins/imdct/imdct.c:47
msgid "AC3 IMDCT module"
msgstr ""
-#: plugins/ac3_adec/ac3_adec.c:85
+#: plugins/ac3_adec/ac3_adec.c:80
msgid "software AC3 decoder"
msgstr ""
-#: plugins/ac3_spdif/ac3_spdif.c:119
+#: plugins/ac3_spdif/ac3_spdif.c:116
msgid "SPDIF pass-through AC3 decoder"
msgstr ""
-#: plugins/access/file.c:60
+#: plugins/access/file.c:56
msgid "Standard filesystem file reading"
msgstr ""
-#: plugins/access/http.c:65
+#: plugins/access/http.c:71
msgid "HTTP access plug-in"
msgstr ""
-#: plugins/access/udp.c:62
+#: plugins/access/udp.c:58
msgid "Raw UDP access plug-in"
msgstr ""
-#: plugins/alsa/alsa.c:58
+#: plugins/alsa/alsa.c:56
msgid "ALSA audio module"
msgstr ""
-#: plugins/arts/arts.c:43
+#: plugins/arts/arts.c:65
msgid "aRts audio module"
msgstr ""
msgid "BeOS standard API module"
msgstr ""
-#: plugins/chroma/i420_rgb.c:64
+#: plugins/chroma/i420_rgb.c:62
msgid "I420,IYUV,YV12 to RGB,RV15,RV16,RV24,RV32 conversions"
msgstr ""
-#: plugins/chroma/i420_rgb.c:68
+#: plugins/chroma/i420_rgb.c:66
msgid "MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32 conversions"
msgstr ""
-#: plugins/chroma/i420_ymga.c:57 plugins/chroma/i420_yuy2.c:71
-#: plugins/chroma/i422_yuy2.c:70
+#: plugins/chroma/i420_ymga.c:55 plugins/chroma/i420_yuy2.c:74
+#: plugins/chroma/i422_yuy2.c:68
msgid "conversions from "
msgstr ""
-#: plugins/chroma/i420_ymga.c:57 plugins/chroma/i420_ymga.c:60
-#: plugins/chroma/i420_yuy2.c:71 plugins/chroma/i420_yuy2.c:74
-#: plugins/chroma/i422_yuy2.c:70 plugins/chroma/i422_yuy2.c:73
+#: plugins/chroma/i420_ymga.c:55 plugins/chroma/i420_ymga.c:58
+#: plugins/chroma/i420_yuy2.c:74 plugins/chroma/i420_yuy2.c:77
+#: plugins/chroma/i422_yuy2.c:68 plugins/chroma/i422_yuy2.c:71
#, fuzzy
msgid " to "
msgstr "Hopp til: "
-#: plugins/chroma/i420_ymga.c:60 plugins/chroma/i420_yuy2.c:74
-#: plugins/chroma/i422_yuy2.c:73
+#: plugins/chroma/i420_ymga.c:58 plugins/chroma/i420_yuy2.c:77
+#: plugins/chroma/i422_yuy2.c:71
msgid "MMX conversions from "
msgstr ""
#. ****************************************************************************
#. * Building configuration tree
#. ****************************************************************************
-#: plugins/directx/directx.c:46
-msgid "Disable hardware YUV->RGB conversions"
+#: plugins/directx/directx.c:41
+msgid "use hardware YUV->RGB conversions"
msgstr ""
-#: plugins/directx/directx.c:48
+#: plugins/directx/directx.c:43
msgid ""
-"Don't try to use hardware acceleration for YUV->RGB conversions. This option "
+"Try to use hardware acceleration for YUV->RGB conversions. This option "
"doesn't have any effect when using overlays."
msgstr ""
-#: plugins/directx/directx.c:50
-msgid "Use video buffers in system memory"
+#: plugins/directx/directx.c:45
+msgid "use video buffers in system memory"
msgstr ""
-#: plugins/directx/directx.c:52
+#: plugins/directx/directx.c:47
msgid ""
"Create video buffers in system memory instead of video memory. This isn't "
"recommended as usually using video memory allows to benefit from more "
"doesn't have any effect when using overlays."
msgstr ""
-#: plugins/directx/directx.c:65
+#: plugins/directx/directx.c:59
msgid "DirectX extension module"
msgstr ""
msgid "SSE AC3 downmix module"
msgstr ""
-#: plugins/dsp/dsp.c:43
+#: plugins/dsp/dsp.c:82
msgid "OSS dsp device"
msgstr ""
-#: plugins/dsp/dsp.c:47
+#: plugins/dsp/dsp.c:86
msgid "Linux OSS /dev/dsp module"
msgstr ""
"instead of trying to improve performances by using the most efficient one."
msgstr ""
-#: plugins/dummy/dummy.c:56
+#: plugins/dummy/dummy.c:57
msgid "dummy functions module"
msgstr ""
msgid "DVDRead input module"
msgstr ""
-#: plugins/esd/esd.c:44
+#: plugins/esd/esd.c:67
msgid "EsounD audio module"
msgstr ""
-#: plugins/fb/fb.c:73
+#: plugins/fb/fb.c:71
#, fuzzy
msgid "framebuffer device"
msgstr "Standardenhet:"
-#: plugins/fb/fb.c:77
+#: plugins/fb/fb.c:75
msgid "Linux console framebuffer module"
msgstr ""
-#: plugins/filter/deinterlace.c:55
+#: plugins/filter/deinterlace.c:51
+#, fuzzy
+msgid "Deinterlace mode"
+msgstr "Standard grensesnitt: "
+
+#: plugins/filter/deinterlace.c:52
+msgid "one of 'bob' and 'blend'"
+msgstr ""
+
+#: plugins/filter/deinterlace.c:56
#, fuzzy
msgid "deinterlacing module"
msgstr "Standard grensesnitt: "
-#: plugins/filter/distort.c:55
+#: plugins/filter/distort.c:51
+#, fuzzy
+msgid "distort mode"
+msgstr "Nettverk"
+
+#: plugins/filter/distort.c:52
+msgid "one of \"wave\" and \"ripple\""
+msgstr ""
+
+#: plugins/filter/distort.c:56
msgid "miscellaneous video effects module"
msgstr ""
-#: plugins/filter/invert.c:50
+#: plugins/filter/invert.c:48
#, fuzzy
msgid "invert video module"
msgstr "Standard grensesnitt: "
-#: plugins/filter/transform.c:56
+#: plugins/filter/transform.c:52
+msgid "Transform type"
+msgstr ""
+
+#: plugins/filter/transform.c:53
+msgid "One of '90', '180', '270', 'hflip' and 'vflip'"
+msgstr ""
+
+#: plugins/filter/transform.c:57
msgid "image transformation module"
msgstr ""
+#: plugins/filter/wall.c:46
+msgid "Number of columns"
+msgstr ""
+
+#: plugins/filter/wall.c:47
+msgid ""
+"Select the number of horizontal videowindows in which to split the video"
+msgstr ""
+
+#: plugins/filter/wall.c:49
+msgid "Number of rows"
+msgstr ""
+
#: plugins/filter/wall.c:50
+msgid "Select the number of vertical videowindows in which to split the video"
+msgstr ""
+
+#: plugins/filter/wall.c:52
+msgid "Active windows"
+msgstr ""
+
+#: plugins/filter/wall.c:53
+msgid "comma separated list of active windows, defaults to all"
+msgstr ""
+
+#: plugins/filter/wall.c:57
msgid "image wall video module"
msgstr ""
-#: plugins/fx/scope.c:69
+#: plugins/fx/scope.c:72
msgid "scope effect module"
msgstr ""
#. ****************************************************************************
#. * Building configuration tree
#. ****************************************************************************
-#: plugins/ggi/ggi.c:62 plugins/mga/xmga.c:105 plugins/x11/x11.c:49
+#: plugins/ggi/ggi.c:58 plugins/mga/xmga.c:100 plugins/x11/x11.c:49
#: plugins/x11/xvideo.c:54
msgid "X11 display name"
msgstr ""
-#: plugins/ggi/ggi.c:63 plugins/mga/xmga.c:107 plugins/x11/x11.c:51
-#: plugins/x11/xvideo.c:56
+#: plugins/ggi/ggi.c:59
msgid ""
"Specify the X11 hardware display you want to use.\n"
"By default vlc will use the value of the DISPLAY environment variable."
msgstr ""
-#: plugins/glide/glide.c:72
+#: plugins/glide/glide.c:69
msgid "3dfx Glide module"
msgstr ""
#. ****************************************************************************
#. * Building configuration tree
#. ****************************************************************************
-#: plugins/gtk/gnome.c:64 plugins/gtk/gtk.c:65
-msgid "hide tooltips"
+#: plugins/gtk/gnome.c:61 plugins/gtk/gtk.c:62
+msgid "show tooltips"
msgstr ""
-#: plugins/gtk/gnome.c:65 plugins/gtk/gtk.c:66
-msgid "Do not show tooltips for configuration options."
+#: plugins/gtk/gnome.c:62 plugins/gtk/gtk.c:63
+msgid "Show tooltips for configuration options."
msgstr ""
-#: plugins/gtk/gnome.c:69 plugins/gtk/gtk.c:68
+#: plugins/gtk/gnome.c:67 plugins/gtk/gtk.c:65
msgid "maximum height for the configuration windows"
msgstr ""
-#: plugins/gtk/gnome.c:71 plugins/gtk/gtk.c:70
+#: plugins/gtk/gnome.c:69 plugins/gtk/gtk.c:67
msgid ""
"You can set the maximum height that the configuration windows in the "
"preferences menu will occupy."
msgstr ""
-#: plugins/gtk/gtk.c:82
+#: plugins/gtk/gtk.c:78
#, fuzzy
msgid "Gtk+ interface module"
msgstr "Standard grensesnitt: "
-#: plugins/gtk/gnome.c:66
-msgid "hide text on toolbar buttons"
+#: plugins/gtk/gnome.c:64
+msgid "show text on toolbar buttons"
msgstr ""
-#: plugins/gtk/gnome.c:67
-msgid "Do not show the text below icons on the toolbar."
+#: plugins/gtk/gnome.c:65
+msgid "Show the text below icons on the toolbar."
msgstr ""
-#: plugins/gtk/gnome.c:85
+#: plugins/gtk/gnome.c:84
msgid "Gnome interface module"
msgstr ""
msgid "Next File"
msgstr "Neste fil"
-#: plugins/gtk/gnome_interface.c:545 plugins/gtk/gtk_interface.c:641
-msgid "-:--:--"
-msgstr "-:--:--"
-
#: plugins/gtk/gnome_interface.c:595 plugins/gtk/gtk_interface.c:694
msgid "Title:"
msgstr "Tittel:"
-#: plugins/gtk/gnome_interface.c:602 plugins/gtk/gtk_interface.c:701
-msgid "--"
-msgstr "--"
-
#: plugins/gtk/gnome_interface.c:638 plugins/gtk/gtk_interface.c:738
msgid "Chapter:"
msgstr "Kapittel:"
-#: plugins/gtk/gnome_interface.c:645 plugins/gtk/gtk_interface.c:745
-msgid "---"
-msgstr "---"
-
#: plugins/gtk/gnome_interface.c:674 plugins/gtk/gtk_interface.c:775
msgid "No server"
msgstr "Ingen tjener"
#: plugins/gtk/gtk_interface.c:1386 plugins/gtk/gtk_interface.c:1609
#: plugins/gtk/gtk_interface.c:1915 plugins/gtk/gtk_interface.c:2046
#: plugins/gtk/gtk_interface.c:2277 plugins/gtk/gtk_interface.c:2383
-#: plugins/gtk/gtk_interface.c:2589 plugins/gtk/gtk_preferences.c:522
+#: plugins/gtk/gtk_interface.c:2589 plugins/gtk/gtk_preferences.c:526
msgid "OK"
msgstr "OK"
msgstr "Startposisjon"
#: plugins/gtk/gnome_interface.c:1318 plugins/gtk/gnome_interface.c:2269
-#: plugins/gtk/gtk_interface.c:1555 plugins/gtk/gtk_menu.c:796
-#: plugins/gtk/gtk_menu.c:931
+#: plugins/gtk/gtk_interface.c:1555 plugins/gtk/gtk_menu.c:787
+#: plugins/gtk/gtk_menu.c:922
msgid "Chapter"
msgstr "Kapittel"
#: plugins/gtk/gnome_interface.c:1308 plugins/gtk/gnome_interface.c:2259
-#: plugins/gtk/gtk_interface.c:1565 plugins/gtk/gtk_menu.c:901
-#: plugins/gtk/gtk_menu.c:922
+#: plugins/gtk/gtk_interface.c:1565 plugins/gtk/gtk_menu.c:892
+#: plugins/gtk/gtk_menu.c:913
msgid "Title"
msgstr "Tittel"
#: plugins/gtk/gtk_interface.c:1616 plugins/gtk/gtk_interface.c:1922
#: plugins/gtk/gtk_interface.c:2053 plugins/gtk/gtk_interface.c:2284
-#: plugins/gtk/gtk_interface.c:2596 plugins/gtk/gtk_preferences.c:534
+#: plugins/gtk/gtk_interface.c:2596 plugins/gtk/gtk_preferences.c:538
msgid "Cancel"
msgstr "Avbryt"
msgid "FEC"
msgstr ""
-#: plugins/gtk/gnome_interface.c:2778 plugins/gtk/gtk_interface.c:2561
-msgid "1/2"
-msgstr ""
-
-#: plugins/gtk/gnome_interface.c:2779 plugins/gtk/gtk_interface.c:2562
-msgid "2/3"
-msgstr ""
-
-#: plugins/gtk/gnome_interface.c:2780 plugins/gtk/gnome_interface.c:2793
-#: plugins/gtk/gtk_interface.c:2563 plugins/gtk/gtk_interface.c:2575
-msgid "3/4"
-msgstr ""
-
-#: plugins/gtk/gnome_interface.c:2781 plugins/gtk/gtk_interface.c:2564
-msgid "4/5"
-msgstr ""
-
-#: plugins/gtk/gnome_interface.c:2782 plugins/gtk/gtk_interface.c:2565
-msgid "5/6"
-msgstr ""
-
-#: plugins/gtk/gnome_interface.c:2784 plugins/gtk/gtk_interface.c:2566
-msgid "7/8"
-msgstr ""
-
#: plugins/gtk/gnome_interface.c:78
#, fuzzy
msgid "Choose title"
msgid "Invert"
msgstr "Inverter"
-#: plugins/gtk/gnome_interface.c:1773 plugins/gtk/gtk_preferences.c:360
+#: plugins/gtk/gnome_interface.c:1773 plugins/gtk/gtk_preferences.c:364
msgid "Select"
msgstr "Velg"
msgid "Channel server"
msgstr "Kanaltjener:"
-#: plugins/gtk/gnome_interface.c:2783
-msgid "6/7"
-msgstr ""
-
-#: plugins/gtk/gtk_preferences.c:306
+#: plugins/gtk/gtk_preferences.c:310
msgid "Name"
msgstr ""
-#: plugins/gtk/gtk_preferences.c:306
+#: plugins/gtk/gtk_preferences.c:310
#, fuzzy
msgid "Description"
msgstr "Varighet"
-#: plugins/gtk/gtk_preferences.c:349
+#: plugins/gtk/gtk_preferences.c:353
msgid "Configure"
msgstr ""
#. add new label
-#: plugins/gtk/gtk_preferences.c:372
+#: plugins/gtk/gtk_preferences.c:376
#, fuzzy
msgid "Selected:"
msgstr "Valgte"
-#: plugins/gtk/gtk_preferences.c:513 plugins/gtk/gtk_preferences.c:530
+#: plugins/gtk/gtk_preferences.c:517 plugins/gtk/gtk_preferences.c:534
#, fuzzy
msgid "Save"
msgstr "Tjener"
-#: plugins/gtk/gtk_preferences.c:526
+#: plugins/gtk/gtk_preferences.c:530
msgid "Apply"
msgstr "Bruk"
#. special case for "off" item
-#: plugins/gtk/gtk_menu.c:522
+#: plugins/gtk/gtk_menu.c:513
msgid "None"
msgstr ""
-#: plugins/gtk/gtk_menu.c:681
+#: plugins/gtk/gtk_menu.c:672
#, fuzzy, c-format
msgid "Title %d (%d)"
msgstr "Tittel: "
-#: plugins/gtk/gtk_menu.c:744
+#: plugins/gtk/gtk_menu.c:735
#, fuzzy, c-format
msgid "Chapter %d"
msgstr "Kapittel"
#. ****************************************************************************
#. * Build configuration tree.
#. ****************************************************************************
-#: plugins/idct/idct.c:47 plugins/mpeg_vdec/video_parser.c:74
+#: plugins/idct/idct.c:47 plugins/mpeg_vdec/video_parser.c:71
msgid "IDCT module"
msgstr ""
-#: plugins/idct/idctaltivec.c:49
-msgid "Altivec IDCT module"
+#: plugins/idct/idctaltivec.c:51
+msgid "AltiVec IDCT module"
msgstr ""
#: plugins/idct/idctclassic.c:47
msgid "KDE interface module"
msgstr "Standard grensesnitt: "
-#: plugins/lirc/lirc.c:71
+#: plugins/lirc/lirc.c:64
msgid "infrared remote control module"
msgstr ""
-#: plugins/lpcm_adec/lpcm_adec.c:71
+#: plugins/lpcm_adec/lpcm_adec.c:67
msgid "linear PCM audio decoder"
msgstr ""
#. ****************************************************************************
#. * Build configuration tree.
#. ****************************************************************************
-#: plugins/mad/mad_adec.c:63
+#: plugins/mad/mad_adec.c:60
msgid "Mad audio downscale routine (fast,mp321)"
msgstr ""
-#: plugins/mad/mad_adec.c:65
+#: plugins/mad/mad_adec.c:62
msgid ""
-"Specify the mad audio downscale routine you want to use.\n"
-"By default mad plugins will use the fastest routine."
+"Specify the mad audio downscale routine you want to use. By default the mad "
+"plugin will use the fastest routine."
msgstr ""
-#: plugins/mad/mad_adec.c:74
+#: plugins/mad/mad_adec.c:71
msgid "libmad MPEG 1/2/3 audio decoder library"
msgstr ""
msgid "libc memcpy module"
msgstr ""
-#: plugins/memcpy/memcpy.c:72
+#: plugins/memcpy/memcpy.c:71
msgid "3D Now! memcpy module"
msgstr ""
-#: plugins/memcpy/memcpy.c:80
+#: plugins/memcpy/memcpy.c:79
msgid "MMX memcpy module"
msgstr ""
-#: plugins/memcpy/memcpy.c:86
+#: plugins/memcpy/memcpy.c:85
msgid "MMX EXT memcpy module"
msgstr ""
msgid "AltiVec memcpy module"
msgstr ""
-#: plugins/mga/mga.c:67
+#: plugins/mga/mga.c:65
msgid "Matrox Graphic Array video module"
msgstr ""
#. ****************************************************************************
#. * Building configuration tree
#. ****************************************************************************
-#: plugins/mga/xmga.c:96 plugins/x11/x11.c:40 plugins/x11/xvideo.c:45
+#: plugins/mga/xmga.c:91 plugins/x11/x11.c:40 plugins/x11/xvideo.c:45
#, fuzzy
msgid "alternate fullscreen method"
msgstr "Fullskjerm"
-#: plugins/mga/xmga.c:98 plugins/x11/x11.c:42 plugins/x11/xvideo.c:47
+#: plugins/mga/xmga.c:93 plugins/x11/x11.c:42 plugins/x11/xvideo.c:47
msgid ""
"There are two ways to make a fullscreen window, unfortunately each one has "
"its drawbacks.\n"
"show on top of the video."
msgstr ""
-#: plugins/mga/xmga.c:117
+#: plugins/mga/xmga.c:102 plugins/x11/x11.c:51 plugins/x11/xvideo.c:56
+msgid ""
+"Specify the X11 hardware display you want to use. By default vlc will use "
+"the value of the DISPLAY environment variable."
+msgstr ""
+
+#: plugins/mga/xmga.c:112
msgid "X11 MGA module"
msgstr ""
-#: plugins/motion/motion.c:45 plugins/mpeg_vdec/video_parser.c:81
+#: plugins/motion/motion.c:45 plugins/mpeg_vdec/video_parser.c:77
msgid "motion compensation module"
msgstr ""
msgid "3D Now! motion compensation module"
msgstr ""
-#: plugins/motion/motionaltivec.c:48
+#: plugins/motion/motionaltivec.c:50
msgid "AltiVec motion compensation module"
msgstr ""
-#: plugins/motion/motionmmx.c:47
+#: plugins/motion/motionmmx.c:48
msgid "MMX motion compensation module"
msgstr ""
msgid "MMXEXT motion compensation module"
msgstr ""
-#: plugins/mpeg_adec/mpeg_adec.c:69
+#: plugins/mpeg_adec/mpeg_adec.c:66
msgid "MPEG I/II layer 1/2 audio decoder"
msgstr ""
-#: plugins/mpeg_system/mpeg_es.c:61
+#: plugins/mpeg_system/mpeg_es.c:57
msgid "ISO 13818-2 MPEG Elementary Stream input"
msgstr ""
-#: plugins/mpeg_system/mpeg_ps.c:60
+#: plugins/mpeg_system/mpeg_ps.c:56
msgid "ISO 13818-1 MPEG Program Stream input"
msgstr ""
-#: plugins/mpeg_system/mpeg_ts.c:86
+#: plugins/mpeg_system/mpeg_ts.c:88
msgid "ISO 13818-1 MPEG Transport Stream input"
msgstr ""
-#: plugins/mpeg_system/mpeg_ts.c:90
+#: plugins/mpeg_system/mpeg_ts.c:92
msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
msgstr ""
-#: plugins/mpeg_vdec/video_parser.c:76
+#: plugins/mpeg_vdec/video_parser.c:73
msgid ""
-"This option allows you to select the IDCT module used by this video "
-"decoder.\n"
-"Note that the default behavior is to automatically select the best module "
-"available."
+"This option allows you to select the IDCT module used by this video decoder. "
+"The default behavior is to automatically select the best module available."
msgstr ""
-#: plugins/mpeg_vdec/video_parser.c:83
+#: plugins/mpeg_vdec/video_parser.c:79
msgid ""
"This option allows you to select the motion compensation module used by this "
-"video decoder.\n"
-"Note that the default behavior is to automatically select the best module "
-"available."
+"video decoder. The default behavior is to automatically select the best "
+"module available."
msgstr ""
-#: plugins/mpeg_vdec/video_parser.c:88
+#: plugins/mpeg_vdec/video_parser.c:83
msgid "use additional processors"
msgstr ""
-#: plugins/mpeg_vdec/video_parser.c:90
+#: plugins/mpeg_vdec/video_parser.c:85
msgid ""
"This video decoder can benefit from a multiprocessor computer. If you have "
"one, you can specify the number of processors here."
msgstr ""
-#: plugins/mpeg_vdec/video_parser.c:93
+#: plugins/mpeg_vdec/video_parser.c:88
msgid "force synchro algorithm {I|I+|IP|IP+|IPB}"
msgstr ""
-#: plugins/mpeg_vdec/video_parser.c:95
+#: plugins/mpeg_vdec/video_parser.c:90
msgid ""
"This allows you to force the synchro algorithm, by directly selecting the "
"types of picture you want to decode. Please bear in mind that if you select "
"anything."
msgstr ""
-#: plugins/mpeg_vdec/video_parser.c:112
+#: plugins/mpeg_vdec/video_parser.c:107
msgid "MPEG I/II video decoder module"
msgstr ""
msgid "IPv6 network abstraction layer"
msgstr ""
-#: plugins/qnx/qnx.c:47
+#: plugins/qnx/qnx.c:44
msgid "QNX RTOS module"
msgstr ""
msgid "satellite input module"
msgstr ""
-#: plugins/sdl/sdl.c:52
+#: plugins/sdl/sdl.c:47
msgid "Simple DirectMedia Layer module"
msgstr ""
-#: plugins/spudec/spu_decoder.c:80
+#: plugins/spudec/spu_decoder.c:76
msgid "DVD subtitles decoder module"
msgstr ""
-#: plugins/text/logger.c:67
+#: plugins/text/logger.c:87
+msgid "log filename"
+msgstr ""
+
+#: plugins/text/logger.c:87
+msgid "Specify the log filename."
+msgstr ""
+
+#: plugins/text/logger.c:88
+msgid "log format"
+msgstr ""
+
+#: plugins/text/logger.c:88
+msgid ""
+"Specify the log format. Available choices are \"text\" (default) and \"html\""
+msgstr ""
+
+#: plugins/text/logger.c:92
#, fuzzy
msgid "file logging interface module"
msgstr "Standard grensesnitt: "
-#: plugins/text/ncurses.c:79
+#: plugins/text/logger.c:127
+msgid ""
+"\n"
+"Using the logger interface plugin..."
+msgstr ""
+
+#: plugins/text/ncurses.c:70
#, fuzzy
msgid "ncurses interface module"
msgstr "Standard grensesnitt: "
-#: plugins/text/rc.c:84
+#: plugins/text/rc.c:76
#, fuzzy
msgid "remote control interface module"
msgstr "Standard grensesnitt: "
msgid "VCD input module"
msgstr ""
-#: plugins/win32/waveout.c:51
+#: plugins/win32/waveout.c:60
msgid "Win32 waveOut extension module"
msgstr ""
-#: plugins/win32/win32.cpp:45
+#. ****************************************************************************
+#. * Build configuration tree.
+#. ****************************************************************************
+#: plugins/win32/win32.cpp:42
+msgid "maximum number of lines in the log window"
+msgstr ""
+
+#: plugins/win32/win32.cpp:44
+msgid ""
+"You can set the maximum number of lines that the log window will display. "
+"Enter -1 if you want to keep all messages."
+msgstr ""
+
+#: plugins/win32/win32.cpp:53
#, fuzzy
msgid "Win32 interface module"
msgstr "Standard grensesnitt: "
msgid "XVideo extension module"
msgstr ""
+#~ msgid "-:--:--"
+#~ msgstr "-:--:--"
+
+#~ msgid "--"
+#~ msgstr "--"
+
+#~ msgid "---"
+#~ msgstr "---"
+
+#~ msgid "/dev/dvd"
+#~ msgstr "/dev/dvd"
+
#~ msgid "TS"
#~ msgstr "TS"
#~ msgid "Choose angle"
#~ msgstr "Velg vinkel"
-#~ msgid "/dev/dvd"
-#~ msgstr "/dev/dvd"
-
#~ msgid "Preferences"
#~ msgstr "Innstillinger"