diff options
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index ba98bbdd..69e25390 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -26,6 +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. my $usage = _("usage: urpmi.addmedia [options] <name> <url> [with <relative_path>] where <url> is one of file://<path> |