diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-30 17:44:49 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-30 17:44:49 +0200 |
commit | 5a0a2cfcb99afa0199bc918d346420feb514d386 (patch) | |
tree | 5a65d6111f6fc039d49beff3c728b2a830e84e04 /po/weechat.pot | |
parent | ebd17f79eb1a8c7db7e11e12b97a757f74c9881e (diff) | |
download | weechat-5a0a2cfcb99afa0199bc918d346420feb514d386.zip |
Allow use of wildcards for /alias list (patch #6925)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 7de602609..efc700ec1 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-09-19 10:52+0200\n" +"POT-Creation-Date: 2009-09-30 17:39+0200\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" @@ -1937,13 +1937,11 @@ msgstr "" msgid "Alias \"%s\" => \"%s\" created" msgstr "" -msgid "Alias:" -msgstr "" - -msgid "No alias found" +msgid "List of aliases:" msgstr "" -msgid "List of aliases:" +#, c-format +msgid "No alias found matching \"%s\"" msgstr "" msgid "No alias defined" @@ -1964,7 +1962,7 @@ msgid "[alias_name [command [arguments]]]" msgstr "" msgid "" -"alias_name: name of alias\n" +"alias_name: name of alias (can start or end with \"*\" for alias listing)\n" " command: command name (many commands can be separated by semicolons)\n" " arguments: arguments for command\n" "\n" |