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 64 65 66 67 68 69 70 71
|
# Copyright (C) YEAR Holger Berndt
# This file is distributed under the same license as the PACKAGE package.
# Miquel Oliete i Baliarda <ktalanet@yahoo.es>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: berndth@gmx.de\n"
"POT-Creation-Date: 2010-05-01 15:36+0100\n"
"PO-Revision-Date: 2010-01-05 00:42+0100\n"
"Last-Translator: Miquel Oliete i Baliarda <ktalanet@yahoo.es>\n"
"Language-Team: Miquel Oliete i Baliarda <ktalanet@yahoo.es>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/python_plugin.c:337 src/python_plugin.c:470
msgid "Python scripts"
msgstr "Scripts Python"
#: src/python_plugin.c:465
msgid "Show Python console..."
msgstr "Mostra la consola de Python"
#: src/python_plugin.c:471
msgid "Refresh"
msgstr "Refrescar"
#: src/python_plugin.c:473
msgid "Browse"
msgstr ""
#: src/python_plugin.c:543 src/python_plugin.c:597
msgid "Python"
msgstr "Python"
#: src/python_plugin.c:549
msgid "Failed to register compose create hook int the Python plugin"
msgstr "Error al registrar l'enlla de composar crear dins els mdul de Python"
#: 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 "Integraci Python"
#~ msgid ""
#~ "This plugin provides Python integration features.\n"
#~ "\n"
#~ "Feedback to <berndth@gmx.de> is welcome."
#~ msgstr ""
#~ "Aquest mdul proporciona caracterstiques d'integraci amb Python.\n"
#~ "\n"
#~ "Impressions a <berndth@gmx.de> sn benvingudes."
|