Home | History | Annotate | only in /external/bluetooth/glib/po
Up to higher level directory
NameDateSize
am.po31-Jul-201041.7K
ar.po31-Jul-201059.6K
as.po31-Jul-201074.8K
az.po31-Jul-201048.4K
be.po31-Jul-201062.1K
be@latin.po31-Jul-201061.8K
bg.po31-Jul-201069.5K
bn.po31-Jul-201061.8K
bn_IN.po31-Jul-201076.1K
bs.po31-Jul-201048K
ca.po31-Jul-201060.2K
ca@valencia.po31-Jul-201060.3K
ChangeLog31-Jul-2010111.7K
cs.po31-Jul-201055.8K
cy.po31-Jul-201049.8K
da.po31-Jul-201056.5K
de.po31-Jul-201059.2K
dz.po31-Jul-201070.9K
el.po31-Jul-201071.5K
en_CA.po31-Jul-201052.5K
en_GB.po31-Jul-201054.1K
eo.po31-Jul-201047K
es.po31-Jul-201057.7K
et.po31-Jul-201051.4K
eu.po31-Jul-201056.5K
fa.po31-Jul-201056.2K
fi.po31-Jul-201056.1K
fr.po31-Jul-201059.8K
ga.po31-Jul-201042.9K
gl.po31-Jul-201057.3K
gu.po31-Jul-201073.8K
he.po31-Jul-201055.3K
hi.po31-Jul-201075.9K
hr.po31-Jul-201048.4K
hu.po31-Jul-201058.2K
hy.po31-Jul-201042.8K
id.po31-Jul-201050K
is.po31-Jul-201047.2K
it.po31-Jul-201061K
ja.po31-Jul-201062.1K
ka.po31-Jul-201066K
kn.po31-Jul-201081.3K
ko.po31-Jul-201060.7K
ku.po31-Jul-201041K
LINGUAS31-Jul-2010359
lt.po31-Jul-201055.8K
lv.po31-Jul-201047.5K
mai.po31-Jul-201065.7K
Makefile.in.in31-Jul-20107.9K
mg.po31-Jul-201050.5K
mk.po31-Jul-201067.8K
ml.po31-Jul-201086.4K
mn.po31-Jul-201055.4K
mr.po31-Jul-201074.7K
ms.po31-Jul-201047.1K
nb.po31-Jul-201054.6K
ne.po31-Jul-201060.1K
nl.po31-Jul-201059.5K
nn.po31-Jul-201053.8K
oc.po31-Jul-201039.4K
or.po31-Jul-201078.3K
pa.po31-Jul-201071.6K
pl.po31-Jul-201057.6K
po2tbl.sed.in31-Jul-20102.4K
POTFILES.in31-Jul-20101.5K
ps.po31-Jul-201043.5K
pt.po31-Jul-201058.4K
pt_BR.po31-Jul-201056.7K
README.translators31-Jul-2010724
ro.po31-Jul-201057.6K
ru.po31-Jul-201070.4K
rw.po31-Jul-201047.8K
si.po31-Jul-201048.9K
sk.po31-Jul-201050.3K
sl.po31-Jul-201055.2K
sq.po31-Jul-201077.1K
sr.po31-Jul-201059.7K
sr@ije.po31-Jul-201054.2K
sr@latin.po31-Jul-201052.1K
sv.po31-Jul-201058.1K
ta.po31-Jul-201078.6K
te.po31-Jul-201079.1K
th.po31-Jul-201079K
tl.po31-Jul-201050.6K
tr.po31-Jul-201055.4K
tt.po31-Jul-201043.6K
uk.po31-Jul-201068.4K
vi.po31-Jul-201060K
wa.po31-Jul-201045.4K
xh.po31-Jul-201050.6K
yi.po31-Jul-201053.9K
zh_CN.po31-Jul-201052.8K
zh_HK.po31-Jul-201053.4K
zh_TW.po31-Jul-201053.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