Added uk_UA (Ukrainian)
This commit is contained in:
parent
85337d8e55
commit
e83aeda898
169
src/Makefile.am
169
src/Makefile.am
|
@ -1,84 +1,85 @@
|
||||||
# these are the headers for your project
|
# these are the headers for your project
|
||||||
noinst_HEADERS = *.h
|
noinst_HEADERS = *.h
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# APPLICATION SECTION
|
# APPLICATION SECTION
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# this is the program that gets installed. it's name is used for all
|
# this is the program that gets installed. it's name is used for all
|
||||||
# of the other Makefile.am variables
|
# of the other Makefile.am variables
|
||||||
bin_PROGRAMS = xmlcopyeditor
|
bin_PROGRAMS = xmlcopyeditor
|
||||||
bindir = ${prefix}/bin
|
bindir = ${prefix}/bin
|
||||||
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
||||||
pixmapdir = /usr/share/pixmaps
|
pixmapdir = /usr/share/pixmaps
|
||||||
applicationsdir = /usr/share/applications
|
applicationsdir = /usr/share/applications
|
||||||
|
|
||||||
# the application source, library search path, and link libraries
|
# the application source, library search path, and link libraries
|
||||||
xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
|
xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
|
||||||
contexthandler.cpp globalreplacedialog.cpp housestyle.cpp \
|
contexthandler.cpp globalreplacedialog.cpp housestyle.cpp \
|
||||||
housestylereader.cpp myhtmlpane.cpp nocasecompare.cpp readfile.cpp \
|
housestylereader.cpp myhtmlpane.cpp nocasecompare.cpp readfile.cpp \
|
||||||
replace.cpp spellcheck.cpp styledialog.cpp wraplibxml.cpp \
|
replace.cpp spellcheck.cpp styledialog.cpp wraplibxml.cpp \
|
||||||
wrapregex.cpp wraptempfilename.cpp xmlassociatedtd.cpp xmlassociatexsd.cpp \
|
wrapregex.cpp wraptempfilename.cpp xmlassociatedtd.cpp xmlassociatexsd.cpp \
|
||||||
xmlassociatexsl.cpp xmlctrl.cpp xmldoc.cpp xmlencodinghandler.cpp xmlfilterreader.cpp \
|
xmlassociatexsl.cpp xmlctrl.cpp xmldoc.cpp xmlencodinghandler.cpp xmlfilterreader.cpp \
|
||||||
xmlpromptgenerator.cpp xmlrulereader.cpp xmlschemalocator.cpp xmlutf8reader.cpp xsllocator.cpp \
|
xmlpromptgenerator.cpp xmlrulereader.cpp xmlschemalocator.cpp xmlutf8reader.cpp xsllocator.cpp \
|
||||||
wrapexpat.cpp mypropertysheet.cpp rule.cpp housestylewriter.cpp myipc.cpp aboutdialog.cpp pathresolver.cpp mynotebook.cpp \
|
wrapexpat.cpp mypropertysheet.cpp rule.cpp housestylewriter.cpp myipc.cpp aboutdialog.cpp pathresolver.cpp mynotebook.cpp \
|
||||||
insertpanel.cpp mytoolbar.cpp mymenubar.cpp xmlwordcount.cpp getword.cpp locationpanel.cpp catalogresolver.cpp getlinuxappdir.cpp \
|
insertpanel.cpp mytoolbar.cpp mymenubar.cpp xmlwordcount.cpp getword.cpp locationpanel.cpp catalogresolver.cpp getlinuxappdir.cpp \
|
||||||
xmlparseschemans.cpp xmlshallowvalidator.cpp wrapxerces.cpp \
|
xmlparseschemans.cpp xmlshallowvalidator.cpp wrapxerces.cpp \
|
||||||
findreplacepanel.cpp xmlschemaparser.cpp commandpanel.cpp \
|
findreplacepanel.cpp xmlschemaparser.cpp commandpanel.cpp \
|
||||||
binaryfile.cpp xmlencodingspy.cpp \
|
binaryfile.cpp xmlencodingspy.cpp \
|
||||||
rulesets filters png rng xpm templates dtd copying help tei sk sv fr de \
|
rulesets filters png rng xpm templates dtd copying help tei sk sv fr de uk_UA \
|
||||||
zh_CN zh_TW en_us docbook xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
|
zh_CN zh_TW en_us docbook xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
|
||||||
xmlcopyeditor.desktop
|
xmlcopyeditor.desktop
|
||||||
xmlcopyeditor_LDFLAGS = $(WX_LIBS) \
|
xmlcopyeditor_LDFLAGS = $(WX_LIBS) \
|
||||||
-lexpat -lxslt -lxml2 -lpcre -lxerces-c
|
-lexpat -lxslt -lxml2 -lpcre -lxerces-c
|
||||||
|
|
||||||
nobase_xmlcopyeditor_DATA = png/*.png \
|
nobase_xmlcopyeditor_DATA = png/*.png \
|
||||||
rulesets/*.* \
|
rulesets/*.* \
|
||||||
filters/*.* \
|
filters/*.* \
|
||||||
rng/*.rng \
|
rng/*.rng \
|
||||||
rng/*.rnc \
|
rng/*.rnc \
|
||||||
rng/exclude/*.rng \
|
rng/exclude/*.rng \
|
||||||
rng/modules/*.rng \
|
rng/modules/*.rng \
|
||||||
tei/*.* \
|
tei/*.* \
|
||||||
tei/common/*.* \
|
tei/common/*.* \
|
||||||
tei/html/*.* \
|
tei/html/*.* \
|
||||||
tei/latex/*.* \
|
tei/latex/*.* \
|
||||||
tei/odds/*.* \
|
tei/odds/*.* \
|
||||||
tei/fo/*.* \
|
tei/fo/*.* \
|
||||||
tei/slides/*.* \
|
tei/slides/*.* \
|
||||||
tei/xhtml/*.* \
|
tei/xhtml/*.* \
|
||||||
docbook/VERSION \
|
docbook/VERSION \
|
||||||
docbook/html/*.* \
|
docbook/html/*.* \
|
||||||
docbook/xhtml/*.* \
|
docbook/xhtml/*.* \
|
||||||
docbook/fo/*.* \
|
docbook/fo/*.* \
|
||||||
docbook/common/*.* \
|
docbook/common/*.* \
|
||||||
docbook/highlighting/*.* \
|
docbook/highlighting/*.* \
|
||||||
docbook/lib/*.* \
|
docbook/lib/*.* \
|
||||||
xpm/*.xpm \
|
xpm/*.xpm \
|
||||||
templates/*.* \
|
templates/*.* \
|
||||||
dtd/*.* \
|
dtd/*.* \
|
||||||
help/*.* help/html/*.* \
|
help/*.* help/html/*.* \
|
||||||
copying/*.txt copying/boost_shared_ptr/* \
|
copying/*.txt copying/boost_shared_ptr/* \
|
||||||
copying/Expat/* copying/libxml2/* copying/libxslt/* \
|
copying/Expat/* copying/libxml2/* copying/libxslt/* \
|
||||||
copying/PCRE/* copying/Scintilla/* \
|
copying/PCRE/* copying/Scintilla/* \
|
||||||
copying/Spell_Checker_Oriented_Word_Lists/* \
|
copying/Spell_Checker_Oriented_Word_Lists/* \
|
||||||
copying/wxCoolBar/* \
|
copying/wxCoolBar/* \
|
||||||
copying/wxStyledTextCtrl/* copying/Ximian_OpenOffice_icons/* \
|
copying/wxStyledTextCtrl/* copying/Ximian_OpenOffice_icons/* \
|
||||||
copying/wxStEditor/* \
|
copying/wxStEditor/* \
|
||||||
copying/xmlcopyeditor/* \
|
copying/xmlcopyeditor/* \
|
||||||
copying/wxAUI/* \
|
copying/wxAUI/* \
|
||||||
copying/Apache/LICENSE-2.0 \
|
copying/Apache/LICENSE-2.0 \
|
||||||
copying/Apache/LICENSE-2_files/* \
|
copying/Apache/LICENSE-2_files/* \
|
||||||
sk/messages.mo \
|
sk/messages.mo \
|
||||||
sv/messages.mo \
|
sv/messages.mo \
|
||||||
fr/messages.mo \
|
fr/messages.mo \
|
||||||
de/messages.mo \
|
de/messages.mo \
|
||||||
zh_CN/messages.mo \
|
zh_CN/messages.mo \
|
||||||
zh_TW/messages.mo \
|
zh_TW/messages.mo \
|
||||||
en_us/messages.po
|
uk_UA/messages.mo \
|
||||||
|
en_us/messages.po
|
||||||
pixmap_DATA = xmlcopyeditor.png
|
|
||||||
|
pixmap_DATA = xmlcopyeditor.png
|
||||||
applications_DATA = xmlcopyeditor.desktop
|
|
||||||
|
applications_DATA = xmlcopyeditor.desktop
|
||||||
INCLUDES = -I/usr/include/libxml2
|
|
||||||
|
INCLUDES = -I/usr/include/libxml2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue