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 | |
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
-rw-r--r-- | urpme | 5 | ||||
-rwxr-xr-x | urpmi.addmedia | 9 |
2 files changed, 7 insertions, 7 deletions
@@ -32,8 +32,9 @@ $ENV{PATH} = "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"; delete @ENV{qw(ENV BASH_ENV IFS CDPATH)}; our ($test, $parallel, $auto, $matches, $verbose, $force, $noscripts, $repackage, @l, $bundle, $restricted); -# Translator: Add here the keys which might be pressed in the "Yes"-case. -my $yesexpr = N("Yy"); +my $yesexpr = + #-PO: Add here the keys which might be pressed in the "Yes"-case. + N("Yy"); sub usage() { print N("urpme version %s 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> |