]> git.sesse.net Git - vlc/commitdiff
* unify the Time-To-Live string and fix its Spanish translation (thanks to the forum...
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 15 Dec 2005 17:45:02 +0000 (17:45 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 15 Dec 2005 17:45:02 +0000 (17:45 +0000)
modules/access_output/udp.c
modules/stream_out/rtp.c
po/es.po

index 6dbb8645135ec599c96dbec7fe2b5b9c68870935..77dfea29197a376859968ed7924dd2becd611fef 100644 (file)
@@ -77,7 +77,7 @@ static void Close( vlc_object_t * );
     "Allows you to modify the default caching value for UDP streams. This " \
     "value should be set in millisecond units." )
 
-#define TTL_TEXT N_("Time To Live")
+#define TTL_TEXT N_("Time-To-Live")
 #define TTL_LONGTEXT N_("Allows you to define the time to live of the " \
                         "outgoing stream.")
 
index 804bd1c9a6b0a27750c9facc5213efbeeb1c91a2..1820846d16579b602e373d3b0da241f0c1057700 100644 (file)
@@ -77,7 +77,7 @@
 #define PORT_VIDEO_LONGTEXT N_( \
     "Allows you to specify the default video port used for the RTP streaming." )
 
-#define TTL_TEXT N_("Time To Live")
+#define TTL_TEXT N_("Time-To-Live")
 #define TTL_LONGTEXT N_( \
     "Allows you to specify the time to live for the output stream." )
 
index d114feac2e2f0b18ed98d05cd37dbd0529536000..2e2b461d1e21d13ece61c09eb9a359f179a3cb74 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -11198,7 +11198,7 @@ msgstr ""
 #: modules/gui/wxwidgets/dialogs/streamout.cpp:607
 #: modules/gui/wxwidgets/dialogs/wizard.cpp:1332
 msgid "Time-To-Live (TTL)"
-msgstr "Hora para Emisión En Directo (TTL): "
+msgstr "Tiempo de vida (TTL): "
 
 #: modules/gui/macosx/wizard.m:427 modules/gui/macosx/wizard.m:453
 #: modules/gui/macosx/wizard.m:1656