]> git.sur5r.net Git - glabels/commit
Renamed files to support gettextizing with intltool.
authorJim Evins <evins@snaught.com>
Mon, 23 Jun 2003 03:45:45 +0000 (03:45 +0000)
committerJim Evins <evins@snaught.com>
Mon, 23 Jun 2003 03:45:45 +0000 (03:45 +0000)
commit34867c4f967a93042e453e550aa5a7921141db7b
treed73f97a9a1f164c4f855534aa1918523a9cd0ed1
parent42fd154b7670f4a7db82fa0990f856ccd3bd3270
Renamed files to support gettextizing with intltool.
    page-sizes.paper -> paper-sizes.xml
    predefined-labels.template ->predefined-templates.xml

xml-paper now looks for files with ".paper" extension or exactly named
"paper-sizes.xml".

xml-template now looks for files with ".template" extension or ending with
"-templates.xml".

Gettext is run on attributes starting with "_" in both xml-paper and xml-template.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@263 f5e0f49d-192f-0410-a22d-a8d8700d0965
glabels2/src/paper.c
glabels2/src/template.c
glabels2/src/xml-paper.c
glabels2/src/xml-template.c