diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-28 21:19:50 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-28 21:19:50 +0000 |
commit | e0a88120f38a498188287a95ee83fc6d004eea1a (patch) | |
tree | 0fbc28375739e3d0f934cc3f138cf6350e51fc88 /urpmi.addmedia | |
parent | bd8f45d8231472d2fe9e61ed056b002f0cbbcae7 (diff) | |
download | urpmi-e0a88120f38a498188287a95ee83fc6d004eea1a.tar urpmi-e0a88120f38a498188287a95ee83fc6d004eea1a.tar.gz urpmi-e0a88120f38a498188287a95ee83fc6d004eea1a.tar.bz2 urpmi-e0a88120f38a498188287a95ee83fc6d004eea1a.tar.xz urpmi-e0a88120f38a498188287a95ee83fc6d004eea1a.zip |
updated po file; improved message for translators
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 69e25390..ed4682f5 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -26,10 +26,10 @@ import urpm _; sub main { my ($name, $url, $with, $relative_hdlist, %options); -# Translator: The URI types strings 'file://', 'ftp://', 'http://', -# and 'removable://' must not be translated! -# neither the ' with '. -# only what is between <brakets> can be translated. +# Translator: The URI types strings 'file:', 'ftp:', 'http:', +# Translator: and 'removable:' must not be translated! +# Translator: neither the ``with''. +# Translator: only what is between <brakets> can be translated. my $usage = _("usage: urpmi.addmedia [options] <name> <url> [with <relative_path>] where <url> is one of file://<path> |