data: WIP, FIXME
authorFrantišek Kučera <franta-hg@frantovo.cz>
Wed, 15 Jan 2014 11:11:40 +0100
changeset 14751c1badc200a
parent 146 cdc7435891c3
child 148 f252a8afb258
data: WIP, FIXME
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Mon Dec 23 23:28:16 2013 +0100
     1.2 +++ b/data/dictionary.xml	Wed Jan 15 11:11:40 2014 +0100
     1.3 @@ -2960,6 +2960,17 @@
     1.4  		<term abbreviation="TBD" completeForm="to be done" language="en"/>
     1.5  		<term abbreviation="TODO" completeForm="to do" language="en"/>
     1.6  		<explanation language="en"><text>Something that should or will be done later. Used as comments in draft version of documents or in software source code.</text></explanation>
     1.7 +		<tag>general</tag>
     1.8 +	</concept>
     1.9 +	<concept>
    1.10 +		<term abbreviation="FIXME" completeForm="fix me" language="en"/>
    1.11 +		<explanation language="en"><text>Something that should be fixed. Similar to TODO but describes rather some problem (bug) than feature request.</text></explanation>
    1.12 +		<tag>general</tag>
    1.13 +	</concept>
    1.14 +	<concept>
    1.15 +		<term abbreviation="WIP" completeForm="work in progress" language="en"/>
    1.16 +		<explanation language="en"><text>It is not finished yet but it is in more advanced state than TODO. Someone is working on this task.</text></explanation>
    1.17 +		<tag>general</tag>
    1.18  	</concept>
    1.19  	<concept>
    1.20  		<term abbreviation="etc" completeForm="et cetera" language="la"/>