From 12f669d145453f0d9d7b424a3a62c46dc88b2eae Mon Sep 17 00:00:00 2001 From: Automated System Date: Wed, 7 Jul 2021 18:34:14 +0000 Subject: [PATCH] Update translation template. --- translations/kile.pot | 148 ++++++++++++++++++++---------------------- 1 file changed, 70 insertions(+), 78 deletions(-) diff --git a/translations/kile.pot b/translations/kile.pot index bb43b49..9c71e5a 100644 --- a/translations/kile.pot +++ b/translations/kile.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-05-11 04:20+0200\n" +"POT-Creation-Date: 2021-07-07 18:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -61,9 +61,9 @@ msgstr "" #: configcheckerdlg.cpp:160 msgid "" -"The following tools did not pass all critical " -"tests:
%1
Your system is not ready to use. Please consult the results " -"to find out what to fix.
" +"The following tools did not pass all critical tests:
" +"%1
Your system is not ready to use. Please consult the results to find " +"out what to fix.
" msgstr "" #: configcheckerdlg.cpp:162 @@ -243,8 +243,7 @@ msgstr "" msgid "Index" msgstr "" -#: configstructure.cpp:96 graphicsconfigwidget.ui:16 -#: kileconfigdialog.cpp:241 +#: configstructure.cpp:96 graphicsconfigwidget.ui:16 kileconfigdialog.cpp:241 #, no-c-format msgid "Graphics" msgstr "" @@ -286,8 +285,7 @@ msgstr "" msgid "Structure Node" msgstr "" -#: configstructure.cpp:154 kileconfigdialog.cpp:247 -#: structureconfigwidget.ui:30 +#: configstructure.cpp:154 kileconfigdialog.cpp:247 structureconfigwidget.ui:30 #, no-c-format msgid "Structure View" msgstr "" @@ -344,8 +342,8 @@ msgstr "" #: configtester.cpp:139 msgid "" -"Supported, use the 'Modern' configuration for (La)TeX and PDF(La)TeX to " -"auto-enable inverse and forward search capabilities." +"Supported, use the 'Modern' configuration for (La)TeX and PDF(La)TeX to auto-" +"enable inverse and forward search capabilities." msgstr "" #: configtester.cpp:140 @@ -360,8 +358,8 @@ msgstr "" #: configtester.cpp:145 msgid "" -"You can't use the png previews with conversions 'dvi->ps->png' and " -"'pdf->png'." +"You can't use the png previews with conversions 'dvi->ps->png' and 'pdf-" +">png'." msgstr "" #: configtester.cpp:146 @@ -927,8 +925,7 @@ msgstr "" msgid "Floats" msgstr "" -#: kile.cpp:625 kileui.rc:585 latexcmddialog.cpp:324 -#: latexcmddialog.cpp:413 +#: kile.cpp:625 kileui.rc:585 latexcmddialog.cpp:324 latexcmddialog.cpp:413 #, no-c-format msgid "Math" msgstr "" @@ -1150,8 +1147,7 @@ msgstr "" msgid "Editor" msgstr "" -#: generalconfigwidget.ui:30 kileconfigdialog.cpp:169 -#: kileconfigdialog.cpp:227 +#: generalconfigwidget.ui:30 kileconfigdialog.cpp:169 kileconfigdialog.cpp:227 #, no-c-format msgid "General" msgstr "" @@ -1478,8 +1474,8 @@ msgstr "" #: kiledocumentinfo.cpp:100 msgid "" -"The filename contains invalid characters ($~ #).
Please provide " -"\t\t\t\tanother one, or click \"Cancel\" to save anyway." +"The filename contains invalid characters ($~ #).
Please provide \t\t\t" +"\tanother one, or click \"Cancel\" to save anyway." msgstr "" #: kiledocumentinfo.cpp:119 kileprojectdlgs.cpp:439 @@ -1647,23 +1643,21 @@ msgstr "" #: kilegrepdialog.cpp:250 msgid "" "Enter the regular expression you want to search for here.
Possible meta " -"characters are:
  •  . - Matches any " -"character
  •  ^ - Matches the beginning of a " -"line
  •  $ - Matches the end of a " -"line
  •  \\\\\\< - Matches the beginning of a " -"word
  •  \\\\\\> - Matches the end of a " -"word
The following repetition operators " -"exist:
  •  ? - The preceding item is matched at most " -"once
  •  * - The preceding item is matched zero or more " -"times
  •  + - The preceding item is matched one or more " -"times
  •  {n} - The preceding item is matched " -"exactly n times
  •  {n,} - The preceding item " -"is matched n or more times
  •  {,n} - The " -"preceding item is matched at most n " -"times
  •  {n,m} - The preceding item is " -"matched at least n, but at most m times.
Furthermore, " -"backreferences to bracketed subexpressions are available via the notation " -"\\\\n." +"characters are:
  •  . - Matches any character
  •  ^ - Matches the beginning of a line
  •  $ - Matches the end of a line
  •  \\\\\\< - Matches the " +"beginning of a word
  •  \\\\\\> - Matches the end of a " +"word
The following repetition operators exist:
  •  ? - The preceding item is matched at most once
  •  * - The " +"preceding item is matched zero or more times
  •  + - The " +"preceding item is matched one or more times
  •  {n} " +"- The preceding item is matched exactly n times
  •  " +"{n,} - The preceding item is matched n or more times
  •  {,n} - The preceding item is matched at most " +"n times
  •  {n,m} - The preceding item " +"is matched at least n, but at most m times.
  • Furthermore, backreferences to bracketed subexpressions are available via " +"the notation \\\\n." msgstr "" #: kilegrepdialog.cpp:274 @@ -1676,13 +1670,13 @@ msgstr "" #, c-format msgid "" "Choose one search mode. For the first modes, the search pattern is build " -"from the editable template, where '%s' is replaced by the given " -"pattern.

    There are additional fixed predefined modes for " -"environments, graphics, labels, references and input files. If the pattern " -"is empty, Kile will search for all commands of this mode. If a pattern is " -"given, it will be inserted as a parameter. F.e., in environment mode with " -"pattern 'center', Kile will search for '\\begin{center}' and in graphics " -"mode with pattern '.*\\.png', Kile will search for all png files." +"from the editable template, where '%s' is replaced by the given pattern." +"

    There are additional fixed predefined modes for environments, " +"graphics, labels, references and input files. If the pattern is empty, Kile " +"will search for all commands of this mode. If a pattern is given, it will be " +"inserted as a parameter. F.e., in environment mode with pattern 'center', " +"Kile will search for '\\begin{center}' and in graphics mode with pattern '.*" +"\\.png', Kile will search for all png files." msgstr "" #: kilegrepdialog.cpp:285 @@ -1858,8 +1852,8 @@ msgstr "" #: kileproject.cpp:369 msgid "" -"The project file of %1 was created by a newer version of " -"kile.\t\t\t\tOpening it can lead to unexpected results.\n" +"The project file of %1 was created by a newer version of kile.\t\t\t" +"\tOpening it can lead to unexpected results.\n" "\t\t\t\tDo you really want to continue (not recommended)?" msgstr "" @@ -5758,8 +5752,8 @@ msgstr "" #: tabulardialog.cpp:1848 msgid "" -"
    Hint: You can set some cell properties with a right mouse " -"click.
    " +"
    Hint: You can set some cell properties with a right mouse click." msgstr "" #: tabulardialog.cpp:1864 @@ -5914,8 +5908,8 @@ msgstr "" #: texdocdialog.cpp:568 texdocdialog.cpp:581 msgid "" -"Could not determine the search paths of TexLive/teTeX or file " -"'texdoctk.dat'.
    So this dialog is useless." +"Could not determine the search paths of TexLive/teTeX or file 'texdoctk.dat'." +"
    So this dialog is useless." msgstr "" #: texdocdialog.cpp:568 @@ -6176,8 +6170,8 @@ msgstr "" #: helpconfigwidget.ui:33 #, no-c-format msgid "" -"Insert the path to the TeX documentation directory here. For example " -"/usr/share/texmf/doc." +"Insert the path to the TeX documentation directory here. For example /usr/" +"share/texmf/doc." msgstr "" #: helpconfigwidget.ui:46 @@ -6303,9 +6297,9 @@ msgstr "" #: kile.kcfg:110 #, no-c-format msgid "" -"Set the TEXINPUTS environment variable here. TEXINPUTS should be a " -"colon-separated list of all paths TeX should look for additional packages " -"and/or files. You do not have to add :$TEXINPUTS at the end." +"Set the TEXINPUTS environment variable here. TEXINPUTS should be a colon-" +"separated list of all paths TeX should look for additional packages and/or " +"files. You do not have to add :$TEXINPUTS at the end." msgstr "" #: kile.kcfg:114 @@ -6330,9 +6324,9 @@ msgstr "" #: kile.kcfg:120 #, no-c-format msgid "" -"Set the BIBINPUTS environment variable here. BIBINPUTS should be a " -"colon-separated list of all paths bibtex should look for additional .bib " -"files. You do not have to add :$BIBINPUTS at the end." +"Set the BIBINPUTS environment variable here. BIBINPUTS should be a colon-" +"separated list of all paths bibtex should look for additional .bib files. " +"You do not have to add :$BIBINPUTS at the end." msgstr "" #: kile.kcfg:124 @@ -6343,9 +6337,9 @@ msgstr "" #: kile.kcfg:125 #, no-c-format msgid "" -"Set the BSTINPUTS environment variable here. BSTINPUTS should be a " -"colon-separated list of all paths bibtex should look for additional .bst " -"files. You do not have to add :$BSTINPUTS at the end." +"Set the BSTINPUTS environment variable here. BSTINPUTS should be a colon-" +"separated list of all paths bibtex should look for additional .bst files. " +"You do not have to add :$BSTINPUTS at the end." msgstr "" #: kile.kcfg:131 @@ -6880,8 +6874,7 @@ msgid "" "necessary" msgstr "" -#: librarytoolconfigwidget.ui:41 -#: processtoolconfigwidget.ui:61 +#: librarytoolconfigwidget.ui:41 processtoolconfigwidget.ui:61 #, no-c-format msgid "&Options:" msgstr "" @@ -7205,9 +7198,8 @@ msgstr "" #: tips:17 msgid "" -"

    ...that the Quick Build tool is now fully configurable? Go to " -"Settings->Configure Kile->Build and select the QuickBuild " -"tool.

    \n" +"

    ...that the Quick Build tool is now fully configurable? Go to Settings-" +">Configure Kile->Build and select the QuickBuild tool.

    \n" msgstr "" #: tips:23 @@ -7215,8 +7207,8 @@ msgid "" "

    ...that using projects gives Kile much more power? You can, for example, " "bundle and archive all related documents in a project; also, features like " "auto-completion of references and citations become much more powerful. Kile " -"is even able to determine which document is the master document in a " -"project.

    \n" +"is even able to determine which document is the master document in a project." +"

    \n" msgstr "" #: tips:29 @@ -7234,9 +7226,9 @@ msgid "" "Ctrl+Space).

    \n" "

    Note that this feature is much more powerful if the current document " "belongs to a project.

    \n" -"

    You can configure auto-completion by going to Settings->Configure " -"Kile->Complete; there, you can select databases of LaTeX commands. You " -"can even create your own lists of commands.

    \n" +"

    You can configure auto-completion by going to Settings->Configure Kile-" +">Complete; there, you can select databases of LaTeX commands. You can " +"even create your own lists of commands.

    \n" msgstr "" #: tips:45 @@ -7244,9 +7236,9 @@ msgid "" "

    ...that Kile can complete LaTeX commands for you? Type \\se " "and press Ctrl+Space, a list of all commands starting with \\se " "will appear.

    \n" -"

    You can configure auto-completion by going to Settings->Configure " -"Kile->Complete; there, you can select databases of LaTeX commands. You " -"can even create your own lists of commands.

    \n" +"

    You can configure auto-completion by going to Settings->Configure Kile-" +">Complete; there, you can select databases of LaTeX commands. You can " +"even create your own lists of commands.

    \n" msgstr "" #: tips:53 @@ -7256,9 +7248,9 @@ msgid "" "of all environments starting with equ appears. Press Enter to " "select the first entry and a \\begin{equation}\\end{equation} " "pair is inserted in your document.

    \n" -"

    You can configure auto-completion by going to Settings->Configure " -"Kile->Complete; there, you can select databases of LaTeX commands. You " -"can even create your own lists of commands.

    \n" +"

    You can configure auto-completion by going to Settings->Configure Kile-" +">Complete; there, you can select databases of LaTeX commands. You can " +"even create your own lists of commands.

    \n" msgstr "" #: tips:61 @@ -7273,9 +7265,9 @@ msgid "" "

    ...that the Quick Preview tool will compile and select a part of a " "document? This can be a selected text, the current environment " "or the current subdocument.

    \n" -"

    You can configure Quick preview by going to Settings->Configure " -"Kile->Preview. There, you can select one of the predefined " -"configurations.

    \n" +"

    You can configure Quick preview by going to Settings->Configure Kile-" +">Preview. There, you can select one of the predefined configurations.\n" msgstr "" #: tips:75