diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 127 |
1 files changed, 125 insertions, 2 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 6bb172721..f27bb792f 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: 2008-01-06 12:35+0100\n" +"POT-Creation-Date: 2008-01-09 15:15+0100\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" @@ -1473,7 +1473,20 @@ msgid "%s%s: missing argument for \"%s\" command (try /help %s)" msgstr "" #, c-format -msgid "demo_signal: signal: %s, signal_data: %X" +msgid "demo_signal: signal: %s, type_data: %s, signal_data: '%s'" +msgstr "" + +#, c-format +msgid "demo_signal: signal: %s, type_data: %s, signal_data: %d" +msgstr "" + +#, c-format +msgid "demo_signal: signal: %s, type_data: %s, signal_data: 0x%x" +msgstr "" + +#, c-format +msgid "" +"demo_signal: signal: %s, type_data: %s, signal_data: 0x%x (unknown type)" msgstr "" msgid "print some messages on current ubffer" @@ -3524,3 +3537,113 @@ msgstr "" msgid "Saving plugins configuration to disk" msgstr "" + +#, c-format +msgid "" +"%s%s: unable to register script \"%s\" (another script already exists with " +"this name)" +msgstr "" + +#, c-format +msgid "%s%s: registered script \"%s\", version %s (%s)" +msgstr "" + +#, c-format +msgid "%s%s: error: %s" +msgstr "" + +#, c-format +msgid "%s%s: function \"%s\" must return one valid value (%d)" +msgstr "" + +#, c-format +msgid "%s%s: function \"%s\" is internally misused" +msgstr "" + +#, c-format +msgid "%s%s: not enough memory in function \"%s\"" +msgstr "" + +#, c-format +msgid "%s%s: loading Perl script \"%s\"" +msgstr "" + +#, c-format +msgid "%s%s: script \"%s\" not found" +msgstr "" + +#, c-format +msgid "%s%s: unable to create new sub-interpreter" +msgstr "" + +#, c-format +msgid "%s%s: not enough memory to parse file \"%s\"" +msgstr "" + +#, c-format +msgid "%s%s: unable to parse file \"%s\"" +msgstr "" + +#, c-format +msgid "%s%s: unable to run file \"%s\"" +msgstr "" + +#, c-format +msgid "%s%s: unknown error while loading file \"%s\"" +msgstr "" + +#, c-format +msgid "%s%s: function \"register\" not found (or failed) in file \"%s\"" +msgstr "" + +#, c-format +msgid "%s%s: unloading script \"%s\"" +msgstr "" + +#, c-format +msgid "%s%s: script \"%s\" unloaded" +msgstr "" + +#, c-format +msgid "%s%s: script \"%s\" not loaded" +msgstr "" + +msgid "Registered Perl scripts:" +msgstr "" + +#, c-format +msgid "%s%s: unknown option for command \"%s\"" +msgstr "" + +#, c-format +msgid "%s%s: unable to initialize Perl" +msgstr "" + +msgid "list/load/unload Perl scripts" +msgstr "" + +msgid "[load filename] | [autoload] | [reload] | [unload [script]]" +msgstr "" + +msgid "" +"filename: Perl script (file) to load\n" +"script: script name to unload\n" +"\n" +"Without argument, /perl command lists all loaded Perl scripts." +msgstr "" + +#, c-format +msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)" +msgstr "" + +#, c-format +msgid "%s: error loading script \"%s\" (not enough memory)" +msgstr "" + +#, c-format +msgid "%s%s: unable to call function \"%s\", script is not initialized" +msgstr "" + +#, c-format +msgid "%s%s: wrong arguments for function \"%s\"" +msgstr "" |