Compare commits

...

4 Commits

Author SHA1 Message Date
Pavel Sanda
806a67c75b * postats.py 2024-09-06 23:07:39 +02:00
Pavel Sanda
f0b7066f9b * cs.po 2024-09-06 22:51:48 +02:00
jpc
4792d6c75d Solve shortcut conflict in fr.po 2024-09-06 17:57:39 +02:00
jpc
2380c2c911 Update fr.po after pocheck 2024-09-06 15:59:50 +02:00
4 changed files with 434 additions and 435 deletions

View File

@ -3369,19 +3369,18 @@ msgid "De&fault output format:"
msgstr "&Standarní výstupní formát:"
#: src/frontends/qt/ui/OutputUi.ui:144
#, fuzzy
msgid "Output Options"
msgstr "Volby pro výstup LaTeX-u"
msgstr "Volby výstupu"
#: src/frontends/qt/ui/OutputUi.ui:157 src/frontends/qt/ui/OutputUi.ui:175
msgid ""
"Scaling factor for images that are generated for some LaTeX constructs (e."
"g., math formulae) in non-LaTeX output."
msgstr ""
msgstr "Měřítko pro škálování obrázků generovaných pro některé LaTeX-ové konstrukce (např. matematické vzorce) ve výstupech nepoužívající LaTeX."
#: src/frontends/qt/ui/OutputUi.ui:160
msgid "Scaling of generated &images:"
msgstr ""
msgstr "&Měřítko generovaných obrázků:"
#: src/frontends/qt/ui/OutputUi.ui:219
msgid "&LaTeX"

BIN
po/fr.gmo

Binary file not shown.

853
po/fr.po

File diff suppressed because it is too large Load Diff

View File

@ -25,6 +25,11 @@ and generates a PHP web page.
Invocation:
postats.py lyx_version po_files > "pathToWebPages"/i18n.inc
or simply
make i18n.inc
to create stats only for allowed langauages in LINGUAS file
(typically good for stable branch stats).
"""
from __future__ import print_function