Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
tellico/po
Slávek Banko 2e02da046d
Update to upstream version 1.3.6
10 anni fa
..
CMakeLists.txt Added KDE3 version of Tellico 14 anni fa
Makefile.am Additional renaming of kde to tde 13 anni fa
README Update to upstream version 1.3.6 10 anni fa
bg.po Added KDE3 version of Tellico 14 anni fa
ca.po Added KDE3 version of Tellico 14 anni fa
cs.po Added KDE3 version of Tellico 14 anni fa
de.po Update to upstream version 1.3.6 10 anni fa
ee.po Added KDE3 version of Tellico 14 anni fa
en_GB.po Added KDE3 version of Tellico 14 anni fa
es.po Added KDE3 version of Tellico 14 anni fa
fi.po Added KDE3 version of Tellico 14 anni fa
fr.po Added KDE3 version of Tellico 14 anni fa
hu.po Added KDE3 version of Tellico 14 anni fa
it.po Update to upstream version 1.3.6 10 anni fa
nb.po Added KDE3 version of Tellico 14 anni fa
nl.po Additional k => tde renaming and fixes 11 anni fa
nn.po Added KDE3 version of Tellico 14 anni fa
pl.po Added KDE3 version of Tellico 14 anni fa
pt.po Added KDE3 version of Tellico 14 anni fa
pt_BR.po Update to upstream version 1.3.6 10 anni fa
ro.po Added KDE3 version of Tellico 14 anni fa
ru.po Update to upstream version 1.3.6 10 anni fa
sv.po Added KDE3 version of Tellico 14 anni fa
tellico.pot Added KDE3 version of Tellico 14 anni fa
tr.po Added KDE3 version of Tellico 14 anni fa
uk.po Added KDE3 version of Tellico 14 anni fa

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.