Home | History | Annotate | only in /external/bluetooth/glib/po
Up to higher level directory
NameDateSize
am.po28-Mar-201241.7K
ar.po28-Mar-201259.6K
as.po28-Mar-201274.8K
az.po28-Mar-201248.4K
be.po28-Mar-201262.1K
be@latin.po28-Mar-201261.8K
bg.po28-Mar-201269.5K
bn.po28-Mar-201261.8K
bn_IN.po28-Mar-201276.1K
bs.po28-Mar-201248K
ca.po28-Mar-201260.2K
ca@valencia.po28-Mar-201260.3K
ChangeLog28-Mar-2012111.7K
cs.po28-Mar-201255.8K
cy.po28-Mar-201249.8K
da.po28-Mar-201256.5K
de.po28-Mar-201259.2K
dz.po28-Mar-201270.9K
el.po28-Mar-201271.5K
en_CA.po28-Mar-201252.5K
en_GB.po28-Mar-201254.1K
eo.po28-Mar-201247K
es.po28-Mar-201257.7K
et.po28-Mar-201251.4K
eu.po28-Mar-201256.5K
fa.po28-Mar-201256.2K
fi.po28-Mar-201256.1K
fr.po28-Mar-201259.8K
ga.po28-Mar-201242.9K
gl.po28-Mar-201257.3K
gu.po28-Mar-201273.8K
he.po28-Mar-201255.3K
hi.po28-Mar-201275.9K
hr.po28-Mar-201248.4K
hu.po28-Mar-201258.2K
hy.po28-Mar-201242.8K
id.po28-Mar-201250K
is.po28-Mar-201247.2K
it.po28-Mar-201261K
ja.po28-Mar-201262.1K
ka.po28-Mar-201266K
kn.po28-Mar-201281.3K
ko.po28-Mar-201260.7K
ku.po28-Mar-201241K
LINGUAS28-Mar-2012359
lt.po28-Mar-201255.8K
lv.po28-Mar-201247.5K
mai.po28-Mar-201265.7K
Makefile.in.in28-Mar-20127.9K
mg.po28-Mar-201250.5K
mk.po28-Mar-201267.8K
ml.po28-Mar-201286.4K
mn.po28-Mar-201255.4K
mr.po28-Mar-201274.7K
ms.po28-Mar-201247.1K
nb.po28-Mar-201254.6K
ne.po28-Mar-201260.1K
nl.po28-Mar-201259.5K
nn.po28-Mar-201253.8K
oc.po28-Mar-201239.4K
or.po28-Mar-201278.3K
pa.po28-Mar-201271.6K
pl.po28-Mar-201257.6K
po2tbl.sed.in28-Mar-20122.4K
POTFILES.in28-Mar-20121.5K
ps.po28-Mar-201243.5K
pt.po28-Mar-201258.4K
pt_BR.po28-Mar-201256.7K
README.translators28-Mar-2012724
ro.po28-Mar-201257.6K
ru.po28-Mar-201270.4K
rw.po28-Mar-201247.8K
si.po28-Mar-201248.9K
sk.po28-Mar-201250.3K
sl.po28-Mar-201255.2K
sq.po28-Mar-201277.1K
sr.po28-Mar-201259.7K
sr@ije.po28-Mar-201254.2K
sr@latin.po28-Mar-201252.1K
sv.po28-Mar-201258.1K
ta.po28-Mar-201278.6K
te.po28-Mar-201279.1K
th.po28-Mar-201279K
tl.po28-Mar-201250.6K
tr.po28-Mar-201255.4K
tt.po28-Mar-201243.6K
uk.po28-Mar-201268.4K
vi.po28-Mar-201260K
wa.po28-Mar-201245.4K
xh.po28-Mar-201250.6K
yi.po28-Mar-201253.9K
zh_CN.po28-Mar-201252.8K
zh_HK.po28-Mar-201253.4K
zh_TW.po28-Mar-201253.4K

README.translators

      1 All the .po files are now in UTF-8!
      2 
      3 For information on editing UTF-8 files on Unix, see
      4 <http://www.cl.cam.ac.uk/~mgk25/unicode.html>
      5 
      6 If you just want to convert it back to your native encoding to
      7 edit and then convert again to UTF-8 to commit, please see the
      8 scripts in gnome-i18n/UTF-8, for example
      9 
     10   export ENCODING_TO=ISO-8859-15
     11   utftopo fi.po
     12   emacs fi.po
     13   potoutf.sh fi.po
     14   cvs commit fi.po
     15 
     16 Alternatively, you can use the gettext package (>= 0.11) to convert
     17 your translation to and from your native encoding:
     18 
     19 msgconv -t ISO-8859-15 fi.po > fi.native.po
     20 emacs fi.native.po
     21 msgconv -t UTF-8 fi.native.po > fi.po
     22 cvs commit fi.po
     23 
     24 If you need help with this, ask, but please don't commit
     25 non-UTF-8 files here.
     26