mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Compare commits
4 Commits
639563febc
...
806a67c75b
Author | SHA1 | Date | |
---|---|---|---|
|
806a67c75b | ||
|
f0b7066f9b | ||
|
4792d6c75d | ||
|
2380c2c911 |
7
po/cs.po
7
po/cs.po
@ -3369,19 +3369,18 @@ msgid "De&fault output format:"
|
|||||||
msgstr "&Standarní výstupní formát:"
|
msgstr "&Standarní výstupní formát:"
|
||||||
|
|
||||||
#: src/frontends/qt/ui/OutputUi.ui:144
|
#: src/frontends/qt/ui/OutputUi.ui:144
|
||||||
#, fuzzy
|
|
||||||
msgid "Output Options"
|
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
|
#: src/frontends/qt/ui/OutputUi.ui:157 src/frontends/qt/ui/OutputUi.ui:175
|
||||||
msgid ""
|
msgid ""
|
||||||
"Scaling factor for images that are generated for some LaTeX constructs (e."
|
"Scaling factor for images that are generated for some LaTeX constructs (e."
|
||||||
"g., math formulae) in non-LaTeX output."
|
"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
|
#: src/frontends/qt/ui/OutputUi.ui:160
|
||||||
msgid "Scaling of generated &images:"
|
msgid "Scaling of generated &images:"
|
||||||
msgstr ""
|
msgstr "&Měřítko generovaných obrázků:"
|
||||||
|
|
||||||
#: src/frontends/qt/ui/OutputUi.ui:219
|
#: src/frontends/qt/ui/OutputUi.ui:219
|
||||||
msgid "&LaTeX"
|
msgid "&LaTeX"
|
||||||
|
@ -25,6 +25,11 @@ and generates a PHP web page.
|
|||||||
|
|
||||||
Invocation:
|
Invocation:
|
||||||
postats.py lyx_version po_files > "pathToWebPages"/i18n.inc
|
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
|
from __future__ import print_function
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user