Changeset fb751f6e275e31a69d81502d030a3fbaf5514831
- Timestamp:
- 05/17/05 15:37:48
(3 years ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1116337068 +0000
- git-parent:
[327a91a10c263cac933a77a4ca7340db48afad25]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1116337068 +0000
- Message:
* capitalise "Time To Live" always
* fixed erroneus Spanish translation of TTL, thanks to the forum-user "martintxo" for the hint
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rba9826c |
rfb751f6 |
|
| 75 | 75 | "Allows you to specify the default video port used for the RTP streaming." ) |
|---|
| 76 | 76 | |
|---|
| 77 | | #define TTL_TEXT N_("Time to live") |
|---|
| | 77 | #define TTL_TEXT N_("Time To Live") |
|---|
| 78 | 78 | #define TTL_LONGTEXT N_( \ |
|---|
| 79 | 79 | "Allows you to specify the time to live for the output stream." ) |
|---|
| r327a91a |
rfb751f6 |
|
| 1754 | 1754 | #: src/libvlc.h:318 modules/stream_out/rtp.c:77 |
|---|
| 1755 | 1755 | msgid "Time to live" |
|---|
| 1756 | | msgstr "Hora para emisión en directo" |
|---|
| | 1756 | msgstr "Tiempo de vida (TTL)" |
|---|
| 1757 | 1757 | |
|---|
| 1758 | 1758 | #: src/libvlc.h:320 |
|---|
| … | … | |
| 5779 | 5779 | #: modules/access_output/udp.c:68 |
|---|
| 5780 | 5780 | msgid "Time To Live" |
|---|
| 5781 | | msgstr "Hora para Emisión En Directo" |
|---|
| | 5781 | msgstr "Tiempo de vida (TTL)" |
|---|
| 5782 | 5782 | |
|---|
| 5783 | 5783 | #: modules/access_output/udp.c:69 |
|---|
| rabfb521 |
rfb751f6 |
|
| 316 | 316 | "of your multicasting interface here.") |
|---|
| 317 | 317 | |
|---|
| 318 | | #define TTL_TEXT N_("Time to live") |
|---|
| | 318 | #define TTL_TEXT N_("Time To Live") |
|---|
| 319 | 319 | #define TTL_LONGTEXT N_( \ |
|---|
| 320 | 320 | "Indicate here the Time To Live of the multicast packets sent by " \ |
|---|