您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
tellico/po
Slávek Banko 2e02da046d
Update to upstream version 1.3.6
10 年前
..
CMakeLists.txt Added KDE3 version of Tellico 14 年前
Makefile.am Additional renaming of kde to tde 13 年前
README Update to upstream version 1.3.6 10 年前
bg.po Added KDE3 version of Tellico 14 年前
ca.po Added KDE3 version of Tellico 14 年前
cs.po Added KDE3 version of Tellico 14 年前
de.po Update to upstream version 1.3.6 10 年前
ee.po Added KDE3 version of Tellico 14 年前
en_GB.po Added KDE3 version of Tellico 14 年前
es.po Added KDE3 version of Tellico 14 年前
fi.po Added KDE3 version of Tellico 14 年前
fr.po Added KDE3 version of Tellico 14 年前
hu.po Added KDE3 version of Tellico 14 年前
it.po Update to upstream version 1.3.6 10 年前
nb.po Added KDE3 version of Tellico 14 年前
nl.po Additional k => tde renaming and fixes 11 年前
nn.po Added KDE3 version of Tellico 14 年前
pl.po Added KDE3 version of Tellico 14 年前
pt.po Added KDE3 version of Tellico 14 年前
pt_BR.po Update to upstream version 1.3.6 10 年前
ro.po Added KDE3 version of Tellico 14 年前
ru.po Update to upstream version 1.3.6 10 年前
sv.po Added KDE3 version of Tellico 14 年前
tellico.pot Added KDE3 version of Tellico 14 年前
tr.po Added KDE3 version of Tellico 14 年前
uk.po Added KDE3 version of Tellico 14 年前

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.