From fb751f6e275e31a69d81502d030a3fbaf5514831 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Tue, 17 May 2005 13:37:48 +0000 Subject: [PATCH] * capitalise "Time To Live" always * fixed erroneus Spanish translation of TTL, thanks to the forum-user "martintxo" for the hint --- modules/stream_out/rtp.c | 2 +- po/es.po | 4 ++-- src/libvlc.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/stream_out/rtp.c b/modules/stream_out/rtp.c index 4a88df6de6..16387d5c56 100644 --- a/modules/stream_out/rtp.c +++ b/modules/stream_out/rtp.c @@ -74,7 +74,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 2ca85e53db..c478228d3c 100644 --- a/po/es.po +++ b/po/es.po @@ -1753,7 +1753,7 @@ msgstr "" #: src/libvlc.h:318 modules/stream_out/rtp.c:77 msgid "Time to live" -msgstr "Hora para emisión en directo" +msgstr "Tiempo de vida (TTL)" #: src/libvlc.h:320 msgid "" @@ -5778,7 +5778,7 @@ msgstr "Valor de caché (ms)" #: modules/access_output/udp.c:68 msgid "Time To Live" -msgstr "Hora para Emisión En Directo" +msgstr "Tiempo de vida (TTL)" #: modules/access_output/udp.c:69 msgid "Allows you to define the time to live of the outgoing stream." diff --git a/src/libvlc.h b/src/libvlc.h index 2732b2dcc6..3b6fca596d 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -315,7 +315,7 @@ static char *ppsz_clock_descriptions[] = "multicast solution, you will probably have to indicate the IP address " \ "of your multicasting interface here.") -#define TTL_TEXT N_("Time to live") +#define TTL_TEXT N_("Time To Live") #define TTL_LONGTEXT N_( \ "Indicate here the Time To Live of the multicast packets sent by " \ "the stream output.") -- 2.39.5