mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 09:32:20 +00:00
new Ukrainian Intro manual by Yuri
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26180 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ed48c4e8a8
commit
ab72650397
@ -28,6 +28,8 @@ Function UpdateModifiedFiles
|
|||||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Math.lyx"
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Math.lyx"
|
||||||
SetOutPath "$INSTDIR\Resources\doc\he"
|
SetOutPath "$INSTDIR\Resources\doc\he"
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\he\Intro.lyx"
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\he\Intro.lyx"
|
||||||
|
SetOutPath "$INSTDIR\Resources\doc\uk"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\uk\Intro.lyx"
|
||||||
SetOutPath "$INSTDIR\Resources\examples\ca"
|
SetOutPath "$INSTDIR\Resources\examples\ca"
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\ca\ItemizeBullets.lyx"
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\ca\ItemizeBullets.lyx"
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\ca\mathed.lyx"
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\ca\mathed.lyx"
|
||||||
|
@ -2265,6 +2265,8 @@ if build_install:
|
|||||||
('doc/sk', lib_doc_sk_files),
|
('doc/sk', lib_doc_sk_files),
|
||||||
('doc/sl', lib_doc_sl_files),
|
('doc/sl', lib_doc_sl_files),
|
||||||
('doc/sv', lib_doc_sv_files),
|
('doc/sv', lib_doc_sv_files),
|
||||||
|
('doc/uk', lib_doc_uk_files),
|
||||||
|
('doc/uk/clipart', lib_doc_uk_clipart_files),
|
||||||
('examples', lib_examples_files),
|
('examples', lib_examples_files),
|
||||||
('examples/ca', lib_examples_ca_files),
|
('examples/ca', lib_examples_ca_files),
|
||||||
('examples/cs', lib_examples_cs_files),
|
('examples/cs', lib_examples_cs_files),
|
||||||
|
@ -2484,6 +2484,16 @@ lib_doc_sv_files = Split('''
|
|||||||
''')
|
''')
|
||||||
|
|
||||||
|
|
||||||
|
lib_doc_uk_files = Split('''
|
||||||
|
Intro.lyx
|
||||||
|
''')
|
||||||
|
|
||||||
|
|
||||||
|
lib_doc_uk_clipart_files = Split('''
|
||||||
|
FootnoteQT4.png
|
||||||
|
''')
|
||||||
|
|
||||||
|
|
||||||
lib_examples_files = Split('''
|
lib_examples_files = Split('''
|
||||||
CV-image.eps
|
CV-image.eps
|
||||||
CV-image.png
|
CV-image.png
|
||||||
|
@ -225,6 +225,14 @@ dist_svdoc_DATA = \
|
|||||||
sv/Intro.lyx \
|
sv/Intro.lyx \
|
||||||
sv/Tutorial.lyx
|
sv/Tutorial.lyx
|
||||||
|
|
||||||
|
ukdocdir = $(pkgdatadir)/doc/uk
|
||||||
|
dist_ukdoc_DATA = \
|
||||||
|
uk/Intro.lyx
|
||||||
|
|
||||||
|
ukclipartdocdir = $(pkgdatadir)/doc/uk/clipart
|
||||||
|
dist_ukclipartdoc_DATA = \
|
||||||
|
uk/clipart/FootnoteQT4.png
|
||||||
|
|
||||||
docdir = $(pkgdatadir)/doc
|
docdir = $(pkgdatadir)/doc
|
||||||
dist_doc_DATA = \
|
dist_doc_DATA = \
|
||||||
Customization.lyx \
|
Customization.lyx \
|
||||||
|
@ -67,4 +67,7 @@ sl/TOC.lyx: $(srcdir)/Customization.lyx $(srcdir)/EmbeddedObjects.lyx $(srcdir)/
|
|||||||
sv/TOC.lyx: $(srcdir)/Customization.lyx $(srcdir)/EmbeddedObjects.lyx $(srcdir)/Extended.lyx $(srcdir)/FAQ.lyx $(srcdir)/Math.lyx $(srcdir)/UserGuide.lyx $(srcdir)/sv/Intro.lyx $(srcdir)/sv/Tutorial.lyx
|
sv/TOC.lyx: $(srcdir)/Customization.lyx $(srcdir)/EmbeddedObjects.lyx $(srcdir)/Extended.lyx $(srcdir)/FAQ.lyx $(srcdir)/Math.lyx $(srcdir)/UserGuide.lyx $(srcdir)/sv/Intro.lyx $(srcdir)/sv/Tutorial.lyx
|
||||||
PYTHONPATH=$(top_builddir)/lib/lyx2lyx python -tt $(srcdir)/doc_toc.py sv .
|
PYTHONPATH=$(top_builddir)/lib/lyx2lyx python -tt $(srcdir)/doc_toc.py sv .
|
||||||
|
|
||||||
tocfiles = ca/TOC.lyx cs/TOC.lyx da/TOC.lyx de/TOC.lyx TOC.lyx es/TOC.lyx eu/TOC.lyx fr/TOC.lyx gl/TOC.lyx he/TOC.lyx hu/TOC.lyx it/TOC.lyx nb/TOC.lyx nl/TOC.lyx pl/TOC.lyx pt/TOC.lyx ro/TOC.lyx ru/TOC.lyx sk/TOC.lyx sl/TOC.lyx sv/TOC.lyx
|
uk/TOC.lyx: $(srcdir)/EmbeddedObjects.lyx $(srcdir)/Extended.lyx $(srcdir)/FAQ.lyx $(srcdir)/Math.lyx $(srcdir)/Customization.lyx $(srcdir)/uk/Intro.lyx $(srcdir)/Tutorial.lyx $(srcdir)/UserGuide.lyx
|
||||||
|
PYTHONPATH=$(top_builddir)/lib/lyx2lyx python -tt $(srcdir)/doc_toc.py uk .
|
||||||
|
|
||||||
|
tocfiles = ca/TOC.lyx cs/TOC.lyx da/TOC.lyx de/TOC.lyx TOC.lyx es/TOC.lyx eu/TOC.lyx fr/TOC.lyx gl/TOC.lyx he/TOC.lyx hu/TOC.lyx it/TOC.lyx nb/TOC.lyx nl/TOC.lyx pl/TOC.lyx pt/TOC.lyx ro/TOC.lyx ru/TOC.lyx sk/TOC.lyx sl/TOC.lyx sv/TOC.lyx uk/TOC.lyx
|
||||||
|
2165
lib/doc/uk/Intro.lyx
Normal file
2165
lib/doc/uk/Intro.lyx
Normal file
File diff suppressed because it is too large
Load Diff
BIN
lib/doc/uk/clipart/FootnoteQT4.png
Normal file
BIN
lib/doc/uk/clipart/FootnoteQT4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 976 B |
@ -25,9 +25,12 @@ What's new
|
|||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
|
||||||
- Updated localization of the user interface for Catalan, and Hebrew.
|
- Updated localization of the user interface for Catalan, and Hebrew.
|
||||||
|
|
||||||
- New Catalan translation of the Intro manual and the example file
|
- New Catalan translation of the Intro manual and the example file
|
||||||
ItemizeBullets.lyx.
|
ItemizeBullets.lyx.
|
||||||
|
|
||||||
|
- New Ukrainian translation of the Intro manual.
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENT INPUT/OUTPUT
|
* DOCUMENT INPUT/OUTPUT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user