From a1a819ef409cd7dc8c84d932c4db34d481f67145 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Thu, 15 Dec 2005 17:45:02 +0000 Subject: [PATCH] * unify the Time-To-Live string and fix its Spanish translation (thanks to the forum user martintxo) --- modules/access_output/udp.c | 2 +- modules/stream_out/rtp.c | 2 +- po/es.po | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/access_output/udp.c b/modules/access_output/udp.c index 6dbb864513..77dfea2919 100644 --- a/modules/access_output/udp.c +++ b/modules/access_output/udp.c @@ -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.") diff --git a/modules/stream_out/rtp.c b/modules/stream_out/rtp.c index 804bd1c9a6..1820846d16 100644 --- a/modules/stream_out/rtp.c +++ b/modules/stream_out/rtp.c @@ -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." ) diff --git a/po/es.po b/po/es.po index d114feac2e..2e2b461d1e 100644 --- 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 -- 2.39.2