From e972c3217dbf4e05a799a8eff568e0b469793f07 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 27 Oct 2005 14:43:27 +0000 Subject: small changes to translatable strings, to avoid duplication and to reuse existing translations when possible --- urpmf | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'urpmf') diff --git a/urpmf b/urpmf index 396a0256..8ef70ca2 100755 --- a/urpmf +++ b/urpmf @@ -30,26 +30,26 @@ This is free software and may be redistributed under the terms of the GNU GPL. usage: urpmf [options] pattern-expression ", $urpm::VERSION) - . N(" --help - print this help message -") . N(" --version - print this tool's version number -") . N(" --env - use specific environment (typically a bug report) -") . N(" --excludemedia - do not use the given media, separated by comma -") . N(" --literal, -l - don't match patterns, use argument as a literal string -") . N(" --media - use only the given media, separated by comma -") . N(" --sortmedia - sort media according to substrings separated by comma -") . N(" --synthesis - use this synthesis instead of urpmi db -") . N(" --uniq - do not print identical lines twice -") . N(" --update - use only update media -") . N(" --verbose - verbose mode -") . N(" -i - ignore case distinctions in patterns -") . N(" -F - change field separator (defaults to ':') + . N(" --help - print this help message. +") . N(" --version - print this tool's version number. +") . N(" --env - use specific environment (typically a bug report). +") . N(" --excludemedia - do not use the given media, separated by comma. +") . N(" --literal, -l - don't match patterns, use argument as a literal string. +") . N(" --media - use only the given media, separated by comma. +") . N(" --sortmedia - sort media according to substrings separated by comma. +") . N(" --synthesis - use the given synthesis instead of urpmi db. +") . N(" --uniq - do not print identical lines twice. +") . N(" --update - use only update media. +") . N(" --verbose - verbose mode. +") . N(" -i - ignore case distinctions in patterns. +") . N(" -F - change field separator (defaults to ':'). ") . N("Pattern expressions: -") . N(" text - any text is parsed as a regexp, unless -l is used -") . N(" -e - include perl code directly as perl -e -") . N(" -a - binary AND operator -") . N(" -o - binary OR operator -") . N(" ! - unary NOT -") . N(" ( ) - left and right parentheses +") . N(" text - any text is parsed as a regexp, unless -l is used. +") . N(" -e - include perl code directly as perl -e. +") . N(" -a - binary AND operator. +") . N(" -o - binary OR operator. +") . N(" ! - unary NOT. +") . N(" ( ) - left and right parentheses. ") . N("List of tags: ") . N(" --qf - specify a printf-like output format ") . N(" example: '%%name:%%files' @@ -75,7 +75,7 @@ usage: urpmf [options] pattern-expression ") . N(" --url - url ") . N(" --vendor - vendor ") . N(" -m - the media in which the package was found -") . N(" -f - print version, release and arch with name +") . N(" -f - print version, release and arch with name. "); exit(0); } -- cgit v1.2.1