* capitalise "Time To Live" always

* fixed erroneus Spanish translation of TTL, thanks to the forum-user "martintxo" for the hint
This commit is contained in:
Felix Paul Kühne 2005-05-17 13:37:48 +00:00
parent 327a91a10c
commit fb751f6e27
3 changed files with 4 additions and 4 deletions

View File

@ -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." )

View File

@ -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."

View File

@ -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.")