syncevolution/po
zerng07 3441b06a2e l10n: Updates to Chinese (Taiwan) (zh_TW) translation
Transmitted-via: Transifex (translate.moblin.org)
2010-04-09 03:21:02 -07:00
..
ChangeLog add internationalization support 2009-05-06 10:49:34 +03:00
Makevars dbus client: add translatable strings to sync ui 2009-05-06 14:50:36 +03:00
POTFILES.in DBusServer: improve notification for auto sync (MB#10000) 2010-03-08 15:46:21 -08:00
POTFILES.skip ignore gtkinfobar.c in translation 2010-01-26 18:25:54 +01:00
README improve translator docs 2009-07-14 10:35:57 +02:00
ar.po l10n: Updates to Arabic (ar) translation 2009-11-16 06:46:11 -08:00
ca.po l10n: Added Catalan translation 2010-01-02 05:27:50 -08:00
da.po l10n: Danish translation of syncevolution. 2009-11-24 13:36:46 -08:00
de.po l10n: Updates to German (de) translation 2010-04-08 10:54:21 -07:00
es.po l10n: Updates to Spanish (Castilian) (es) translation 2010-04-07 10:45:44 -07:00
fi.po l10n: Updates to Finnish (fi) translation 2010-04-07 20:29:06 -07:00
fr.po l10n: Updates to French (fr) translation 2010-04-09 00:01:49 -07:00
gl.po l10n: First Galician translation 2009-10-14 19:56:28 +00:00
hu.po l10n: Updates to Hungarian (hu) translation 2010-01-26 07:07:36 -08:00
id.po l10n: Updates to Indonesian (id) translation 2009-10-13 04:27:12 +00:00
it.po l10n: Updates to Italian (it) translation 2010-04-09 01:06:49 -07:00
ja.po l10n: Updates to Japanese (ja) translation 2010-04-06 19:39:01 -07:00
ko.po l10n: Updates to Korean (ko) translation 2010-04-08 12:00:22 -07:00
nl.po l10n: Updates to Dutch (Flemish) (nl) translation 2010-04-06 17:01:17 -07:00
pl.po l10n: Updates to Polish (pl) translation 2010-04-06 12:02:43 -07:00
pt_BR.po l10n: Updates to Brazilian Portuguese (pt_BR) translation 2010-04-06 11:16:40 -07:00
ro.po l10n: Updates to Romanian (ro) translation 2009-10-03 17:26:36 +00:00
ru.po l10n: Updates to Russian (ru) translation 2010-04-06 06:53:14 -07:00
sv.po l10n: Updates to Swedish (sv) translation 2010-04-08 03:49:34 -07:00
th.po l10n: Updates to Thai translation 2010-01-19 18:24:45 +01:00
zh_CN.po l10n: Updates to Chinese (China) (zh_CN) translation 2010-04-06 17:45:18 -07:00
zh_TW.po l10n: Updates to Chinese (Taiwan) (zh_TW) translation 2010-04-09 03:21:02 -07:00

README

Translation README

Syncevolution Moblin (GTK+) UI uses standard gettext translations (.po files)
and Transifex for translator web access.

What follows is a very short technical guide to translating. For more extensive
documentation, please refer to the GNOME localisation guide* or even the 
gettext manual** (the latter is unfortunately fairly programmer oriented).


Notes to translators
====================

1. Get the strings that need translating 

The easiest way to get the po-file is via 
http://translate.moblin.org/projects/syncevolution/ . If the file for your 
language does not exist yet, take the template file (.pot) and rename it to 
xx.po, where xx is the language code).

Alternatively if you have configured SyncEvolution sources, you can get
an up-to-date template (.pot) and .po files by running "make update-po" in 
/po source directory.


2. Translate

Simply fill in the empty msgstr strings in the file. Graphical translation 
tools such as gtranslator are available in most linux distributions.

Two features a translator must know are c-format strings and plural form handling. 
For help with c-format strings, see GNOME Localisation Guide*.  

If there are untranslatable strings or you do not understand the context, please
file a bug on moblin bugzilla (product "SyncEvolution", component "GTK UI") or 
ask on the mailing list.


3. Upload

Upload the .po file using the webservice: For existing translations click "Send 
a translation for this language". For new languages use "Add new translation".

Alternatively you can open a bug on moblin bugzilla and attach the po-file
there.



Notes to developers
===================

1. Testing to-be-translated strings:
The translation webservice produces the translation files but "make update-po" 
in /po source directory can still be useful for testing: it will update the
translation template and all translations with new strings. When a translation
is listed in po/LINGUAS, 'make' will build the message catalog (.gmo) and
"make install" will install it.

2. Getting strings translated:
The translation webservice watches 'moblin-transifex' branch. When you want your
new strings to be translated, rebase/merge from master. Depending on the case, 
you may want to mention about string changes on the mailing list.

3. Getting translated strings into a release
merge moblin-transifex to master once in a while to get translation updates.



*  http://live.gnome.org/TranslationProject/LocalisationGuide
** http://www.gnu.org/software/gettext/manual/gettext.html