Update of Italian translation
[geany-mirror.git] / data / filetypes.po
blob06271737a090a65aae9e18aa3dfb722f3d152bec
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 # the following characters are these which a "word" can contains, see documentation
26 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
28 # single comments, like # in this file
29 comment_single=#
30 # multiline comments
31 #comment_open=
32 #comment_close=
34 # set to false if a comment character/string should start at column 0 of a line, true uses any
35 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
36         #command_example();
37 # setting to false would generate this
38 #       command_example();
39 # This setting works only for single line comments
40 comment_use_indent=true
42 # context action command (please see Geany's main documentation for details)
43 context_action_cmd=
45 [indentation]
46 #width=4
47 # 0 is spaces, 1 is tabs, 2 is tab & spaces
48 #type=1
50 [build_settings]
51 # %f will be replaced by the complete filename
52 # %e will be replaced by the filename without extension
53 # (use only one of it at one time)
54 compiler=msgfmt --check --check-accelerators=_ "%f"