Merge pull request #826 from kugel-/doxygen-fixes2
[geany-mirror.git] / data / filetypes.po
blob0e037852c1d76bb7965b4383ba1b0c1292f77f12
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # Edit these in the colorscheme .conf file instead
4 default=default
5 comment=comment
6 programmer_comment=comment_doc
7 reference=comment
8 flags=comment
9 fuzzy=comment_doc_keyword
10 msgid=keyword_1
11 msgid_text=string_1
12 msgid_text_eol=string_eol
13 msgstr=keyword_2
14 msgstr_text=string_1
15 msgstr_text_eol=string_eol
16 msgctxt=keyword_3
17 msgctxt_text=string_1
18 msgctxt_text_eol=string_eol
19 error=error
21 [settings]
22 # default extension used when saving files
23 extension=po
25 # MIME type
26 mime_type=text/x-gettext-translation
28 # the following characters are these which a "word" can contains, see documentation
29 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
31 # single comments, like # in this file
32 comment_single=#
33 # multiline comments
34 #comment_open=
35 #comment_close=
37 # set to false if a comment character/string should start at column 0 of a line, true uses any
38 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
39         #command_example();
40 # setting to false would generate this
41 #       command_example();
42 # This setting works only for single line comments
43 comment_use_indent=true
45 # context action command (please see Geany's main documentation for details)
46 context_action_cmd=
48 [indentation]
49 #width=4
50 # 0 is spaces, 1 is tabs, 2 is tab & spaces
51 #type=1
53 [build_settings]
54 # %f will be replaced by the complete filename
55 # %e will be replaced by the filename without extension
56 # (use only one of it at one time)
57 compiler=msgfmt --check --check-accelerators=_ "%f"