Commit a1a819ef authored by Felix Paul Kühne's avatar Felix Paul Kühne

* unify the Time-To-Live string and fix its Spanish translation (thanks to the...

* unify the Time-To-Live string and fix its Spanish translation (thanks to the forum user martintxo)
parent be79cc89
...@@ -77,7 +77,7 @@ static void Close( vlc_object_t * ); ...@@ -77,7 +77,7 @@ static void Close( vlc_object_t * );
"Allows you to modify the default caching value for UDP streams. This " \ "Allows you to modify the default caching value for UDP streams. This " \
"value should be set in millisecond units." ) "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 " \ #define TTL_LONGTEXT N_("Allows you to define the time to live of the " \
"outgoing stream.") "outgoing stream.")
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
#define PORT_VIDEO_LONGTEXT N_( \ #define PORT_VIDEO_LONGTEXT N_( \
"Allows you to specify the default video port used for the RTP streaming." ) "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_( \ #define TTL_LONGTEXT N_( \
"Allows you to specify the time to live for the output stream." ) "Allows you to specify the time to live for the output stream." )
......
...@@ -11198,7 +11198,7 @@ msgstr "" ...@@ -11198,7 +11198,7 @@ msgstr ""
#: modules/gui/wxwidgets/dialogs/streamout.cpp:607 #: modules/gui/wxwidgets/dialogs/streamout.cpp:607
#: modules/gui/wxwidgets/dialogs/wizard.cpp:1332 #: modules/gui/wxwidgets/dialogs/wizard.cpp:1332
msgid "Time-To-Live (TTL)" 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:427 modules/gui/macosx/wizard.m:453
#: modules/gui/macosx/wizard.m:1656 #: modules/gui/macosx/wizard.m:1656
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment