[gtksourceview] i18n: use itstool to extract strings from .lang files



commit 26853c9cae65da01a1e27e859056a4d4100909b3
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Aug 12 13:02:48 2015 +0200

    i18n: use itstool to extract strings from .lang files
    
    A sub *.pot file is generated by ITS Tool and is included in
    POTFILES.in. The sub *.pot file needs to be added to Git, see:
    https://mail.gnome.org/archives/desktop-devel-list/2015-October/msg00001.html

 configure.ac                           |    1 +
 data/language-specs/Makefile.am        |    9 +-
 data/language-specs/language-specs.its |    8 +
 data/language-specs/language-specs.pot | 3636 ++++++++++++++++++++++++++++++++
 po/POTFILES.in                         |  121 +--
 5 files changed, 3654 insertions(+), 121 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 64421b6..3a7e250 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,7 @@ AC_CHECK_HEADERS([unistd.h])
 # Pull glib-mkenums & co.
 AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums)
 AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
+AC_PATH_PROG(ITSTOOL, itstool)
 
 # Compile warnings
 AX_REQUIRE_DEFINED([AX_COMPILER_FLAGS])
diff --git a/data/language-specs/Makefile.am b/data/language-specs/Makefile.am
index 3de5a27..0d4553c 100644
--- a/data/language-specs/Makefile.am
+++ b/data/language-specs/Makefile.am
@@ -125,6 +125,13 @@ LANGUAGES =                        \
 languagesdir = $(datadir)/gtksourceview-3.0/language-specs
 languages_DATA = $(LANGUAGES) language.rng language2.rng language.dtd
 
-EXTRA_DIST = $(languages_DATA) check-language.sh
+EXTRA_DIST =                   \
+       $(languages_DATA)       \
+       check-language.sh       \
+       language-specs.its      \
+       language-specs.pot
+
+$(srcdir)/language-specs.pot: $(LANGUAGES) language-specs.its
+       $(ITSTOOL) -i language-specs.its -o $@ $(LANGUAGES)
 
 -include $(top_srcdir)/git.mk
diff --git a/data/language-specs/language-specs.its b/data/language-specs/language-specs.its
new file mode 100644
index 0000000..2e885ce
--- /dev/null
+++ b/data/language-specs/language-specs.its
@@ -0,0 +1,8 @@
+<its:rules
+  xmlns:its="http://www.w3.org/2005/11/its";
+  version="1.0">
+
+  <its:translateRule translate="no" selector="/language" />
+  <its:translateRule translate="yes" selector="//@_name" />
+  <its:translateRule translate="yes" selector="//@_section" />
+</its:rules>
diff --git a/data/language-specs/language-specs.pot b/data/language-specs/language-specs.pot
new file mode 100644
index 0000000..2f0d0b2
--- /dev/null
+++ b/data/language-specs/language-specs.pot
@@ -0,0 +1,3636 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2015-10-03 14:45+0200\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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. (itstool) path: actionscript.lang/language _name
+#: actionscript.lang:25
+msgid "ActionScript"
+msgstr ""
+
+#. (itstool) path: actionscript.lang/language _section
+#. (itstool) path: ada.lang/language _section
+#. (itstool) path: ansforth94.lang/language _section
+#. (itstool) path: asp.lang/language _section
+#. (itstool) path: automake.lang/language _section
+#. (itstool) path: bennugd.lang/language _section
+#. (itstool) path: bluespec.lang/language _section
+#. (itstool) path: boo.lang/language _section
+#. (itstool) path: c.lang/language _section
+#. (itstool) path: cg.lang/language _section
+#. (itstool) path: chdr.lang/language _section
+#. (itstool) path: cobol.lang/language _section
+#. (itstool) path: cpp.lang/language _section
+#. (itstool) path: cpphdr.lang/language _section
+#. (itstool) path: csharp.lang/language _section
+#. (itstool) path: cuda.lang/language _section
+#. (itstool) path: d.lang/language _section
+#. (itstool) path: eiffel.lang/language _section
+#. (itstool) path: erlang.lang/language _section
+#. (itstool) path: forth.lang/language _section
+#. (itstool) path: fortran.lang/language _section
+#. (itstool) path: fsharp.lang/language _section
+#. (itstool) path: genie.lang/language _section
+#. (itstool) path: glsl.lang/language _section
+#. (itstool) path: go.lang/language _section
+#. (itstool) path: haskell.lang/language _section
+#. (itstool) path: haskell-literate.lang/language _section
+#. (itstool) path: idl.lang/language _section
+#. (itstool) path: j.lang/language _section
+#. (itstool) path: java.lang/language _section
+#. (itstool) path: lex.lang/language _section
+#. (itstool) path: llvm.lang/language _section
+#. (itstool) path: makefile.lang/language _section
+#. (itstool) path: meson.lang/language _section
+#. (itstool) path: nemerle.lang/language _section
+#. (itstool) path: netrexx.lang/language _section
+#. (itstool) path: objc.lang/language _section
+#. (itstool) path: objj.lang/language _section
+#. (itstool) path: ocaml.lang/language _section
+#. (itstool) path: ooc.lang/language _section
+#. (itstool) path: opal.lang/language _section
+#. (itstool) path: opencl.lang/language _section
+#. (itstool) path: pascal.lang/language _section
+#. (itstool) path: pig.lang/language _section
+#. (itstool) path: prolog.lang/language _section
+#. (itstool) path: rust.lang/language _section
+#. (itstool) path: scala.lang/language _section
+#. (itstool) path: scheme.lang/language _section
+#. (itstool) path: sml.lang/language _section
+#. (itstool) path: sparql.lang/language _section
+#. (itstool) path: sql.lang/language _section
+#. (itstool) path: systemverilog.lang/language _section
+#. (itstool) path: thrift.lang/language _section
+#. (itstool) path: vala.lang/language _section
+#. (itstool) path: vbnet.lang/language _section
+#. (itstool) path: verilog.lang/language _section
+#. (itstool) path: vhdl.lang/language _section
+#: actionscript.lang:25
+#: ada.lang:26
+#: ansforth94.lang:25
+#: asp.lang:24
+#: automake.lang:24
+#: bennugd.lang:23
+#: bluespec.lang:22
+#: boo.lang:24
+#: c.lang:25
+#: cg.lang:24
+#: chdr.lang:25
+#: cobol.lang:27
+#: cpp.lang:25
+#: cpphdr.lang:25
+#: csharp.lang:27
+#: cuda.lang:23
+#: d.lang:30
+#: eiffel.lang:24
+#: erlang.lang:24
+#: forth.lang:24
+#: fortran.lang:25
+#: fsharp.lang:25
+#: genie.lang:24
+#: glsl.lang:31
+#: go.lang:25
+#: haskell.lang:25
+#: haskell-literate.lang:24
+#: idl.lang:24
+#: j.lang:24
+#: java.lang:25
+#: lex.lang:25
+#: llvm.lang:23
+#: makefile.lang:23
+#: meson.lang:24
+#: nemerle.lang:24
+#: netrexx.lang:24
+#: objc.lang:24
+#: objj.lang:26
+#: ocaml.lang:27
+#: ooc.lang:24
+#: opal.lang:24
+#: opencl.lang:24
+#: pascal.lang:25
+#: pig.lang:27
+#: prolog.lang:24
+#: rust.lang:36
+#: scala.lang:25
+#: scheme.lang:24
+#: sml.lang:24
+#: sparql.lang:24
+#: sql.lang:24
+#: systemverilog.lang:22
+#: thrift.lang:21
+#: vala.lang:28
+#: vbnet.lang:24
+#: verilog.lang:24
+#: vhdl.lang:24
+msgid "Source"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:35
+#: ada.lang:34
+#: ansforth94.lang:39
+#: asp.lang:32
+#: bennugd.lang:32
+#: boo.lang:34
+#: c.lang:35
+#: cg.lang:33
+#: cobol.lang:35
+#: csharp.lang:37
+#: def.lang:40
+#: d.lang:40
+#: dosbatch.lang:31
+#: dot.lang:34
+#: eiffel.lang:33
+#: erlang.lang:32
+#: fcl.lang:30
+#: forth.lang:34
+#: fortran.lang:33
+#: fsharp.lang:34
+#: gap.lang:32
+#: genie.lang:34
+#: go.lang:35
+#: gtkrc.lang:33
+#: haskell.lang:34
+#: html.lang:34
+#: idl.lang:32
+#: idl-exelis.lang:28
+#: ini.lang:31
+#: j.lang:32
+#: jade.lang:33
+#: java.lang:35
+#: latex.lang:33
+#: llvm.lang:30
+#: lua.lang:34
+#: matlab.lang:41
+#: modelica.lang:36
+#: nemerle.lang:34
+#: netrexx.lang:38
+#: nsis.lang:32
+#: ocaml.lang:36
+#: ocl.lang:41
+#: octave.lang:41
+#: ooc.lang:33
+#: opal.lang:34
+#: pascal.lang:33
+#: perl.lang:34
+#: php.lang:40
+#: pig.lang:41
+#: po.lang:32
+#: prolog.lang:34
+#: protobuf.lang:31
+#: rst.lang:36
+#: ruby.lang:36
+#: rust.lang:45
+#: scala.lang:38
+#: scheme.lang:32
+#: scilab.lang:31
+#: sh.lang:33
+#: sml.lang:32
+#: sql.lang:32
+#: sweave.lang:32
+#: t2t.lang:31
+#: texinfo.lang:33
+#: thrift.lang:30
+#: vala.lang:38
+#: vbnet.lang:32
+#: verilog.lang:34
+#: vhdl.lang:32
+#: xml.lang:35
+#: yaml.lang:31
+msgid "Comment"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:36
+#: c.lang:54
+#: cg.lang:34
+#: cobol.lang:43
+#: csharp.lang:38
+#: css.lang:47
+#: def.lang:102
+#: d.lang:41
+#: dot.lang:35
+#: go.lang:36
+#: html.lang:39
+#: j.lang:35
+#: jade.lang:41
+#: json.lang:42
+#: nemerle.lang:35
+#: ocaml.lang:53
+#: ooc.lang:34
+#: opal.lang:36
+#: perl.lang:48
+#: php.lang:41
+#: prolog.lang:40
+#: scala.lang:36
+#: vala.lang:39
+#: verilog.lang:38
+#: xml.lang:45
+msgid "Error"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:37
+#: ada.lang:35
+#: ansforth94.lang:43
+#: asp.lang:33
+#: boo.lang:36
+#: c.lang:36
+#: cobol.lang:40
+#: csharp.lang:40
+#: css.lang:49
+#: csv.lang:34
+#: def.lang:57
+#: d.lang:42
+#: dosbatch.lang:32
+#: eiffel.lang:34
+#: erlang.lang:36
+#: forth.lang:35
+#: fortran.lang:34
+#: fsharp.lang:38
+#: gdb-log.lang:30
+#: genie.lang:36
+#: go.lang:37
+#: gtkrc.lang:34
+#: haskell.lang:39
+#: idl.lang:36
+#: idl-exelis.lang:32
+#: imagej.lang:40
+#: ini.lang:33
+#: j.lang:45
+#: java.lang:37
+#: javascript.lang:47
+#: json.lang:39
+#: julia.lang:37
+#: llvm.lang:31
+#: lua.lang:35
+#: meson.lang:34
+#: modelica.lang:37
+#: nemerle.lang:38
+#: netrexx.lang:36
+#: nsis.lang:33
+#: objc.lang:37
+#: objj.lang:41
+#: ocaml.lang:41
+#: ocl.lang:42
+#: octave.lang:42
+#: ooc.lang:36
+#: opal.lang:37
+#: pascal.lang:34
+#: perl.lang:37
+#: php.lang:45
+#: po.lang:34
+#: python.lang:39
+#: python3.lang:34
+#: prolog.lang:37
+#: protobuf.lang:37
+#: ruby.lang:46
+#: rust.lang:46
+#: scala.lang:39
+#: scheme.lang:34
+#: scilab.lang:33
+#: sh.lang:35
+#: sml.lang:36
+#: sql.lang:34
+#: texinfo.lang:36
+#: thrift.lang:33
+#: vala.lang:41
+#: vbnet.lang:33
+#: verilog.lang:35
+#: vhdl.lang:33
+#: yaml.lang:32
+msgid "String"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:38
+#: java.lang:41
+#: ooc.lang:37
+#: scala.lang:37
+msgid "External"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:39
+#: java.lang:42
+#: ooc.lang:38
+#: scala.lang:41
+msgid "Declaration"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:40
+#: ada.lang:39
+#: c.lang:44
+#: cg.lang:40
+#: java.lang:43
+#: ooc.lang:39
+msgid "Storage Class"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:41
+#: java.lang:44
+#: ooc.lang:40
+msgid "Scope Declaration"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:42
+#: ada.lang:36
+#: ansforth94.lang:36
+#: asp.lang:35
+#: awk.lang:32
+#: bennugd.lang:36
+#: bluespec.lang:35
+#: boo.lang:41
+#: c.lang:41
+#: cg.lang:38
+#: cobol.lang:38
+#: cpp.lang:35
+#: csharp.lang:45
+#: css.lang:58
+#: cuda.lang:33
+#: def.lang:92
+#: d.lang:43
+#: dosbatch.lang:33
+#: dot.lang:36
+#: eiffel.lang:37
+#: erlang.lang:33
+#: fcl.lang:32
+#: forth.lang:37
+#: fortran.lang:36
+#: fsharp.lang:39
+#: gap.lang:34
+#: genie.lang:41
+#: glsl.lang:43
+#: go.lang:39
+#: gtkrc.lang:35
+#: haskell.lang:37
+#: idl.lang:35
+#: idl-exelis.lang:31
+#: imagej.lang:38
+#: ini.lang:34
+#: java.lang:45
+#: javascript.lang:41
+#: julia.lang:44
+#: lex.lang:35
+#: llvm.lang:32
+#: lua.lang:36
+#: matlab.lang:42
+#: modelica.lang:46
+#: nemerle.lang:39
+#: objc.lang:34
+#: objj.lang:37
+#: ocaml.lang:42
+#: ocl.lang:43
+#: octave.lang:48
+#: ooc.lang:41
+#: opal.lang:38
+#: opencl.lang:33
+#: pascal.lang:35
+#: perl.lang:38
+#: php.lang:48
+#: po.lang:36
+#: python.lang:37
+#: python3.lang:32
+#: prolog.lang:36
+#: protobuf.lang:35
+#: R.lang:34
+#: ruby.lang:39
+#: rust.lang:48
+#: scala.lang:43
+#: scheme.lang:35
+#: scilab.lang:34
+#: sh.lang:36
+#: sml.lang:33
+#: sparql.lang:37
+#: sql.lang:35
+#: systemverilog.lang:33
+#: tcl.lang:33
+#: texinfo.lang:37
+#: thrift.lang:32
+#: vala.lang:42
+#: vbnet.lang:35
+#: verilog.lang:42
+#: vhdl.lang:35
+msgid "Keyword"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:43
+#: boo.lang:43
+#: csharp.lang:47
+#: d.lang:46
+#: fsharp.lang:52
+#: genie.lang:43
+#: java.lang:46
+#: javascript.lang:38
+#: json.lang:40
+#: nemerle.lang:41
+#: objj.lang:42
+#: ooc.lang:42
+#: php.lang:52
+#: vala.lang:44
+msgid "Null Value"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:44
+#: ada.lang:38
+#: asp.lang:42
+#: bennugd.lang:41
+#: c.lang:51
+#: cg.lang:46
+#: csharp.lang:48
+#: def.lang:75
+#: fsharp.lang:50
+#: go.lang:48
+#: gtkrc.lang:40
+#: ini.lang:38
+#: java.lang:47
+#: llvm.lang:38
+#: lua.lang:42
+#: nemerle.lang:42
+#: ocaml.lang:52
+#: ooc.lang:43
+#: opal.lang:39
+#: php.lang:53
+#: protobuf.lang:36
+#: R.lang:39
+#: ruby.lang:41
+#: rust.lang:50
+#: sml.lang:40
+#: vala.lang:43
+#: vbnet.lang:38
+#: vhdl.lang:37
+msgid "Boolean value"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:45
+#: asp.lang:43
+#: boo.lang:45
+#: cobol.lang:41
+#: def.lang:63
+#: desktop.lang:38
+#: forth.lang:39
+#: genie.lang:45
+#: j.lang:42
+#: java.lang:48
+#: julia.lang:39
+#: llvm.lang:39
+#: netrexx.lang:48
+#: prolog.lang:38
+#: rust.lang:52
+#: scala.lang:45
+#: vhdl.lang:40
+msgid "Number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:46
+#: java.lang:49
+#: javascript.lang:46
+#: ooc.lang:48
+msgid "Future Reserved Keywords"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: actionscript.lang:47
+#: ada.lang:40
+#: asp.lang:40
+#: bennugd.lang:37
+#: boo.lang:39
+#: c.lang:43
+#: cg.lang:39
+#: cpp.lang:36
+#: csharp.lang:39
+#: cuda.lang:34
+#: d.lang:44
+#: eiffel.lang:38
+#: forth.lang:38
+#: fortran.lang:40
+#: fsharp.lang:42
+#: genie.lang:39
+#: glsl.lang:42
+#: go.lang:40
+#: gtkrc.lang:37
+#: haskell.lang:38
+#: idl.lang:33
+#: idl-exelis.lang:29
+#: ini.lang:37
+#: java.lang:50
+#: javascript.lang:42
+#: llvm.lang:37
+#: nemerle.lang:40
+#: objc.lang:35
+#: objj.lang:38
+#: ocaml.lang:45
+#: ocl.lang:45
+#: ooc.lang:49
+#: opal.lang:41
+#: opencl.lang:34
+#: pascal.lang:37
+#: php.lang:51
+#: pig.lang:36
+#: protobuf.lang:34
+#: rust.lang:49
+#: scala.lang:47
+#: sml.lang:34
+#: sparql.lang:34
+#: sql.lang:38
+#: thrift.lang:31
+#: vala.lang:40
+#: vbnet.lang:36
+msgid "Data Type"
+msgstr ""
+
+#. (itstool) path: ada.lang/language _name
+#: ada.lang:26
+msgid "Ada"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ada.lang:37
+#: bennugd.lang:39
+#: c.lang:48
+#: cg.lang:43
+#: csharp.lang:49
+#: csv.lang:31
+#: def.lang:67
+#: d.lang:49
+#: eiffel.lang:45
+#: erlang.lang:39
+#: fsharp.lang:37
+#: go.lang:45
+#: idl-exelis.lang:34
+#: nemerle.lang:44
+#: ocaml.lang:40
+#: ooc.lang:45
+#: opal.lang:40
+#: php.lang:55
+#: python.lang:46
+#: python3.lang:40
+#: ruby.lang:43
+msgid "Decimal number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ada.lang:41
+#: asp.lang:34
+#: bennugd.lang:33
+#: c.lang:37
+#: cg.lang:35
+#: csharp.lang:46
+#: forth.lang:36
+#: fortran.lang:41
+#: fsharp.lang:51
+#: glsl.lang:41
+#: haskell.lang:33
+#: idl.lang:34
+#: idl-exelis.lang:30
+#: nemerle.lang:36
+#: objj.lang:39
+#: pascal.lang:38
+#: vbnet.lang:34
+msgid "Preprocessor"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ada.lang:42
+msgid "Arbitrary base number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ada.lang:43
+#: csharp.lang:51
+#: verilog.lang:46
+#: vhdl.lang:39
+msgid "Real number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ada.lang:44
+#: c.lang:46
+#: cg.lang:41
+#: csharp.lang:42
+#: eiffel.lang:42
+#: fortran.lang:44
+#: fsharp.lang:49
+#: go.lang:42
+#: haskell.lang:41
+#: java.lang:36
+#: javascript.lang:37
+#: json.lang:38
+#: lua.lang:37
+#: netrexx.lang:35
+#: ocaml.lang:51
+#: ooc.lang:35
+#: php.lang:44
+#: python.lang:40
+#: python3.lang:35
+#: prolog.lang:41
+#: ruby.lang:35
+#: scala.lang:40
+#: sml.lang:37
+#: texinfo.lang:34
+#: verilog.lang:37
+msgid "Escaped Character"
+msgstr ""
+
+#. (itstool) path: ansforth94.lang/language _name
+#: ansforth94.lang:25
+msgid "ANS-Forth94"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ansforth94.lang:37
+msgid "Obsolete Keyword"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ansforth94.lang:40
+msgid "Alert"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ansforth94.lang:41
+#: c.lang:40
+#: csharp.lang:41
+#: def.lang:55
+#: erlang.lang:37
+#: gap.lang:33
+#: go.lang:38
+#: haskell.lang:40
+#: java.lang:38
+#: julia.lang:38
+#: nemerle.lang:37
+#: netrexx.lang:37
+#: rust.lang:47
+#: sml.lang:35
+#: vhdl.lang:34
+msgid "Character"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ansforth94.lang:42
+msgid "Word"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ansforth94.lang:44
+#: cmake.lang:34
+#: cobol.lang:39
+#: def.lang:53
+#: gtk-doc.lang:32
+#: libtool.lang:32
+#: ruby.lang:50
+msgid "Constant"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ansforth94.lang:45
+#: awk.lang:34
+#: cmake.lang:37
+#: cobol.lang:37
+#: haskell.lang:35
+#: ini.lang:36
+#: llvm.lang:35
+#: makefile.lang:31
+#: nsis.lang:34
+#: perl.lang:44
+#: php.lang:42
+#: pkgconfig.lang:31
+#: prolog.lang:35
+#: protobuf.lang:33
+#: ruby.lang:54
+#: sh.lang:37
+#: sparql.lang:44
+#: tcl.lang:32
+msgid "Variable"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ansforth94.lang:46
+msgid "Local Variable"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ansforth94.lang:47
+msgid "Single Number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ansforth94.lang:48
+msgid "Double Number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ansforth94.lang:49
+#: haskell.lang:42
+msgid "Float"
+msgstr ""
+
+#. (itstool) path: asp.lang/language _name
+#: asp.lang:24
+msgid "ASP"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: asp.lang:36
+#: changelog.lang:39
+#: cg.lang:48
+#: css.lang:52
+#: def.lang:81
+#: gap.lang:35
+#: gdb-log.lang:29
+#: gtk-doc.lang:34
+#: idl-exelis.lang:35
+#: javascript.lang:43
+#: llvm.lang:33
+#: lua.lang:40
+#: scheme.lang:36
+#: scilab.lang:35
+#: sh.lang:34
+#: sparql.lang:35
+#: sql.lang:36
+msgid "Function"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: asp.lang:37
+#: bennugd.lang:35
+#: c.lang:42
+#: cmake.lang:35
+#: cobol.lang:42
+#: def.lang:90
+#: erlang.lang:34
+#: imagej.lang:39
+#: julia.lang:43
+#: meson.lang:33
+#: modelica.lang:38
+#: nsis.lang:31
+#: octave.lang:43
+#: perl.lang:43
+#: php.lang:50
+#: prolog.lang:39
+#: scala.lang:46
+#: sparql.lang:45
+msgid "Operator"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: asp.lang:38
+msgid "ASP Object"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: asp.lang:39
+msgid "VBScript and ADO constants"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: asp.lang:41
+#: def.lang:73
+#: vbnet.lang:37
+msgid "Special constant"
+msgstr ""
+
+#. (itstool) path: automake.lang/language _name
+#: automake.lang:24
+msgid "Automake"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: automake.lang:39
+msgid "Automake Variable"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: automake.lang:40
+msgid "Primary"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: automake.lang:41
+msgid "Secondary"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: automake.lang:42
+msgid "Prefix"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: automake.lang:43
+msgid "Optional Target"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: automake.lang:44
+msgid "Built-in Target"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: automake.lang:45
+msgid "Other Keyword"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: automake.lang:46
+#: rst.lang:38
+msgid "Substitution"
+msgstr ""
+
+#. (itstool) path: awk.lang/language _name
+#: awk.lang:24
+msgid "awk"
+msgstr ""
+
+#. (itstool) path: awk.lang/language _section
+#. (itstool) path: dosbatch.lang/language _section
+#. (itstool) path: javascript.lang/language _section
+#. (itstool) path: lua.lang/language _section
+#. (itstool) path: m4.lang/language _section
+#. (itstool) path: perl.lang/language _section
+#. (itstool) path: php.lang/language _section
+#. (itstool) path: python.lang/language _section
+#. (itstool) path: python3.lang/language _section
+#. (itstool) path: ruby.lang/language _section
+#. (itstool) path: sh.lang/language _section
+#. (itstool) path: tcl.lang/language _section
+#: awk.lang:24
+#: dosbatch.lang:24
+#: javascript.lang:27
+#: lua.lang:24
+#: m4.lang:24
+#: perl.lang:26
+#: php.lang:29
+#: python.lang:28
+#: python3.lang:24
+#: ruby.lang:27
+#: sh.lang:25
+#: tcl.lang:24
+msgid "Script"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: awk.lang:33
+#: lex.lang:36
+msgid "Pattern"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: awk.lang:35
+#: boo.lang:46
+#: genie.lang:46
+#: glsl.lang:44
+#: go.lang:50
+#: netrexx.lang:47
+#: perl.lang:39
+#: python.lang:51
+#: python3.lang:45
+msgid "Builtin Function"
+msgstr ""
+
+#. (itstool) path: bennugd.lang/language _name
+#: bennugd.lang:23
+msgid "BennuGD"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: bennugd.lang:34
+#: def.lang:79
+#: llvm.lang:36
+#: php.lang:43
+#: rust.lang:51
+msgid "Identifier"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: bennugd.lang:38
+#: c.lang:47
+#: cg.lang:42
+#: csv.lang:33
+#: def.lang:65
+#: d.lang:48
+#: erlang.lang:38
+#: go.lang:43
+#: idl-exelis.lang:33
+#: json.lang:44
+#: nemerle.lang:43
+#: ooc.lang:44
+#: php.lang:54
+#: python.lang:45
+#: python3.lang:39
+#: R.lang:41
+#: ruby.lang:42
+msgid "Floating point number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: bennugd.lang:40
+#: c.lang:50
+#: cg.lang:45
+#: csharp.lang:50
+#: d.lang:52
+#: eiffel.lang:46
+#: go.lang:47
+#: nemerle.lang:47
+#: ooc.lang:47
+#: php.lang:57
+msgid "Hexadecimal number"
+msgstr ""
+
+#. (itstool) path: bibtex.lang/language _name
+#: bibtex.lang:24
+msgid "BibTeX"
+msgstr ""
+
+#. (itstool) path: bibtex.lang/language _section
+#. (itstool) path: docbook.lang/language _section
+#. (itstool) path: dtd.lang/language _section
+#. (itstool) path: gtk-doc.lang/language _section
+#. (itstool) path: haddock.lang/language _section
+#. (itstool) path: html.lang/language _section
+#. (itstool) path: jade.lang/language _section
+#. (itstool) path: latex.lang/language _section
+#. (itstool) path: mallard.lang/language _section
+#. (itstool) path: markdown.lang/language _section
+#. (itstool) path: mediawiki.lang/language _section
+#. (itstool) path: mxml.lang/language _section
+#. (itstool) path: rst.lang/language _section
+#. (itstool) path: sweave.lang/language _section
+#. (itstool) path: t2t.lang/language _section
+#. (itstool) path: texinfo.lang/language _section
+#. (itstool) path: xml.lang/language _section
+#. (itstool) path: xslt.lang/language _section
+#: bibtex.lang:24
+#: docbook.lang:24
+#: dtd.lang:24
+#: gtk-doc.lang:25
+#: haddock.lang:24
+#: html.lang:25
+#: jade.lang:26
+#: latex.lang:25
+#: mallard.lang:23
+#: markdown.lang:26
+#: mediawiki.lang:23
+#: mxml.lang:24
+#: rst.lang:23
+#: sweave.lang:25
+#: t2t.lang:24
+#: texinfo.lang:25
+#: xml.lang:26
+#: xslt.lang:24
+msgid "Markup"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: bibtex.lang:32
+msgid "Entries"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: bibtex.lang:33
+msgid "Field"
+msgstr ""
+
+#. (itstool) path: bluespec.lang/language _name
+#: bluespec.lang:22
+msgid "Bluespec SystemVerilog"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: bluespec.lang:31
+#: systemverilog.lang:32
+msgid "System Task"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: bluespec.lang:32
+msgid "Annotation"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: bluespec.lang:33
+#: rust.lang:54
+msgid "Attribute"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: bluespec.lang:34
+msgid "Import BVI"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: bluespec.lang:36
+#: gtk-doc.lang:33
+#: julia.lang:49
+#: systemverilog.lang:34
+#: verilog.lang:44
+#: vhdl.lang:36
+msgid "Type"
+msgstr ""
+
+#. (itstool) path: boo.lang/language _name
+#: boo.lang:24
+msgid "Boo"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: boo.lang:35
+#: genie.lang:35
+#: python.lang:38
+#: python3.lang:33
+msgid "Multiline string"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: boo.lang:37
+#: genie.lang:37
+#: javascript.lang:48
+#: perl.lang:47
+#: ruby.lang:57
+msgid "Regular Expression"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: boo.lang:38
+#: genie.lang:38
+#: sparql.lang:38
+#: xml.lang:44
+#: xslt.lang:34
+msgid "Namespace"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: boo.lang:40
+#: genie.lang:40
+msgid "Definition"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: boo.lang:42
+#: genie.lang:42
+#: python.lang:43
+#: python3.lang:37
+#: ruby.lang:52
+msgid "Special Variable"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: boo.lang:44
+#: desktop.lang:39
+#: d.lang:47
+#: genie.lang:44
+#: imagej.lang:34
+#: julia.lang:40
+#: libtool.lang:33
+#: modelica.lang:42
+#: objj.lang:36
+#: octave.lang:46
+#: python.lang:44
+#: python3.lang:38
+#: scheme.lang:33
+#: scilab.lang:36
+#: sparql.lang:39
+#: yaml.lang:39
+msgid "Boolean"
+msgstr ""
+
+#. (itstool) path: changelog.lang/language _name
+#: changelog.lang:25
+msgid "ChangeLog"
+msgstr ""
+
+#. (itstool) path: changelog.lang/language _section
+#. (itstool) path: cmake.lang/language _section
+#. (itstool) path: css.lang/language _section
+#. (itstool) path: csv.lang/language _section
+#. (itstool) path: desktop.lang/language _section
+#. (itstool) path: diff.lang/language _section
+#. (itstool) path: dot.lang/language _section
+#. (itstool) path: dpatch.lang/language _section
+#. (itstool) path: gdb-log.lang/language _section
+#. (itstool) path: gtkrc.lang/language _section
+#. (itstool) path: ini.lang/language _section
+#. (itstool) path: json.lang/language _section
+#. (itstool) path: libtool.lang/language _section
+#. (itstool) path: nsis.lang/language _section
+#. (itstool) path: ocl.lang/language _section
+#. (itstool) path: pkgconfig.lang/language _section
+#. (itstool) path: po.lang/language _section
+#. (itstool) path: protobuf.lang/language _section
+#. (itstool) path: puppet.lang/language _section
+#. (itstool) path: rpmspec.lang/language _section
+#. (itstool) path: styles/style _name
+#. (itstool) path: yacc.lang/language _section
+#. (itstool) path: yaml.lang/language _section
+#: changelog.lang:25
+#: cmake.lang:24
+#: css.lang:38
+#: csv.lang:24
+#: desktop.lang:25
+#: diff.lang:24
+#: dot.lang:24
+#: dpatch.lang:24
+#: gdb-log.lang:19
+#: gtkrc.lang:25
+#: ini.lang:23
+#: json.lang:30
+#: libtool.lang:24
+#: nsis.lang:24
+#: ocl.lang:33
+#: pkgconfig.lang:24
+#: po.lang:24
+#: protobuf.lang:21
+#: puppet.lang:24
+#: rpmspec.lang:24
+#: scala.lang:49
+#: yacc.lang:24
+#: yaml.lang:22
+msgid "Other"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: changelog.lang:33
+#: rpmspec.lang:43
+msgid "Date"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: changelog.lang:35
+#: latex.lang:52
+msgid "Name"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: changelog.lang:36
+msgid "E-mail address"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: changelog.lang:37
+msgid "File"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: changelog.lang:38
+#: rst.lang:34
+msgid "Bullet"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: changelog.lang:40
+msgid "Release"
+msgstr ""
+
+#. (itstool) path: c.lang/language _name
+#: c.lang:25
+msgid "C"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: c.lang:38
+#: cpp.lang:37
+#: objc.lang:36
+#: opal.lang:35
+msgid "Common Defines"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: c.lang:39
+#: cg.lang:37
+#: fortran.lang:43
+#: objj.lang:40
+msgid "Included File"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: c.lang:45
+#: genie.lang:47
+#: go.lang:41
+#: verilog.lang:36
+msgid "printf Conversion"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: c.lang:49
+#: cg.lang:44
+#: d.lang:51
+#: go.lang:46
+#: nemerle.lang:46
+#: ooc.lang:46
+#: php.lang:56
+msgid "Octal number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: c.lang:52
+msgid "Standard stream"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: c.lang:53
+msgid "Signal name"
+msgstr ""
+
+#. (itstool) path: cg.lang/language _name
+#: cg.lang:24
+msgid "CG Shader Language"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cg.lang:36
+msgid "Bindings"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cg.lang:47
+msgid "Swizzle operator"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cg.lang:49
+#: erlang.lang:41
+#: imagej.lang:33
+#: matlab.lang:43
+#: modelica.lang:47
+#: octave.lang:50
+#: ruby.lang:49
+msgid "Builtin"
+msgstr ""
+
+#. (itstool) path: chdr.lang/language _name
+#: chdr.lang:25
+msgid "C/C++/ObjC Header"
+msgstr ""
+
+#. (itstool) path: cmake.lang/language _name
+#: cmake.lang:24
+msgid "CMake"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cmake.lang:31
+#: meson.lang:32
+msgid "Builtin Command"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cmake.lang:32
+msgid "Deprecated Builtin Command"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cmake.lang:33
+#: glsl.lang:46
+msgid "Builtin Variable"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cmake.lang:36
+msgid "Control Keyword"
+msgstr ""
+
+#. (itstool) path: cobol.lang/language _name
+#: cobol.lang:27
+msgid "COBOL"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cobol.lang:36
+#: def.lang:88
+#: protobuf.lang:32
+msgid "Statement"
+msgstr ""
+
+#. (itstool) path: cpp.lang/language _name
+#: cpp.lang:25
+msgid "C++"
+msgstr ""
+
+#. (itstool) path: cpphdr.lang/language _name
+#: cpphdr.lang:25
+msgid "C++ Header"
+msgstr ""
+
+#. (itstool) path: csharp.lang/language _name
+#: csharp.lang:27
+msgid "C#"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: csharp.lang:44
+#: po.lang:37
+msgid "String Format"
+msgstr ""
+
+#. (itstool) path: css.lang/language _name
+#: css.lang:38
+msgid "CSS"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: css.lang:48
+msgid "Others 2"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: css.lang:50
+msgid "Color"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: css.lang:51
+msgid "Others 3"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: css.lang:54
+#: fcl.lang:34
+#: fortran.lang:39
+#: gap.lang:36
+#: gtkrc.lang:36
+#: haskell.lang:43
+#: ini.lang:35
+#: json.lang:43
+#: modelica.lang:43
+#: pascal.lang:36
+#: sml.lang:39
+#: sql.lang:37
+msgid "Decimal"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: css.lang:55
+msgid "Dimension"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: css.lang:56
+msgid "Known Property Value"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: css.lang:57
+msgid "at-rules"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: css.lang:59
+msgid "ID Selector"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: css.lang:60
+msgid "Class Selector"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: css.lang:61
+msgid "Tag Name Selector"
+msgstr ""
+
+#. (itstool) path: csv.lang/language _name
+#: csv.lang:24
+msgid "CSV"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: csv.lang:32
+msgid "Escaped character"
+msgstr ""
+
+#. (itstool) path: cuda.lang/language _name
+#: cuda.lang:23
+msgid "CUDA"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cuda.lang:35
+msgid "Global Functions"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cuda.lang:36
+msgid "Device Functions"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: cuda.lang:37
+msgid "Global Variables"
+msgstr ""
+
+#. (itstool) path: def.lang/language _name
+#: def.lang:25
+msgid "Defaults"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:42
+msgid "Shebang"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:45
+msgid "Documentation comment"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:49
+msgid "Documentation comment element"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:61
+msgid "Special character (inside a string)"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:69
+#: python.lang:47
+#: python3.lang:41
+#: ruby.lang:44
+msgid "Base-N number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:71
+#: python.lang:48
+#: python3.lang:42
+msgid "Complex number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:84
+msgid "Built-in identifier"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:96
+#: modelica.lang:40
+#: octave.lang:44
+msgid "Data type"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:100
+msgid "Preprocessor directive"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:104
+msgid "Warning"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:106
+msgid "Reserved keyword"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:108
+msgid "Note (FIXME, TODO, XXX, etc.)"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:110
+msgid "Underlined"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:112
+msgid "Heading 0"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:113
+msgid "Heading 1"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:114
+msgid "Heading 2"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:115
+msgid "Heading 3"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:116
+msgid "Heading 4"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:117
+msgid "Heading 5"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: def.lang:118
+msgid "Heading 6"
+msgstr ""
+
+#. (itstool) path: desktop.lang/language _name
+#: desktop.lang:25
+msgid ".desktop"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: desktop.lang:33
+msgid "Group"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: desktop.lang:36
+#: json.lang:37
+msgid "Key"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: desktop.lang:37
+msgid "Translation"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: desktop.lang:40
+msgid "Exec parameter"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: desktop.lang:41
+msgid "Encoding"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: desktop.lang:42
+msgid "Main Category"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: desktop.lang:43
+msgid "Additional Category"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: desktop.lang:44
+msgid "Reserved Category"
+msgstr ""
+
+#. (itstool) path: diff.lang/language _name
+#: diff.lang:24
+msgid "Diff"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: diff.lang:31
+msgid "Added line"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: diff.lang:32
+msgid "Removed line"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: diff.lang:33
+msgid "Changed line"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: diff.lang:34
+msgid "Special case"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: diff.lang:35
+#: po.lang:33
+msgid "Location"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: diff.lang:36
+msgid "Ignore"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: diff.lang:37
+msgid ""
+msgstr ""
+
+#. (itstool) path: d.lang/language _name
+#: d.lang:30
+msgid "D"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: d.lang:45
+msgid "Special Token"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: d.lang:50
+#: nemerle.lang:45
+msgid "Binary number"
+msgstr ""
+
+#. (itstool) path: docbook.lang/language _name
+#: docbook.lang:24
+msgid "DocBook"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: docbook.lang:33
+msgid "Header Elements"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: docbook.lang:34
+msgid "Formatting Elements"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: docbook.lang:35
+msgid "GUI Elements"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: docbook.lang:36
+msgid "Structural Elements"
+msgstr ""
+
+#. (itstool) path: dosbatch.lang/language _name
+#: dosbatch.lang:24
+msgid "DOS Batch"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: dosbatch.lang:34
+#: latex.lang:39
+#: latex.lang:40
+#: sweave.lang:33
+msgid "Command"
+msgstr ""
+
+#. (itstool) path: dot.lang/language _name
+#: dot.lang:24
+msgid "Graphviz Dot"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: dot.lang:37
+#: jade.lang:37
+#: xml.lang:40
+msgid "Attribute name"
+msgstr ""
+
+#. (itstool) path: dpatch.lang/language _name
+#: dpatch.lang:24
+msgid "DPatch"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: dpatch.lang:31
+msgid "Patch Start"
+msgstr ""
+
+#. (itstool) path: dtd.lang/language _name
+#. (itstool) path: styles/style _name
+#: dtd.lang:24
+#: html.lang:38
+msgid "DTD"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: dtd.lang:33
+msgid "entity"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: dtd.lang:34
+msgid "decl"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: dtd.lang:35
+msgid "error"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: dtd.lang:36
+msgid "Quoted Value"
+msgstr ""
+
+#. (itstool) path: eiffel.lang/language _name
+#: eiffel.lang:24
+msgid "Eiffel"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: eiffel.lang:35
+msgid "Debug"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: eiffel.lang:36
+msgid "Assertion"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: eiffel.lang:39
+msgid "Design by Contract"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: eiffel.lang:40
+msgid "Exception Handling"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: eiffel.lang:41
+#: ruby.lang:53
+msgid "Predefined Variable"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: eiffel.lang:43
+msgid "Void Value"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: eiffel.lang:44
+#: javascript.lang:40
+#: json.lang:41
+msgid "Boolean Value"
+msgstr ""
+
+#. (itstool) path: erlang.lang/language _name
+#: erlang.lang:24
+msgid "Erlang"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: erlang.lang:35
+msgid "Atom"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: erlang.lang:40
+#: fsharp.lang:35
+#: modelica.lang:45
+#: ocaml.lang:38
+#: sml.lang:38
+#: verilog.lang:45
+#: vhdl.lang:38
+msgid "Base-N Integer"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: erlang.lang:42
+#: forth.lang:42
+#: systemverilog.lang:31
+#: verilog.lang:39
+msgid "Compiler Directive"
+msgstr ""
+
+#. (itstool) path: fcl.lang/language _name
+#: fcl.lang:23
+msgid "FCL"
+msgstr ""
+
+#. (itstool) path: fcl.lang/language _section
+#. (itstool) path: gap.lang/language _section
+#. (itstool) path: idl-exelis.lang/language _section
+#. (itstool) path: imagej.lang/language _section
+#. (itstool) path: julia.lang/language _section
+#. (itstool) path: matlab.lang/language _section
+#. (itstool) path: modelica.lang/language _section
+#. (itstool) path: octave.lang/language _section
+#. (itstool) path: R.lang/language _section
+#. (itstool) path: scilab.lang/language _section
+#: fcl.lang:23
+#: gap.lang:24
+#: idl-exelis.lang:21
+#: imagej.lang:24
+#: julia.lang:24
+#: matlab.lang:26
+#: modelica.lang:26
+#: octave.lang:26
+#: R.lang:26
+#: scilab.lang:24
+msgid "Scientific"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fcl.lang:31
+#: fortran.lang:35
+#: ini.lang:32
+#: modelica.lang:44
+#: scilab.lang:32
+#: sql.lang:33
+msgid "Floating Point"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fcl.lang:33
+msgid "Block"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fcl.lang:35
+#: octave.lang:49
+#: scilab.lang:37
+msgid "Reserved Constant"
+msgstr ""
+
+#. (itstool) path: forth.lang/language _name
+#: forth.lang:24
+msgid "Forth"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: forth.lang:40
+msgid "Debug Code"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: forth.lang:41
+msgid "Error Text"
+msgstr ""
+
+#. (itstool) path: fortran.lang/language _name
+#: fortran.lang:25
+msgid "Fortran 95"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fortran.lang:37
+msgid "Intrinsic function"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fortran.lang:38
+msgid "BOZ Literal"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fortran.lang:42
+msgid "OpenMP directives"
+msgstr ""
+
+#. (itstool) path: fsharp.lang/language _name
+#: fsharp.lang:25
+msgid "F#"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fsharp.lang:36
+#: ocaml.lang:39
+#: sml.lang:41
+msgid "Floating Point number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fsharp.lang:40
+#: ocaml.lang:43
+msgid "Type, module or object keyword"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fsharp.lang:41
+#: ocaml.lang:44
+msgid "Builtin-function keyword"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fsharp.lang:43
+#: ocaml.lang:46
+msgid "Labeled argument"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fsharp.lang:44
+#: ocaml.lang:47
+msgid "Polymorphic Variant"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fsharp.lang:45
+#: ocaml.lang:48
+msgid "Variant Constructor"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fsharp.lang:47
+#: ocaml.lang:49
+msgid "Type Variable"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: fsharp.lang:48
+#: ocaml.lang:50
+msgid "Module Path"
+msgstr ""
+
+#. (itstool) path: gap.lang/language _name
+#: gap.lang:24
+msgid "GAP"
+msgstr ""
+
+#. (itstool) path: gdb-log.lang/language _name
+#: gdb-log.lang:19
+msgid "GDB Log"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gdb-log.lang:25
+msgid "Thread Action"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gdb-log.lang:26
+msgid "Thread Header"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gdb-log.lang:27
+msgid "Frame Number"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gdb-log.lang:28
+msgid "Address"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gdb-log.lang:31
+msgid "Filename"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gdb-log.lang:32
+msgid "Optimized Out"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gdb-log.lang:33
+msgid "Incomplete Sequence"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gdb-log.lang:34
+msgid "Prompt"
+msgstr ""
+
+#. (itstool) path: genie.lang/language _name
+#: genie.lang:24
+msgid "Genie"
+msgstr ""
+
+#. (itstool) path: glsl.lang/language _name
+#: glsl.lang:31
+msgid "OpenGL Shading Language"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: glsl.lang:45
+#: go.lang:49
+#: python.lang:49
+#: python3.lang:43
+msgid "Builtin Constant"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: glsl.lang:47
+msgid "Reserved Keywords"
+msgstr ""
+
+#. (itstool) path: go.lang/language _name
+#: go.lang:25
+msgid "Go"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: go.lang:44
+msgid "Imaginary number"
+msgstr ""
+
+#. (itstool) path: gtk-doc.lang/language _name
+#: gtk-doc.lang:25
+msgid "gtk-doc"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gtk-doc.lang:27
+msgid "Inline Documentation Section"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gtk-doc.lang:28
+#: python.lang:52
+msgid "Function Name"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gtk-doc.lang:29
+msgid "Signal Name"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gtk-doc.lang:30
+msgid "Property Name"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gtk-doc.lang:31
+msgid "Parameter"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gtk-doc.lang:35
+msgid "Return"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gtk-doc.lang:36
+msgid "Since"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gtk-doc.lang:37
+msgid "Deprecated"
+msgstr ""
+
+#. (itstool) path: gtkrc.lang/language _name
+#: gtkrc.lang:25
+msgid "GtkRC"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gtkrc.lang:38
+msgid "Widget State"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: gtkrc.lang:39
+msgid "Include directive"
+msgstr ""
+
+#. (itstool) path: haddock.lang/language _name
+#: haddock.lang:24
+msgid "Haddock"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:27
+msgid "Inline Haddock Section"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:28
+msgid "Haddock Directive"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:29
+msgid "Hyperlinked Identifier"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:30
+msgid "Hyperlinked Module Name"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:31
+msgid "Escape"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:32
+#: markdown.lang:45
+#: rst.lang:32
+msgid "Emphasis"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:33
+msgid "Monospace"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:34
+msgid "Code Block"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:35
+msgid "Header Property"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:36
+msgid "Itemized list"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:37
+msgid "Enumerated list"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:38
+msgid "Definition list"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:39
+#: markdown.lang:40
+#: mediawiki.lang:33
+msgid "URL"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haddock.lang:40
+#: t2t.lang:41
+#: yaml.lang:33
+msgid "Anchor"
+msgstr ""
+
+#. (itstool) path: haskell.lang/language _name
+#: haskell.lang:25
+msgid "Haskell"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haskell.lang:36
+#: ruby.lang:51
+msgid "Symbol"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haskell.lang:44
+msgid "Octal"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: haskell.lang:45
+msgid "Hex"
+msgstr ""
+
+#. (itstool) path: haskell-literate.lang/language _name
+#: haskell-literate.lang:24
+msgid "Literate Haskell"
+msgstr ""
+
+#. (itstool) path: html.lang/language _name
+#: html.lang:25
+msgid "HTML"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: html.lang:35
+#: xml.lang:43
+#: yaml.lang:34
+msgid "Tag"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: html.lang:36
+msgid "Attribute Name"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: html.lang:37
+#: markdown.lang:43
+msgid "Attribute Value"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: html.lang:40
+msgid "Page title"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: html.lang:41
+msgid "Heading level 1"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: html.lang:42
+msgid "Heading level 2"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: html.lang:43
+msgid "Heading level 3"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: html.lang:44
+msgid "Heading level 4"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: html.lang:45
+msgid "Heading level 5"
+msgstr ""
+
+#. (itstool) path: idl.lang/language _name
+#: idl.lang:24
+msgid "IDL"
+msgstr ""
+
+#. (itstool) path: idl-exelis.lang/language _name
+#: idl-exelis.lang:21
+msgid "IDL-Exelis"
+msgstr ""
+
+#. (itstool) path: imagej.lang/language _name
+#: imagej.lang:24
+msgid "ImageJ"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: imagej.lang:35
+msgid "Commands"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: imagej.lang:36
+#: octave.lang:45
+msgid "Storage Type"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: imagej.lang:37
+msgid "Escaped Characters"
+msgstr ""
+
+#. (itstool) path: ini.lang/language _name
+#: ini.lang:23
+msgid ".ini"
+msgstr ""
+
+#. (itstool) path: j.lang/language _name
+#: j.lang:24
+msgid "J"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:31
+msgid "Adverb"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:33
+msgid "Conjunction"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:34
+#: perl.lang:46
+msgid "Control"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:36
+msgid "Explicit Argument"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:37
+msgid "Global"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:38
+msgid "Lab Text"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:39
+msgid "Local"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:40
+msgid "Noun"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:41
+msgid "Explicit Noun Definition"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:43
+msgid "Parens"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:44
+msgid "Primitive"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: j.lang:46
+msgid "Verb"
+msgstr ""
+
+#. (itstool) path: jade.lang/language _name
+#: jade.lang:26
+msgid "Jade"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: jade.lang:34
+#: xml.lang:36
+msgid "DOCTYPE"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: jade.lang:35
+#: xml.lang:38
+msgid "Processing instruction"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: jade.lang:36
+#: mxml.lang:32
+#: xml.lang:39
+msgid "Element name"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: jade.lang:38
+#: xml.lang:41
+msgid "Attribute value"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: jade.lang:39
+msgid "Tags"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: jade.lang:40
+#: xml.lang:42
+msgid "Entity"
+msgstr ""
+
+#. (itstool) path: java.lang/language _name
+#: java.lang:25
+msgid "Java"
+msgstr ""
+
+#. (itstool) path: javascript.lang/language _name
+#: javascript.lang:27
+msgid "JavaScript"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: javascript.lang:39
+msgid "Undefined Value"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: javascript.lang:44
+msgid "Properties"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: javascript.lang:45
+msgid "Constructors"
+msgstr ""
+
+#. (itstool) path: julia.lang/language _name
+#: julia.lang:24
+msgid "Julia"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: julia.lang:41
+msgid "Math Constant"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: julia.lang:42
+#: R.lang:38
+#: scala.lang:44
+msgid "Special Constant"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: julia.lang:45
+#: rust.lang:55
+msgid "Macro"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: julia.lang:46
+msgid "External Command"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: julia.lang:47
+msgid "Built-in Function"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: julia.lang:48
+msgid "Module"
+msgstr ""
+
+#. (itstool) path: latex.lang/language _name
+#: latex.lang:25
+msgid "LaTeX"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:34
+#: latex.lang:36
+msgid "Math Mode"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:35
+msgid "Inline Math Mode"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:37
+msgid "Math Boundary"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:38
+#: texinfo.lang:41
+msgid "Include"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:41
+#: sweave.lang:34
+#: t2t.lang:44
+msgid "Verbatim"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:42
+msgid "Special Character"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:43
+msgid "Part Heading"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:44
+msgid "Chapter Heading"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:45
+msgid "Section Heading"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:46
+msgid "SubSection Heading"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:47
+msgid "SubSubSection Heading"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:48
+msgid "Paragraph Heading"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: latex.lang:49
+msgid "SubParagraph Heading"
+msgstr ""
+
+#. (itstool) path: lex.lang/language _name
+#: lex.lang:25
+msgid "Lex"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: lex.lang:34
+msgid "Token"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: lex.lang:37
+msgid "Expression"
+msgstr ""
+
+#. (itstool) path: libtool.lang/language _name
+#: libtool.lang:24
+msgid "libtool"
+msgstr ""
+
+#. (itstool) path: llvm.lang/language _name
+#: llvm.lang:23
+msgid "LLVM IR"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: llvm.lang:34
+msgid "Constants"
+msgstr ""
+
+#. (itstool) path: lua.lang/language _name
+#: lua.lang:24
+msgid "Lua"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: lua.lang:38
+msgid "Reserved Identifier"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: lua.lang:39
+#: markdown.lang:42
+msgid "Label"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: lua.lang:41
+#: ruby.lang:40
+msgid "Nil Constant"
+msgstr ""
+
+#. (itstool) path: m4.lang/language _name
+#: m4.lang:24
+msgid "m4"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: m4.lang:32
+msgid "m4 Comment"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: m4.lang:33
+msgid "m4 Macro"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: m4.lang:34
+msgid "Autoconf Macro"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: m4.lang:35
+msgid "Obsolete Autoconf Macro"
+msgstr ""
+
+#. (itstool) path: makefile.lang/language _name
+#: makefile.lang:23
+msgid "Makefile"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: makefile.lang:32
+msgid "Assignment Right Hand Side"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: makefile.lang:33
+msgid "Assignment Left Hand Side"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: makefile.lang:34
+msgid "targets"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: makefile.lang:35
+msgid "prereq"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: makefile.lang:36
+msgid "command"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: makefile.lang:39
+msgid "Trailing Tab"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: makefile.lang:40
+msgid "function"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: makefile.lang:41
+#: yacc.lang:35
+msgid "keyword"
+msgstr ""
+
+#. (itstool) path: mallard.lang/language _name
+#: mallard.lang:23
+msgid "Mallard"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mallard.lang:32
+msgid "Page Elements"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mallard.lang:33
+msgid "Section Elements"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mallard.lang:34
+msgid "Block Elements"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mallard.lang:35
+msgid "Inline Elements"
+msgstr ""
+
+#. (itstool) path: markdown.lang/language _name
+#: markdown.lang:26
+msgid "Markdown"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: markdown.lang:35
+#: rpmspec.lang:33
+#: rst.lang:31
+#: t2t.lang:34
+msgid "Header"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: markdown.lang:36
+msgid "Horizontal Rule"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: markdown.lang:37
+msgid "List Marker"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: markdown.lang:38
+#: rst.lang:39
+msgid "Code"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: markdown.lang:39
+msgid "Blockquote Marker"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: markdown.lang:41
+msgid "Link Text"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: markdown.lang:44
+msgid "Image Marker"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: markdown.lang:46
+#: mediawiki.lang:30
+#: rst.lang:33
+msgid "Strong Emphasis"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: markdown.lang:47
+msgid "Backslash Escape"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: markdown.lang:48
+msgid "Line Break"
+msgstr ""
+
+#. (itstool) path: matlab.lang/language _name
+#: matlab.lang:26
+msgid "Matlab"
+msgstr ""
+
+#. (itstool) path: mediawiki.lang/language _name
+#: mediawiki.lang:23
+msgid "MediaWiki"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:31
+msgid "Light Emphasis"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:32
+msgid "Signature"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:34
+#: rst.lang:37
+msgid "Link"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:35
+msgid "Symbol on a Link"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:36
+msgid "Line"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:37
+msgid "List"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:38
+msgid "Magic Word"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:39
+msgid "Symbol of a Table"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:40
+msgid "Preformatted"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:41
+msgid "Redirect"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:42
+msgid "Title"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mediawiki.lang:43
+msgid "Template"
+msgstr ""
+
+#. (itstool) path: meson.lang/language _name
+#: meson.lang:24
+msgid "Meson"
+msgstr ""
+
+#. (itstool) path: modelica.lang/language _name
+#: modelica.lang:26
+msgid "Modelica"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: modelica.lang:39
+msgid "Class type"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: modelica.lang:41
+msgid "Default Attribute"
+msgstr ""
+
+#. (itstool) path: mxml.lang/language _name
+#: mxml.lang:24
+msgid "MXML"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: mxml.lang:33
+#: xml.lang:37
+msgid "CDATA delimiter"
+msgstr ""
+
+#. (itstool) path: nemerle.lang/language _name
+#: nemerle.lang:24
+msgid "Nemerle"
+msgstr ""
+
+#. (itstool) path: netrexx.lang/language _name
+#: netrexx.lang:24
+msgid "NetRexx"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: netrexx.lang:39
+msgid "Externals"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: netrexx.lang:40
+msgid "Options"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: netrexx.lang:41
+msgid "Data Types"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: netrexx.lang:42
+msgid "Special"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: netrexx.lang:43
+msgid "Visibility"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: netrexx.lang:44
+msgid "Modifiers"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: netrexx.lang:45
+msgid "Keywords"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: netrexx.lang:46
+msgid "Sub Keywords"
+msgstr ""
+
+#. (itstool) path: nsis.lang/language _name
+#: nsis.lang:24
+msgid "NSIS"
+msgstr ""
+
+#. (itstool) path: objc.lang/language _name
+#: objc.lang:24
+msgid "Objective-C"
+msgstr ""
+
+#. (itstool) path: objj.lang/language _name
+#: objj.lang:26
+msgid "Objective-J"
+msgstr ""
+
+#. (itstool) path: ocaml.lang/language _name
+#: ocaml.lang:27
+msgid "OCaml"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ocaml.lang:37
+msgid "Ocamldoc Comments"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ocaml.lang:54
+msgid "Standard Modules"
+msgstr ""
+
+#. (itstool) path: ocl.lang/language _name
+#: ocl.lang:33
+msgid "OCL"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ocl.lang:44
+msgid "Type Operators"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ocl.lang:46
+msgid "Operation operator"
+msgstr ""
+
+#. (itstool) path: octave.lang/language _name
+#: octave.lang:26
+msgid "Octave"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: octave.lang:47
+msgid "Package Manager"
+msgstr ""
+
+#. (itstool) path: ooc.lang/language _name
+#: ooc.lang:24
+msgid "OOC"
+msgstr ""
+
+#. (itstool) path: opal.lang/language _name
+#: opal.lang:24
+msgid "Opal"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: opal.lang:33
+#: python.lang:36
+#: python3.lang:31
+msgid "Module Handler"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: opal.lang:42
+msgid "Keysymbol"
+msgstr ""
+
+#. (itstool) path: opencl.lang/language _name
+#: opencl.lang:24
+msgid "OpenCL"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: opencl.lang:35
+msgid "Global Function"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: opencl.lang:36
+msgid "Device Function"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: opencl.lang:37
+msgid "Device Cast"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: opencl.lang:38
+msgid "OpenCL Constant"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: opencl.lang:39
+msgid "Global Variable"
+msgstr ""
+
+#. (itstool) path: pascal.lang/language _name
+#: pascal.lang:25
+msgid "Pascal"
+msgstr ""
+
+#. (itstool) path: perl.lang/language _name
+#: perl.lang:26
+msgid "Perl"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: perl.lang:35
+msgid "Line Directive"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: perl.lang:36
+msgid "Include Statement"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: perl.lang:40
+#: php.lang:46
+#: ruby.lang:55
+msgid "Heredoc"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: perl.lang:41
+#: php.lang:47
+#: ruby.lang:56
+#: sh.lang:41
+msgid "Heredoc Bound"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: perl.lang:42
+msgid "System Command"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: perl.lang:45
+msgid "File Descriptor"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: perl.lang:49
+msgid "POD"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: perl.lang:50
+msgid "POD Escape"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: perl.lang:51
+msgid "POD keyword"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: perl.lang:52
+msgid "POD heading"
+msgstr ""
+
+#. (itstool) path: php.lang/language _name
+#: php.lang:29
+msgid "PHP"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: php.lang:39
+msgid "Preprocessor tags"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: php.lang:49
+msgid "Common Function"
+msgstr ""
+
+#. (itstool) path: pig.lang/language _name
+#: pig.lang:27
+msgid "Pig"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: pig.lang:37
+msgid "Reserved Words"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: pig.lang:38
+msgid "Built In Functions"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: pig.lang:39
+msgid "Boolean values"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: pig.lang:40
+#: yaml.lang:38
+msgid "Null"
+msgstr ""
+
+#. (itstool) path: pkgconfig.lang/language _name
+#: pkgconfig.lang:24
+msgid "pkg-config"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: pkgconfig.lang:32
+msgid "Package Info"
+msgstr ""
+
+#. (itstool) path: po.lang/language _name
+#: po.lang:24
+msgid "gettext translation"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: po.lang:35
+msgid "Fuzzy"
+msgstr ""
+
+#. (itstool) path: python.lang/language _name
+#: python.lang:28
+msgid "Python"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: python.lang:41
+#: python3.lang:36
+msgid "Format"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: python.lang:42
+msgid "String Conversion"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: python.lang:50
+#: python3.lang:44
+msgid "Builtin Object"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: python.lang:53
+msgid "Class Name"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: python.lang:54
+msgid "Decorator"
+msgstr ""
+
+#. (itstool) path: python3.lang/language _name
+#: python3.lang:24
+msgid "Python 3"
+msgstr ""
+
+#. (itstool) path: prolog.lang/language _name
+#: prolog.lang:24
+msgid "Prolog"
+msgstr ""
+
+#. (itstool) path: puppet.lang/language _name
+#: puppet.lang:24
+msgid "Puppet"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: puppet.lang:31
+msgid "Resources"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: puppet.lang:32
+msgid "Parameters"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: puppet.lang:33
+msgid "Metaparameters"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: puppet.lang:34
+#: R.lang:42
+msgid "Functions"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: puppet.lang:35
+msgid "Values"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: puppet.lang:36
+msgid "Variables"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: puppet.lang:37
+msgid "Class names"
+msgstr ""
+
+#. (itstool) path: R.lang/language _name
+#: R.lang:26
+msgid "R"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: R.lang:35
+msgid "Reserved Class"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: R.lang:36
+msgid "Assignment Operator"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: R.lang:37
+msgid "Delimiter"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: R.lang:40
+#: verilog.lang:47
+msgid "Integer Number"
+msgstr ""
+
+#. (itstool) path: rpmspec.lang/language _name
+#: rpmspec.lang:24
+msgid "RPM spec"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:32
+msgid "Define"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:34
+#: t2t.lang:35
+msgid "Section"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:35
+msgid "Spec Macro"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:36
+msgid "Directory Macro"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:37
+msgid "Command Macro"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:38
+msgid "Conditional Macro"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:39
+msgid "Other Macro"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:40
+msgid "Flow Conditional"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:41
+msgid "RPM Variable"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:42
+msgid "Switch"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rpmspec.lang:44
+msgid "Email"
+msgstr ""
+
+#. (itstool) path: rst.lang/language _name
+#: rst.lang:23
+msgid "reStructuredText"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rst.lang:35
+#: yaml.lang:37
+msgid "Directive"
+msgstr ""
+
+#. (itstool) path: ruby.lang/language _name
+#: ruby.lang:27
+msgid "Ruby"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ruby.lang:37
+msgid "Attribute Definition"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ruby.lang:38
+msgid "Module handler"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ruby.lang:45
+msgid "Numeric literal"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: ruby.lang:47
+#: sparql.lang:40
+msgid "Literal"
+msgstr ""
+
+#. (itstool) path: rust.lang/language _name
+#: rust.lang:36
+msgid "Rust"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: rust.lang:53
+msgid "Scope"
+msgstr ""
+
+#. (itstool) path: scala.lang/language _name
+#: scala.lang:25
+msgid "Scala"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: scala.lang:42
+msgid "Modifier"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: scala.lang:48
+msgid "Built In"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: scala.lang:50
+msgid "XML Tag"
+msgstr ""
+
+#. (itstool) path: scheme.lang/language _name
+#: scheme.lang:24
+msgid "Scheme"
+msgstr ""
+
+#. (itstool) path: scilab.lang/language _name
+#: scilab.lang:24
+msgid "Scilab"
+msgstr ""
+
+#. (itstool) path: sh.lang/language _name
+#: sh.lang:25
+msgid "sh"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sh.lang:38
+msgid "Variable Definition"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sh.lang:39
+#: texinfo.lang:35
+msgid "Others"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sh.lang:40
+msgid "Common Commands"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sh.lang:42
+msgid "Subshell"
+msgstr ""
+
+#. (itstool) path: sml.lang/language _name
+#: sml.lang:24
+msgid "Standard ML"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sml.lang:42
+msgid "Module name, Variant, etc"
+msgstr ""
+
+#. (itstool) path: sparql.lang/language _name
+#: sparql.lang:24
+msgid "SPARQL"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sparql.lang:33
+msgid "Class"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sparql.lang:36
+msgid "Individual"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sparql.lang:41
+msgid "Predicate"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sparql.lang:42
+msgid "QName"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sparql.lang:43
+msgid "IRI"
+msgstr ""
+
+#. (itstool) path: sql.lang/language _name
+#: sql.lang:24
+msgid "SQL"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: sql.lang:39
+msgid "No idea what it is"
+msgstr ""
+
+#. (itstool) path: sweave.lang/language _name
+#: sweave.lang:25
+msgid "Sweave"
+msgstr ""
+
+#. (itstool) path: systemverilog.lang/language _name
+#: systemverilog.lang:22
+msgid "SystemVerilog"
+msgstr ""
+
+#. (itstool) path: t2t.lang/language _name
+#: t2t.lang:24
+msgid "txt2tags"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: t2t.lang:32
+msgid "Option"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: t2t.lang:33
+msgid "Option Name"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: t2t.lang:36
+msgid "Section 1"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: t2t.lang:37
+msgid "Section 2"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: t2t.lang:38
+msgid "Section 3"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: t2t.lang:39
+msgid "Section 4"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: t2t.lang:40
+msgid "Section 5"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: t2t.lang:42
+msgid "Italic"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: t2t.lang:43
+msgid "Bold"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: t2t.lang:45
+msgid "Verbatim Block"
+msgstr ""
+
+#. (itstool) path: tcl.lang/language _name
+#: tcl.lang:24
+msgid "Tcl"
+msgstr ""
+
+#. (itstool) path: texinfo.lang/language _name
+#: texinfo.lang:25
+msgid "Texinfo"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: texinfo.lang:38
+msgid "Macros"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: texinfo.lang:39
+msgid "File Attributes"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: texinfo.lang:40
+msgid "Generated Content"
+msgstr ""
+
+#. (itstool) path: thrift.lang/language _name
+#: thrift.lang:21
+msgid "Thrift"
+msgstr ""
+
+#. (itstool) path: vala.lang/language _name
+#: vala.lang:28
+msgid "Vala"
+msgstr ""
+
+#. (itstool) path: vbnet.lang/language _name
+#: vbnet.lang:24
+msgid "VB.NET"
+msgstr ""
+
+#. (itstool) path: verilog.lang/language _name
+#: verilog.lang:24
+msgid "Verilog"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: verilog.lang:40
+msgid "IEEE System Task"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: verilog.lang:41
+msgid "LRM Additional System Task"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: verilog.lang:43
+msgid "Gate"
+msgstr ""
+
+#. (itstool) path: vhdl.lang/language _name
+#: vhdl.lang:24
+msgid "VHDL"
+msgstr ""
+
+#. (itstool) path: xml.lang/language _name
+#: xml.lang:26
+msgid "XML"
+msgstr ""
+
+#. (itstool) path: xslt.lang/language _name
+#: xslt.lang:24
+msgid "XSLT"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: xslt.lang:33
+msgid "Element"
+msgstr ""
+
+#. (itstool) path: yacc.lang/language _name
+#: yacc.lang:24
+msgid "Yacc"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: yacc.lang:36
+msgid "token type"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: yacc.lang:37
+msgid "rule"
+msgstr ""
+
+#. (itstool) path: yaml.lang/language _name
+#: yaml.lang:22
+msgid "YAML"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: yaml.lang:30
+msgid "Block literal"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: yaml.lang:35
+msgid "Alias"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: yaml.lang:36
+msgid "Map key"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: yaml.lang:40
+msgid "Integer"
+msgstr ""
+
+#. (itstool) path: styles/style _name
+#: yaml.lang:41
+msgid "Floating point"
+msgstr ""
+
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 418f661..568d02e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,124 +1,5 @@
 data/glade/gtksourceview.xml.in
-data/language-specs/actionscript.lang
-data/language-specs/ada.lang
-data/language-specs/ansforth94.lang
-data/language-specs/asp.lang
-data/language-specs/automake.lang
-data/language-specs/awk.lang
-data/language-specs/bennugd.lang
-data/language-specs/bibtex.lang
-data/language-specs/bluespec.lang
-data/language-specs/boo.lang
-data/language-specs/cg.lang
-data/language-specs/changelog.lang
-data/language-specs/chdr.lang
-data/language-specs/c.lang
-data/language-specs/cmake.lang
-data/language-specs/cobol.lang
-data/language-specs/cpp.lang
-data/language-specs/cpphdr.lang
-data/language-specs/csharp.lang
-data/language-specs/css.lang
-data/language-specs/csv.lang
-data/language-specs/cuda.lang
-data/language-specs/def.lang
-data/language-specs/desktop.lang
-data/language-specs/diff.lang
-data/language-specs/d.lang
-data/language-specs/docbook.lang
-data/language-specs/dosbatch.lang
-data/language-specs/dot.lang
-data/language-specs/dpatch.lang
-data/language-specs/dtd.lang
-data/language-specs/eiffel.lang
-data/language-specs/erlang.lang
-data/language-specs/fcl.lang
-data/language-specs/forth.lang
-data/language-specs/fortran.lang
-data/language-specs/fsharp.lang
-data/language-specs/gap.lang
-data/language-specs/gdb-log.lang
-data/language-specs/genie.lang
-data/language-specs/glsl.lang
-data/language-specs/go.lang
-data/language-specs/gtk-doc.lang
-data/language-specs/gtkrc.lang
-data/language-specs/haddock.lang
-data/language-specs/haskell.lang
-data/language-specs/haskell-literate.lang
-data/language-specs/html.lang
-data/language-specs/idl-exelis.lang
-data/language-specs/idl.lang
-data/language-specs/imagej.lang
-data/language-specs/ini.lang
-data/language-specs/jade.lang
-data/language-specs/java.lang
-data/language-specs/javascript.lang
-data/language-specs/j.lang
-data/language-specs/json.lang
-data/language-specs/julia.lang
-data/language-specs/latex.lang
-data/language-specs/lex.lang
-data/language-specs/libtool.lang
-data/language-specs/llvm.lang
-data/language-specs/lua.lang
-data/language-specs/m4.lang
-data/language-specs/makefile.lang
-data/language-specs/mallard.lang
-data/language-specs/markdown.lang
-data/language-specs/matlab.lang
-data/language-specs/mediawiki.lang
-data/language-specs/meson.lang
-data/language-specs/modelica.lang
-data/language-specs/mxml.lang
-data/language-specs/nemerle.lang
-data/language-specs/netrexx.lang
-data/language-specs/nsis.lang
-data/language-specs/objc.lang
-data/language-specs/objj.lang
-data/language-specs/ocaml.lang
-data/language-specs/ocl.lang
-data/language-specs/octave.lang
-data/language-specs/ooc.lang
-data/language-specs/opal.lang
-data/language-specs/opencl.lang
-data/language-specs/pascal.lang
-data/language-specs/perl.lang
-data/language-specs/php.lang
-data/language-specs/pig.lang
-data/language-specs/pkgconfig.lang
-data/language-specs/po.lang
-data/language-specs/prolog.lang
-data/language-specs/protobuf.lang
-data/language-specs/puppet.lang
-data/language-specs/python3.lang
-data/language-specs/python.lang
-data/language-specs/R.lang
-data/language-specs/rpmspec.lang
-data/language-specs/rst.lang
-data/language-specs/ruby.lang
-data/language-specs/rust.lang
-data/language-specs/scala.lang
-data/language-specs/scheme.lang
-data/language-specs/scilab.lang
-data/language-specs/sh.lang
-data/language-specs/sml.lang
-data/language-specs/sparql.lang
-data/language-specs/sql.lang
-data/language-specs/sweave.lang
-data/language-specs/systemverilog.lang
-data/language-specs/t2t.lang
-data/language-specs/tcl.lang
-data/language-specs/texinfo.lang
-data/language-specs/thrift.lang
-data/language-specs/vala.lang
-data/language-specs/vbnet.lang
-data/language-specs/verilog.lang
-data/language-specs/vhdl.lang
-data/language-specs/xml.lang
-data/language-specs/xslt.lang
-data/language-specs/yacc.lang
-data/language-specs/yaml.lang
+data/language-specs/language-specs.pot
 data/styles/classic.xml
 data/styles/cobalt.xml
 data/styles/kate.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]