syncevolution/po
Krzesimir Nowak a7ad98fabc Port build system to non-recursive Automake.
All but toplevel Makefile.am are replaced with their non-recursive
counterparts. The generation of configure.in was removed (and thus
configure-{pre,post}.in are also removed) in favor of configure.ac
and m4 macros adding backend specific configure parts.

Version number is generated like in old build system.

There are still many things to improve, but for now there are no
immediate regressions. AUTOTOOLS-TODO contains a list of possible
improvements and fixes. AUTOTOOLS-TESTING contains what was tested
with current build system (configure flags, make options).
2011-08-30 16:38:34 +02:00
..
ar.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
ast.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
ca.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
ChangeLog add internationalization support 2009-05-06 10:49:34 +03:00
da.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
de.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
en_GB.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
es.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
fi.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
fr.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
gl.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
hu.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
id.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
it.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
ja.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
ko.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
LINGUAS.README Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00
Makevars dbus client: add translatable strings to sync ui 2009-05-06 14:50:36 +03:00
nl.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
pl.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
POTFILES.in distcheck: Corrected path to file in POTFILE.in 2011-08-26 12:52:16 +02:00
POTFILES.skip ignore gtkinfobar.c in translation 2010-01-26 18:25:54 +01:00
pt_BR.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
README improve translator docs 2009-07-14 10:35:57 +02:00
ro.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
ru.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
sk.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
sv.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
th.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
tr.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
zh_CN.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00
zh_TW.po GTK sync UI: English language fixes 2011-02-07 13:56:34 +01:00

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