Changeset 481fb380f0459349f2e3b09d48fa1e5196a77e3f
- Timestamp:
- 03/01/04 19:41:36
(5 years ago)
- Author:
- Rocky Bernstein <rocky@videolan.org>
- git-committer:
- Rocky Bernstein <rocky@videolan.org> 1073155296 +0000
- git-parent:
[025a6eb76b36d3498c1620e9c6adf6189c825e49]
- git-author:
- Rocky Bernstein <rocky@videolan.org> 1073155296 +0000
- Message:
Sorry to be so pedantic - grammar (and spelling)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r83b62c9 |
r481fb38 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2001-2003 VideoLAN |
|---|
| 5 | | * $Id: ftp.c,v 1.22 2004/01/03 17:48:38 rocky Exp $ |
|---|
| | 5 | * $Id: ftp.c,v 1.23 2004/01/03 18:41:36 rocky Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Laurent Aimar <fenrir@via.ecp.fr> |
|---|
| … | … | |
| 86 | 86 | #define CACHING_LONGTEXT N_( \ |
|---|
| 87 | 87 | "Allows you to modify the default caching value for ftp streams. This " \ |
|---|
| 88 | | "value should be set in milliseconds units." ) |
|---|
| | 88 | "value should be set in millisecond units." ) |
|---|
| 89 | 89 | |
|---|
| 90 | 90 | vlc_module_begin(); |
|---|
| r9d010d5 |
r481fb38 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2001, 2002 VideoLAN |
|---|
| 5 | | * $Id: http.c,v 1.48 2004/01/03 17:49:35 rocky Exp $ |
|---|
| | 5 | * $Id: http.c,v 1.49 2004/01/03 18:41:36 rocky Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Christophe Massiot <massiot@via.ecp.fr> |
|---|
| … | … | |
| 80 | 80 | #define CACHING_LONGTEXT N_( \ |
|---|
| 81 | 81 | "Allows you to modify the default caching value for http streams. This " \ |
|---|
| 82 | | "value should be set in milliseconds units." ) |
|---|
| | 82 | "value should be set in millisecond units." ) |
|---|
| 83 | 83 | |
|---|
| 84 | 84 | vlc_module_begin(); |
|---|
| r025a6eb |
r481fb38 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2002 VideoLAN |
|---|
| 5 | | * $Id: v4l.c,v 1.37 2004/01/03 18:40:01 rocky Exp $ |
|---|
| | 5 | * $Id: v4l.c,v 1.38 2004/01/03 18:41:36 rocky Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Author: Laurent Aimar <fenrir@via.ecp.fr> |
|---|
| … | … | |
| 76 | 76 | #define CACHING_LONGTEXT N_( \ |
|---|
| 77 | 77 | "Allows you to modify the default caching value for v4l streams. This " \ |
|---|
| 78 | | "value should be set in milliseconds units." ) |
|---|
| | 78 | "value should be set in millisecond units." ) |
|---|
| 79 | 79 | #define VDEV_TEXT N_("Video device name") |
|---|
| 80 | 80 | #define VDEV_LONGTEXT N_( \ |
|---|