index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-03-27 21:39:13 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-27 21:39:16 -0500 |
commit | 7a9b0e0f0611a47082e3ead71d53b63f84ce4000 (patch) | |
tree | c0673f1ca1dd3f04ac9cfb12c088ee3c3f0f5df7 | |
parent | ea216d3f5a84814c512ab51ac37a4055b82032c3 (diff) |
-rw-r--r-- | po/pacman.pot | 28 |
diff --git a/po/pacman.pot b/po/pacman.pot index c27dff4b..3fb4a0c9 100644 --- a/po/pacman.pot +++ b/po/pacman.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pacman 3.5.1\n" "Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n" -"POT-Creation-Date: 2011-03-20 23:42-0500\n" +"POT-Creation-Date: 2011-03-27 21:37-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -338,18 +338,17 @@ msgid "" msgstr "" #, c-format -msgid " -n, --nosave remove configuration files as well\n" +msgid " -n, --nosave remove configuration files\n" msgstr "" #, c-format msgid "" -" -s, --recursive remove dependencies also (that won't break packages)\n" -" (-ss includes explicitly installed dependencies too)\n" +" -s, --recursive remove unnecessary dependencies\n" +" (-ss includes explicitly installed dependencies)\n" msgstr "" #, c-format -msgid "" -" -u, --unneeded remove unneeded packages (that won't break packages)\n" +msgid " -u, --unneeded remove unneeded packages\n" msgstr "" #, c-format @@ -489,7 +488,9 @@ msgid "" msgstr "" #, c-format -msgid " -d, --nodeps skip dependency checks\n" +msgid "" +" -d, --nodeps skip dependency version checks (-dd to skip all " +"checks)\n" msgstr "" #, c-format @@ -509,7 +510,7 @@ msgstr "" #, c-format msgid "" -" --print only print the targets instead of performing the " +" --print print the targets instead of performing the " "operation\n" msgstr "" @@ -586,10 +587,6 @@ msgid "only one operation may be used at a time\n" msgstr "" #, c-format -msgid "no operation specified (use -h for help)\n" -msgstr "" - -#, c-format msgid "invalid option\n" msgstr "" @@ -669,6 +666,10 @@ msgid "you cannot perform this operation unless you are root.\n" msgstr "" #, c-format +msgid "no operation specified (use -h for help)\n" +msgstr "" + +#, c-format msgid "no file was specified for --owns\n" msgstr "" @@ -1544,6 +1545,9 @@ msgstr "" msgid "%s does not exist or is not a directory." msgstr "" +msgid "%s is not a pacman database directory." +msgstr "" + msgid "You must have correct permissions to upgrade the database." msgstr "" |