1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Holger Berndt
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: berndth@gmx.de\n"
"POT-Creation-Date: 2010-05-01 15:36+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/python_plugin.c:337 src/python_plugin.c:470
msgid "Python scripts"
msgstr ""
#: src/python_plugin.c:465
msgid "Show Python console..."
msgstr ""
#: src/python_plugin.c:471
msgid "Refresh"
msgstr ""
#: src/python_plugin.c:473
msgid "Browse"
msgstr ""
#: src/python_plugin.c:543 src/python_plugin.c:597
msgid "Python"
msgstr ""
#: src/python_plugin.c:549
msgid "Failed to register compose create hook int the Python plugin"
msgstr ""
#: src/python_plugin.c:602
msgid ""
"This plugin provides Python integration features.\n"
"\n"
"For the most up-to-date API documentation, type\n"
"\n"
" help(clawsmail)\n"
"\n"
"in the interactive Python console under Tools -> Show Python console.\n"
"\n"
"The source distribution of this plugin comes with various example scripts in "
"the \"examples\" subdirectory. If you wrote a script that you would be "
"interested in sharing, feel free to send it to me to have it considered for "
"inclusion in the examples.\n"
"\n"
"Feedback to <berndth@gmx.de> is welcome."
msgstr ""
#: src/python_plugin.c:631
msgid "Python integration"
msgstr ""
|