Commit 476ba22e authored by Sam Hocevar's avatar Sam Hocevar

* ./po/*: spelling fixes.

parent e78a00bb
...@@ -429,3 +429,10 @@ the Boston strangler is to the woman home alone. ...@@ -429,3 +429,10 @@ the Boston strangler is to the woman home alone.
-- #videolan, du code de pro -- #videolan, du code de pro
% %
<Dnumgis> someone is not releasing a p_vout object corectly
<tooney> it's not me
<tooney> i was not there this afternoon
* Meuuh looks in his pockets
-- #videolan
%
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* error.h: error handling routine * error.h: error handling routine
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: error.h,v 1.1 2002/10/14 16:35:16 sam Exp $ * $Id: error.h,v 1.2 2003/01/28 02:03:32 sam Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* *
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* thread, and destroy a previously opened video output thread. * thread, and destroy a previously opened video output thread.
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * Copyright (C) 1999, 2000 VideoLAN
* $Id: video_output.h,v 1.89 2002/12/07 23:50:30 massiot Exp $ * $Id: video_output.h,v 1.90 2003/01/28 02:03:32 sam Exp $
* *
* Authors: Vincent Seguin <seguin@via.ecp.fr> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr> * Samuel Hocevar <sam@via.ecp.fr>
...@@ -76,8 +76,8 @@ struct vout_thread_t ...@@ -76,8 +76,8 @@ struct vout_thread_t
vlc_bool_t b_scale; /* allow picture scaling */ vlc_bool_t b_scale; /* allow picture scaling */
vlc_bool_t b_fullscreen; /* toogle fullscreen display */ vlc_bool_t b_fullscreen; /* toogle fullscreen display */
mtime_t render_time; /* last picture render time */ mtime_t render_time; /* last picture render time */
int i_window_width; /* video window width */ unsigned int i_window_width; /* video window width */
int i_window_height; /* video window height */ unsigned int i_window_height; /* video window height */
/* Plugin used and shortcuts to access its capabilities */ /* Plugin used and shortcuts to access its capabilities */
module_t * p_module; module_t * p_module;
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
* vlc.h: global header for vlc * vlc.h: global header for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN * Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: vlc.h,v 1.21 2002/12/15 16:28:20 gbazin Exp $ * $Id: vlc.h,v 1.22 2003/01/28 02:03:32 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
Caption = _( "Open Disc" ); Caption = _( "Open Disc" );
Caption = _( "Device &name:" ); Caption = _( "Device &name:" );
Caption = _( "&Menus" );
Caption = _( "Starting position" ); Caption = _( "Starting position" );
Caption = _( "&Title:" ); Caption = _( "&Title:" );
Caption = _( "&Chapter:" ); Caption = _( "&Chapter:" );
Caption = _( "&Menus" );
Caption = _( "Disc type" ); Caption = _( "Disc type" );
Caption = _( "OK" ); Caption = _( "OK" );
Caption = _( "Cancel" ); Caption = _( "Cancel" );
...@@ -80,7 +80,8 @@ ...@@ -80,7 +80,8 @@
Caption = _( "Audio settings" ); Caption = _( "Audio settings" );
Caption = _( "Device" ); Caption = _( "Device" );
Caption = _( "Channels" ); Caption = _( "Channels" );
Caption = _( "Screen" ); Caption = _( "Video settings" );
Caption = _( "Screen" );
Caption = _( "Navigation" ); Caption = _( "Navigation" );
Caption = _( "Program" ); Caption = _( "Program" );
Caption = _( "Language" ); Caption = _( "Language" );
...@@ -143,6 +144,8 @@ ...@@ -143,6 +144,8 @@
Hint = _( "Decrease the volume" ); Hint = _( "Decrease the volume" );
Caption = _( "&Mute" ); Caption = _( "&Mute" );
Hint = _( "Toggle mute" ); Hint = _( "Toggle mute" );
Caption = _( "Always on top..." );
Hint = _( "Set the window on top" );
/* /*
* from modules/gui/win32/messages.dfm: * from modules/gui/win32/messages.dfm:
...@@ -168,15 +171,17 @@ ...@@ -168,15 +171,17 @@
Caption = _( "Channel server" ); Caption = _( "Channel server" );
Caption = _( "HTTP/FTP/MMS" ); Caption = _( "HTTP/FTP/MMS" );
Text = _( "vlcs" ); Text = _( "vlcs" );
Caption = _( "OK" );
Caption = _( "Cancel" );
/* /*
* from modules/gui/win32/playlist.dfm: * from modules/gui/win32/playlist.dfm:
*/ */
Caption = _( "Playlist" ); Caption = _( "Playlist" );
Caption = _( "OK" );
Caption = _( "Filename" ); Caption = _( "Filename" );
Caption = _( "Duration" ); Caption = _( "Duration" );
Caption = _( "OK" );
Caption = _( "&Add" ); Caption = _( "&Add" );
Caption = _( "&File..." ); Caption = _( "&File..." );
Caption = _( "&Disc..." ); Caption = _( "&Disc..." );
...@@ -226,6 +231,8 @@ ...@@ -226,6 +231,8 @@
Text = _( "239.239.0.1" ); Text = _( "239.239.0.1" );
Caption = _( "PS" ); Caption = _( "PS" );
Caption = _( "TS" ); Caption = _( "TS" );
Caption = _( "OK" );
Caption = _( "Cancel" );
/* /*
* from modules/gui/win32/subtitles.dfm: * from modules/gui/win32/subtitles.dfm:
...@@ -240,3 +247,5 @@ ...@@ -240,3 +247,5 @@
Hint = _( "Set the number of Frames Per Second" ); Hint = _( "Set the number of Frames Per Second" );
Text = _( "0.0" ); Text = _( "0.0" );
Caption = _( "Browse..." ); Caption = _( "Browse..." );
Caption = _( "OK" );
Caption = _( "Cancel" );
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header * libvlc.h: main libvlc header
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2002 VideoLAN * Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.37 2003/01/22 22:19:29 sigmunau Exp $ * $Id: libvlc.h,v 1.38 2003/01/28 02:03:33 sam Exp $
* *
* Authors: Vincent Seguin <seguin@via.ecp.fr> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org> * Samuel Hocevar <sam@zoy.org>
...@@ -43,7 +43,7 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL }; ...@@ -43,7 +43,7 @@ static char *ppsz_sout_vcodec[] = { "", "mpeg1", "mpeg2", "mpeg4", NULL };
#define EXTRAINTF_TEXT N_("extra interface modules") #define EXTRAINTF_TEXT N_("extra interface modules")
#define EXTRAINTF_LONGTEXT N_( \ #define EXTRAINTF_LONGTEXT N_( \
"This option allows you to select additional interfaces used by vlc. " \ "This option allows you to select additional interfaces used by vlc. " \
"These will be launch in the background in addition to the default " \ "They will be launched in the background in addition to the default " \
"interface. Use a comma separated list of interface modules.") "interface. Use a comma separated list of interface modules.")
#define VERBOSE_TEXT N_("verbosity (0,1,2)") #define VERBOSE_TEXT N_("verbosity (0,1,2)")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment