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
Serg Bormant 50f53e01f0
Translated using Weblate (Russian)
4 anni fa
..
CMakeLists.txt Initial cmake conversion 8 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 Update translation files 5 anni fa
ca.po Update translation files 5 anni fa
cs.po Update translation files 5 anni fa
de.po Translated using Weblate (German) 4 anni fa
ee.po Update translation files 5 anni fa
en_GB.po Update translation files 5 anni fa
es.po Update translation files 5 anni fa
fi.po Update translation files 5 anni fa
fr.po Update translation files 5 anni fa
hu.po Update translation files 5 anni fa
it.po Update translation files 5 anni fa
nb.po Update translation files 5 anni fa
nl.po Update translation files 5 anni fa
nn.po Update translation files 5 anni fa
pl.po Update translation files 5 anni fa
pt.po Update translation files 5 anni fa
pt_BR.po Update translation files 5 anni fa
ro.po Update translation files 5 anni fa
ru.po Translated using Weblate (Russian) 4 anni fa
sv.po Update translation files 5 anni fa
tellico.pot Update translation template. 5 anni fa
tr.po Update translation files 5 anni fa
uk.po Update translation files 5 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.