]> git.sesse.net Git - vlc/commitdiff
*: unify 'none' vs. 'None' (-1 l10n string)
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 25 Apr 2013 18:43:10 +0000 (20:43 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 25 Apr 2013 18:48:45 +0000 (20:48 +0200)
modules/access/fs.c
modules/codec/dirac.c
modules/codec/x264.c
share/lua/http/dialogs/create_stream.html

index bdd173b62fc8b57b5b4d84786e039000a6771701..175c549a204b6caec3784c501a4c9ce1a7974653 100644 (file)
@@ -39,7 +39,7 @@
 
 static const char *const psz_recursive_list[] = { "none", "collapse", "expand" };
 static const char *const psz_recursive_list_text[] = {
-    N_("none"), N_("collapse"), N_("expand") };
+    N_("None"), N_("Collapse"), N_("Expand") };
 
 #define IGNORE_TEXT N_("Ignored extensions")
 #define IGNORE_LONGTEXT N_( \
index b10fd721e5b2b1915604a677f8917743bf0b9615..89ba0dc3fbb82c1492fc574ff017d985955a6de2 100644 (file)
@@ -76,7 +76,7 @@ static block_t *Encode( encoder_t *p_enc, picture_t *p_pict );
 static const char *const enc_prefilter_list[] =
   { "none", "cwm", "rectlp", "diaglp" };
 static const char *const enc_prefilter_list_text[] =
-  { N_("none"), N_("Centre Weighted Median"),
+  { N_("None"), N_("Centre Weighted Median"),
     N_("Rectangular Linear Phase"), N_("Diagonal Linear Phase") };
 
 #define ENC_PREFILTER_STRENGTH "prefilter-strength"
index c79ec11271c6634337202188832966bf918946ae..163fd361197e33e20be5a830ef0638216a81e29c 100644 (file)
@@ -428,12 +428,12 @@ static const char *const bpyramid_list[] =
 static const char *const enc_analyse_list[] =
   { "none", "fast", "normal", "slow", "all" };
 static const char *const enc_analyse_list_text[] =
-  { N_("none"), N_("fast"), N_("normal"), N_("slow"), N_("all") };
+  { N_("None"), N_("Fast"), N_("Normal"), N_("Slow"), N_("All") };
 
 static const char *const direct_pred_list[] =
   { "none", "spatial", "temporal", "auto" };
 static const char *const direct_pred_list_text[] =
-  { N_("none"), N_("spatial"), N_("temporal"), N_("auto") };
+  { N_("None"), N_("Spatial"), N_("Temporal"), N_("Auto") };
 
 static const int const framepacking_list[] =
   { -1, 0, 1, 2, 3, 4, 5 };
index afeb805edc08215a71156a0d9b480d7352dabc88..1eb077fbb949363e097dd9c4109aeb890122bff0 100644 (file)
                        <td style="text-align:right" valign="top"><?vlc gettext("Subtitle codec") ?></td>
                        <td valign="top">
                                <select name="stream_scodec" id="stream_scodec">
-                                       <option value=""><?vlc gettext("none") ?></option>
+                                       <option value=""><?vlc gettext("None") ?></option>
                                        <option value="dvbs">dvbs</option>
                                </select>
                        </td>