]> git.sesse.net Git - vlc/commitdiff
* string review
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 5 Sep 2004 16:53:04 +0000 (16:53 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 5 Sep 2004 16:53:04 +0000 (16:53 +0000)
modules/access/pvr/pvr.c
modules/audio_filter/normvol.c
modules/gui/macosx/equalizer.m
modules/gui/ncurses.c
modules/gui/wxwindows/bookmarks.cpp
modules/gui/wxwindows/extrapanel.cpp
modules/video_output/snapshot.c
src/audio_output/input.c

index f4c1d527647dfabb479133303ebf9e3778ac5b7c..0d6682a8d06b30c278f33bb5a5cb80bc4a4b62e6 100644 (file)
@@ -51,7 +51,7 @@ static void Close( vlc_object_t * );
 static int i_norm_list[] = { V4L2_STD_UNKNOWN, V4L2_STD_SECAM, V4L2_STD_PAL,
                              V4L2_STD_NTSC };
 static char *psz_norm_list_text[] = { N_("Automatic"), N_("SECAM"),
-                                      N_("PAL"),  N_("NSTC") };
+                                      N_("PAL"),  N_("NTSC") };
 
 #define WIDTH_TEXT N_( "Width" )
 #define WIDTH_LONGTEXT N_( "Width of the stream to capture (-1 for " \
@@ -68,7 +68,7 @@ static char *psz_norm_list_text[] = { N_("Automatic"), N_("SECAM"),
 #define KEYINT_LONGTEXT N_( "Interval between keyframes (-1 for " \
                                 " auto)" )
 #define BFRAMES_TEXT N_( "B Frames" )
-#define BFRAMES_LONGTEXT N_("If this option is set, B-Frames will be used." \
+#define BFRAMES_LONGTEXT N_("If this option is set, B-Frames will be used. " \
                             "Use this option to set the number of B-Frames.")
 #define BITRATE_TEXT N_( "Bitrate" )
 #define BITRATE_LONGTEXT N_( "Bitrate to use (-1 for default)" )
@@ -80,7 +80,7 @@ static char *psz_norm_list_text[] = { N_("Automatic"), N_("SECAM"),
 #define BITMASK_LONGTEXT N_("This option allows setting of bitmask that will get used by the audio part of the card." )
 #define CHAN_TEXT N_( "Channel" )
 #define CHAN_LONGTEXT N_( "Channel of the card to use (Usually, 0 = tuner, " \
-                          "1 = composite, 2 = svideo )" )
+                          "1 = composite, 2 = svideo)" )
 
 static int i_bitrates[] = { 0, 1 };
 static char *psz_bitrates_list_text[] = { N_("vbr"), N_("cbr") };
index 803df3c71f6cd5f84f356d6dbeda47682a73361a..da3c2832b48be82bfaeb963b13bcc599f2004424 100644 (file)
@@ -69,7 +69,7 @@ struct aout_filter_sys_t {
 #define BUFF_LONGTEXT N_("This is the number of audio buffers on which the " \
                 "power measurement is made. A higher number of buffers will " \
                 "increase the response time of the filter to a high " \
-                "power but will make it less sensitive to short variations " )
+                "power but will make it less sensitive to short variations." )
 
 #define LEVEL_TEXT N_("Max level" )
 #define LEVEL_LONGTEXT N_("If the average power over the last N buffers " \
index c8a2cb55643c3b9a1209b58865ec7f0c18ac61e5..18ef1981ee0dec2ca32308f9fd5f9565548b3000 100644 (file)
@@ -140,7 +140,7 @@ static vlc_bool_t GetFiltersStatus( intf_thread_t *p_intf,
     [o_btn_equalizer setToolTip: _NS("Equalizer")];
     [o_ckb_2pass setTitle: _NS("2 Pass")];
     [o_ckb_2pass setToolTip: _NS("If you enable this settting, the "
-        "equalizer filter will be applied twice. The effect will be sharper")];
+        "equalizer filter will be applied twice. The effect will be sharper.")];
     [o_ckb_enable setTitle: _NS("Enable")];
     [o_ckb_enable setToolTip: _NS("Enable the equalizer. You can either "
         "manually change the bands or use a preset.")];
index 36436cf0b24be7b9a84c1395bc6806610c337810..f8c7f0e2037250586e04f760df91b89fe7cfbe55 100644 (file)
@@ -85,7 +85,7 @@ static void ReadDir        ( intf_thread_t * );
 
 #define BROWSE_TEXT N_("Filebrowser starting point")
 #define BROWSE_LONGTEXT N_( \
-    "This option allows you to specify directory the ncurses filebrowser " \
+    "This option allows you to specify the directory the ncurses filebrowser " \
     "will show you initially.")
 
 vlc_module_begin();
index 0bfe6b0c7bbca9336e88cd7f10e3b1ae462f8cf0..c3effc994ad8e066e6aaa8fb7eecb330014454b9 100644 (file)
@@ -499,7 +499,7 @@ void BookmarksDialog::OnEdit( wxCommandEvent& event )
            if( !p_input )
            {
                 wxMessageBox( wxU( _("No input found. The stream must be "
-                                  "playing or paused for bookmarks to work") ),
+                                  "playing or paused for bookmarks to work.") ),
                                wxU( _("No input") ), wxICON_WARNING | wxOK,
                                this );
                 return;
index a8a53b713dfca73a5208f3500ea0eea1ef12b8fa..575bfbbc357189489f5354c8291b1f353d7bcaf8 100644 (file)
@@ -394,7 +394,7 @@ wxPanel *ExtraPanel::AudioPanel( wxWindow *parent )
     wxCheckBox * normvol_check = new wxCheckBox( panel, NormVol_Event,
                                     wxU(_("Volume normalization")));
     normvol_check->SetToolTip( wxU(_("This filter prevents the audio output "
-                         "power from going over a defined value" ) ) );
+                         "power from going over a defined value." ) ) );
 
     wxStaticText *normvol_label = new wxStaticText( panel, -1,
                                    wxU( _("Maximum level") ) );
@@ -465,7 +465,7 @@ wxPanel *ExtraPanel::EqzPanel( wxWindow *parent )
                             wxU(_("2 Pass") ) );
 
     eq_2p_chkbox->SetToolTip( wxU(_("If you enable this settting, the "
-     "equalizer filter will be applied twice. The effect will be sharper") ) );
+     "equalizer filter will be applied twice. The effect will be sharper.") ) );
 
     top_sizer->Add( eq_2p_chkbox, 0, wxALL, 2 );
 
@@ -916,7 +916,7 @@ void ExtraPanel::OnFiltersInfo(wxCommandEvent& event)
                   "You can then configure each filter.\n"
                   "If you want fine control over the filters ( to choose "
                   "the order in which they are applied ), you need to enter "
-                  "manually a filters string (Preferences / General / Video."
+                  "manually a filters string (Preferences / General / Video.)"
                   ) ),
                     wxU( _("More information" ) ), wxOK | wxICON_INFORMATION,
                     this->p_parent );
index 15b791d29e66994596e264dce2fc111a65e5eea5..ee91f3fc124581f1b8dc67f30eabc69df81fd0de 100644 (file)
@@ -44,16 +44,16 @@ static void Display   ( vout_thread_t *, picture_t * );
  * Module descriptor
  *****************************************************************************/
 #define WIDTH_TEXT N_( "snapshot width" )
-#define WIDTH_LONGTEXT N_( "Set the width of the snapshot image" )
+#define WIDTH_LONGTEXT N_( "Set the width of the snapshot image." )
 
 #define HEIGHT_TEXT N_( "snapshot height" )
-#define HEIGHT_LONGTEXT N_( "Set the height of the snapshot image" )
+#define HEIGHT_LONGTEXT N_( "Set the height of the snapshot image." )
 
 #define CHROMA_TEXT N_( "chroma" )
-#define CHROMA_LONGTEXT N_( "Set the desired chroma for the snapshot image (a 4 character string)" )
+#define CHROMA_LONGTEXT N_( "Set the desired chroma for the snapshot image (a 4 character string)." )
 
 #define CACHE_TEXT N_( "cache size (number of images)" )
-#define CACHE_LONGTEXT N_( "Set the cache size (number of images to keep)" )
+#define CACHE_LONGTEXT N_( "Set the cache size (number of images to keep)." )
 
 
 vlc_module_begin( );
index f6b029bbf5ba1b7749ed5082e7b544595607f680..babfbcd1d1e1cb45b1afc6c709a608beedb20798 100644 (file)
@@ -118,7 +118,7 @@ int aout_InputNew( aout_instance_t * p_aout, aout_input_t * p_input )
         p_module = config_FindModule( VLC_OBJECT(p_aout), "goom" );
         if( p_module )
         {
-            val.psz_string = "goom"; text.psz_string = _("Goom");
+            val.psz_string = "goom"; text.psz_string = "Goom";
             var_Change( p_aout, "visual", VLC_VAR_ADDCHOICE, &val, &text );
         }
 
@@ -126,7 +126,7 @@ int aout_InputNew( aout_instance_t * p_aout, aout_input_t * p_input )
         p_module = config_FindModule( VLC_OBJECT(p_aout), "galaktos" );
         if( p_module )
         {
-            val.psz_string = "galaktos"; text.psz_string = _("GaLaktos");
+            val.psz_string = "galaktos"; text.psz_string = "GaLaktos";
             var_Change( p_aout, "visual", VLC_VAR_ADDCHOICE, &val, &text );
         }