diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-27 14:40:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-27 14:40:22 +0000 |
commit | f6f35e0a3486275f2360a9f6508015db9fdb20b5 (patch) | |
tree | 44613601fd647a14b4af4da88a657c4bb3283b94 /urpmi.addmedia | |
parent | f3f2f0504f7dd2e5808259c49d82b5b0f8c18600 (diff) | |
download | urpmi-f6f35e0a3486275f2360a9f6508015db9fdb20b5.tar urpmi-f6f35e0a3486275f2360a9f6508015db9fdb20b5.tar.gz urpmi-f6f35e0a3486275f2360a9f6508015db9fdb20b5.tar.bz2 urpmi-f6f35e0a3486275f2360a9f6508015db9fdb20b5.tar.xz urpmi-f6f35e0a3486275f2360a9f6508015db9fdb20b5.zip |
ensure comments end in po
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 60abaa66..55fe9a3a 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -29,11 +29,10 @@ use urpm::media; sub usage { my $m = shift; -# Translator: The URI types strings 'file:', 'ftp:', 'http:', -# Translator: and 'removable:' must not be translated! -# Translator: neither the ``with''. -# Translator: only what is between <brackets> can be translated. - my $usage = N("usage: urpmi.addmedia [options] <name> <url> + my $usage = + #-PO: The URI types strings 'file:', 'ftp:', 'http:', and 'removable:' must not be translated! + #-PO: neither the ``with''. Only what is between <brackets> can be translated. + N("usage: urpmi.addmedia [options] <name> <url> where <url> is one of [file:/]/<path> ftp://<login>:<password>\@<host>/<path> |