# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-02-06 00:12+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" #: plugin.py:42 #, docstring msgid "" "Provides some commands for formatting text, such as making text bold or\n" " capitalized." msgstr "" #: plugin.py:46 #, docstring msgid "" "\n" "\n" " Returns bolded.\n" " " msgstr "" #: plugin.py:55 #, docstring msgid "" "\n" "\n" " Returns in reverse-video.\n" " " msgstr "" #: plugin.py:64 #, docstring msgid "" "\n" "\n" " Returns underlined.\n" " " msgstr "" #: plugin.py:73 #, docstring msgid "" " [] \n" "\n" " Returns with foreground color and background color\n" " (if given)\n" " " msgstr "" #: plugin.py:83 #, docstring msgid "" " [ ...]\n" "\n" " Joins all the arguments together with .\n" " " msgstr "" #: plugin.py:92 #, docstring msgid "" " \n" "\n" " Replaces with in\n" " . The first and second arguments must necessarily be the same\n" " length.\n" " " msgstr "" #: plugin.py:99 msgid " must be the same length as ." msgstr "" #: plugin.py:106 #, docstring msgid "" " \n" "\n" " Replaces all non-overlapping occurrences of \n" " with in .\n" " " msgstr "" #: plugin.py:115 #, docstring msgid "" "\n" "\n" " Returns uppercased.\n" " " msgstr "" #: plugin.py:124 #, docstring msgid "" "\n" "\n" " Returns lowercased.\n" " " msgstr "" #: plugin.py:133 #, docstring msgid "" "\n" "\n" " Returns capitalized.\n" " " msgstr "" #: plugin.py:142 #, docstring msgid "" "\n" "\n" " Returns titlecased.\n" " " msgstr "" #: plugin.py:151 #, docstring msgid "" "\n" "\n" " Returns surrounded by double quotes.\n" " " msgstr "" #: plugin.py:160 #, docstring msgid "" " \n" "\n" " Concatenates two strings. Do keep in mind that this is *not* the same\n" " thing as join \"\", since if contains spaces, they won't be\n" " removed by concat.\n" " " msgstr "" #: plugin.py:171 #, docstring msgid "" " \n" "\n" " Cuts down to by chopping off the rightmost characters in\n" " excess of . If is a negative number, it chops that many\n" " characters off the end of .\n" " " msgstr "" #: plugin.py:182 #, docstring msgid "" " \n" "\n" " Returns the th space-separated field of . I.e., if text\n" " is \"foo bar baz\" and is 2, \"bar\" is returned.\n" " " msgstr "" #: plugin.py:195 #, docstring msgid "" " [ ...]\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 "" #: plugin.py:209 msgid "Not enough arguments for the format string." msgstr ""