Guillem Jover 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
..
ChangeLog 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
LINGUAS c0a9dc2929 Add hu in LINGUAS 20 年之前
Makevars 841a630143 dpkg (1.13.1.0.1) experimental; urgency=low 21 年之前
POTFILES.in 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
README.translators bc0a66a9c3 Added file 20 年之前
bs.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
ca.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
cs.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
da.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
de.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
dpkg.pot 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
el.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
es.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
eu.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
fr.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
gl.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
he.po c2b2071530 This time, the unfuzzy should be correct 20 年之前
hu.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
id.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
it.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
ja.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
ko.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
nb.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
nl.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
nn.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
pl.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
pt.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
pt_BR.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
ro.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
ru.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
sk.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
sv.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
tl.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
vi.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
zh_CN.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前
zh_TW.po 92c0bb7afd Move dselect gettext strings to its own domain provided now by the 20 年之前

README.translators

Translators, when adding/updating your translation files, please follow
the following guidelines:

* Update po/ChangeLog and debian/changelog:

* beware the you should NOT update the main ChangeLog file
for translation updates. Use po/ChangeLog instead

* The format of entries in po/ChangeLog is strict:

==========================================================
2006-02-11 Christian Perrier

* fr.po: Updated to 1011t.
==========================================================

Note the date format AND the DOUBLE SPACE between the date end the translator's
email address

Note also the TAB character before the entry. NOT multiple spaces

Also note that the update should mention the file statistics as
XXXtYYYfZZZu

- "XXXt" means "XXX translated strings"
- "YYYf" means "YYY fuzzy strings strings"
- "ZZZt" means "ZZZ translated strings"

YYY or ZZZ may be omitted if they are null

This file contents MUST be encoded in UTF-8

* Format of entries in debian/changelog:

Translation updates should go in a dedicated "[Updated translations]"
section:

dpkg (1.13.15) unstable; urgency=low

.../...

[ Updated Translations ]
* Catalan (Jordi Mallach).
* Portuguese (Miguel Figueiredo).
* Swedish (Daniel Nylander).


New translations should go in a dedicated section named "[New translations]":


dpkg (1.13.15) unstable; urgency=low

.../...

[ New Translations ]
* Vogon (Douglas Adams).

This file contents MUST be encoded in UTF-8

* use of po/LINGUAS:

When ADDING a new translation, don't forget adding the language to po/LINGUAS, otherwise it will not be used.


* always CHECK your translations

You MUST check your PO files for validity.

The correct syntax for doing so is:

msgmerge -U dpkg.pot
msgfmt -c -o /dev/null --statistics
msgcat >/dev/null

-msgmerge updates your file with the current POT file
-msgfmt checks it for validity
-msgcat may detect encoding problems