Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
tellico/po
Serg Bormant 50f53e01f0
Translated using Weblate (Russian)
4 år sedan
..
CMakeLists.txt Initial cmake conversion 8 år sedan
Makefile.am Additional renaming of kde to tde 13 år sedan
README Update to upstream version 1.3.6 10 år sedan
bg.po Update translation files 5 år sedan
ca.po Update translation files 5 år sedan
cs.po Update translation files 5 år sedan
de.po Translated using Weblate (German) 4 år sedan
ee.po Update translation files 5 år sedan
en_GB.po Update translation files 5 år sedan
es.po Update translation files 5 år sedan
fi.po Update translation files 5 år sedan
fr.po Update translation files 5 år sedan
hu.po Update translation files 5 år sedan
it.po Update translation files 5 år sedan
nb.po Update translation files 5 år sedan
nl.po Update translation files 5 år sedan
nn.po Update translation files 5 år sedan
pl.po Update translation files 5 år sedan
pt.po Update translation files 5 år sedan
pt_BR.po Update translation files 5 år sedan
ro.po Update translation files 5 år sedan
ru.po Translated using Weblate (Russian) 4 år sedan
sv.po Update translation files 5 år sedan
tellico.pot Update translation template. 5 år sedan
tr.po Update translation files 5 år sedan
uk.po Update translation files 5 år sedan

README

To regenerate the message strings, type

make package-messages

from the top-level directory.

Please note that you need a special for KDE patched version of xgettext. You
can obtain it from http://packages.ubuntu.com/de/edgy/gettext-kde. Don't forget
to make this binary available as xgettext (instead of kde-xgettext) by e.g.
creating a link in your search path.

If you don't do this, code such as i18n("Comic Book Illustrator", "Artist")
would correspond to two separate strings "Comic Book Illustrator" and
"Artist" instead of a combined entry from which only the second one has to be
translated:

msgid ""
"_: Comic Book Illustrator\n"
"Artist"
msgstr "Künstler"

You also need the tool extractrc. In Debian it is available in the package
tdesdk-scripts.