2010-10-17 14:50:31 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2014-01-22 08:02:03 +01:00
|
|
|
"POT-Creation-Date: 2014-01-22 07:53+CET\n"
|
2010-10-17 14:50:31 +02:00
|
|
|
"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: ENCODING\n"
|
|
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
|
|
|
|
|
|
#: plugin.py:43
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns <text> bolded.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:52
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
2013-11-27 00:02:05 +01:00
|
|
|
" Strips bold, underline, and colors from <text>."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:59
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
2010-10-17 14:50:31 +02:00
|
|
|
" Returns <text> in reverse-video.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:68
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns <text> underlined.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:77
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<foreground> [<background>] <text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns <text> with foreground color <foreground> and background color\n"
|
|
|
|
" <background> (if given)\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:87
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<separator> <string 1> [<string> ...]\n"
|
|
|
|
"\n"
|
|
|
|
" Joins all the arguments together with <separator>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:96
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<chars to translate> <chars to replace those with> <text>\n"
|
|
|
|
"\n"
|
|
|
|
" Replaces <chars to translate> with <chars to replace those with> in\n"
|
|
|
|
" <text>. The first and second arguments must necessarily be the same\n"
|
|
|
|
" length.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:103
|
2010-10-17 14:50:31 +02:00
|
|
|
msgid "<chars to translate> must be the same length as <chars to replace those with>."
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:110
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2011-02-26 10:40:50 +01:00
|
|
|
"<substring to translate> <substring to replace it with> <text>\n"
|
|
|
|
"\n"
|
|
|
|
" Replaces all non-overlapping occurrences of <substring to translate>\n"
|
|
|
|
" with <substring to replace it with> in <text>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:119
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2010-10-17 14:50:31 +02:00
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns <text> uppercased.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:128
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns <text> lowercased.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:137
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns <text> capitalized.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:146
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns <text> titlecased.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:155
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
2011-08-10 11:44:57 +02:00
|
|
|
" Returns <text> surrounded by double quotes.\n"
|
2010-10-17 14:50:31 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:164
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<string 1> <string 2>\n"
|
|
|
|
"\n"
|
|
|
|
" Concatenates two strings. Do keep in mind that this is *not* the same\n"
|
|
|
|
" thing as join \"\", since if <string 2> contains spaces, they won't be\n"
|
|
|
|
" removed by concat.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:175
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<size> <text>\n"
|
|
|
|
"\n"
|
|
|
|
" Cuts <text> down to <size> by chopping off the rightmost characters in\n"
|
|
|
|
" excess of <size>. If <size> is a negative number, it chops that many\n"
|
|
|
|
" characters off the end of <text>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:186
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<number> <text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the <number>th space-separated field of <text>. I.e., if text\n"
|
|
|
|
" is \"foo bar baz\" and <number> is 2, \"bar\" is returned.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:199
|
2010-10-17 14:50:31 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<format string> [<arg> ...]\n"
|
|
|
|
"\n"
|
|
|
|
" Expands a Python-style format string using the remaining args. Just be\n"
|
|
|
|
" sure always to use %s, not %d or %f or whatever, because all the args\n"
|
|
|
|
" are strings.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:213
|
2010-10-17 14:50:31 +02:00
|
|
|
msgid "Not enough arguments for the format string."
|
|
|
|
msgstr ""
|
|
|
|
|