Changeset 816e9b21b72d1051ee02f10fcd7e9a92c08914ae
- Timestamp:
- 10/20/06 23:29:35
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1161379775 +0000
- git-parent:
[75413cdd8670c745342818937f34a15c99594d71]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1161379775 +0000
- Message:
Another TTL string unduped
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8d840d9 |
r816e9b2 |
|
| 90 | 90 | "This allows you to specify the default video port for the RTP streaming." ) |
|---|
| 91 | 91 | |
|---|
| 92 | | #define TTL_TEXT N_("Time-To-Live (TTL)") |
|---|
| | 92 | #define TTL_TEXT N_("Hop limit (TTL)") |
|---|
| 93 | 93 | #define TTL_LONGTEXT N_( \ |
|---|
| 94 | | "This allows you to specify the Time-To-Live for the output stream." ) |
|---|
| | 94 | "This is the hop limit (also known as \"Time-To-Live\" or TTL) of " \ |
|---|
| | 95 | "the multicast packets sent by the stream output (0 = use operating " \ |
|---|
| | 96 | "system built-in default).") |
|---|
| 95 | 97 | |
|---|
| 96 | 98 | #define RFC3016_TEXT N_("MP4A LATM") |
|---|