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