diff options
Diffstat (limited to 'template/messages/tdelibs/katepart.pot')
-rw-r--r-- | template/messages/tdelibs/katepart.pot | 294 |
1 files changed, 122 insertions, 172 deletions
diff --git a/template/messages/tdelibs/katepart.pot b/template/messages/tdelibs/katepart.pot index d1d61da033c..ddd54a96aee 100644 --- a/template/messages/tdelibs/katepart.pot +++ b/template/messages/tdelibs/katepart.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-12-09 19:14+0100\n" +"POT-Creation-Date: 2021-07-07 18:16+0000\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" @@ -464,16 +464,16 @@ msgstr "" #: part/katedialogs.cpp:562 msgid "" "This determines where KateView will get the search text from (this will be " -"automatically entered into the Find Text dialog): " -"<br><ul><li><b>Nowhere:</b> Don't guess the search " -"text.</li><li><b>Selection Only:</b> Use the current text selection, if " -"available.</li><li><b>Selection, then Current Word:</b> Use the current " -"selection if available, otherwise use the current word.</li><li><b>Current " -"Word Only:</b> Use the word that the cursor is currently resting on, if " -"available.</li><li><b>Current Word, then Selection:</b> Use the current word " -"if available, otherwise use the current selection.</li></ul>Note that, in " -"all the above modes, if a search string has not been or cannot be " -"determined, then the Find Text Dialog will fall back to the last search text." +"automatically entered into the Find Text dialog): <br><ul><li><b>Nowhere:</" +"b> Don't guess the search text.</li><li><b>Selection Only:</b> Use the " +"current text selection, if available.</li><li><b>Selection, then Current " +"Word:</b> Use the current selection if available, otherwise use the current " +"word.</li><li><b>Current Word Only:</b> Use the word that the cursor is " +"currently resting on, if available.</li><li><b>Current Word, then Selection:" +"</b> Use the current word if available, otherwise use the current selection." +"</li></ul>Note that, in all the above modes, if a search string has not been " +"or cannot be determined, then the Find Text Dialog will fall back to the " +"last search text." msgstr "" #: part/katedialogs.cpp:587 @@ -723,8 +723,8 @@ msgstr "" #: part/katedialogs.cpp:919 msgid "" -"<p>Backing up on save will cause Kate to copy the disk file to " -"'<prefix><filename><suffix>' before saving changes.<p>The " +"<p>Backing up on save will cause Kate to copy the disk file to '<" +"prefix><filename><suffix>' before saving changes.<p>The " "suffix defaults to <strong>~</strong> and prefix is empty by default" msgstr "" @@ -752,8 +752,8 @@ msgstr "" #: part/katedialogs.cpp:934 msgid "" -"The editor will search the given number of folder levels upwards for " -".kateconfig file and load the settings line from it." +"The editor will search the given number of folder levels upwards for ." +"kateconfig file and load the settings line from it." msgstr "" #: part/katedialogs.cpp:937 @@ -843,9 +843,9 @@ msgstr "" #: part/katedialogs.cpp:1341 msgid "" -"Display a dialog with a list of all available mime types to choose " -"from.<p>The <strong>File Extensions</strong> entry will automatically be " -"edited as well." +"Display a dialog with a list of all available mime types to choose from." +"<p>The <strong>File Extensions</strong> entry will automatically be edited " +"as well." msgstr "" #: part/katedialogs.cpp:1345 @@ -1326,22 +1326,22 @@ msgstr "" msgid "" "<p>This string allows you to configure Kate's settings for the files " "selected by this mimetype using Kate variables. You can set almost any " -"configuration option, such as highlight, indent-mode, encoding, " -"etc.</p><p>For a full list of known variables, see the manual.</p>" +"configuration option, such as highlight, indent-mode, encoding, etc.</" +"p><p>For a full list of known variables, see the manual.</p>" msgstr "" #: part/katefiletype.cpp:344 msgid "" "The wildcards mask allows you to select files by filename. A typical mask " -"uses an asterisk and the file extension, for example <code>*.txt; " -"*.text</code>. The string is a semicolon-separated list of masks." +"uses an asterisk and the file extension, for example <code>*.txt; *.text</" +"code>. The string is a semicolon-separated list of masks." msgstr "" #: part/katefiletype.cpp:349 msgid "" "The mime type mask allows you to select files by mimetype. The string is a " -"semicolon-separated list of mimetypes, for example <code>text/plain; " -"text/english</code>." +"semicolon-separated list of mimetypes, for example <code>text/plain; text/" +"english</code>." msgstr "" #: part/katefiletype.cpp:353 @@ -1515,8 +1515,8 @@ msgstr "" #: part/kateluaindentscript.cpp:156 msgid "" -"document.insertText:Three parameters needed (line,col,text) " -"(number,number,string)" +"document.insertText:Three parameters needed (line,col,text) (number,number," +"string)" msgstr "" #: part/kateluaindentscript.cpp:253 @@ -1561,15 +1561,14 @@ msgstr "" #: part/kateprinter.cpp:659 msgid "" -"<p>This option is only available if some text is selected in the " -"document.</p><p>If available and enabled, only the selected text is " -"printed.</p>" +"<p>This option is only available if some text is selected in the document.</" +"p><p>If available and enabled, only the selected text is printed.</p>" msgstr "" #: part/kateprinter.cpp:662 msgid "" -"<p>If enabled, line numbers will be printed on the left side of the " -"page(s).</p>" +"<p>If enabled, line numbers will be printed on the left side of the page(s)." +"</p>" msgstr "" #: part/kateprinter.cpp:664 @@ -1636,13 +1635,13 @@ msgstr "" #: part/kateprinter.cpp:790 msgid "" -"<ul><li><tt>%u</tt>: current user name</li><li><tt>%d</tt>: complete " -"date/time in short format</li><li><tt>%D</tt>: complete date/time in long " -"format</li><li><tt>%h</tt>: current time</li><li><tt>%y</tt>: current date " -"in short format</li><li><tt>%Y</tt>: current date in long " -"format</li><li><tt>%f</tt>: file name</li><li><tt>%U</tt>: full URL of the " -"document</li><li><tt>%p</tt>: page number</li></ul><br><u>Note:</u> Do " -"<b>not</b> use the '|' (vertical bar) character." +"<ul><li><tt>%u</tt>: current user name</li><li><tt>%d</tt>: complete date/" +"time in short format</li><li><tt>%D</tt>: complete date/time in long format</" +"li><li><tt>%h</tt>: current time</li><li><tt>%y</tt>: current date in short " +"format</li><li><tt>%Y</tt>: current date in long format</li><li><tt>%f</tt>: " +"file name</li><li><tt>%U</tt>: full URL of the document</li><li><tt>%p</tt>: " +"page number</li></ul><br><u>Note:</u> Do <b>not</b> use the '|' (vertical " +"bar) character." msgstr "" #: part/kateprinter.cpp:804 @@ -1806,9 +1805,9 @@ msgstr "" #: part/kateschema.cpp:374 msgid "" -"<p>Sets the color of Word Wrap-related markers:</p><dl><dt>Static Word " -"Wrap</dt><dd>A vertical line which shows the column where text is going to " -"be wrapped</dd><dt>Dynamic Word Wrap</dt><dd>An arrow shown to the left of " +"<p>Sets the color of Word Wrap-related markers:</p><dl><dt>Static Word Wrap</" +"dt><dd>A vertical line which shows the column where text is going to be " +"wrapped</dd><dt>Dynamic Word Wrap</dt><dd>An arrow shown to the left of " "visually-wrapped lines</dd></dl>" msgstr "" @@ -2195,9 +2194,9 @@ msgstr "" #: part/kateview.cpp:251 msgid "" -"Use this to clean the indentation of a selected block of text (only " -"tabs/only spaces)<br><br>You can configure whether tabs should be honored " -"and used or replaced with spaces, in the configuration dialog." +"Use this to clean the indentation of a selected block of text (only tabs/" +"only spaces)<br><br>You can configure whether tabs should be honored and " +"used or replaced with spaces, in the configuration dialog." msgstr "" #: part/kateview.cpp:254 @@ -2216,9 +2215,9 @@ msgstr "" #: part/kateview.cpp:259 msgid "" -"This command comments out the current line or a selected block of " -"text.<BR><BR>The characters for single/multiple line comments are defined " -"within the language's highlighting." +"This command comments out the current line or a selected block of text." +"<BR><BR>The characters for single/multiple line comments are defined within " +"the language's highlighting." msgstr "" #: part/kateview.cpp:262 @@ -2716,8 +2715,8 @@ msgstr "" #: part/kateviewhelpers.cpp:239 msgid "" -"<p>For help on individual commands, do <code>'help " -"<command>'</code></p>" +"<p>For help on individual commands, do <code>'help <command>'</code></" +"p>" msgstr "" #: part/kateviewhelpers.cpp:250 @@ -2730,8 +2729,8 @@ msgstr "" #: part/kateviewhelpers.cpp:258 msgid "" -"<p>This is the Katepart <b>command line</b>.<br>Syntax: <code><b>command [ " -"arguments ]</b></code><br>For a list of available commands, enter " +"<p>This is the Katepart <b>command line</b>.<br>Syntax: <code><b>command " +"[ arguments ]</b></code><br>For a list of available commands, enter " "<code><b>help list</b></code><br>For help for individual commands, enter " "<code><b>help <command></b></code></p>" msgstr "" @@ -2791,8 +2790,8 @@ msgstr "" #: plugins/autobookmarker/autobookmarker.cpp:301 msgid "" -"<p>If enabled, the pattern matching will be case sensitive, otherwise " -"not.</p>" +"<p>If enabled, the pattern matching will be case sensitive, otherwise not.</" +"p>" msgstr "" #: plugins/autobookmarker/autobookmarker.cpp:304 @@ -3111,169 +3110,120 @@ msgstr "" msgid "Word Completion" msgstr "" -#: data/4dos.xml:9 data/ahk.xml:3 data/ample.xml:3 -#: data/awk.xml:3 data/bash.xml:11 -#: data/chicken.xml:44 data/coffee.xml:7 -#: data/dosbat.xml:11 data/erlang.xml:39 -#: data/euphoria.xml:32 data/ferite.xml:3 -#: data/gnuplot.xml:3 data/html-php.xml:13 -#: data/idconsole.xml:3 data/j.xml:27 -#: data/javascript.xml:6 data/ld.xml:4 -#: data/lsl.xml:14 data/lua.xml:38 data/mason.xml:3 -#: data/mel.xml:23 data/perl.xml:42 data/php.xml:67 -#: data/pig.xml:4 data/pike.xml:4 data/praat.xml:24 -#: data/puppet.xml:37 data/python.xml:16 -#: data/q.xml:3 data/qml.xml:4 data/r.xml:10 -#: data/rexx.xml:3 data/ruby.xml:33 -#: data/scheme.xml:3 data/sed.xml:3 -#: data/sieve.xml:4 data/taskjuggler.xml:14 -#: data/tcl.xml:31 data/tcsh.xml:11 -#: data/uscript.xml:3 data/velocity.xml:3 -#: data/xonotic-console.xml:3 data/zsh.xml:11 +#: data/4dos.xml:9 data/ahk.xml:3 data/ample.xml:3 data/awk.xml:3 +#: data/bash.xml:11 data/chicken.xml:44 data/coffee.xml:7 data/dosbat.xml:11 +#: data/erlang.xml:39 data/euphoria.xml:32 data/ferite.xml:3 data/gnuplot.xml:3 +#: data/html-php.xml:13 data/idconsole.xml:3 data/j.xml:27 +#: data/javascript.xml:6 data/ld.xml:4 data/lsl.xml:14 data/lua.xml:38 +#: data/mason.xml:3 data/mel.xml:23 data/perl.xml:42 data/php.xml:67 +#: data/pig.xml:4 data/pike.xml:4 data/praat.xml:24 data/puppet.xml:37 +#: data/python.xml:16 data/q.xml:3 data/qml.xml:4 data/r.xml:10 data/rexx.xml:3 +#: data/ruby.xml:33 data/scheme.xml:3 data/sed.xml:3 data/sieve.xml:4 +#: data/taskjuggler.xml:14 data/tcl.xml:31 data/tcsh.xml:11 data/uscript.xml:3 +#: data/velocity.xml:3 data/xonotic-console.xml:3 data/zsh.xml:11 msgid "" "_: Language Section\n" "Scripts" msgstr "" -#: data/abap.xml:3 data/actionscript.xml:3 -#: data/ada.xml:6 data/ansic89.xml:27 -#: data/bitbake.xml:11 data/c.xml:3 data/cg.xml:23 -#: data/cgis.xml:3 data/clipper.xml:3 -#: data/clojure.xml:25 data/commonlisp.xml:26 -#: data/component-pascal.xml:13 data/cpp.xml:9 -#: data/crk.xml:2 data/cs.xml:2 data/curry.xml:34 -#: data/d.xml:104 data/e.xml:3 data/eiffel.xml:13 -#: data/fortran.xml:3 data/freebasic.xml:3 -#: data/fsharp.xml:12 data/gcc.xml:18 -#: data/glsl.xml:3 data/go.xml:29 -#: data/grammar.xml:6 data/groovy.xml:6 -#: data/haskell.xml:3 data/haxe.xml:15 -#: data/idl.xml:3 data/ilerpg.xml:48 -#: data/inform.xml:5 data/isocpp.xml:13 -#: data/java.xml:3 data/julia.xml:32 -#: data/kbasic.xml:3 data/lex.xml:21 -#: data/literate-curry.xml:4 data/literate-haskell.xml:3 -#: data/logtalk.xml:4 data/lpc.xml:19 -#: data/m4.xml:41 data/modelica.xml:19 -#: data/modula-2-iso-only.xml:4 data/modula-2-pim-only.xml:4 -#: data/modula-2-r10-only.xml:4 data/modula-2.xml:4 -#: data/monobasic.xml:13 data/nemerle.xml:4 -#: data/nesc.xml:3 data/noweb.xml:3 -#: data/objectivec.xml:3 data/objectivecpp.xml:3 -#: data/ocaml.xml:19 data/ocamllex.xml:11 -#: data/ocamlyacc.xml:14 data/oors.xml:3 -#: data/opal.xml:3 data/opencl.xml:3 -#: data/pascal.xml:4 data/prolog.xml:107 -#: data/protobuf.xml:3 data/purebasic.xml:2 -#: data/qt4.xml:13 data/rapidq.xml:3 -#: data/rsiidl.xml:3 data/rust.xml:37 -#: data/sather.xml:3 data/scala.xml:3 -#: data/sml.xml:3 data/tads3.xml:5 -#: data/xharbour.xml:3 data/yacc.xml:35 +#: data/abap.xml:3 data/actionscript.xml:3 data/ada.xml:6 data/ansic89.xml:27 +#: data/bitbake.xml:11 data/c.xml:3 data/cg.xml:23 data/cgis.xml:3 +#: data/clipper.xml:3 data/clojure.xml:25 data/commonlisp.xml:26 +#: data/component-pascal.xml:13 data/cpp.xml:9 data/crk.xml:2 data/cs.xml:2 +#: data/curry.xml:34 data/d.xml:104 data/e.xml:3 data/eiffel.xml:13 +#: data/fortran.xml:3 data/freebasic.xml:3 data/fsharp.xml:12 data/gcc.xml:18 +#: data/glsl.xml:3 data/go.xml:29 data/grammar.xml:6 data/groovy.xml:6 +#: data/haskell.xml:3 data/haxe.xml:15 data/idl.xml:3 data/ilerpg.xml:48 +#: data/inform.xml:5 data/isocpp.xml:13 data/java.xml:3 data/julia.xml:32 +#: data/kbasic.xml:3 data/lex.xml:21 data/literate-curry.xml:4 +#: data/literate-haskell.xml:3 data/logtalk.xml:4 data/lpc.xml:19 +#: data/m4.xml:41 data/modelica.xml:19 data/modula-2-iso-only.xml:4 +#: data/modula-2-pim-only.xml:4 data/modula-2-r10-only.xml:4 +#: data/modula-2.xml:4 data/monobasic.xml:13 data/nemerle.xml:4 data/nesc.xml:3 +#: data/noweb.xml:3 data/objectivec.xml:3 data/objectivecpp.xml:3 +#: data/ocaml.xml:19 data/ocamllex.xml:11 data/ocamlyacc.xml:14 data/oors.xml:3 +#: data/opal.xml:3 data/opencl.xml:3 data/pascal.xml:4 data/prolog.xml:107 +#: data/protobuf.xml:3 data/purebasic.xml:2 data/qt4.xml:13 data/rapidq.xml:3 +#: data/rsiidl.xml:3 data/rust.xml:37 data/sather.xml:3 data/scala.xml:3 +#: data/sml.xml:3 data/tads3.xml:5 data/xharbour.xml:3 data/yacc.xml:35 #: data/zonnon.xml:3 msgid "" "_: Language Section\n" "Sources" msgstr "" -#: data/abc.xml:5 data/alert.xml:29 -#: data/alert_indent.xml:3 data/changelog.xml:3 -#: data/cmake.xml:36 data/css-php.xml:32 -#: data/cue.xml:3 data/debianchangelog.xml:3 -#: data/debiancontrol.xml:3 data/diff.xml:18 -#: data/dockerfile.xml:4 data/email.xml:6 -#: data/gcode.xml:31 data/gdb.xml:10 -#: data/git-rebase.xml:3 data/hunspell-aff.xml:6 -#: data/hunspell-dat.xml:3 data/hunspell-dic.xml:3 -#: data/hunspell-idx.xml:3 data/jam.xml:24 -#: data/javascript-php.xml:12 data/lilypond.xml:23 -#: data/m3u.xml:17 data/makefile.xml:10 -#: data/meson.xml:3 data/modelines.xml:13 -#: data/mup.xml:3 data/pgn.xml:15 data/povray.xml:9 -#: data/qmake.xml:3 data/rpmspec.xml:11 +#: data/abc.xml:5 data/alert.xml:29 data/alert_indent.xml:3 +#: data/changelog.xml:3 data/cmake.xml:36 data/css-php.xml:32 data/cue.xml:3 +#: data/debianchangelog.xml:3 data/debiancontrol.xml:3 data/diff.xml:18 +#: data/dockerfile.xml:4 data/email.xml:6 data/gcode.xml:31 data/gdb.xml:10 +#: data/git-rebase.xml:3 data/hunspell-aff.xml:6 data/hunspell-dat.xml:3 +#: data/hunspell-dic.xml:3 data/hunspell-idx.xml:3 data/jam.xml:24 +#: data/javascript-php.xml:12 data/lilypond.xml:23 data/m3u.xml:17 +#: data/makefile.xml:10 data/meson.xml:3 data/modelines.xml:13 data/mup.xml:3 +#: data/pgn.xml:15 data/povray.xml:9 data/qmake.xml:3 data/rpmspec.xml:11 #: data/valgrind-suppression.xml:3 msgid "" "_: Language Section\n" "Other" msgstr "" -#: data/ahdl.xml:3 data/spice.xml:4 -#: data/systemc.xml:10 data/systemverilog.xml:42 -#: data/vera.xml:42 data/verilog.xml:3 +#: data/ahdl.xml:3 data/spice.xml:4 data/systemc.xml:10 +#: data/systemverilog.xml:42 data/vera.xml:42 data/verilog.xml:3 #: data/vhdl.xml:14 msgid "" "_: Language Section\n" "Hardware" msgstr "" -#: data/ansys.xml:3 data/bmethod.xml:3 -#: data/dot.xml:4 data/gap.xml:17 data/gdl.xml:3 -#: data/magma.xml:3 data/mathematica.xml:3 -#: data/matlab.xml:60 data/maxima.xml:24 -#: data/octave.xml:18 data/replicode.xml:14 -#: data/sci.xml:3 data/stata.xml:3 -#: data/tibasic.xml:3 data/yacas.xml:3 +#: data/ansys.xml:3 data/bmethod.xml:3 data/dot.xml:4 data/gap.xml:17 +#: data/gdl.xml:3 data/magma.xml:3 data/mathematica.xml:3 data/matlab.xml:60 +#: data/maxima.xml:24 data/octave.xml:18 data/replicode.xml:14 data/sci.xml:3 +#: data/stata.xml:3 data/tibasic.xml:3 data/yacas.xml:3 msgid "" "_: Language Section\n" "Scientific" msgstr "" -#: data/apache.xml:15 data/asterisk.xml:19 -#: data/cisco.xml:3 data/desktop.xml:4 -#: data/fstab.xml:4 data/git-ignore.xml:3 -#: data/gitolite.xml:3 data/ini.xml:3 -#: data/mergetagtext.xml:28 data/nagios.xml:3 -#: data/varnish.xml:3 data/varnishtest.xml:3 -#: data/winehq.xml:3 data/xorg.xml:3 +#: data/apache.xml:15 data/asterisk.xml:19 data/cisco.xml:3 data/desktop.xml:4 +#: data/fstab.xml:4 data/git-ignore.xml:3 data/gitolite.xml:3 data/ini.xml:3 +#: data/mergetagtext.xml:28 data/nagios.xml:3 data/varnish.xml:3 +#: data/varnishtest.xml:3 data/winehq.xml:3 data/xorg.xml:3 msgid "" "_: Language Section\n" "Configuration" msgstr "" -#: data/asm-avr.xml:36 data/asm-dsp56k.xml:4 -#: data/asm-m68k.xml:4 data/asm6502.xml:3 -#: data/fasm.xml:16 data/gnuassembler.xml:46 -#: data/mips.xml:3 data/nasm.xml:43 -#: data/picsrc.xml:10 +#: data/asm-avr.xml:36 data/asm-dsp56k.xml:4 data/asm-m68k.xml:4 +#: data/asm6502.xml:3 data/fasm.xml:16 data/gnuassembler.xml:46 data/mips.xml:3 +#: data/nasm.xml:43 data/picsrc.xml:10 msgid "" "_: Language Section\n" "Assembler" msgstr "" -#: data/asn1.xml:12 data/asp.xml:3 -#: data/bibtex.xml:9 data/carto-css.xml:6 -#: data/ccss.xml:9 data/coldfusion.xml:3 -#: data/context.xml:3 data/css.xml:26 -#: data/ddoc.xml:52 data/djangotemplate.xml:7 -#: data/doxygen.xml:34 data/doxygenlua.xml:30 -#: data/dtd.xml:6 data/ftl.xml:3 -#: data/gettext.xml:26 data/glosstex.xml:3 -#: data/haml.xml:3 data/hamlet.xml:8 -#: data/html.xml:7 data/javadoc.xml:3 -#: data/json.xml:15 data/jsp.xml:3 data/latex.xml:3 -#: data/less.xml:3 data/mab.xml:3 data/mako.xml:7 -#: data/mandoc.xml:3 data/mediawiki.xml:7 -#: data/metafont.xml:9 data/pango.xml:3 -#: data/postscript.xml:3 data/ppd.xml:12 -#: data/relaxng.xml:22 data/relaxngcompact.xml:3 -#: data/rest.xml:14 data/restructuredtext.xml:3 -#: data/rhtml.xml:47 data/roff.xml:10 -#: data/rtf.xml:3 data/scss.xml:28 data/sgml.xml:3 -#: data/sisu.xml:3 data/template-toolkit.xml:21 -#: data/texinfo.xml:3 data/textile.xml:18 -#: data/txt2tags.xml:6 data/vcard.xml:5 -#: data/wml.xml:57 data/xml.xml:9 -#: data/xmldebug.xml:3 data/xslt.xml:55 +#: data/asn1.xml:12 data/asp.xml:3 data/bibtex.xml:9 data/carto-css.xml:6 +#: data/ccss.xml:9 data/coldfusion.xml:3 data/context.xml:3 data/css.xml:26 +#: data/ddoc.xml:52 data/djangotemplate.xml:7 data/doxygen.xml:34 +#: data/doxygenlua.xml:30 data/dtd.xml:6 data/ftl.xml:3 data/gettext.xml:26 +#: data/glosstex.xml:3 data/haml.xml:3 data/hamlet.xml:8 data/html.xml:7 +#: data/javadoc.xml:3 data/json.xml:15 data/jsp.xml:3 data/latex.xml:3 +#: data/less.xml:3 data/mab.xml:3 data/mako.xml:7 data/mandoc.xml:3 +#: data/mediawiki.xml:7 data/metafont.xml:9 data/pango.xml:3 +#: data/postscript.xml:3 data/ppd.xml:12 data/relaxng.xml:22 +#: data/relaxngcompact.xml:3 data/rest.xml:14 data/restructuredtext.xml:3 +#: data/rhtml.xml:47 data/roff.xml:10 data/rtf.xml:3 data/scss.xml:28 +#: data/sgml.xml:3 data/sisu.xml:3 data/template-toolkit.xml:21 +#: data/texinfo.xml:3 data/textile.xml:18 data/txt2tags.xml:6 data/vcard.xml:5 +#: data/wml.xml:57 data/xml.xml:9 data/xmldebug.xml:3 data/xslt.xml:55 #: data/xul.xml:7 data/yaml.xml:4 msgid "" "_: Language Section\n" "Markup" msgstr "" -#: data/fgl-4gl.xml:3 data/fgl-per.xml:3 -#: data/ldif.xml:3 data/progress.xml:3 -#: data/sql-mysql.xml:8 data/sql-oracle.xml:4 -#: data/sql-postgresql.xml:6 data/sql.xml:7 +#: data/fgl-4gl.xml:3 data/fgl-per.xml:3 data/ldif.xml:3 data/progress.xml:3 +#: data/sql-mysql.xml:8 data/sql-oracle.xml:4 data/sql-postgresql.xml:6 +#: data/sql.xml:7 msgid "" "_: Language Section\n" "Database" |