blob: e2706f604ab294e929712a2ea167add042dfa645 (
plain) (
blame)
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
|
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# 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"
"POT-Creation-Date: 2022-01-21 00:41-0300\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: Plain text
#: src/locale/HELP1.en.txt:14
#, no-wrap
msgid ""
"Options:\n"
" -c commit directly only with the title, without\n"
" adding a description. Assumes -m\n"
" -m MESSAGE_TITLE the title message of the entry\n"
" -t TYPE the type of entry to be added (default: |TYPE|)\n"
" -s STATE the state of entry to be added (default: |STATE|)\n"
" -F RC_FILE use RC_FILE for config instead of .tdrc\n"
" -l list the supported values for $TD_USE_BUILTIN_HOOKS\n"
" -L lint the issues file\n"
" -H pre-process issues file before generating HTML\n"
" -h, --help show this help message\n"
" -V, --version print the version number\n"
msgstr ""
#. type: Plain text
#: src/locale/HELP1.en.txt:18
#, no-wrap
msgid ""
"Examples:\n"
" Create a new entry with the default type with a custom title:\n"
" $ td -cm 'An entry title'\n"
msgstr ""
#. type: Plain text
#: src/locale/HELP1.en.txt:21
#, no-wrap
msgid ""
" Create a new entry with a custom type and state:\n"
" $ td -cm 'Another title' -t bug -s DONE\n"
msgstr ""
#. type: Plain text
#: src/locale/HELP1.en.txt:22
msgid "States of an entry:"
msgstr ""
|