# 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" #: config.py:46 msgid "" "Determines the\n" " format string for timestamps. Refer to the Python documentation for the\n" " time module to see what formats are accepted. If you set this variable to\n" " the empty string, the timestamp will not be shown." msgstr "" #: plugin.py:75 #, docstring msgid "This plugin allows you to use different time-related functions." msgstr "" #: plugin.py:78 #, docstring msgid "" "[y] [w] [d] [h] [m] [s]\n" "\n" " Returns the number of seconds in the number of , ,\n" " , , , and given. An example usage is\n" " \"seconds 2h 30m\", which would return 9000, which is '3600*2 + 30*60'.\n" " Useful for scheduling events at a given number of seconds in the\n" " future.\n" " " msgstr "" #: plugin.py:113 #, docstring msgid "" "[