From 675c8475ee4b93d462e758d7e82e9941ed1f782e Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sat, 24 Aug 2002 01:22:19 +0000 Subject: Changed remaining gettext("foo $bar") into _("foo %s", $bar) Added russian man pages redo the way the *.pot file is created rebuild *.po files --- urpmi.addmedia | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'urpmi.addmedia') 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 can be translated. my $usage = _("usage: urpmi.addmedia [options] [with ] where is one of file:// -- cgit v1.2.1