├── django_countries ├── models.py ├── tests │ ├── __init__.py │ ├── settings.py │ ├── models.py │ ├── test_settings.py │ ├── test_countries.py │ └── test_fields.py ├── static │ └── flags │ │ ├── ad.gif │ │ ├── ae.gif │ │ ├── af.gif │ │ ├── ag.gif │ │ ├── ai.gif │ │ ├── al.gif │ │ ├── am.gif │ │ ├── ao.gif │ │ ├── aq.gif │ │ ├── ar.gif │ │ ├── as.gif │ │ ├── at.gif │ │ ├── au.gif │ │ ├── aw.gif │ │ ├── ax.gif │ │ ├── az.gif │ │ ├── ba.gif │ │ ├── bb.gif │ │ ├── bd.gif │ │ ├── be.gif │ │ ├── bf.gif │ │ ├── bg.gif │ │ ├── bh.gif │ │ ├── bi.gif │ │ ├── bj.gif │ │ ├── bl.gif │ │ ├── bm.gif │ │ ├── bn.gif │ │ ├── bo.gif │ │ ├── bq.gif │ │ ├── br.gif │ │ ├── bs.gif │ │ ├── bt.gif │ │ ├── bv.gif │ │ ├── bw.gif │ │ ├── by.gif │ │ ├── bz.gif │ │ ├── ca.gif │ │ ├── cc.gif │ │ ├── cd.gif │ │ ├── cf.gif │ │ ├── cg.gif │ │ ├── ch.gif │ │ ├── ci.gif │ │ ├── ck.gif │ │ ├── cl.gif │ │ ├── cm.gif │ │ ├── cn.gif │ │ ├── co.gif │ │ ├── cr.gif │ │ ├── cu.gif │ │ ├── cv.gif │ │ ├── cw.gif │ │ ├── cx.gif │ │ ├── cy.gif │ │ ├── cz.gif │ │ ├── de.gif │ │ ├── dj.gif │ │ ├── dk.gif │ │ ├── dm.gif │ │ ├── do.gif │ │ ├── dz.gif │ │ ├── ec.gif │ │ ├── ee.gif │ │ ├── eg.gif │ │ ├── eh.gif │ │ ├── er.gif │ │ ├── es.gif │ │ ├── et.gif │ │ ├── fi.gif │ │ ├── fj.gif │ │ ├── fk.gif │ │ ├── fm.gif │ │ ├── fo.gif │ │ ├── fr.gif │ │ ├── ga.gif │ │ ├── gb.gif │ │ ├── gd.gif │ │ ├── ge.gif │ │ ├── gf.gif │ │ ├── gg.gif │ │ ├── gh.gif │ │ ├── gi.gif │ │ ├── gl.gif │ │ ├── gm.gif │ │ ├── gn.gif │ │ ├── gp.gif │ │ ├── gq.gif │ │ ├── gr.gif │ │ ├── gs.gif │ │ ├── gt.gif │ │ ├── gu.gif │ │ ├── gw.gif │ │ ├── gy.gif │ │ ├── hk.gif │ │ ├── hm.gif │ │ ├── hn.gif │ │ ├── hr.gif │ │ ├── ht.gif │ │ ├── hu.gif │ │ ├── id.gif │ │ ├── ie.gif │ │ ├── il.gif │ │ ├── im.gif │ │ ├── in.gif │ │ ├── io.gif │ │ ├── iq.gif │ │ ├── ir.gif │ │ ├── is.gif │ │ ├── it.gif │ │ ├── je.gif │ │ ├── jm.gif │ │ ├── jo.gif │ │ ├── jp.gif │ │ ├── ke.gif │ │ ├── kg.gif │ │ ├── kh.gif │ │ ├── ki.gif │ │ ├── km.gif │ │ ├── kn.gif │ │ ├── kp.gif │ │ ├── kr.gif │ │ ├── kw.gif │ │ ├── ky.gif │ │ ├── kz.gif │ │ ├── la.gif │ │ ├── lb.gif │ │ ├── lc.gif │ │ ├── li.gif │ │ ├── lk.gif │ │ ├── lr.gif │ │ ├── ls.gif │ │ ├── lt.gif │ │ ├── lu.gif │ │ ├── lv.gif │ │ ├── ly.gif │ │ ├── ma.gif │ │ ├── mc.gif │ │ ├── md.gif │ │ ├── me.gif │ │ ├── mf.gif │ │ ├── mg.gif │ │ ├── mh.gif │ │ ├── mk.gif │ │ ├── ml.gif │ │ ├── mm.gif │ │ ├── mn.gif │ │ ├── mo.gif │ │ ├── mp.gif │ │ ├── mq.gif │ │ ├── mr.gif │ │ ├── ms.gif │ │ ├── mt.gif │ │ ├── mu.gif │ │ ├── mv.gif │ │ ├── mw.gif │ │ ├── mx.gif │ │ ├── my.gif │ │ ├── mz.gif │ │ ├── na.gif │ │ ├── nc.gif │ │ ├── ne.gif │ │ ├── nf.gif │ │ ├── ng.gif │ │ ├── ni.gif │ │ ├── nl.gif │ │ ├── no.gif │ │ ├── np.gif │ │ ├── nr.gif │ │ ├── nu.gif │ │ ├── nz.gif │ │ ├── om.gif │ │ ├── pa.gif │ │ ├── pe.gif │ │ ├── pf.gif │ │ ├── pg.gif │ │ ├── ph.gif │ │ ├── pk.gif │ │ ├── pl.gif │ │ ├── pm.gif │ │ ├── pn.gif │ │ ├── pr.gif │ │ ├── ps.gif │ │ ├── pt.gif │ │ ├── pw.gif │ │ ├── py.gif │ │ ├── qa.gif │ │ ├── re.gif │ │ ├── ro.gif │ │ ├── rs.gif │ │ ├── ru.gif │ │ ├── rw.gif │ │ ├── sa.gif │ │ ├── sb.gif │ │ ├── sc.gif │ │ ├── sd.gif │ │ ├── se.gif │ │ ├── sg.gif │ │ ├── sh.gif │ │ ├── si.gif │ │ ├── sj.gif │ │ ├── sk.gif │ │ ├── sl.gif │ │ ├── sm.gif │ │ ├── sn.gif │ │ ├── so.gif │ │ ├── sr.gif │ │ ├── ss.gif │ │ ├── st.gif │ │ ├── sv.gif │ │ ├── sx.gif │ │ ├── sy.gif │ │ ├── sz.gif │ │ ├── tc.gif │ │ ├── td.gif │ │ ├── tf.gif │ │ ├── tg.gif │ │ ├── th.gif │ │ ├── tj.gif │ │ ├── tk.gif │ │ ├── tl.gif │ │ ├── tm.gif │ │ ├── tn.gif │ │ ├── to.gif │ │ ├── tr.gif │ │ ├── tt.gif │ │ ├── tv.gif │ │ ├── tw.gif │ │ ├── tz.gif │ │ ├── ua.gif │ │ ├── ug.gif │ │ ├── um.gif │ │ ├── us.gif │ │ ├── uy.gif │ │ ├── uz.gif │ │ ├── va.gif │ │ ├── vc.gif │ │ ├── ve.gif │ │ ├── vg.gif │ │ ├── vi.gif │ │ ├── vn.gif │ │ ├── vu.gif │ │ ├── wf.gif │ │ ├── ws.gif │ │ ├── ye.gif │ │ ├── yt.gif │ │ ├── za.gif │ │ ├── zm.gif │ │ ├── zw.gif │ │ └── .DS_Store ├── locale │ ├── cs │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── de │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── el │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── en │ │ └── LC_MESSAGES │ │ │ ├── django.mo │ │ │ └── django.po │ ├── es │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── fi │ │ └── LC_MESSAGES │ │ │ ├── django.mo │ │ │ └── django.po │ ├── fr │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── hr │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── it │ │ └── LC_MESSAGES │ │ │ ├── django.mo │ │ │ └── django.po │ ├── ja │ │ └── LC_MESSAGES │ │ │ ├── django.mo │ │ │ └── django.po │ ├── nb │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── nl │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── pl │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── ru │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── sk │ │ └── LC_MESSAGES │ │ │ └── django.mo │ ├── pt_BR │ │ └── LC_MESSAGES │ │ │ ├── django.mo │ │ │ └── django.po │ └── pt_PT │ │ └── LC_MESSAGES │ │ └── django.mo ├── conf.py ├── __init__.py ├── ioc_data.py ├── fields.py └── data.py ├── .gitignore ├── MANIFEST.in ├── .tx └── config ├── tox.ini ├── LICENSE ├── setup.py └── README.rst /django_countries/models.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django_countries/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | iso3166-1.csv 2 | .tox/ 3 | dist/ 4 | -------------------------------------------------------------------------------- /django_countries/static/flags/ad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ad.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ae.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ae.gif -------------------------------------------------------------------------------- /django_countries/static/flags/af.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/af.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ag.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ai.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ai.gif -------------------------------------------------------------------------------- /django_countries/static/flags/al.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/al.gif -------------------------------------------------------------------------------- /django_countries/static/flags/am.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/am.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ao.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ao.gif -------------------------------------------------------------------------------- /django_countries/static/flags/aq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/aq.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ar.gif -------------------------------------------------------------------------------- /django_countries/static/flags/as.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/as.gif -------------------------------------------------------------------------------- /django_countries/static/flags/at.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/at.gif -------------------------------------------------------------------------------- /django_countries/static/flags/au.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/au.gif -------------------------------------------------------------------------------- /django_countries/static/flags/aw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/aw.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ax.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ax.gif -------------------------------------------------------------------------------- /django_countries/static/flags/az.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/az.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ba.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ba.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bb.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bd.gif -------------------------------------------------------------------------------- /django_countries/static/flags/be.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/be.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bf.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bg.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bh.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bi.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bj.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bl.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bn.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bo.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bq.gif -------------------------------------------------------------------------------- /django_countries/static/flags/br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/br.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bs.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bt.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bv.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bw.gif -------------------------------------------------------------------------------- /django_countries/static/flags/by.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/by.gif -------------------------------------------------------------------------------- /django_countries/static/flags/bz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/bz.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ca.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cc.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cd.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cf.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cg.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ch.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ci.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ci.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ck.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cl.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cn.gif -------------------------------------------------------------------------------- /django_countries/static/flags/co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/co.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cu.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cv.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cw.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cx.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cy.gif -------------------------------------------------------------------------------- /django_countries/static/flags/cz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/cz.gif -------------------------------------------------------------------------------- /django_countries/static/flags/de.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/de.gif -------------------------------------------------------------------------------- /django_countries/static/flags/dj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/dj.gif -------------------------------------------------------------------------------- /django_countries/static/flags/dk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/dk.gif -------------------------------------------------------------------------------- /django_countries/static/flags/dm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/dm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/do.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/do.gif -------------------------------------------------------------------------------- /django_countries/static/flags/dz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/dz.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ec.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ee.gif -------------------------------------------------------------------------------- /django_countries/static/flags/eg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/eg.gif -------------------------------------------------------------------------------- /django_countries/static/flags/eh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/eh.gif -------------------------------------------------------------------------------- /django_countries/static/flags/er.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/er.gif -------------------------------------------------------------------------------- /django_countries/static/flags/es.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/es.gif -------------------------------------------------------------------------------- /django_countries/static/flags/et.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/et.gif -------------------------------------------------------------------------------- /django_countries/static/flags/fi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/fi.gif -------------------------------------------------------------------------------- /django_countries/static/flags/fj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/fj.gif -------------------------------------------------------------------------------- /django_countries/static/flags/fk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/fk.gif -------------------------------------------------------------------------------- /django_countries/static/flags/fm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/fm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/fo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/fo.gif -------------------------------------------------------------------------------- /django_countries/static/flags/fr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/fr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ga.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ga.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gb.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gd.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ge.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gf.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gg.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gh.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gi.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gl.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gn.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gp.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gq.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gs.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gt.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gu.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gw.gif -------------------------------------------------------------------------------- /django_countries/static/flags/gy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/gy.gif -------------------------------------------------------------------------------- /django_countries/static/flags/hk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/hk.gif -------------------------------------------------------------------------------- /django_countries/static/flags/hm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/hm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/hn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/hn.gif -------------------------------------------------------------------------------- /django_countries/static/flags/hr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/hr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ht.gif -------------------------------------------------------------------------------- /django_countries/static/flags/hu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/hu.gif -------------------------------------------------------------------------------- /django_countries/static/flags/id.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/id.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ie.gif -------------------------------------------------------------------------------- /django_countries/static/flags/il.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/il.gif -------------------------------------------------------------------------------- /django_countries/static/flags/im.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/im.gif -------------------------------------------------------------------------------- /django_countries/static/flags/in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/in.gif -------------------------------------------------------------------------------- /django_countries/static/flags/io.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/io.gif -------------------------------------------------------------------------------- /django_countries/static/flags/iq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/iq.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ir.gif -------------------------------------------------------------------------------- /django_countries/static/flags/is.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/is.gif -------------------------------------------------------------------------------- /django_countries/static/flags/it.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/it.gif -------------------------------------------------------------------------------- /django_countries/static/flags/je.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/je.gif -------------------------------------------------------------------------------- /django_countries/static/flags/jm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/jm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/jo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/jo.gif -------------------------------------------------------------------------------- /django_countries/static/flags/jp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/jp.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ke.gif -------------------------------------------------------------------------------- /django_countries/static/flags/kg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/kg.gif -------------------------------------------------------------------------------- /django_countries/static/flags/kh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/kh.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ki.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ki.gif -------------------------------------------------------------------------------- /django_countries/static/flags/km.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/km.gif -------------------------------------------------------------------------------- /django_countries/static/flags/kn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/kn.gif -------------------------------------------------------------------------------- /django_countries/static/flags/kp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/kp.gif -------------------------------------------------------------------------------- /django_countries/static/flags/kr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/kr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/kw.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ky.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ky.gif -------------------------------------------------------------------------------- /django_countries/static/flags/kz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/kz.gif -------------------------------------------------------------------------------- /django_countries/static/flags/la.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/la.gif -------------------------------------------------------------------------------- /django_countries/static/flags/lb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/lb.gif -------------------------------------------------------------------------------- /django_countries/static/flags/lc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/lc.gif -------------------------------------------------------------------------------- /django_countries/static/flags/li.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/li.gif -------------------------------------------------------------------------------- /django_countries/static/flags/lk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/lk.gif -------------------------------------------------------------------------------- /django_countries/static/flags/lr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/lr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ls.gif -------------------------------------------------------------------------------- /django_countries/static/flags/lt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/lt.gif -------------------------------------------------------------------------------- /django_countries/static/flags/lu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/lu.gif -------------------------------------------------------------------------------- /django_countries/static/flags/lv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/lv.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ly.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ma.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ma.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mc.gif -------------------------------------------------------------------------------- /django_countries/static/flags/md.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/md.gif -------------------------------------------------------------------------------- /django_countries/static/flags/me.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/me.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mf.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mg.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mh.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mk.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ml.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mn.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mo.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mp.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mq.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ms.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ms.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mt.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mu.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mv.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mw.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mx.gif -------------------------------------------------------------------------------- /django_countries/static/flags/my.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/my.gif -------------------------------------------------------------------------------- /django_countries/static/flags/mz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/mz.gif -------------------------------------------------------------------------------- /django_countries/static/flags/na.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/na.gif -------------------------------------------------------------------------------- /django_countries/static/flags/nc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/nc.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ne.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ne.gif -------------------------------------------------------------------------------- /django_countries/static/flags/nf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/nf.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ng.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ng.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ni.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ni.gif -------------------------------------------------------------------------------- /django_countries/static/flags/nl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/nl.gif -------------------------------------------------------------------------------- /django_countries/static/flags/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/no.gif -------------------------------------------------------------------------------- /django_countries/static/flags/np.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/np.gif -------------------------------------------------------------------------------- /django_countries/static/flags/nr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/nr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/nu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/nu.gif -------------------------------------------------------------------------------- /django_countries/static/flags/nz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/nz.gif -------------------------------------------------------------------------------- /django_countries/static/flags/om.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/om.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pa.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pe.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pf.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pg.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ph.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pk.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pl.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pn.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ps.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pt.gif -------------------------------------------------------------------------------- /django_countries/static/flags/pw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/pw.gif -------------------------------------------------------------------------------- /django_countries/static/flags/py.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/py.gif -------------------------------------------------------------------------------- /django_countries/static/flags/qa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/qa.gif -------------------------------------------------------------------------------- /django_countries/static/flags/re.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/re.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ro.gif -------------------------------------------------------------------------------- /django_countries/static/flags/rs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/rs.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ru.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ru.gif -------------------------------------------------------------------------------- /django_countries/static/flags/rw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/rw.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sa.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sb.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sc.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sd.gif -------------------------------------------------------------------------------- /django_countries/static/flags/se.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/se.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sg.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sh.gif -------------------------------------------------------------------------------- /django_countries/static/flags/si.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/si.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sj.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sk.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sl.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sn.gif -------------------------------------------------------------------------------- /django_countries/static/flags/so.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/so.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ss.gif -------------------------------------------------------------------------------- /django_countries/static/flags/st.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/st.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sv.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sx.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sy.gif -------------------------------------------------------------------------------- /django_countries/static/flags/sz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/sz.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tc.gif -------------------------------------------------------------------------------- /django_countries/static/flags/td.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/td.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tf.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tg.gif -------------------------------------------------------------------------------- /django_countries/static/flags/th.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/th.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tj.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tk.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tl.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tn.gif -------------------------------------------------------------------------------- /django_countries/static/flags/to.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/to.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tr.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tt.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tv.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tw.gif -------------------------------------------------------------------------------- /django_countries/static/flags/tz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/tz.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ua.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ua.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ug.gif -------------------------------------------------------------------------------- /django_countries/static/flags/um.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/um.gif -------------------------------------------------------------------------------- /django_countries/static/flags/us.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/us.gif -------------------------------------------------------------------------------- /django_countries/static/flags/uy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/uy.gif -------------------------------------------------------------------------------- /django_countries/static/flags/uz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/uz.gif -------------------------------------------------------------------------------- /django_countries/static/flags/va.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/va.gif -------------------------------------------------------------------------------- /django_countries/static/flags/vc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/vc.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ve.gif -------------------------------------------------------------------------------- /django_countries/static/flags/vg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/vg.gif -------------------------------------------------------------------------------- /django_countries/static/flags/vi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/vi.gif -------------------------------------------------------------------------------- /django_countries/static/flags/vn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/vn.gif -------------------------------------------------------------------------------- /django_countries/static/flags/vu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/vu.gif -------------------------------------------------------------------------------- /django_countries/static/flags/wf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/wf.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ws.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ws.gif -------------------------------------------------------------------------------- /django_countries/static/flags/ye.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/ye.gif -------------------------------------------------------------------------------- /django_countries/static/flags/yt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/yt.gif -------------------------------------------------------------------------------- /django_countries/static/flags/za.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/za.gif -------------------------------------------------------------------------------- /django_countries/static/flags/zm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/zm.gif -------------------------------------------------------------------------------- /django_countries/static/flags/zw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/zw.gif -------------------------------------------------------------------------------- /django_countries/static/flags/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/static/flags/.DS_Store -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | include README.rst 2 | include LICENSE 3 | include tox.ini 4 | graft django_countries/static/flags 5 | graft django_countries/locale 6 | -------------------------------------------------------------------------------- /django_countries/locale/cs/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/cs/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/de/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/de/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/el/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/el/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/en/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/en/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/es/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/es/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/fi/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/fi/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/fr/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/fr/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/hr/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/hr/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/it/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/it/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/ja/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/ja/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/nb/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/nb/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/nl/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/nl/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/pl/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/pl/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/ru/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/ru/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/sk/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/sk/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/pt_BR/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/pt_BR/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /django_countries/locale/pt_PT/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/variable/django-countries/master/django_countries/locale/pt_PT/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- 1 | [main] 2 | host = https://www.transifex.com 3 | 4 | [django-countries.djangopo] 5 | file_filter = django_countries/locale//LC_MESSAGES/django.po 6 | source_file = django_countries/locale/en/LC_MESSAGES/django.po 7 | source_lang = en 8 | 9 | -------------------------------------------------------------------------------- /django_countries/tests/settings.py: -------------------------------------------------------------------------------- 1 | SECRET_KEY = 'test' 2 | 3 | INSTALLED_APPS = ( 4 | 'django_countries', 5 | 'django_countries.tests', 6 | ) 7 | 8 | DATABASES = { 9 | 'default': {'ENGINE': 'django.db.backends.sqlite3'} 10 | } 11 | 12 | STATIC_URL = '/static-assets/' 13 | -------------------------------------------------------------------------------- /django_countries/tests/models.py: -------------------------------------------------------------------------------- 1 | from django.db import models 2 | from django_countries.fields import CountryField 3 | 4 | 5 | class Person(models.Model): 6 | name = models.CharField(max_length=50) 7 | country = CountryField() 8 | other_country = CountryField( 9 | blank=True, countries_flag_url='//flags.example.com/{code}.gif') 10 | 11 | 12 | class AllowNull(models.Model): 13 | country = CountryField(null=True) 14 | -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- 1 | [tox] 2 | distribute = False 3 | envlist = 4 | py27, py33, 5 | master, 6 | readme 7 | 8 | [testenv] 9 | downloadcache = {toxworkdir}/_download/ 10 | setenv = 11 | DJANGO_SETTINGS_MODULE = django_countries.tests.settings 12 | deps = 13 | Django<1.7 14 | commands = 15 | {envbindir}/python {envbindir}/django-admin.py test {posargs:django_countries.tests} 16 | 17 | [testenv:readme] 18 | basepython = python2.7 19 | deps = 20 | docutils 21 | commands = 22 | {envbindir}/rst2html.py --report=info --halt=warning README.rst /dev/null 23 | 24 | [testenv:master] 25 | basepython = python2.7 26 | deps = 27 | https://github.com/django/django/zipball/master 28 | -------------------------------------------------------------------------------- /django_countries/tests/test_settings.py: -------------------------------------------------------------------------------- 1 | from __future__ import unicode_literals 2 | from django.test import TestCase 3 | 4 | from django_countries import countries 5 | 6 | 7 | class TestSettings(TestCase): 8 | 9 | def setUp(self): 10 | del countries.countries 11 | 12 | def tearDown(self): 13 | del countries.countries 14 | 15 | def test_override_additional(self): 16 | with self.settings(COUNTRIES_OVERRIDE={'XX': 'New'}): 17 | self.assertEqual(countries.name('XX'), 'New') 18 | 19 | def test_override_replace(self): 20 | with self.settings(COUNTRIES_OVERRIDE={'NZ': 'Middle Earth'}): 21 | self.assertEqual(countries.name('NZ'), 'Middle Earth') 22 | 23 | def test_override_remove(self): 24 | with self.settings(COUNTRIES_OVERRIDE={'AU': None}): 25 | self.assertNotIn('AU', countries.countries) 26 | self.assertEqual(countries.name('AU'), '') 27 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2010 Chris Beaven and contributors 2 | 3 | Permission is hereby granted, free of charge, to any person 4 | obtaining a copy of this software and associated documentation 5 | files (the "Software"), to deal in the Software without 6 | restriction, including without limitation the rights to use, 7 | copy, modify, merge, publish, distribute, sublicense, and/or sell 8 | copies of the Software, and to permit persons to whom the 9 | Software is furnished to do so, subject to the following 10 | conditions: 11 | 12 | The above copyright notice and this permission notice shall be 13 | included in all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 17 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 19 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 20 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /django_countries/tests/test_countries.py: -------------------------------------------------------------------------------- 1 | from __future__ import unicode_literals 2 | from django.test import TestCase 3 | 4 | from django_countries import countries 5 | 6 | 7 | class TestCountriesObject(TestCase): 8 | EXPECTED_COUNTRY_COUNT = 249 9 | 10 | def setUp(self): 11 | del countries.countries 12 | 13 | def tearDown(self): 14 | del countries.countries 15 | 16 | def test_countries_len(self): 17 | self.assertEqual(len(countries), self.EXPECTED_COUNTRY_COUNT) 18 | 19 | def test_countries_custom_removed_len(self): 20 | with self.settings(COUNTRIES_OVERRIDE={'AU': None}): 21 | self.assertEqual(len(countries), self.EXPECTED_COUNTRY_COUNT - 1) 22 | 23 | def test_countries_custom_added_len(self): 24 | with self.settings(COUNTRIES_OVERRIDE={'XX': 'Neverland'}): 25 | self.assertEqual(len(countries), self.EXPECTED_COUNTRY_COUNT + 1) 26 | 27 | def test_countries_custom_ugettext_evaluation(self): 28 | 29 | class FakeLazyUGetText(object): 30 | 31 | def __bool__(self): 32 | raise ValueError("Can't evaluate lazy_ugettext yet") 33 | 34 | __nonzero__ = __bool__ 35 | 36 | with self.settings(COUNTRIES_OVERRIDE={'AU': FakeLazyUGetText()}): 37 | countries.countries 38 | -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import io 3 | import os 4 | from setuptools import setup, find_packages 5 | 6 | 7 | def long_description(): 8 | """ 9 | Build the long description from a README file located in the same directory 10 | as this module. 11 | """ 12 | base_path = os.path.dirname(os.path.realpath(__file__)) 13 | readme = io.open(os.path.join(base_path, 'README.rst'), encoding='utf-8') 14 | try: 15 | return readme.read() 16 | finally: 17 | readme.close() 18 | 19 | 20 | setup( 21 | name='django-countries', 22 | version='2.1.2', 23 | description='Provides a country field for Django models.', 24 | long_description=long_description(), 25 | author='Chris Beaven', 26 | author_email='smileychris@gmail.com', 27 | url='https://github.com/SmileyChris/django-countries/', 28 | packages=find_packages(), 29 | zip_safe=False, 30 | include_package_data=True, 31 | classifiers=[ 32 | 'Development Status :: 5 - Production/Stable', 33 | 'Environment :: Web Environment', 34 | 'Intended Audience :: Developers', 35 | 'License :: OSI Approved :: MIT License', 36 | 'Operating System :: OS Independent', 37 | 'Programming Language :: Python', 38 | 'Programming Language :: Python :: 2.6', 39 | 'Programming Language :: Python :: 2.7', 40 | 'Programming Language :: Python :: 3.3', 41 | 'Framework :: Django', 42 | ], 43 | ) 44 | -------------------------------------------------------------------------------- /django_countries/conf.py: -------------------------------------------------------------------------------- 1 | import django.conf 2 | 3 | 4 | class AppSettings(django.conf.BaseSettings): 5 | """ 6 | A holder for app-specific default settings that allows overriding via 7 | the project's settings. 8 | """ 9 | 10 | def __getattribute__(self, attr): 11 | if attr == attr.upper(): 12 | try: 13 | return getattr(django.conf.settings, attr) 14 | except AttributeError: 15 | pass 16 | return super(AppSettings, self).__getattribute__(attr) 17 | 18 | 19 | class Settings(AppSettings): 20 | COUNTRIES_FLAG_URL = 'flags/{code}.gif' 21 | """ 22 | The URL for a flag. 23 | 24 | It can either be relative to the static url, or an absolute url. 25 | 26 | The location is parsed using Python's string formatting and is passed the 27 | following arguments: 28 | 29 | * code 30 | * code_upper 31 | 32 | For example: ``COUNTRIES_FLAG_URL = 'flags/16x10/{code_upper}.png'`` 33 | """ 34 | 35 | COUNTRIES_OVERRIDE = {} 36 | """ 37 | A dictionary of names to override the defaults. 38 | 39 | Note that you will need to handle translation of customised country names. 40 | 41 | Setting a country's name to ``None`` will exclude it from the country list. 42 | For example:: 43 | 44 | COUNTRIES_OVERRIDE = { 45 | 'NZ': _('Middle Earth'), 46 | 'AU': None 47 | } 48 | """ 49 | 50 | 51 | settings = Settings() 52 | -------------------------------------------------------------------------------- /django_countries/__init__.py: -------------------------------------------------------------------------------- 1 | from operator import itemgetter 2 | 3 | from django_countries.conf import settings 4 | 5 | 6 | class Countries(object): 7 | """ 8 | An object containing a list of ISO3166-1 countries. 9 | 10 | Iterating this object will return the countries as tuples (of the country 11 | code and name), sorted by name. 12 | """ 13 | 14 | @property 15 | def countries(self): 16 | """ 17 | Return the countries list, modified by any overriding settings. 18 | The result is cached so future lookups are less work intensive. 19 | """ 20 | # Local import so that countries aren't loaded into memory until first 21 | # used. 22 | from django_countries.data import COUNTRIES 23 | 24 | if not hasattr(self, '_countries'): 25 | self._countries = [] 26 | overrides = settings.COUNTRIES_OVERRIDE 27 | for code, name in COUNTRIES.items(): 28 | if code in overrides: 29 | name = overrides[code] 30 | if name is not None: 31 | self._countries.append((code, name)) 32 | for key in set(overrides) - set(COUNTRIES): 33 | self._countries.append((key, overrides[key])) 34 | return self._countries 35 | 36 | @countries.deleter 37 | def countries(self): 38 | """ 39 | Reset the countries cache in case for some crazy reason the settings 40 | change. But surely no one is crazy enough to do that, right? 41 | """ 42 | if hasattr(self, '_countries'): 43 | del self._countries 44 | 45 | def __iter__(self): 46 | """ 47 | Return an iterator of countries, sorted by name. 48 | 49 | Each country record consists of a tuple of the two letter ISO3166-1 50 | country code and short name. 51 | """ 52 | return iter(sorted(self.countries, key=itemgetter(1))) 53 | 54 | def name(self, code): 55 | """ 56 | Return the name of a country, based on the code. 57 | 58 | If no match is found, returns an empty string. 59 | """ 60 | return dict(self.countries).get(code, '') 61 | 62 | def __len__(self): 63 | """ len() used by several third party applications to calculate the length of choices 64 | this will solve bug related to generating fixtures 65 | django_dynamic_fixture 66 | """ 67 | return len(self.countries) 68 | 69 | 70 | countries = Countries() 71 | -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | ================ 2 | Django Countries 3 | ================ 4 | 5 | A Django application that provides country choices for use with forms, flag 6 | icons static files, and a country field for models. 7 | 8 | 9 | CountryField 10 | ============ 11 | 12 | A country field for Django models that provides all ISO 3166-1 countries as 13 | choices. 14 | 15 | ``CountryField`` is based on Django's ``CharField``, providing choices 16 | corresponding to the official ISO 3166-1 list of countries (with a default 17 | ``max_length`` of 2). 18 | 19 | Consider the following model using a ``CountryField``:: 20 | 21 | from django.db import models 22 | from django_countries.fields import CountryField 23 | 24 | class Person(models.Model): 25 | name = models.CharField(max_length=100) 26 | country = CountryField() 27 | 28 | Any ``Person`` instance will have a ``country`` attribute that you can use to 29 | get details of the person's country:: 30 | 31 | >>> person = Person(name='Chris', country='NZ') 32 | >>> person.country 33 | Country(code='NZ') 34 | >>> person.country.name 35 | 'New Zealand' 36 | >>> person.country.flag 37 | '/static/flags/nz.gif' 38 | 39 | This object (``person.country`` in the example) is a ``Country`` instance, 40 | which is described below. 41 | 42 | The ``Country`` object 43 | ---------------------- 44 | 45 | An object used to represent a country, instanciated with a two character 46 | country code. 47 | 48 | It can be compared to other objects as if it was a string containing the 49 | country code and when evaluated as text, returns the country code. 50 | 51 | name 52 | Contains the full country name. 53 | 54 | flag 55 | Contains a URL to the flag. 56 | 57 | 58 | Get the countries from Python 59 | ============================= 60 | 61 | Use the ``django_countries.countries`` object instance as an iterator of ISO 62 | 3166-1 country codes and names (sorted by name). 63 | 64 | For example:: 65 | 66 | >>> from django_countries import countries 67 | >>> dict(countries)['NZ'] 68 | 'New Zealand' 69 | 70 | >>> for code, name in list(countries)[:3]: 71 | ... print("{name} ({code})".format(name=name, code=code)) 72 | ... 73 | Afghanistan (AF) 74 | Åland Islands (AX) 75 | Albania (AL) 76 | 77 | Country names are translated using Django's standard ``ugettext``. 78 | If you would like to help by adding a translation, please visit 79 | https://www.transifex.com/projects/p/django-countries/ 80 | 81 | 82 | Customization 83 | ============= 84 | 85 | Customize the country list 86 | -------------------------- 87 | 88 | Country names are taken from the official ISO 3166-1 list. If your project 89 | requires the use of alternative names, the inclusion or exclusion of specific 90 | countries then use the ``COUNTRIES_OVERRIDE`` setting. 91 | 92 | A dictionary of names to override the defaults. 93 | 94 | Note that you will need to handle translation of customised country names. 95 | 96 | Setting a country's name to ``None`` will exclude it from the country list. 97 | For example:: 98 | 99 | COUNTRIES_OVERRIDE = { 100 | 'NZ': _('Middle Earth'), 101 | 'AU': None 102 | } 103 | 104 | 105 | Customize the flag URL 106 | ---------------------- 107 | 108 | The ``COUNTRIES_FLAG_URL`` setting can be used to set the url for the flag 109 | image assets. It defaults to:: 110 | 111 | COUNTRIES_FLAG_URL = 'flags/{code}.gif' 112 | 113 | The URL can be relative to the STATIC_URL setting, or an absolute URL. 114 | 115 | The location is parsed using Python's string formatting and is passed the 116 | following arguments: 117 | 118 | * code 119 | * code_upper 120 | 121 | For example: ``COUNTRIES_FLAG_URL = 'flags/16x10/{code_upper}.png'`` 122 | 123 | No checking is done to ensure that a static flag actually exists. 124 | 125 | Alternatively, you can specify a different URL on a specific ``CountryField``:: 126 | 127 | class Person(models.Model): 128 | name = models.CharField(max_length=100) 129 | country = CountryField( 130 | countries_flag_url='//flags.example.com/{code}.png') 131 | -------------------------------------------------------------------------------- /django_countries/tests/test_fields.py: -------------------------------------------------------------------------------- 1 | from __future__ import unicode_literals 2 | from django.test import TestCase 3 | from django.utils.encoding import force_text 4 | 5 | from django_countries import fields 6 | from django_countries.tests.models import Person, AllowNull 7 | 8 | 9 | class TestCountryField(TestCase): 10 | 11 | def test_logic(self): 12 | person = Person(name='Chris Beaven', country='NZ') 13 | 14 | self.assertEqual(person.country, 'NZ') 15 | self.assertNotEqual(person.country, 'ZZ') 16 | 17 | self.assertTrue(person.country) 18 | person.country = '' 19 | self.assertFalse(person.country) 20 | 21 | def test_text(self): 22 | person = Person(name='Chris Beaven', country='NZ') 23 | self.assertEqual(force_text(person.country), 'NZ') 24 | 25 | def test_name(self): 26 | person = Person(name='Chris Beaven', country='NZ') 27 | self.assertEqual(person.country.name, u'New Zealand') 28 | 29 | def test_flag(self): 30 | person = Person(name='Chris Beaven', country='NZ') 31 | self.assertEqual(person.country.flag, '/static-assets/flags/nz.gif') 32 | 33 | def test_custom_field_flag_url(self): 34 | person = Person(name='Chris Beaven', country='NZ', other_country='US') 35 | self.assertEqual( 36 | person.other_country.flag, '//flags.example.com/us.gif') 37 | 38 | def test_COUNTRIES_FLAG_URL_setting(self): 39 | # Custom relative url 40 | person = Person(name='Chris Beaven', country='NZ') 41 | with self.settings(COUNTRIES_FLAG_URL='img/flag-{code_upper}.png'): 42 | self.assertEqual( 43 | person.country.flag, '/static-assets/img/flag-NZ.png') 44 | # Custom absolute url 45 | with self.settings(COUNTRIES_FLAG_URL='https://flags.example.com/' 46 | '{code_upper}.PNG'): 47 | self.assertEqual( 48 | person.country.flag, 'https://flags.example.com/NZ.PNG') 49 | 50 | def test_blank(self): 51 | person = Person.objects.create(name='The Outsider', country=None) 52 | self.assertEqual(person.country, '') 53 | 54 | person = Person.objects.get(pk=person.pk) 55 | self.assertEqual(person.country, '') 56 | 57 | def test_len(self): 58 | person = Person(name='Chris Beaven', country='NZ') 59 | self.assertEqual(len(person.country), 2) 60 | 61 | person = Person(name='The Outsider', country=None) 62 | self.assertEqual(len(person.country), 0) 63 | 64 | def test_lookup_text(self): 65 | Person.objects.create(name='Chris Beaven', country='NZ') 66 | Person.objects.create(name='Pavlova', country='NZ') 67 | Person.objects.create(name='Killer everything', country='AU') 68 | 69 | lookup = Person.objects.filter(country='NZ') 70 | names = lookup.order_by('name').values_list('name', flat=True) 71 | self.assertEqual(list(names), ['Chris Beaven', 'Pavlova']) 72 | 73 | def test_lookup_country(self): 74 | Person.objects.create(name='Chris Beaven', country='NZ') 75 | Person.objects.create(name='Pavlova', country='NZ') 76 | Person.objects.create(name='Killer everything', country='AU') 77 | 78 | oz = fields.Country(code='AU', flag_url='') 79 | lookup = Person.objects.filter(country=oz) 80 | names = lookup.values_list('name', flat=True) 81 | self.assertEqual(list(names), ['Killer everything']) 82 | 83 | def test_save_empty_country(self): 84 | Person.objects.create(name='The Outsider', country=None) 85 | AllowNull.objects.create(country=None) 86 | 87 | 88 | class TestCountryObject(TestCase): 89 | 90 | def test_hash(self): 91 | country = fields.Country(code='XX', flag_url='') 92 | self.assertEqual(hash(country), hash('XX')) 93 | 94 | def test_repr(self): 95 | country = fields.Country(code='XX', flag_url='') 96 | self.assertEqual( 97 | repr(country), 98 | 'Country(code={}, flag_url={})'.format(repr('XX'), repr(''))) 99 | 100 | def test_flag_on_empty_code(self): 101 | country = fields.Country(code='', flag_url='') 102 | self.assertEqual(country.flag, '') 103 | 104 | def test_ioc_code(self): 105 | country = fields.Country(code='NL', flag_url='') 106 | self.assertEqual(country.ioc_code, 'NED') 107 | 108 | def test_country_from_ioc_code(self): 109 | country = fields.Country.country_from_ioc('NED') 110 | self.assertEqual(country, fields.Country('NL', flag_url='')) 111 | 112 | def test_country_from_blank_ioc_code(self): 113 | country = fields.Country.country_from_ioc('') 114 | self.assertIsNone(country) 115 | 116 | def test_country_from_nonexistence_ioc_code(self): 117 | country = fields.Country.country_from_ioc('XXX') 118 | self.assertIsNone(country) 119 | -------------------------------------------------------------------------------- /django_countries/ioc_data.py: -------------------------------------------------------------------------------- 1 | IOC_TO_ISO = { 2 | 'AFG': 'AF', 3 | 'ALB': 'AL', 4 | 'ALG': 'DZ', 5 | 'AND': 'AD', 6 | 'ANG': 'AO', 7 | 'ANT': 'AG', 8 | 'ARG': 'AR', 9 | 'ARM': 'AM', 10 | 'ARU': 'AW', 11 | 'ASA': 'AS', 12 | 'AUS': 'AU', 13 | 'AUT': 'AT', 14 | 'AZE': 'AZ', 15 | 'BAH': 'BS', 16 | 'BAN': 'BD', 17 | 'BAR': 'BB', 18 | 'BDI': 'BI', 19 | 'BEL': 'BE', 20 | 'BEN': 'BJ', 21 | 'BER': 'BM', 22 | 'BHU': 'BT', 23 | 'BIH': 'BA', 24 | 'BIZ': 'BZ', 25 | 'BLR': 'BY', 26 | 'BOL': 'BO', 27 | 'BOT': 'BW', 28 | 'BRA': 'BR', 29 | 'BRN': 'BH', 30 | 'BRU': 'BN', 31 | 'BUL': 'BG', 32 | 'BUR': 'BF', 33 | 'CAF': 'CF', 34 | 'CAM': 'KH', 35 | 'CAN': 'CA', 36 | 'CAY': 'KY', 37 | 'CGO': 'CG', 38 | 'CHA': 'TD', 39 | 'CHI': 'CL', 40 | 'CHN': 'CN', 41 | 'CIV': 'CI', 42 | 'CMR': 'CM', 43 | 'COD': 'CD', 44 | 'COK': 'CK', 45 | 'COL': 'CO', 46 | 'COM': 'KM', 47 | 'CPV': 'CV', 48 | 'CRC': 'CR', 49 | 'CRO': 'HR', 50 | 'CUB': 'CU', 51 | 'CYP': 'CY', 52 | 'CZE': 'CZ', 53 | 'DEN': 'DK', 54 | 'DJI': 'DJ', 55 | 'DMA': 'DM', 56 | 'DOM': 'DO', 57 | 'ECU': 'EC', 58 | 'EGY': 'EG', 59 | 'ERI': 'ER', 60 | 'ESA': 'SV', 61 | 'ESP': 'ES', 62 | 'EST': 'EE', 63 | 'ETH': 'ET', 64 | 'FIJ': 'FJ', 65 | 'FIN': 'FI', 66 | 'FRA': 'FR', 67 | 'FSM': 'FM', 68 | 'GAB': 'GA', 69 | 'GAM': 'GM', 70 | 'GBR': 'GB', 71 | 'GBS': 'GW', 72 | 'GEO': 'GE', 73 | 'GEQ': 'GQ', 74 | 'GER': 'DE', 75 | 'GHA': 'GH', 76 | 'GRE': 'GR', 77 | 'GRN': 'GD', 78 | 'GUA': 'GT', 79 | 'GUI': 'GN', 80 | 'GUM': 'GU', 81 | 'GUY': 'GY', 82 | 'HAI': 'HT', 83 | 'HKG': 'HK', 84 | 'HON': 'HN', 85 | 'HUN': 'HU', 86 | 'INA': 'ID', 87 | 'IND': 'IN', 88 | 'IRI': 'IR', 89 | 'IRL': 'IE', 90 | 'IRQ': 'IQ', 91 | 'ISL': 'IS', 92 | 'ISR': 'IL', 93 | 'ISV': 'VI', 94 | 'ITA': 'IT', 95 | 'IVB': 'VG', 96 | 'JAM': 'JM', 97 | 'JOR': 'JO', 98 | 'JPN': 'JP', 99 | 'KAZ': 'KZ', 100 | 'KEN': 'KE', 101 | 'KGZ': 'KG', 102 | 'KIR': 'KI', 103 | 'KOR': 'KP', 104 | 'KSA': 'SA', 105 | 'KUW': 'KW', 106 | 'LAO': 'LA', 107 | 'LAT': 'LV', 108 | 'LBA': 'LY', 109 | 'LBR': 'LR', 110 | 'LCA': 'LC', 111 | 'LES': 'LS', 112 | 'LIB': 'LB', 113 | 'LIE': 'LI', 114 | 'LTU': 'LT', 115 | 'LUX': 'LU', 116 | 'MAD': 'MG', 117 | 'MAR': 'MA', 118 | 'MAS': 'MY', 119 | 'MAW': 'MW', 120 | 'MDA': 'MD', 121 | 'MDV': 'MV', 122 | 'MEX': 'MX', 123 | 'MGL': 'MN', 124 | 'MHL': 'MH', 125 | 'MKD': 'MK', 126 | 'MLI': 'ML', 127 | 'MLT': 'MT', 128 | 'MNE': 'ME', 129 | 'MON': 'MC', 130 | 'MOZ': 'MZ', 131 | 'MRI': 'MU', 132 | 'MTN': 'MR', 133 | 'MYA': 'MM', 134 | 'NAM': 'NA', 135 | 'NCA': 'NI', 136 | 'NED': 'NL', 137 | 'NEP': 'NP', 138 | 'NGR': 'NG', 139 | 'NIG': 'NE', 140 | 'NOR': 'NO', 141 | 'NRU': 'NR', 142 | 'NZL': 'NZ', 143 | 'OMA': 'OM', 144 | 'PAK': 'PK', 145 | 'PAN': 'PA', 146 | 'PAR': 'PY', 147 | 'PER': 'PE', 148 | 'PHI': 'PH', 149 | 'PLE': 'PS', 150 | 'PLW': 'PW', 151 | 'PNG': 'PG', 152 | 'POL': 'PL', 153 | 'POR': 'PT', 154 | 'PRK': 'KR', 155 | 'PUR': 'PR', 156 | 'QAT': 'QA', 157 | 'ROU': 'RO', 158 | 'RSA': 'ZA', 159 | 'RUS': 'RU', 160 | 'RWA': 'RW', 161 | 'SAM': 'WS', 162 | 'SEN': 'SN', 163 | 'SEY': 'SC', 164 | 'SIN': 'SG', 165 | 'SKN': 'KN', 166 | 'SLE': 'SL', 167 | 'SLO': 'SI', 168 | 'SMR': 'SM', 169 | 'SOL': 'SB', 170 | 'SOM': 'SO', 171 | 'SRB': 'RS', 172 | 'SRI': 'LK', 173 | 'STP': 'ST', 174 | 'SUD': 'SD', 175 | 'SUI': 'CH', 176 | 'SUR': 'SR', 177 | 'SVK': 'SK', 178 | 'SWE': 'SE', 179 | 'SWZ': 'SZ', 180 | 'SYR': 'SY', 181 | 'TAN': 'TZ', 182 | 'TGA': 'TO', 183 | 'THA': 'TH', 184 | 'TJK': 'TJ', 185 | 'TKM': 'TM', 186 | 'TLS': 'TL', 187 | 'TOG': 'TG', 188 | 'TPE': 'TW', 189 | 'TTO': 'TT', 190 | 'TUN': 'TN', 191 | 'TUR': 'TR', 192 | 'TUV': 'TV', 193 | 'UAE': 'AE', 194 | 'UGA': 'UG', 195 | 'UKR': 'UA', 196 | 'URU': 'UY', 197 | 'USA': 'US', 198 | 'UZB': 'UZ', 199 | 'VAN': 'VU', 200 | 'VEN': 'VE', 201 | 'VIE': 'VN', 202 | 'VIN': 'VC', 203 | 'YEM': 'YE', 204 | 'ZAM': 'ZM', 205 | 'ZIM': 'ZW', 206 | } 207 | 208 | ISO_TO_IOC = dict((iso, ioc) for ioc, iso in IOC_TO_ISO.items()) 209 | 210 | 211 | def check_ioc_countries(): 212 | """ 213 | Check if all IOC codes map to ISO codes correctly 214 | """ 215 | from django_countries.data import COUNTRIES 216 | 217 | print("Checking if all IOC codes map correctly") 218 | for key in ISO_TO_IOC.keys(): 219 | assert COUNTRIES.get(key, '') != '', 'No ISO code for %s' % key 220 | print("Finished checking IOC codes") 221 | -------------------------------------------------------------------------------- /django_countries/fields.py: -------------------------------------------------------------------------------- 1 | from __future__ import unicode_literals 2 | 3 | try: 4 | from urllib import parse as urlparse 5 | except ImportError: 6 | import urlparse # Python 2 7 | 8 | from django.db.models.fields import CharField 9 | from django.utils.encoding import force_text, python_2_unicode_compatible 10 | 11 | from django_countries import countries, ioc_data 12 | from django_countries.conf import settings 13 | 14 | 15 | @python_2_unicode_compatible 16 | class Country(object): 17 | def __init__(self, code, flag_url): 18 | self.code = code 19 | self.flag_url = flag_url 20 | 21 | def __str__(self): 22 | return force_text(self.code or '') 23 | 24 | def __eq__(self, other): 25 | return force_text(self) == force_text(other) 26 | 27 | def __ne__(self, other): 28 | return not self.__eq__(other) 29 | 30 | def __hash__(self): 31 | return hash(force_text(self)) 32 | 33 | def __repr__(self): 34 | return "{}(code={}, flag_url={})".format( 35 | self.__class__.__name__, repr(self.code), repr(self.flag_url)) 36 | 37 | def __bool__(self): 38 | return bool(self.code) 39 | 40 | __nonzero__ = __bool__ # Python 2 compatibility. 41 | 42 | def __len__(self): 43 | return len(force_text(self)) 44 | 45 | @property 46 | def name(self): 47 | return countries.name(self.code) 48 | 49 | @property 50 | def flag(self): 51 | if not self.code: 52 | return '' 53 | url = self.flag_url.format( 54 | code_upper=self.code, code=self.code.lower()) 55 | return urlparse.urljoin(settings.STATIC_URL, url) 56 | 57 | @staticmethod 58 | def country_from_ioc(ioc_code, flag_url=''): 59 | code = ioc_data.IOC_TO_ISO.get(ioc_code, '') 60 | if code == '': 61 | return None 62 | return Country(code, flag_url=flag_url) 63 | 64 | @property 65 | def ioc_code(self): 66 | if not self.code: 67 | return '' 68 | return ioc_data.ISO_TO_IOC.get(self.code, '') 69 | 70 | 71 | class CountryDescriptor(object): 72 | """ 73 | A descriptor for country fields on a model instance. Returns a Country when 74 | accessed so you can do things like:: 75 | 76 | >>> from people import Person 77 | >>> person = Person.object.get(name='Chris') 78 | 79 | >>> person.country.name 80 | u'New Zealand' 81 | 82 | >>> person.country.flag 83 | '/static/flags/nz.gif' 84 | """ 85 | def __init__(self, field): 86 | self.field = field 87 | 88 | def __get__(self, instance=None, owner=None): 89 | if instance is None: 90 | raise AttributeError( 91 | "The '%s' attribute can only be accessed from %s instances." 92 | % (self.field.name, owner.__name__)) 93 | return Country( 94 | code=instance.__dict__[self.field.name], 95 | flag_url=self.field.countries_flag_url or 96 | settings.COUNTRIES_FLAG_URL) 97 | 98 | def __set__(self, instance, value): 99 | if value is not None: 100 | value = force_text(value) 101 | instance.__dict__[self.field.name] = value 102 | 103 | 104 | class CountryField(CharField): 105 | """ 106 | A country field for Django models that provides all ISO 3166-1 countries as 107 | choices. 108 | """ 109 | descriptor_class = CountryDescriptor 110 | 111 | def __init__(self, *args, **kwargs): 112 | self.countries_flag_url = kwargs.pop('countries_flag_url', None) 113 | kwargs.update({ 114 | 'max_length': 2, 115 | 'choices': countries, 116 | }) 117 | super(CharField, self).__init__(*args, **kwargs) 118 | 119 | def get_internal_type(self): 120 | return "CharField" 121 | 122 | def contribute_to_class(self, cls, name): 123 | super(CountryField, self).contribute_to_class(cls, name) 124 | setattr(cls, self.name, self.descriptor_class(self)) 125 | 126 | def get_prep_lookup(self, lookup_type, value): 127 | if hasattr(value, 'code'): 128 | value = value.code 129 | return super(CountryField, self).get_prep_lookup(lookup_type, value) 130 | 131 | def pre_save(self, *args, **kwargs): 132 | "Returns field's value just before saving." 133 | value = super(CharField, self).pre_save(*args, **kwargs) 134 | return self.get_prep_value(value) 135 | 136 | def get_prep_value(self, value): 137 | "Returns field's value prepared for saving into a database." 138 | # Convert the Country to unicode for database insertion. 139 | if value is None: 140 | return None 141 | return force_text(value) 142 | 143 | 144 | # If south is installed, ensure that CountryField will be introspected just 145 | # like a normal CharField. 146 | try: 147 | from south.modelsinspector import add_introspection_rules 148 | add_introspection_rules([], ['^django_countries\.fields\.CountryField']) 149 | except ImportError: 150 | pass 151 | -------------------------------------------------------------------------------- /django_countries/data.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # -*- coding: utf-8 -*- 3 | from __future__ import unicode_literals 4 | import glob 5 | import os 6 | 7 | try: 8 | from django.utils.translation import ugettext_lazy as _ 9 | except ImportError: 10 | # Allows this module to be executed without Django installed. 11 | _ = lambda x: x 12 | 13 | # Nicely titled (and translatable) country names. 14 | COUNTRIES = { 15 | "AF": _("Afghanistan"), 16 | "AX": _("Åland Islands"), 17 | "AL": _("Albania"), 18 | "DZ": _("Algeria"), 19 | "AS": _("American Samoa"), 20 | "AD": _("Andorra"), 21 | "AO": _("Angola"), 22 | "AI": _("Anguilla"), 23 | "AQ": _("Antarctica"), 24 | "AG": _("Antigua and Barbuda"), 25 | "AR": _("Argentina"), 26 | "AM": _("Armenia"), 27 | "AW": _("Aruba"), 28 | "AU": _("Australia"), 29 | "AT": _("Austria"), 30 | "AZ": _("Azerbaijan"), 31 | "BS": _("Bahamas"), 32 | "BH": _("Bahrain"), 33 | "BD": _("Bangladesh"), 34 | "BB": _("Barbados"), 35 | "BY": _("Belarus"), 36 | "BE": _("Belgium"), 37 | "BZ": _("Belize"), 38 | "BJ": _("Benin"), 39 | "BM": _("Bermuda"), 40 | "BT": _("Bhutan"), 41 | "BO": _("Bolivia, Plurinational State of"), 42 | "BQ": _("Bonaire, Sint Eustatius and Saba"), 43 | "BA": _("Bosnia and Herzegovina"), 44 | "BW": _("Botswana"), 45 | "BV": _("Bouvet Island"), 46 | "BR": _("Brazil"), 47 | "IO": _("British Indian Ocean Territory"), 48 | "BN": _("Brunei Darussalam"), 49 | "BG": _("Bulgaria"), 50 | "BF": _("Burkina Faso"), 51 | "BI": _("Burundi"), 52 | "KH": _("Cambodia"), 53 | "CM": _("Cameroon"), 54 | "CA": _("Canada"), 55 | "CV": _("Cape Verde"), 56 | "KY": _("Cayman Islands"), 57 | "CF": _("Central African Republic"), 58 | "TD": _("Chad"), 59 | "CL": _("Chile"), 60 | "CN": _("China"), 61 | "CX": _("Christmas Island"), 62 | "CC": _("Cocos (Keeling) Islands"), 63 | "CO": _("Colombia"), 64 | "KM": _("Comoros"), 65 | "CG": _("Congo"), 66 | "CD": _("Congo (the Democratic Republic of the)"), 67 | "CK": _("Cook Islands"), 68 | "CR": _("Costa Rica"), 69 | "CI": _("Côte d'Ivoire"), 70 | "HR": _("Croatia"), 71 | "CU": _("Cuba"), 72 | "CW": _("Curaçao"), 73 | "CY": _("Cyprus"), 74 | "CZ": _("Czech Republic"), 75 | "DK": _("Denmark"), 76 | "DJ": _("Djibouti"), 77 | "DM": _("Dominica"), 78 | "DO": _("Dominican Republic"), 79 | "EC": _("Ecuador"), 80 | "EG": _("Egypt"), 81 | "SV": _("El Salvador"), 82 | "GQ": _("Equatorial Guinea"), 83 | "ER": _("Eritrea"), 84 | "EE": _("Estonia"), 85 | "ET": _("Ethiopia"), 86 | "FK": _("Falkland Islands [Malvinas]"), 87 | "FO": _("Faroe Islands"), 88 | "FJ": _("Fiji"), 89 | "FI": _("Finland"), 90 | "FR": _("France"), 91 | "GF": _("French Guiana"), 92 | "PF": _("French Polynesia"), 93 | "TF": _("French Southern Territories"), 94 | "GA": _("Gabon"), 95 | "GM": _("Gambia (The)"), 96 | "GE": _("Georgia"), 97 | "DE": _("Germany"), 98 | "GH": _("Ghana"), 99 | "GI": _("Gibraltar"), 100 | "GR": _("Greece"), 101 | "GL": _("Greenland"), 102 | "GD": _("Grenada"), 103 | "GP": _("Guadeloupe"), 104 | "GU": _("Guam"), 105 | "GT": _("Guatemala"), 106 | "GG": _("Guernsey"), 107 | "GN": _("Guinea"), 108 | "GW": _("Guinea-Bissau"), 109 | "GY": _("Guyana"), 110 | "HT": _("Haiti"), 111 | "HM": _("Heard Island and McDonald Islands"), 112 | "VA": _("Holy See [Vatican City State]"), 113 | "HN": _("Honduras"), 114 | "HK": _("Hong Kong"), 115 | "HU": _("Hungary"), 116 | "IS": _("Iceland"), 117 | "IN": _("India"), 118 | "ID": _("Indonesia"), 119 | "IR": _("Iran (the Islamic Republic of)"), 120 | "IQ": _("Iraq"), 121 | "IE": _("Ireland"), 122 | "IM": _("Isle of Man"), 123 | "IL": _("Israel"), 124 | "IT": _("Italy"), 125 | "JM": _("Jamaica"), 126 | "JP": _("Japan"), 127 | "JE": _("Jersey"), 128 | "JO": _("Jordan"), 129 | "KZ": _("Kazakhstan"), 130 | "KE": _("Kenya"), 131 | "KI": _("Kiribati"), 132 | "KP": _("Korea (the Democratic People's Republic of)"), 133 | "KR": _("Korea (the Republic of)"), 134 | "KW": _("Kuwait"), 135 | "KG": _("Kyrgyzstan"), 136 | "LA": _("Lao People's Democratic Republic"), 137 | "LV": _("Latvia"), 138 | "LB": _("Lebanon"), 139 | "LS": _("Lesotho"), 140 | "LR": _("Liberia"), 141 | "LY": _("Libya"), 142 | "LI": _("Liechtenstein"), 143 | "LT": _("Lithuania"), 144 | "LU": _("Luxembourg"), 145 | "MO": _("Macao"), 146 | "MK": _("Macedonia (the former Yugoslav Republic of)"), 147 | "MG": _("Madagascar"), 148 | "MW": _("Malawi"), 149 | "MY": _("Malaysia"), 150 | "MV": _("Maldives"), 151 | "ML": _("Mali"), 152 | "MT": _("Malta"), 153 | "MH": _("Marshall Islands"), 154 | "MQ": _("Martinique"), 155 | "MR": _("Mauritania"), 156 | "MU": _("Mauritius"), 157 | "YT": _("Mayotte"), 158 | "MX": _("Mexico"), 159 | "FM": _("Micronesia (the Federated States of)"), 160 | "MD": _("Moldova (the Republic of)"), 161 | "MC": _("Monaco"), 162 | "MN": _("Mongolia"), 163 | "ME": _("Montenegro"), 164 | "MS": _("Montserrat"), 165 | "MA": _("Morocco"), 166 | "MZ": _("Mozambique"), 167 | "MM": _("Myanmar"), 168 | "NA": _("Namibia"), 169 | "NR": _("Nauru"), 170 | "NP": _("Nepal"), 171 | "NL": _("Netherlands"), 172 | "NC": _("New Caledonia"), 173 | "NZ": _("New Zealand"), 174 | "NI": _("Nicaragua"), 175 | "NE": _("Niger"), 176 | "NG": _("Nigeria"), 177 | "NU": _("Niue"), 178 | "NF": _("Norfolk Island"), 179 | "MP": _("Northern Mariana Islands"), 180 | "NO": _("Norway"), 181 | "OM": _("Oman"), 182 | "PK": _("Pakistan"), 183 | "PW": _("Palau"), 184 | "PS": _("Palestine, State of"), 185 | "PA": _("Panama"), 186 | "PG": _("Papua New Guinea"), 187 | "PY": _("Paraguay"), 188 | "PE": _("Peru"), 189 | "PH": _("Philippines"), 190 | "PN": _("Pitcairn"), 191 | "PL": _("Poland"), 192 | "PT": _("Portugal"), 193 | "PR": _("Puerto Rico"), 194 | "QA": _("Qatar"), 195 | "RE": _("Réunion"), 196 | "RO": _("Romania"), 197 | "RU": _("Russian Federation"), 198 | "RW": _("Rwanda"), 199 | "BL": _("Saint Barthélemy"), 200 | "SH": _("Saint Helena, Ascension and Tristan da Cunha"), 201 | "KN": _("Saint Kitts and Nevis"), 202 | "LC": _("Saint Lucia"), 203 | "MF": _("Saint Martin (French part)"), 204 | "PM": _("Saint Pierre and Miquelon"), 205 | "VC": _("Saint Vincent and the Grenadines"), 206 | "WS": _("Samoa"), 207 | "SM": _("San Marino"), 208 | "ST": _("Sao Tome and Principe"), 209 | "SA": _("Saudi Arabia"), 210 | "SN": _("Senegal"), 211 | "RS": _("Serbia"), 212 | "SC": _("Seychelles"), 213 | "SL": _("Sierra Leone"), 214 | "SG": _("Singapore"), 215 | "SX": _("Sint Maarten (Dutch part)"), 216 | "SK": _("Slovakia"), 217 | "SI": _("Slovenia"), 218 | "SB": _("Solomon Islands"), 219 | "SO": _("Somalia"), 220 | "ZA": _("South Africa"), 221 | "GS": _("South Georgia and the South Sandwich Islands"), 222 | "SS": _("South Sudan"), 223 | "ES": _("Spain"), 224 | "LK": _("Sri Lanka"), 225 | "SD": _("Sudan"), 226 | "SR": _("Suriname"), 227 | "SJ": _("Svalbard and Jan Mayen"), 228 | "SZ": _("Swaziland"), 229 | "SE": _("Sweden"), 230 | "CH": _("Switzerland"), 231 | "SY": _("Syrian Arab Republic"), 232 | "TW": _("Taiwan (Province of China)"), 233 | "TJ": _("Tajikistan"), 234 | "TZ": _("Tanzania, United Republic of"), 235 | "TH": _("Thailand"), 236 | "TL": _("Timor-Leste"), 237 | "TG": _("Togo"), 238 | "TK": _("Tokelau"), 239 | "TO": _("Tonga"), 240 | "TT": _("Trinidad and Tobago"), 241 | "TN": _("Tunisia"), 242 | "TR": _("Turkey"), 243 | "TM": _("Turkmenistan"), 244 | "TC": _("Turks and Caicos Islands"), 245 | "TV": _("Tuvalu"), 246 | "UG": _("Uganda"), 247 | "UA": _("Ukraine"), 248 | "AE": _("United Arab Emirates"), 249 | "GB": _("United Kingdom"), 250 | "US": _("United States"), 251 | "UM": _("United States Minor Outlying Islands"), 252 | "UY": _("Uruguay"), 253 | "UZ": _("Uzbekistan"), 254 | "VU": _("Vanuatu"), 255 | "VE": _("Venezuela, Bolivarian Republic of"), 256 | "VN": _("Viet Nam"), 257 | "VG": _("Virgin Islands (British)"), 258 | "VI": _("Virgin Islands (U.S.)"), 259 | "WF": _("Wallis and Futuna"), 260 | "EH": _("Western Sahara"), 261 | "YE": _("Yemen"), 262 | "ZM": _("Zambia"), 263 | "ZW": _("Zimbabwe"), 264 | } 265 | 266 | 267 | def self_generate(output_filename, filename='iso3166-1.csv'): 268 | """ 269 | The following code can be used for self-generation of this file. 270 | 271 | It requires a UTF-8 CSV file containing the short ISO name and two letter 272 | country code as the first two columns. 273 | """ 274 | import csv 275 | import re 276 | countries = [] 277 | with open(filename, 'rb') as csv_file: 278 | for row in csv.reader(csv_file): 279 | name = row[0].decode('utf-8').rstrip('*') 280 | name = re.sub(r'\(the\)', '', name) 281 | if name: 282 | countries.append((name, row[1].decode('utf-8'))) 283 | with open(__file__, 'r') as source_file: 284 | contents = source_file.read() 285 | bits = re.match( 286 | '(.*\nCOUNTRIES = \{\n)(.*)(\n\}.*)', contents, re.DOTALL).groups() 287 | country_list = [] 288 | for name, code in countries: 289 | name = name.replace('"', r'\"').strip() 290 | country_list.append( 291 | ' "{code}": _("{name}"),'.format(name=name, code=code)) 292 | content = bits[0] 293 | content += '\n'.join(country_list).encode('utf-8') 294 | content += bits[2] 295 | with open(output_filename, 'wb') as output_file: 296 | output_file.write(content) 297 | return countries 298 | 299 | 300 | def check_flags(): 301 | files = {} 302 | this_dir = os.path.dirname(__file__) 303 | for path in glob.glob(os.path.join(this_dir, 'static', 'flags', '*.gif')): 304 | files[os.path.basename(os.path.splitext(path)[0]).upper()] = path 305 | 306 | flags_missing = [] 307 | for code in COUNTRIES: 308 | if code not in files: 309 | flags_missing.append(code) 310 | if flags_missing: 311 | flags_missing.sort() 312 | print("The following country codes are missing a flag:") 313 | for code in flags_missing: 314 | print(" {} ({})".format(code, COUNTRIES[code])) 315 | else: 316 | print("All country codes have flags. :)") 317 | 318 | code_missing = [] 319 | for code, path in files.items(): 320 | if code not in COUNTRIES: 321 | code_missing.append(path) 322 | if code_missing: 323 | code_missing.sort() 324 | print("") 325 | print("The following flags don't have a matching country code:") 326 | for path in code_missing: 327 | print(" {}".format(path)) 328 | 329 | 330 | if __name__ == '__main__': 331 | countries = self_generate(__file__) 332 | print('Wrote {0} countries.'.format(len(countries))) 333 | 334 | # Check flag static files: 335 | print("") 336 | check_flags() 337 | -------------------------------------------------------------------------------- /django_countries/locale/en/LC_MESSAGES/django.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: PACKAGE VERSION\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2013-12-19 14:56+1300\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "Language: \n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | 20 | #: data.py:13 21 | msgid "Afghanistan" 22 | msgstr "" 23 | 24 | #: data.py:14 25 | msgid "Åland Islands" 26 | msgstr "" 27 | 28 | #: data.py:15 29 | msgid "Albania" 30 | msgstr "" 31 | 32 | #: data.py:16 33 | msgid "Algeria" 34 | msgstr "" 35 | 36 | #: data.py:17 37 | msgid "American Samoa" 38 | msgstr "" 39 | 40 | #: data.py:18 41 | msgid "Andorra" 42 | msgstr "" 43 | 44 | #: data.py:19 45 | msgid "Angola" 46 | msgstr "" 47 | 48 | #: data.py:20 49 | msgid "Anguilla" 50 | msgstr "" 51 | 52 | #: data.py:21 53 | msgid "Antarctica" 54 | msgstr "" 55 | 56 | #: data.py:22 57 | msgid "Antigua and Barbuda" 58 | msgstr "" 59 | 60 | #: data.py:23 61 | msgid "Argentina" 62 | msgstr "" 63 | 64 | #: data.py:24 65 | msgid "Armenia" 66 | msgstr "" 67 | 68 | #: data.py:25 69 | msgid "Aruba" 70 | msgstr "" 71 | 72 | #: data.py:26 73 | msgid "Australia" 74 | msgstr "" 75 | 76 | #: data.py:27 77 | msgid "Austria" 78 | msgstr "" 79 | 80 | #: data.py:28 81 | msgid "Azerbaijan" 82 | msgstr "" 83 | 84 | #: data.py:29 85 | msgid "Bahamas" 86 | msgstr "" 87 | 88 | #: data.py:30 89 | msgid "Bahrain" 90 | msgstr "" 91 | 92 | #: data.py:31 93 | msgid "Bangladesh" 94 | msgstr "" 95 | 96 | #: data.py:32 97 | msgid "Barbados" 98 | msgstr "" 99 | 100 | #: data.py:33 101 | msgid "Belarus" 102 | msgstr "" 103 | 104 | #: data.py:34 105 | msgid "Belgium" 106 | msgstr "" 107 | 108 | #: data.py:35 109 | msgid "Belize" 110 | msgstr "" 111 | 112 | #: data.py:36 113 | msgid "Benin" 114 | msgstr "" 115 | 116 | #: data.py:37 117 | msgid "Bermuda" 118 | msgstr "" 119 | 120 | #: data.py:38 121 | msgid "Bhutan" 122 | msgstr "" 123 | 124 | #: data.py:39 125 | msgid "Bolivia, Plurinational State of" 126 | msgstr "" 127 | 128 | #: data.py:40 129 | msgid "Bonaire, Sint Eustatius and Saba" 130 | msgstr "" 131 | 132 | #: data.py:41 133 | msgid "Bosnia and Herzegovina" 134 | msgstr "" 135 | 136 | #: data.py:42 137 | msgid "Botswana" 138 | msgstr "" 139 | 140 | #: data.py:43 141 | msgid "Bouvet Island" 142 | msgstr "" 143 | 144 | #: data.py:44 145 | msgid "Brazil" 146 | msgstr "" 147 | 148 | #: data.py:45 149 | msgid "British Indian Ocean Territory" 150 | msgstr "" 151 | 152 | #: data.py:46 153 | msgid "Brunei Darussalam" 154 | msgstr "" 155 | 156 | #: data.py:47 157 | msgid "Bulgaria" 158 | msgstr "" 159 | 160 | #: data.py:48 161 | msgid "Burkina Faso" 162 | msgstr "" 163 | 164 | #: data.py:49 165 | msgid "Burundi" 166 | msgstr "" 167 | 168 | #: data.py:50 169 | msgid "Cambodia" 170 | msgstr "" 171 | 172 | #: data.py:51 173 | msgid "Cameroon" 174 | msgstr "" 175 | 176 | #: data.py:52 177 | msgid "Canada" 178 | msgstr "" 179 | 180 | #: data.py:53 181 | msgid "Cape Verde" 182 | msgstr "" 183 | 184 | #: data.py:54 185 | msgid "Cayman Islands" 186 | msgstr "" 187 | 188 | #: data.py:55 189 | msgid "Central African Republic" 190 | msgstr "" 191 | 192 | #: data.py:56 193 | msgid "Chad" 194 | msgstr "" 195 | 196 | #: data.py:57 197 | msgid "Chile" 198 | msgstr "" 199 | 200 | #: data.py:58 201 | msgid "China" 202 | msgstr "" 203 | 204 | #: data.py:59 205 | msgid "Christmas Island" 206 | msgstr "" 207 | 208 | #: data.py:60 209 | msgid "Cocos (Keeling) Islands" 210 | msgstr "" 211 | 212 | #: data.py:61 213 | msgid "Colombia" 214 | msgstr "" 215 | 216 | #: data.py:62 217 | msgid "Comoros" 218 | msgstr "" 219 | 220 | #: data.py:63 221 | msgid "Congo" 222 | msgstr "" 223 | 224 | #: data.py:64 225 | msgid "Congo (the Democratic Republic of the)" 226 | msgstr "" 227 | 228 | #: data.py:65 229 | msgid "Cook Islands" 230 | msgstr "" 231 | 232 | #: data.py:66 233 | msgid "Costa Rica" 234 | msgstr "" 235 | 236 | #: data.py:67 237 | msgid "Côte d'Ivoire" 238 | msgstr "" 239 | 240 | #: data.py:68 241 | msgid "Croatia" 242 | msgstr "" 243 | 244 | #: data.py:69 245 | msgid "Cuba" 246 | msgstr "" 247 | 248 | #: data.py:70 249 | msgid "Curaçao" 250 | msgstr "" 251 | 252 | #: data.py:71 253 | msgid "Cyprus" 254 | msgstr "" 255 | 256 | #: data.py:72 257 | msgid "Czech Republic" 258 | msgstr "" 259 | 260 | #: data.py:73 261 | msgid "Denmark" 262 | msgstr "" 263 | 264 | #: data.py:74 265 | msgid "Djibouti" 266 | msgstr "" 267 | 268 | #: data.py:75 269 | msgid "Dominica" 270 | msgstr "" 271 | 272 | #: data.py:76 273 | msgid "Dominican Republic" 274 | msgstr "" 275 | 276 | #: data.py:77 277 | msgid "Ecuador" 278 | msgstr "" 279 | 280 | #: data.py:78 281 | msgid "Egypt" 282 | msgstr "" 283 | 284 | #: data.py:79 285 | msgid "El Salvador" 286 | msgstr "" 287 | 288 | #: data.py:80 289 | msgid "Equatorial Guinea" 290 | msgstr "" 291 | 292 | #: data.py:81 293 | msgid "Eritrea" 294 | msgstr "" 295 | 296 | #: data.py:82 297 | msgid "Estonia" 298 | msgstr "" 299 | 300 | #: data.py:83 301 | msgid "Ethiopia" 302 | msgstr "" 303 | 304 | #: data.py:84 305 | msgid "Falkland Islands [Malvinas]" 306 | msgstr "" 307 | 308 | #: data.py:85 309 | msgid "Faroe Islands" 310 | msgstr "" 311 | 312 | #: data.py:86 313 | msgid "Fiji" 314 | msgstr "" 315 | 316 | #: data.py:87 317 | msgid "Finland" 318 | msgstr "" 319 | 320 | #: data.py:88 321 | msgid "France" 322 | msgstr "" 323 | 324 | #: data.py:89 325 | msgid "French Guiana" 326 | msgstr "" 327 | 328 | #: data.py:90 329 | msgid "French Polynesia" 330 | msgstr "" 331 | 332 | #: data.py:91 333 | msgid "French Southern Territories" 334 | msgstr "" 335 | 336 | #: data.py:92 337 | msgid "Gabon" 338 | msgstr "" 339 | 340 | #: data.py:93 341 | msgid "Gambia (The)" 342 | msgstr "" 343 | 344 | #: data.py:94 345 | msgid "Georgia" 346 | msgstr "" 347 | 348 | #: data.py:95 349 | msgid "Germany" 350 | msgstr "" 351 | 352 | #: data.py:96 353 | msgid "Ghana" 354 | msgstr "" 355 | 356 | #: data.py:97 357 | msgid "Gibraltar" 358 | msgstr "" 359 | 360 | #: data.py:98 361 | msgid "Greece" 362 | msgstr "" 363 | 364 | #: data.py:99 365 | msgid "Greenland" 366 | msgstr "" 367 | 368 | #: data.py:100 369 | msgid "Grenada" 370 | msgstr "" 371 | 372 | #: data.py:101 373 | msgid "Guadeloupe" 374 | msgstr "" 375 | 376 | #: data.py:102 377 | msgid "Guam" 378 | msgstr "" 379 | 380 | #: data.py:103 381 | msgid "Guatemala" 382 | msgstr "" 383 | 384 | #: data.py:104 385 | msgid "Guernsey" 386 | msgstr "" 387 | 388 | #: data.py:105 389 | msgid "Guinea" 390 | msgstr "" 391 | 392 | #: data.py:106 393 | msgid "Guinea-Bissau" 394 | msgstr "" 395 | 396 | #: data.py:107 397 | msgid "Guyana" 398 | msgstr "" 399 | 400 | #: data.py:108 401 | msgid "Haiti" 402 | msgstr "" 403 | 404 | #: data.py:109 405 | msgid "Heard Island and McDonald Islands" 406 | msgstr "" 407 | 408 | #: data.py:110 409 | msgid "Holy See [Vatican City State]" 410 | msgstr "" 411 | 412 | #: data.py:111 413 | msgid "Honduras" 414 | msgstr "" 415 | 416 | #: data.py:112 417 | msgid "Hong Kong" 418 | msgstr "" 419 | 420 | #: data.py:113 421 | msgid "Hungary" 422 | msgstr "" 423 | 424 | #: data.py:114 425 | msgid "Iceland" 426 | msgstr "" 427 | 428 | #: data.py:115 429 | msgid "India" 430 | msgstr "" 431 | 432 | #: data.py:116 433 | msgid "Indonesia" 434 | msgstr "" 435 | 436 | #: data.py:117 437 | msgid "Iran (the Islamic Republic of)" 438 | msgstr "" 439 | 440 | #: data.py:118 441 | msgid "Iraq" 442 | msgstr "" 443 | 444 | #: data.py:119 445 | msgid "Ireland" 446 | msgstr "" 447 | 448 | #: data.py:120 449 | msgid "Isle of Man" 450 | msgstr "" 451 | 452 | #: data.py:121 453 | msgid "Israel" 454 | msgstr "" 455 | 456 | #: data.py:122 457 | msgid "Italy" 458 | msgstr "" 459 | 460 | #: data.py:123 461 | msgid "Jamaica" 462 | msgstr "" 463 | 464 | #: data.py:124 465 | msgid "Japan" 466 | msgstr "" 467 | 468 | #: data.py:125 469 | msgid "Jersey" 470 | msgstr "" 471 | 472 | #: data.py:126 473 | msgid "Jordan" 474 | msgstr "" 475 | 476 | #: data.py:127 477 | msgid "Kazakhstan" 478 | msgstr "" 479 | 480 | #: data.py:128 481 | msgid "Kenya" 482 | msgstr "" 483 | 484 | #: data.py:129 485 | msgid "Kiribati" 486 | msgstr "" 487 | 488 | #: data.py:130 489 | msgid "Korea (the Democratic People's Republic of)" 490 | msgstr "" 491 | 492 | #: data.py:131 493 | msgid "Korea (the Republic of)" 494 | msgstr "" 495 | 496 | #: data.py:132 497 | msgid "Kuwait" 498 | msgstr "" 499 | 500 | #: data.py:133 501 | msgid "Kyrgyzstan" 502 | msgstr "" 503 | 504 | #: data.py:134 505 | msgid "Lao People's Democratic Republic" 506 | msgstr "" 507 | 508 | #: data.py:135 509 | msgid "Latvia" 510 | msgstr "" 511 | 512 | #: data.py:136 513 | msgid "Lebanon" 514 | msgstr "" 515 | 516 | #: data.py:137 517 | msgid "Lesotho" 518 | msgstr "" 519 | 520 | #: data.py:138 521 | msgid "Liberia" 522 | msgstr "" 523 | 524 | #: data.py:139 525 | msgid "Libya" 526 | msgstr "" 527 | 528 | #: data.py:140 529 | msgid "Liechtenstein" 530 | msgstr "" 531 | 532 | #: data.py:141 533 | msgid "Lithuania" 534 | msgstr "" 535 | 536 | #: data.py:142 537 | msgid "Luxembourg" 538 | msgstr "" 539 | 540 | #: data.py:143 541 | msgid "Macao" 542 | msgstr "" 543 | 544 | #: data.py:144 545 | msgid "Macedonia (the former Yugoslav Republic of)" 546 | msgstr "" 547 | 548 | #: data.py:145 549 | msgid "Madagascar" 550 | msgstr "" 551 | 552 | #: data.py:146 553 | msgid "Malawi" 554 | msgstr "" 555 | 556 | #: data.py:147 557 | msgid "Malaysia" 558 | msgstr "" 559 | 560 | #: data.py:148 561 | msgid "Maldives" 562 | msgstr "" 563 | 564 | #: data.py:149 565 | msgid "Mali" 566 | msgstr "" 567 | 568 | #: data.py:150 569 | msgid "Malta" 570 | msgstr "" 571 | 572 | #: data.py:151 573 | msgid "Marshall Islands" 574 | msgstr "" 575 | 576 | #: data.py:152 577 | msgid "Martinique" 578 | msgstr "" 579 | 580 | #: data.py:153 581 | msgid "Mauritania" 582 | msgstr "" 583 | 584 | #: data.py:154 585 | msgid "Mauritius" 586 | msgstr "" 587 | 588 | #: data.py:155 589 | msgid "Mayotte" 590 | msgstr "" 591 | 592 | #: data.py:156 593 | msgid "Mexico" 594 | msgstr "" 595 | 596 | #: data.py:157 597 | msgid "Micronesia (the Federated States of)" 598 | msgstr "" 599 | 600 | #: data.py:158 601 | msgid "Moldova (the Republic of)" 602 | msgstr "" 603 | 604 | #: data.py:159 605 | msgid "Monaco" 606 | msgstr "" 607 | 608 | #: data.py:160 609 | msgid "Mongolia" 610 | msgstr "" 611 | 612 | #: data.py:161 613 | msgid "Montenegro" 614 | msgstr "" 615 | 616 | #: data.py:162 617 | msgid "Montserrat" 618 | msgstr "" 619 | 620 | #: data.py:163 621 | msgid "Morocco" 622 | msgstr "" 623 | 624 | #: data.py:164 625 | msgid "Mozambique" 626 | msgstr "" 627 | 628 | #: data.py:165 629 | msgid "Myanmar" 630 | msgstr "" 631 | 632 | #: data.py:166 633 | msgid "Namibia" 634 | msgstr "" 635 | 636 | #: data.py:167 637 | msgid "Nauru" 638 | msgstr "" 639 | 640 | #: data.py:168 641 | msgid "Nepal" 642 | msgstr "" 643 | 644 | #: data.py:169 645 | msgid "Netherlands" 646 | msgstr "" 647 | 648 | #: data.py:170 649 | msgid "New Caledonia" 650 | msgstr "" 651 | 652 | #: data.py:171 653 | msgid "New Zealand" 654 | msgstr "" 655 | 656 | #: data.py:172 657 | msgid "Nicaragua" 658 | msgstr "" 659 | 660 | #: data.py:173 661 | msgid "Niger" 662 | msgstr "" 663 | 664 | #: data.py:174 665 | msgid "Nigeria" 666 | msgstr "" 667 | 668 | #: data.py:175 669 | msgid "Niue" 670 | msgstr "" 671 | 672 | #: data.py:176 673 | msgid "Norfolk Island" 674 | msgstr "" 675 | 676 | #: data.py:177 677 | msgid "Northern Mariana Islands" 678 | msgstr "" 679 | 680 | #: data.py:178 681 | msgid "Norway" 682 | msgstr "" 683 | 684 | #: data.py:179 685 | msgid "Oman" 686 | msgstr "" 687 | 688 | #: data.py:180 689 | msgid "Pakistan" 690 | msgstr "" 691 | 692 | #: data.py:181 693 | msgid "Palau" 694 | msgstr "" 695 | 696 | #: data.py:182 697 | msgid "Palestine, State of" 698 | msgstr "" 699 | 700 | #: data.py:183 701 | msgid "Panama" 702 | msgstr "" 703 | 704 | #: data.py:184 705 | msgid "Papua New Guinea" 706 | msgstr "" 707 | 708 | #: data.py:185 709 | msgid "Paraguay" 710 | msgstr "" 711 | 712 | #: data.py:186 713 | msgid "Peru" 714 | msgstr "" 715 | 716 | #: data.py:187 717 | msgid "Philippines" 718 | msgstr "" 719 | 720 | #: data.py:188 721 | msgid "Pitcairn" 722 | msgstr "" 723 | 724 | #: data.py:189 725 | msgid "Poland" 726 | msgstr "" 727 | 728 | #: data.py:190 729 | msgid "Portugal" 730 | msgstr "" 731 | 732 | #: data.py:191 733 | msgid "Puerto Rico" 734 | msgstr "" 735 | 736 | #: data.py:192 737 | msgid "Qatar" 738 | msgstr "" 739 | 740 | #: data.py:193 741 | msgid "Réunion" 742 | msgstr "" 743 | 744 | #: data.py:194 745 | msgid "Romania" 746 | msgstr "" 747 | 748 | #: data.py:195 749 | msgid "Russian Federation" 750 | msgstr "" 751 | 752 | #: data.py:196 753 | msgid "Rwanda" 754 | msgstr "" 755 | 756 | #: data.py:197 757 | msgid "Saint Barthélemy" 758 | msgstr "" 759 | 760 | #: data.py:198 761 | msgid "Saint Helena, Ascension and Tristan da Cunha" 762 | msgstr "" 763 | 764 | #: data.py:199 765 | msgid "Saint Kitts and Nevis" 766 | msgstr "" 767 | 768 | #: data.py:200 769 | msgid "Saint Lucia" 770 | msgstr "" 771 | 772 | #: data.py:201 773 | msgid "Saint Martin (French part)" 774 | msgstr "" 775 | 776 | #: data.py:202 777 | msgid "Saint Pierre and Miquelon" 778 | msgstr "" 779 | 780 | #: data.py:203 781 | msgid "Saint Vincent and the Grenadines" 782 | msgstr "" 783 | 784 | #: data.py:204 785 | msgid "Samoa" 786 | msgstr "" 787 | 788 | #: data.py:205 789 | msgid "San Marino" 790 | msgstr "" 791 | 792 | #: data.py:206 793 | msgid "Sao Tome and Principe" 794 | msgstr "" 795 | 796 | #: data.py:207 797 | msgid "Saudi Arabia" 798 | msgstr "" 799 | 800 | #: data.py:208 801 | msgid "Senegal" 802 | msgstr "" 803 | 804 | #: data.py:209 805 | msgid "Serbia" 806 | msgstr "" 807 | 808 | #: data.py:210 809 | msgid "Seychelles" 810 | msgstr "" 811 | 812 | #: data.py:211 813 | msgid "Sierra Leone" 814 | msgstr "" 815 | 816 | #: data.py:212 817 | msgid "Singapore" 818 | msgstr "" 819 | 820 | #: data.py:213 821 | msgid "Sint Maarten (Dutch part)" 822 | msgstr "" 823 | 824 | #: data.py:214 825 | msgid "Slovakia" 826 | msgstr "" 827 | 828 | #: data.py:215 829 | msgid "Slovenia" 830 | msgstr "" 831 | 832 | #: data.py:216 833 | msgid "Solomon Islands" 834 | msgstr "" 835 | 836 | #: data.py:217 837 | msgid "Somalia" 838 | msgstr "" 839 | 840 | #: data.py:218 841 | msgid "South Africa" 842 | msgstr "" 843 | 844 | #: data.py:219 845 | msgid "South Georgia and the South Sandwich Islands" 846 | msgstr "" 847 | 848 | #: data.py:220 849 | msgid "South Sudan" 850 | msgstr "" 851 | 852 | #: data.py:221 853 | msgid "Spain" 854 | msgstr "" 855 | 856 | #: data.py:222 857 | msgid "Sri Lanka" 858 | msgstr "" 859 | 860 | #: data.py:223 861 | msgid "Sudan" 862 | msgstr "" 863 | 864 | #: data.py:224 865 | msgid "Suriname" 866 | msgstr "" 867 | 868 | #: data.py:225 869 | msgid "Svalbard and Jan Mayen" 870 | msgstr "" 871 | 872 | #: data.py:226 873 | msgid "Swaziland" 874 | msgstr "" 875 | 876 | #: data.py:227 877 | msgid "Sweden" 878 | msgstr "" 879 | 880 | #: data.py:228 881 | msgid "Switzerland" 882 | msgstr "" 883 | 884 | #: data.py:229 885 | msgid "Syrian Arab Republic" 886 | msgstr "" 887 | 888 | #: data.py:230 889 | msgid "Taiwan (Province of China)" 890 | msgstr "" 891 | 892 | #: data.py:231 893 | msgid "Tajikistan" 894 | msgstr "" 895 | 896 | #: data.py:232 897 | msgid "Tanzania, United Republic of" 898 | msgstr "" 899 | 900 | #: data.py:233 901 | msgid "Thailand" 902 | msgstr "" 903 | 904 | #: data.py:234 905 | msgid "Timor-Leste" 906 | msgstr "" 907 | 908 | #: data.py:235 909 | msgid "Togo" 910 | msgstr "" 911 | 912 | #: data.py:236 913 | msgid "Tokelau" 914 | msgstr "" 915 | 916 | #: data.py:237 917 | msgid "Tonga" 918 | msgstr "" 919 | 920 | #: data.py:238 921 | msgid "Trinidad and Tobago" 922 | msgstr "" 923 | 924 | #: data.py:239 925 | msgid "Tunisia" 926 | msgstr "" 927 | 928 | #: data.py:240 929 | msgid "Turkey" 930 | msgstr "" 931 | 932 | #: data.py:241 933 | msgid "Turkmenistan" 934 | msgstr "" 935 | 936 | #: data.py:242 937 | msgid "Turks and Caicos Islands" 938 | msgstr "" 939 | 940 | #: data.py:243 941 | msgid "Tuvalu" 942 | msgstr "" 943 | 944 | #: data.py:244 945 | msgid "Uganda" 946 | msgstr "" 947 | 948 | #: data.py:245 949 | msgid "Ukraine" 950 | msgstr "" 951 | 952 | #: data.py:246 953 | msgid "United Arab Emirates" 954 | msgstr "" 955 | 956 | #: data.py:247 957 | msgid "United Kingdom" 958 | msgstr "" 959 | 960 | #: data.py:248 961 | msgid "United States" 962 | msgstr "" 963 | 964 | #: data.py:249 965 | msgid "United States Minor Outlying Islands" 966 | msgstr "" 967 | 968 | #: data.py:250 969 | msgid "Uruguay" 970 | msgstr "" 971 | 972 | #: data.py:251 973 | msgid "Uzbekistan" 974 | msgstr "" 975 | 976 | #: data.py:252 977 | msgid "Vanuatu" 978 | msgstr "" 979 | 980 | #: data.py:253 981 | msgid "Venezuela, Bolivarian Republic of" 982 | msgstr "" 983 | 984 | #: data.py:254 985 | msgid "Viet Nam" 986 | msgstr "" 987 | 988 | #: data.py:255 989 | msgid "Virgin Islands (British)" 990 | msgstr "" 991 | 992 | #: data.py:256 993 | msgid "Virgin Islands (U.S.)" 994 | msgstr "" 995 | 996 | #: data.py:257 997 | msgid "Wallis and Futuna" 998 | msgstr "" 999 | 1000 | #: data.py:258 1001 | msgid "Western Sahara" 1002 | msgstr "" 1003 | 1004 | #: data.py:259 1005 | msgid "Yemen" 1006 | msgstr "" 1007 | 1008 | #: data.py:260 1009 | msgid "Zambia" 1010 | msgstr "" 1011 | 1012 | #: data.py:261 1013 | msgid "Zimbabwe" 1014 | msgstr "" 1015 | -------------------------------------------------------------------------------- /django_countries/locale/ja/LC_MESSAGES/django.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | # ThemeBoy , 2014 7 | # whosaysni , 2013 8 | msgid "" 9 | msgstr "" 10 | "Project-Id-Version: django-countries\n" 11 | "Report-Msgid-Bugs-To: \n" 12 | "POT-Creation-Date: 2013-12-19 14:56+1300\n" 13 | "PO-Revision-Date: 2014-03-02 02:21+0000\n" 14 | "Last-Translator: ThemeBoy \n" 15 | "Language-Team: Japanese (http://www.transifex.com/projects/p/django-countries/language/ja/)\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Language: ja\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: data.py:13 23 | msgid "Afghanistan" 24 | msgstr "アフガニスタン" 25 | 26 | #: data.py:14 27 | msgid "Åland Islands" 28 | msgstr "オーランド諸島" 29 | 30 | #: data.py:15 31 | msgid "Albania" 32 | msgstr "アルバニア" 33 | 34 | #: data.py:16 35 | msgid "Algeria" 36 | msgstr "アルジェリア" 37 | 38 | #: data.py:17 39 | msgid "American Samoa" 40 | msgstr "米領サモア" 41 | 42 | #: data.py:18 43 | msgid "Andorra" 44 | msgstr "アンドラ" 45 | 46 | #: data.py:19 47 | msgid "Angola" 48 | msgstr "アンゴラ" 49 | 50 | #: data.py:20 51 | msgid "Anguilla" 52 | msgstr "アンギラ" 53 | 54 | #: data.py:21 55 | msgid "Antarctica" 56 | msgstr "南極" 57 | 58 | #: data.py:22 59 | msgid "Antigua and Barbuda" 60 | msgstr "アンティグア・バーブーダ" 61 | 62 | #: data.py:23 63 | msgid "Argentina" 64 | msgstr "アルゼンチン" 65 | 66 | #: data.py:24 67 | msgid "Armenia" 68 | msgstr "アルメニア" 69 | 70 | #: data.py:25 71 | msgid "Aruba" 72 | msgstr "アルバ" 73 | 74 | #: data.py:26 75 | msgid "Australia" 76 | msgstr "オーストラリア" 77 | 78 | #: data.py:27 79 | msgid "Austria" 80 | msgstr "オーストリア" 81 | 82 | #: data.py:28 83 | msgid "Azerbaijan" 84 | msgstr "アゼルバイジャン" 85 | 86 | #: data.py:29 87 | msgid "Bahamas" 88 | msgstr "バハマ" 89 | 90 | #: data.py:30 91 | msgid "Bahrain" 92 | msgstr "バーレーン" 93 | 94 | #: data.py:31 95 | msgid "Bangladesh" 96 | msgstr "バングラデシュ" 97 | 98 | #: data.py:32 99 | msgid "Barbados" 100 | msgstr "バルバドス" 101 | 102 | #: data.py:33 103 | msgid "Belarus" 104 | msgstr "ベラルーシ" 105 | 106 | #: data.py:34 107 | msgid "Belgium" 108 | msgstr "ベルギー" 109 | 110 | #: data.py:35 111 | msgid "Belize" 112 | msgstr "ベリーズ" 113 | 114 | #: data.py:36 115 | msgid "Benin" 116 | msgstr "ベナン" 117 | 118 | #: data.py:37 119 | msgid "Bermuda" 120 | msgstr "バミューダ諸島" 121 | 122 | #: data.py:38 123 | msgid "Bhutan" 124 | msgstr "ブータン" 125 | 126 | #: data.py:39 127 | msgid "Bolivia, Plurinational State of" 128 | msgstr "ボリビア" 129 | 130 | #: data.py:40 131 | msgid "Bonaire, Sint Eustatius and Saba" 132 | msgstr "ボネール、シント・ユースタティウスおよびサバ" 133 | 134 | #: data.py:41 135 | msgid "Bosnia and Herzegovina" 136 | msgstr "ボスニア・ヘルツェゴビナ" 137 | 138 | #: data.py:42 139 | msgid "Botswana" 140 | msgstr "ボツワナ" 141 | 142 | #: data.py:43 143 | msgid "Bouvet Island" 144 | msgstr "ブーベ島" 145 | 146 | #: data.py:44 147 | msgid "Brazil" 148 | msgstr "ブラジル" 149 | 150 | #: data.py:45 151 | msgid "British Indian Ocean Territory" 152 | msgstr "英領インド洋地域" 153 | 154 | #: data.py:46 155 | msgid "Brunei Darussalam" 156 | msgstr "ブルネイ・ダルエスサラーム" 157 | 158 | #: data.py:47 159 | msgid "Bulgaria" 160 | msgstr "ブルガリア" 161 | 162 | #: data.py:48 163 | msgid "Burkina Faso" 164 | msgstr "ブルキナファソ" 165 | 166 | #: data.py:49 167 | msgid "Burundi" 168 | msgstr "ブルンジ" 169 | 170 | #: data.py:50 171 | msgid "Cambodia" 172 | msgstr "カンボジア" 173 | 174 | #: data.py:51 175 | msgid "Cameroon" 176 | msgstr "カメルーン" 177 | 178 | #: data.py:52 179 | msgid "Canada" 180 | msgstr "カナダ" 181 | 182 | #: data.py:53 183 | msgid "Cape Verde" 184 | msgstr "カーポベルデ" 185 | 186 | #: data.py:54 187 | msgid "Cayman Islands" 188 | msgstr "ケイマン諸島" 189 | 190 | #: data.py:55 191 | msgid "Central African Republic" 192 | msgstr "中央アフリカ" 193 | 194 | #: data.py:56 195 | msgid "Chad" 196 | msgstr "チャド" 197 | 198 | #: data.py:57 199 | msgid "Chile" 200 | msgstr "チリ" 201 | 202 | #: data.py:58 203 | msgid "China" 204 | msgstr "中国" 205 | 206 | #: data.py:59 207 | msgid "Christmas Island" 208 | msgstr "クリスマス島" 209 | 210 | #: data.py:60 211 | msgid "Cocos (Keeling) Islands" 212 | msgstr "ココス (キーリング) 諸島" 213 | 214 | #: data.py:61 215 | msgid "Colombia" 216 | msgstr "コロンビア" 217 | 218 | #: data.py:62 219 | msgid "Comoros" 220 | msgstr "コモロ" 221 | 222 | #: data.py:63 223 | msgid "Congo" 224 | msgstr "コンゴ共和国" 225 | 226 | #: data.py:64 227 | msgid "Congo (the Democratic Republic of the)" 228 | msgstr "コンゴ(民主共和国)" 229 | 230 | #: data.py:65 231 | msgid "Cook Islands" 232 | msgstr "クック諸島" 233 | 234 | #: data.py:66 235 | msgid "Costa Rica" 236 | msgstr "コスタリカ" 237 | 238 | #: data.py:67 239 | msgid "Côte d'Ivoire" 240 | msgstr "コートジボワール" 241 | 242 | #: data.py:68 243 | msgid "Croatia" 244 | msgstr "クロアチア" 245 | 246 | #: data.py:69 247 | msgid "Cuba" 248 | msgstr "キューバ" 249 | 250 | #: data.py:70 251 | msgid "Curaçao" 252 | msgstr "キュラソー" 253 | 254 | #: data.py:71 255 | msgid "Cyprus" 256 | msgstr "キプロス" 257 | 258 | #: data.py:72 259 | msgid "Czech Republic" 260 | msgstr "チェコ" 261 | 262 | #: data.py:73 263 | msgid "Denmark" 264 | msgstr "デンマーク" 265 | 266 | #: data.py:74 267 | msgid "Djibouti" 268 | msgstr "ジブチ" 269 | 270 | #: data.py:75 271 | msgid "Dominica" 272 | msgstr "ドミニカ国" 273 | 274 | #: data.py:76 275 | msgid "Dominican Republic" 276 | msgstr "ドミニカ共和国" 277 | 278 | #: data.py:77 279 | msgid "Ecuador" 280 | msgstr "エクアドル" 281 | 282 | #: data.py:78 283 | msgid "Egypt" 284 | msgstr "エジプト" 285 | 286 | #: data.py:79 287 | msgid "El Salvador" 288 | msgstr "エルサルバドル" 289 | 290 | #: data.py:80 291 | msgid "Equatorial Guinea" 292 | msgstr "赤道ギニア" 293 | 294 | #: data.py:81 295 | msgid "Eritrea" 296 | msgstr "エリトリア" 297 | 298 | #: data.py:82 299 | msgid "Estonia" 300 | msgstr "エストニア" 301 | 302 | #: data.py:83 303 | msgid "Ethiopia" 304 | msgstr "エチオピア" 305 | 306 | #: data.py:84 307 | msgid "Falkland Islands [Malvinas]" 308 | msgstr "フォークランド [マルビナス] 諸島" 309 | 310 | #: data.py:85 311 | msgid "Faroe Islands" 312 | msgstr "フェロー諸島" 313 | 314 | #: data.py:86 315 | msgid "Fiji" 316 | msgstr "フィジー" 317 | 318 | #: data.py:87 319 | msgid "Finland" 320 | msgstr "フィンランド" 321 | 322 | #: data.py:88 323 | msgid "France" 324 | msgstr "フランス" 325 | 326 | #: data.py:89 327 | msgid "French Guiana" 328 | msgstr "仏領ギニア" 329 | 330 | #: data.py:90 331 | msgid "French Polynesia" 332 | msgstr "仏領ポリネシア" 333 | 334 | #: data.py:91 335 | msgid "French Southern Territories" 336 | msgstr "仏領南方地域" 337 | 338 | #: data.py:92 339 | msgid "Gabon" 340 | msgstr "ガボン" 341 | 342 | #: data.py:93 343 | msgid "Gambia (The)" 344 | msgstr "ガンビア(共和国)" 345 | 346 | #: data.py:94 347 | msgid "Georgia" 348 | msgstr "グルジア" 349 | 350 | #: data.py:95 351 | msgid "Germany" 352 | msgstr "ドイツ" 353 | 354 | #: data.py:96 355 | msgid "Ghana" 356 | msgstr "ガーナ" 357 | 358 | #: data.py:97 359 | msgid "Gibraltar" 360 | msgstr "ジブラルタル" 361 | 362 | #: data.py:98 363 | msgid "Greece" 364 | msgstr "ギリシャ" 365 | 366 | #: data.py:99 367 | msgid "Greenland" 368 | msgstr "グリーンランド" 369 | 370 | #: data.py:100 371 | msgid "Grenada" 372 | msgstr "グレナダ" 373 | 374 | #: data.py:101 375 | msgid "Guadeloupe" 376 | msgstr "グアドループ" 377 | 378 | #: data.py:102 379 | msgid "Guam" 380 | msgstr "グアム" 381 | 382 | #: data.py:103 383 | msgid "Guatemala" 384 | msgstr "グアテマラ" 385 | 386 | #: data.py:104 387 | msgid "Guernsey" 388 | msgstr "ガーンジー" 389 | 390 | #: data.py:105 391 | msgid "Guinea" 392 | msgstr "ギニア" 393 | 394 | #: data.py:106 395 | msgid "Guinea-Bissau" 396 | msgstr "ギニアビサウ" 397 | 398 | #: data.py:107 399 | msgid "Guyana" 400 | msgstr "ガイアナ" 401 | 402 | #: data.py:108 403 | msgid "Haiti" 404 | msgstr "ハイチ" 405 | 406 | #: data.py:109 407 | msgid "Heard Island and McDonald Islands" 408 | msgstr "ハード島およびマクドナルド島" 409 | 410 | #: data.py:110 411 | msgid "Holy See [Vatican City State]" 412 | msgstr "教皇庁[バチカン市国]" 413 | 414 | #: data.py:111 415 | msgid "Honduras" 416 | msgstr "ホンジュラス" 417 | 418 | #: data.py:112 419 | msgid "Hong Kong" 420 | msgstr "香港" 421 | 422 | #: data.py:113 423 | msgid "Hungary" 424 | msgstr "ハンガリー" 425 | 426 | #: data.py:114 427 | msgid "Iceland" 428 | msgstr "アイスランド" 429 | 430 | #: data.py:115 431 | msgid "India" 432 | msgstr "インド" 433 | 434 | #: data.py:116 435 | msgid "Indonesia" 436 | msgstr "インドネシア" 437 | 438 | #: data.py:117 439 | msgid "Iran (the Islamic Republic of)" 440 | msgstr "イラン(イスラム共和国)" 441 | 442 | #: data.py:118 443 | msgid "Iraq" 444 | msgstr "イラク" 445 | 446 | #: data.py:119 447 | msgid "Ireland" 448 | msgstr "アイルランド" 449 | 450 | #: data.py:120 451 | msgid "Isle of Man" 452 | msgstr "マン島" 453 | 454 | #: data.py:121 455 | msgid "Israel" 456 | msgstr "イスラエル" 457 | 458 | #: data.py:122 459 | msgid "Italy" 460 | msgstr "イタリア" 461 | 462 | #: data.py:123 463 | msgid "Jamaica" 464 | msgstr "ジャマイカ" 465 | 466 | #: data.py:124 467 | msgid "Japan" 468 | msgstr "日本" 469 | 470 | #: data.py:125 471 | msgid "Jersey" 472 | msgstr "英領ジャージー島" 473 | 474 | #: data.py:126 475 | msgid "Jordan" 476 | msgstr "ヨルダン" 477 | 478 | #: data.py:127 479 | msgid "Kazakhstan" 480 | msgstr "カザフスタン" 481 | 482 | #: data.py:128 483 | msgid "Kenya" 484 | msgstr "ケニア" 485 | 486 | #: data.py:129 487 | msgid "Kiribati" 488 | msgstr "キリバス" 489 | 490 | #: data.py:130 491 | msgid "Korea (the Democratic People's Republic of)" 492 | msgstr "北朝鮮(朝鮮民主主義人民共和国)" 493 | 494 | #: data.py:131 495 | msgid "Korea (the Republic of)" 496 | msgstr "韓国(大韓民国)" 497 | 498 | #: data.py:132 499 | msgid "Kuwait" 500 | msgstr "クウェート" 501 | 502 | #: data.py:133 503 | msgid "Kyrgyzstan" 504 | msgstr "キルギスタン" 505 | 506 | #: data.py:134 507 | msgid "Lao People's Democratic Republic" 508 | msgstr "ラオス" 509 | 510 | #: data.py:135 511 | msgid "Latvia" 512 | msgstr "ラトビア" 513 | 514 | #: data.py:136 515 | msgid "Lebanon" 516 | msgstr "レバノン" 517 | 518 | #: data.py:137 519 | msgid "Lesotho" 520 | msgstr "レソト" 521 | 522 | #: data.py:138 523 | msgid "Liberia" 524 | msgstr "リベリア" 525 | 526 | #: data.py:139 527 | msgid "Libya" 528 | msgstr "リビア" 529 | 530 | #: data.py:140 531 | msgid "Liechtenstein" 532 | msgstr "リヒテンシュタイン" 533 | 534 | #: data.py:141 535 | msgid "Lithuania" 536 | msgstr "リトアニア" 537 | 538 | #: data.py:142 539 | msgid "Luxembourg" 540 | msgstr "ルクセンブルグ" 541 | 542 | #: data.py:143 543 | msgid "Macao" 544 | msgstr "マカオ" 545 | 546 | #: data.py:144 547 | msgid "Macedonia (the former Yugoslav Republic of)" 548 | msgstr "マケドニア(旧ユーゴスラビア共和国)" 549 | 550 | #: data.py:145 551 | msgid "Madagascar" 552 | msgstr "マダガスカル" 553 | 554 | #: data.py:146 555 | msgid "Malawi" 556 | msgstr "マラウイ" 557 | 558 | #: data.py:147 559 | msgid "Malaysia" 560 | msgstr "マレーシア" 561 | 562 | #: data.py:148 563 | msgid "Maldives" 564 | msgstr "モルジブ" 565 | 566 | #: data.py:149 567 | msgid "Mali" 568 | msgstr "マリ" 569 | 570 | #: data.py:150 571 | msgid "Malta" 572 | msgstr "マルタ" 573 | 574 | #: data.py:151 575 | msgid "Marshall Islands" 576 | msgstr "マーシャル諸島" 577 | 578 | #: data.py:152 579 | msgid "Martinique" 580 | msgstr "マルティニーク" 581 | 582 | #: data.py:153 583 | msgid "Mauritania" 584 | msgstr "モーリタニア" 585 | 586 | #: data.py:154 587 | msgid "Mauritius" 588 | msgstr "モーリシャス" 589 | 590 | #: data.py:155 591 | msgid "Mayotte" 592 | msgstr "マヨット" 593 | 594 | #: data.py:156 595 | msgid "Mexico" 596 | msgstr "メキシコ" 597 | 598 | #: data.py:157 599 | msgid "Micronesia (the Federated States of)" 600 | msgstr "ミクロネシア(連邦)" 601 | 602 | #: data.py:158 603 | msgid "Moldova (the Republic of)" 604 | msgstr "モルドバ(共和国)" 605 | 606 | #: data.py:159 607 | msgid "Monaco" 608 | msgstr "モナコ" 609 | 610 | #: data.py:160 611 | msgid "Mongolia" 612 | msgstr "モンゴル" 613 | 614 | #: data.py:161 615 | msgid "Montenegro" 616 | msgstr "モンテネグロ" 617 | 618 | #: data.py:162 619 | msgid "Montserrat" 620 | msgstr "英領モントセラト" 621 | 622 | #: data.py:163 623 | msgid "Morocco" 624 | msgstr "モロッコ" 625 | 626 | #: data.py:164 627 | msgid "Mozambique" 628 | msgstr "モザンビーク" 629 | 630 | #: data.py:165 631 | msgid "Myanmar" 632 | msgstr "ミャンマー" 633 | 634 | #: data.py:166 635 | msgid "Namibia" 636 | msgstr "ナミビア" 637 | 638 | #: data.py:167 639 | msgid "Nauru" 640 | msgstr "ナウル" 641 | 642 | #: data.py:168 643 | msgid "Nepal" 644 | msgstr "ネパール" 645 | 646 | #: data.py:169 647 | msgid "Netherlands" 648 | msgstr "オランダ" 649 | 650 | #: data.py:170 651 | msgid "New Caledonia" 652 | msgstr "ニューカレドニア" 653 | 654 | #: data.py:171 655 | msgid "New Zealand" 656 | msgstr "ニュージーランド" 657 | 658 | #: data.py:172 659 | msgid "Nicaragua" 660 | msgstr "ニカラグア" 661 | 662 | #: data.py:173 663 | msgid "Niger" 664 | msgstr "ニジェール" 665 | 666 | #: data.py:174 667 | msgid "Nigeria" 668 | msgstr "ナイジェリア" 669 | 670 | #: data.py:175 671 | msgid "Niue" 672 | msgstr "ニウエ" 673 | 674 | #: data.py:176 675 | msgid "Norfolk Island" 676 | msgstr "ノーフォーク島" 677 | 678 | #: data.py:177 679 | msgid "Northern Mariana Islands" 680 | msgstr "北マリアナ諸島" 681 | 682 | #: data.py:178 683 | msgid "Norway" 684 | msgstr "ノルウェー" 685 | 686 | #: data.py:179 687 | msgid "Oman" 688 | msgstr "オマーン" 689 | 690 | #: data.py:180 691 | msgid "Pakistan" 692 | msgstr "パキスタン" 693 | 694 | #: data.py:181 695 | msgid "Palau" 696 | msgstr "パラオ" 697 | 698 | #: data.py:182 699 | msgid "Palestine, State of" 700 | msgstr "パレスチナ自治州" 701 | 702 | #: data.py:183 703 | msgid "Panama" 704 | msgstr "パナマ" 705 | 706 | #: data.py:184 707 | msgid "Papua New Guinea" 708 | msgstr "パプアニューギニア" 709 | 710 | #: data.py:185 711 | msgid "Paraguay" 712 | msgstr "パラグアイ" 713 | 714 | #: data.py:186 715 | msgid "Peru" 716 | msgstr "ペルー" 717 | 718 | #: data.py:187 719 | msgid "Philippines" 720 | msgstr "フィリピン" 721 | 722 | #: data.py:188 723 | msgid "Pitcairn" 724 | msgstr "ピトケアン諸島" 725 | 726 | #: data.py:189 727 | msgid "Poland" 728 | msgstr "ポーランド" 729 | 730 | #: data.py:190 731 | msgid "Portugal" 732 | msgstr "ポルトガル" 733 | 734 | #: data.py:191 735 | msgid "Puerto Rico" 736 | msgstr "プエルトリコ" 737 | 738 | #: data.py:192 739 | msgid "Qatar" 740 | msgstr "カタール" 741 | 742 | #: data.py:193 743 | msgid "Réunion" 744 | msgstr "レユニオン" 745 | 746 | #: data.py:194 747 | msgid "Romania" 748 | msgstr "ルーマニア" 749 | 750 | #: data.py:195 751 | msgid "Russian Federation" 752 | msgstr "ロシア連邦" 753 | 754 | #: data.py:196 755 | msgid "Rwanda" 756 | msgstr "ルワンダ" 757 | 758 | #: data.py:197 759 | msgid "Saint Barthélemy" 760 | msgstr "セント・バーソロミュー島" 761 | 762 | #: data.py:198 763 | msgid "Saint Helena, Ascension and Tristan da Cunha" 764 | msgstr "セントヘレナ・アセンションおよびトリスタンダクーニャ" 765 | 766 | #: data.py:199 767 | msgid "Saint Kitts and Nevis" 768 | msgstr "セントクリストファー・ネイビス連邦" 769 | 770 | #: data.py:200 771 | msgid "Saint Lucia" 772 | msgstr "セントルシア" 773 | 774 | #: data.py:201 775 | msgid "Saint Martin (French part)" 776 | msgstr "セント・マーチン(フランス領)" 777 | 778 | #: data.py:202 779 | msgid "Saint Pierre and Miquelon" 780 | msgstr "サンピエール島・ミクロン島" 781 | 782 | #: data.py:203 783 | msgid "Saint Vincent and the Grenadines" 784 | msgstr "セントビンセントおよびグレナディーン諸島" 785 | 786 | #: data.py:204 787 | msgid "Samoa" 788 | msgstr "サモア" 789 | 790 | #: data.py:205 791 | msgid "San Marino" 792 | msgstr "サンマリノ" 793 | 794 | #: data.py:206 795 | msgid "Sao Tome and Principe" 796 | msgstr "サントメ・プリンシペ" 797 | 798 | #: data.py:207 799 | msgid "Saudi Arabia" 800 | msgstr "サウジアラビア" 801 | 802 | #: data.py:208 803 | msgid "Senegal" 804 | msgstr "セネガル" 805 | 806 | #: data.py:209 807 | msgid "Serbia" 808 | msgstr "セルビア" 809 | 810 | #: data.py:210 811 | msgid "Seychelles" 812 | msgstr "セイシェル" 813 | 814 | #: data.py:211 815 | msgid "Sierra Leone" 816 | msgstr "シエラレオネ" 817 | 818 | #: data.py:212 819 | msgid "Singapore" 820 | msgstr "シンガポール" 821 | 822 | #: data.py:213 823 | msgid "Sint Maarten (Dutch part)" 824 | msgstr "セント・マーチン(オランダ領)" 825 | 826 | #: data.py:214 827 | msgid "Slovakia" 828 | msgstr "スロバキア" 829 | 830 | #: data.py:215 831 | msgid "Slovenia" 832 | msgstr "スロベニア" 833 | 834 | #: data.py:216 835 | msgid "Solomon Islands" 836 | msgstr "ソロモン諸島" 837 | 838 | #: data.py:217 839 | msgid "Somalia" 840 | msgstr "ソマリア" 841 | 842 | #: data.py:218 843 | msgid "South Africa" 844 | msgstr "南アフリカ" 845 | 846 | #: data.py:219 847 | msgid "South Georgia and the South Sandwich Islands" 848 | msgstr "サウスジョージア・サウスサンドウィッチ諸島" 849 | 850 | #: data.py:220 851 | msgid "South Sudan" 852 | msgstr "南スーダン" 853 | 854 | #: data.py:221 855 | msgid "Spain" 856 | msgstr "スペイン" 857 | 858 | #: data.py:222 859 | msgid "Sri Lanka" 860 | msgstr "スリランカ" 861 | 862 | #: data.py:223 863 | msgid "Sudan" 864 | msgstr "スーダン" 865 | 866 | #: data.py:224 867 | msgid "Suriname" 868 | msgstr "スリナム" 869 | 870 | #: data.py:225 871 | msgid "Svalbard and Jan Mayen" 872 | msgstr "スヴァールバル諸島およびヤンマイエン島" 873 | 874 | #: data.py:226 875 | msgid "Swaziland" 876 | msgstr "スワジランド" 877 | 878 | #: data.py:227 879 | msgid "Sweden" 880 | msgstr "スウェーデン" 881 | 882 | #: data.py:228 883 | msgid "Switzerland" 884 | msgstr "スイス" 885 | 886 | #: data.py:229 887 | msgid "Syrian Arab Republic" 888 | msgstr "シリア・アラブ共和国" 889 | 890 | #: data.py:230 891 | msgid "Taiwan (Province of China)" 892 | msgstr "台湾(中華民国)" 893 | 894 | #: data.py:231 895 | msgid "Tajikistan" 896 | msgstr "タジキスタン" 897 | 898 | #: data.py:232 899 | msgid "Tanzania, United Republic of" 900 | msgstr "タンザニア" 901 | 902 | #: data.py:233 903 | msgid "Thailand" 904 | msgstr "タイ" 905 | 906 | #: data.py:234 907 | msgid "Timor-Leste" 908 | msgstr "東ティモール" 909 | 910 | #: data.py:235 911 | msgid "Togo" 912 | msgstr "トーゴ" 913 | 914 | #: data.py:236 915 | msgid "Tokelau" 916 | msgstr "トケラウ" 917 | 918 | #: data.py:237 919 | msgid "Tonga" 920 | msgstr "トンガ" 921 | 922 | #: data.py:238 923 | msgid "Trinidad and Tobago" 924 | msgstr "トリニダード・トバゴ" 925 | 926 | #: data.py:239 927 | msgid "Tunisia" 928 | msgstr "チュニジア" 929 | 930 | #: data.py:240 931 | msgid "Turkey" 932 | msgstr "トルコ" 933 | 934 | #: data.py:241 935 | msgid "Turkmenistan" 936 | msgstr "トルクメニスタン" 937 | 938 | #: data.py:242 939 | msgid "Turks and Caicos Islands" 940 | msgstr "タークス・カイコス諸島" 941 | 942 | #: data.py:243 943 | msgid "Tuvalu" 944 | msgstr "ツバル" 945 | 946 | #: data.py:244 947 | msgid "Uganda" 948 | msgstr "ウガンダ" 949 | 950 | #: data.py:245 951 | msgid "Ukraine" 952 | msgstr "ウクライナ" 953 | 954 | #: data.py:246 955 | msgid "United Arab Emirates" 956 | msgstr "アラブ首長国連邦" 957 | 958 | #: data.py:247 959 | msgid "United Kingdom" 960 | msgstr "イギリス" 961 | 962 | #: data.py:248 963 | msgid "United States" 964 | msgstr "アメリカ" 965 | 966 | #: data.py:249 967 | msgid "United States Minor Outlying Islands" 968 | msgstr "合衆国領有小離島" 969 | 970 | #: data.py:250 971 | msgid "Uruguay" 972 | msgstr "ウルグアイ" 973 | 974 | #: data.py:251 975 | msgid "Uzbekistan" 976 | msgstr "ウズベキスタン" 977 | 978 | #: data.py:252 979 | msgid "Vanuatu" 980 | msgstr "バヌアツ" 981 | 982 | #: data.py:253 983 | msgid "Venezuela, Bolivarian Republic of" 984 | msgstr "ベネズエラ・ボリバル共和国" 985 | 986 | #: data.py:254 987 | msgid "Viet Nam" 988 | msgstr "ベトナム" 989 | 990 | #: data.py:255 991 | msgid "Virgin Islands (British)" 992 | msgstr "ヴァージン諸島(イギリス領)" 993 | 994 | #: data.py:256 995 | msgid "Virgin Islands (U.S.)" 996 | msgstr "ヴァージン諸島(アメリカ領)" 997 | 998 | #: data.py:257 999 | msgid "Wallis and Futuna" 1000 | msgstr "ウォリス・フツナ" 1001 | 1002 | #: data.py:258 1003 | msgid "Western Sahara" 1004 | msgstr "西サハラ" 1005 | 1006 | #: data.py:259 1007 | msgid "Yemen" 1008 | msgstr "イエメン" 1009 | 1010 | #: data.py:260 1011 | msgid "Zambia" 1012 | msgstr "ザンビア" 1013 | 1014 | #: data.py:261 1015 | msgid "Zimbabwe" 1016 | msgstr "ジンバブエ" 1017 | -------------------------------------------------------------------------------- /django_countries/locale/fi/LC_MESSAGES/django.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | # jpvanhal , 2012 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: django-countries\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2013-12-19 14:56+1300\n" 12 | "PO-Revision-Date: 2013-12-19 02:01+0000\n" 13 | "Last-Translator: Chris Beaven \n" 14 | "Language-Team: Finnish (http://www.transifex.com/projects/p/django-countries/language/fi/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: fi\n" 19 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 | 21 | #: data.py:13 22 | msgid "Afghanistan" 23 | msgstr "Afganistan" 24 | 25 | #: data.py:14 26 | msgid "Åland Islands" 27 | msgstr "Ahvenanmaa" 28 | 29 | #: data.py:15 30 | msgid "Albania" 31 | msgstr "Albania" 32 | 33 | #: data.py:16 34 | msgid "Algeria" 35 | msgstr "Algeria" 36 | 37 | #: data.py:17 38 | msgid "American Samoa" 39 | msgstr "Amerikan Samoa" 40 | 41 | #: data.py:18 42 | msgid "Andorra" 43 | msgstr "Andorra" 44 | 45 | #: data.py:19 46 | msgid "Angola" 47 | msgstr "Angola" 48 | 49 | #: data.py:20 50 | msgid "Anguilla" 51 | msgstr "Anguilla" 52 | 53 | #: data.py:21 54 | msgid "Antarctica" 55 | msgstr "Antarktis" 56 | 57 | #: data.py:22 58 | msgid "Antigua and Barbuda" 59 | msgstr "Antigua ja Barbuda" 60 | 61 | #: data.py:23 62 | msgid "Argentina" 63 | msgstr "Argentiina" 64 | 65 | #: data.py:24 66 | msgid "Armenia" 67 | msgstr "Armenia" 68 | 69 | #: data.py:25 70 | msgid "Aruba" 71 | msgstr "Aruba" 72 | 73 | #: data.py:26 74 | msgid "Australia" 75 | msgstr "Australia" 76 | 77 | #: data.py:27 78 | msgid "Austria" 79 | msgstr "Itävalta" 80 | 81 | #: data.py:28 82 | msgid "Azerbaijan" 83 | msgstr "Azerbaidžan" 84 | 85 | #: data.py:29 86 | msgid "Bahamas" 87 | msgstr "Bahama" 88 | 89 | #: data.py:30 90 | msgid "Bahrain" 91 | msgstr "Bahrain" 92 | 93 | #: data.py:31 94 | msgid "Bangladesh" 95 | msgstr "Bangladesh" 96 | 97 | #: data.py:32 98 | msgid "Barbados" 99 | msgstr "Barbados" 100 | 101 | #: data.py:33 102 | msgid "Belarus" 103 | msgstr "Valko-Venäjä" 104 | 105 | #: data.py:34 106 | msgid "Belgium" 107 | msgstr "Belgia" 108 | 109 | #: data.py:35 110 | msgid "Belize" 111 | msgstr "Belize" 112 | 113 | #: data.py:36 114 | msgid "Benin" 115 | msgstr "Benin" 116 | 117 | #: data.py:37 118 | msgid "Bermuda" 119 | msgstr "Bermuda" 120 | 121 | #: data.py:38 122 | msgid "Bhutan" 123 | msgstr "Bhutan" 124 | 125 | #: data.py:39 126 | msgid "Bolivia, Plurinational State of" 127 | msgstr "Bolivia" 128 | 129 | #: data.py:40 130 | msgid "Bonaire, Sint Eustatius and Saba" 131 | msgstr "Bonaire, Sint Eustatius ja Saba" 132 | 133 | #: data.py:41 134 | msgid "Bosnia and Herzegovina" 135 | msgstr "Bosnia ja Hertsegovina" 136 | 137 | #: data.py:42 138 | msgid "Botswana" 139 | msgstr "Botswana" 140 | 141 | #: data.py:43 142 | msgid "Bouvet Island" 143 | msgstr "Bouvet'nsaari" 144 | 145 | #: data.py:44 146 | msgid "Brazil" 147 | msgstr "Brasilia" 148 | 149 | #: data.py:45 150 | msgid "British Indian Ocean Territory" 151 | msgstr "Brittiläinen Intian valtameren alue" 152 | 153 | #: data.py:46 154 | msgid "Brunei Darussalam" 155 | msgstr "Brunei" 156 | 157 | #: data.py:47 158 | msgid "Bulgaria" 159 | msgstr "Bulgaria" 160 | 161 | #: data.py:48 162 | msgid "Burkina Faso" 163 | msgstr "Burkina Faso" 164 | 165 | #: data.py:49 166 | msgid "Burundi" 167 | msgstr "Burundi" 168 | 169 | #: data.py:50 170 | msgid "Cambodia" 171 | msgstr "Kambodža" 172 | 173 | #: data.py:51 174 | msgid "Cameroon" 175 | msgstr "Kamerun" 176 | 177 | #: data.py:52 178 | msgid "Canada" 179 | msgstr "Kanada" 180 | 181 | #: data.py:53 182 | msgid "Cape Verde" 183 | msgstr "Kap Verde" 184 | 185 | #: data.py:54 186 | msgid "Cayman Islands" 187 | msgstr "Caymansaaret" 188 | 189 | #: data.py:55 190 | msgid "Central African Republic" 191 | msgstr "Keski-Afrikan tasavalta" 192 | 193 | #: data.py:56 194 | msgid "Chad" 195 | msgstr "Tšad" 196 | 197 | #: data.py:57 198 | msgid "Chile" 199 | msgstr "Chile" 200 | 201 | #: data.py:58 202 | msgid "China" 203 | msgstr "Kiina" 204 | 205 | #: data.py:59 206 | msgid "Christmas Island" 207 | msgstr "Joulusaari" 208 | 209 | #: data.py:60 210 | msgid "Cocos (Keeling) Islands" 211 | msgstr "Kookossaaret" 212 | 213 | #: data.py:61 214 | msgid "Colombia" 215 | msgstr "Kolumbia" 216 | 217 | #: data.py:62 218 | msgid "Comoros" 219 | msgstr "Komorit" 220 | 221 | #: data.py:63 222 | msgid "Congo" 223 | msgstr "Kongon tasavalta" 224 | 225 | #: data.py:64 226 | msgid "Congo (the Democratic Republic of the)" 227 | msgstr "" 228 | 229 | #: data.py:65 230 | msgid "Cook Islands" 231 | msgstr "Cookinsaaret" 232 | 233 | #: data.py:66 234 | msgid "Costa Rica" 235 | msgstr "Costa Rica" 236 | 237 | #: data.py:67 238 | msgid "Côte d'Ivoire" 239 | msgstr "" 240 | 241 | #: data.py:68 242 | msgid "Croatia" 243 | msgstr "Kroatia" 244 | 245 | #: data.py:69 246 | msgid "Cuba" 247 | msgstr "Kuuba" 248 | 249 | #: data.py:70 250 | msgid "Curaçao" 251 | msgstr "Curaçao" 252 | 253 | #: data.py:71 254 | msgid "Cyprus" 255 | msgstr "Kypros" 256 | 257 | #: data.py:72 258 | msgid "Czech Republic" 259 | msgstr "Tšekki" 260 | 261 | #: data.py:73 262 | msgid "Denmark" 263 | msgstr "Tanska" 264 | 265 | #: data.py:74 266 | msgid "Djibouti" 267 | msgstr "Djibouti" 268 | 269 | #: data.py:75 270 | msgid "Dominica" 271 | msgstr "Dominica" 272 | 273 | #: data.py:76 274 | msgid "Dominican Republic" 275 | msgstr "Dominikaaninen tasavalta" 276 | 277 | #: data.py:77 278 | msgid "Ecuador" 279 | msgstr "Ecuador" 280 | 281 | #: data.py:78 282 | msgid "Egypt" 283 | msgstr "Egypti" 284 | 285 | #: data.py:79 286 | msgid "El Salvador" 287 | msgstr "El Salvador" 288 | 289 | #: data.py:80 290 | msgid "Equatorial Guinea" 291 | msgstr "Päiväntasaajan Guinea" 292 | 293 | #: data.py:81 294 | msgid "Eritrea" 295 | msgstr "Eritrea" 296 | 297 | #: data.py:82 298 | msgid "Estonia" 299 | msgstr "Viro" 300 | 301 | #: data.py:83 302 | msgid "Ethiopia" 303 | msgstr "Etiopia" 304 | 305 | #: data.py:84 306 | msgid "Falkland Islands [Malvinas]" 307 | msgstr "" 308 | 309 | #: data.py:85 310 | msgid "Faroe Islands" 311 | msgstr "Färsaaret" 312 | 313 | #: data.py:86 314 | msgid "Fiji" 315 | msgstr "Fidži" 316 | 317 | #: data.py:87 318 | msgid "Finland" 319 | msgstr "Suomi" 320 | 321 | #: data.py:88 322 | msgid "France" 323 | msgstr "Ranska" 324 | 325 | #: data.py:89 326 | msgid "French Guiana" 327 | msgstr "Ranskan Guayana" 328 | 329 | #: data.py:90 330 | msgid "French Polynesia" 331 | msgstr "Ranskan Polynesia" 332 | 333 | #: data.py:91 334 | msgid "French Southern Territories" 335 | msgstr "Ranskan eteläiset alueet" 336 | 337 | #: data.py:92 338 | msgid "Gabon" 339 | msgstr "Gabon" 340 | 341 | #: data.py:93 342 | msgid "Gambia (The)" 343 | msgstr "" 344 | 345 | #: data.py:94 346 | msgid "Georgia" 347 | msgstr "Georgia" 348 | 349 | #: data.py:95 350 | msgid "Germany" 351 | msgstr "Saksa" 352 | 353 | #: data.py:96 354 | msgid "Ghana" 355 | msgstr "Ghana" 356 | 357 | #: data.py:97 358 | msgid "Gibraltar" 359 | msgstr "Gibraltar" 360 | 361 | #: data.py:98 362 | msgid "Greece" 363 | msgstr "Kreikka" 364 | 365 | #: data.py:99 366 | msgid "Greenland" 367 | msgstr "Grönlanti" 368 | 369 | #: data.py:100 370 | msgid "Grenada" 371 | msgstr "Grenada" 372 | 373 | #: data.py:101 374 | msgid "Guadeloupe" 375 | msgstr "Guadeloupe" 376 | 377 | #: data.py:102 378 | msgid "Guam" 379 | msgstr "Guam" 380 | 381 | #: data.py:103 382 | msgid "Guatemala" 383 | msgstr "Guatemala" 384 | 385 | #: data.py:104 386 | msgid "Guernsey" 387 | msgstr "Guernsey" 388 | 389 | #: data.py:105 390 | msgid "Guinea" 391 | msgstr "Guinea" 392 | 393 | #: data.py:106 394 | msgid "Guinea-Bissau" 395 | msgstr "" 396 | 397 | #: data.py:107 398 | msgid "Guyana" 399 | msgstr "Guyana" 400 | 401 | #: data.py:108 402 | msgid "Haiti" 403 | msgstr "Haiti" 404 | 405 | #: data.py:109 406 | msgid "Heard Island and McDonald Islands" 407 | msgstr "Heard ja McDonaldinsaaret" 408 | 409 | #: data.py:110 410 | msgid "Holy See [Vatican City State]" 411 | msgstr "" 412 | 413 | #: data.py:111 414 | msgid "Honduras" 415 | msgstr "Honduras" 416 | 417 | #: data.py:112 418 | msgid "Hong Kong" 419 | msgstr "Hongkong" 420 | 421 | #: data.py:113 422 | msgid "Hungary" 423 | msgstr "Unkari" 424 | 425 | #: data.py:114 426 | msgid "Iceland" 427 | msgstr "Islanti" 428 | 429 | #: data.py:115 430 | msgid "India" 431 | msgstr "Intia" 432 | 433 | #: data.py:116 434 | msgid "Indonesia" 435 | msgstr "Indonesia" 436 | 437 | #: data.py:117 438 | msgid "Iran (the Islamic Republic of)" 439 | msgstr "" 440 | 441 | #: data.py:118 442 | msgid "Iraq" 443 | msgstr "Irak" 444 | 445 | #: data.py:119 446 | msgid "Ireland" 447 | msgstr "Irlanti" 448 | 449 | #: data.py:120 450 | msgid "Isle of Man" 451 | msgstr "Mansaari" 452 | 453 | #: data.py:121 454 | msgid "Israel" 455 | msgstr "Israel" 456 | 457 | #: data.py:122 458 | msgid "Italy" 459 | msgstr "Italia" 460 | 461 | #: data.py:123 462 | msgid "Jamaica" 463 | msgstr "Jamaika" 464 | 465 | #: data.py:124 466 | msgid "Japan" 467 | msgstr "Japani" 468 | 469 | #: data.py:125 470 | msgid "Jersey" 471 | msgstr "Jersey" 472 | 473 | #: data.py:126 474 | msgid "Jordan" 475 | msgstr "Jordania" 476 | 477 | #: data.py:127 478 | msgid "Kazakhstan" 479 | msgstr "Kazakstan" 480 | 481 | #: data.py:128 482 | msgid "Kenya" 483 | msgstr "Kenia" 484 | 485 | #: data.py:129 486 | msgid "Kiribati" 487 | msgstr "Kiribati" 488 | 489 | #: data.py:130 490 | msgid "Korea (the Democratic People's Republic of)" 491 | msgstr "" 492 | 493 | #: data.py:131 494 | msgid "Korea (the Republic of)" 495 | msgstr "" 496 | 497 | #: data.py:132 498 | msgid "Kuwait" 499 | msgstr "Kuwait" 500 | 501 | #: data.py:133 502 | msgid "Kyrgyzstan" 503 | msgstr "Kirgisia" 504 | 505 | #: data.py:134 506 | msgid "Lao People's Democratic Republic" 507 | msgstr "Laos" 508 | 509 | #: data.py:135 510 | msgid "Latvia" 511 | msgstr "Latvia" 512 | 513 | #: data.py:136 514 | msgid "Lebanon" 515 | msgstr "Libanon" 516 | 517 | #: data.py:137 518 | msgid "Lesotho" 519 | msgstr "Lesotho" 520 | 521 | #: data.py:138 522 | msgid "Liberia" 523 | msgstr "Liberia" 524 | 525 | #: data.py:139 526 | msgid "Libya" 527 | msgstr "" 528 | 529 | #: data.py:140 530 | msgid "Liechtenstein" 531 | msgstr "Liechtenstein" 532 | 533 | #: data.py:141 534 | msgid "Lithuania" 535 | msgstr "Liettua" 536 | 537 | #: data.py:142 538 | msgid "Luxembourg" 539 | msgstr "Luxemburg" 540 | 541 | #: data.py:143 542 | msgid "Macao" 543 | msgstr "Macao" 544 | 545 | #: data.py:144 546 | msgid "Macedonia (the former Yugoslav Republic of)" 547 | msgstr "" 548 | 549 | #: data.py:145 550 | msgid "Madagascar" 551 | msgstr "Madagaskar" 552 | 553 | #: data.py:146 554 | msgid "Malawi" 555 | msgstr "Malawi" 556 | 557 | #: data.py:147 558 | msgid "Malaysia" 559 | msgstr "Malesia" 560 | 561 | #: data.py:148 562 | msgid "Maldives" 563 | msgstr "Malediivit" 564 | 565 | #: data.py:149 566 | msgid "Mali" 567 | msgstr "Mali" 568 | 569 | #: data.py:150 570 | msgid "Malta" 571 | msgstr "Malta" 572 | 573 | #: data.py:151 574 | msgid "Marshall Islands" 575 | msgstr "Marshallinsaaret" 576 | 577 | #: data.py:152 578 | msgid "Martinique" 579 | msgstr "Martinique" 580 | 581 | #: data.py:153 582 | msgid "Mauritania" 583 | msgstr "Mauritania" 584 | 585 | #: data.py:154 586 | msgid "Mauritius" 587 | msgstr "Mauritius" 588 | 589 | #: data.py:155 590 | msgid "Mayotte" 591 | msgstr "Mayotte" 592 | 593 | #: data.py:156 594 | msgid "Mexico" 595 | msgstr "Meksiko" 596 | 597 | #: data.py:157 598 | msgid "Micronesia (the Federated States of)" 599 | msgstr "" 600 | 601 | #: data.py:158 602 | msgid "Moldova (the Republic of)" 603 | msgstr "" 604 | 605 | #: data.py:159 606 | msgid "Monaco" 607 | msgstr "Monaco" 608 | 609 | #: data.py:160 610 | msgid "Mongolia" 611 | msgstr "Mongolia" 612 | 613 | #: data.py:161 614 | msgid "Montenegro" 615 | msgstr "Montenegro" 616 | 617 | #: data.py:162 618 | msgid "Montserrat" 619 | msgstr "Montserrat" 620 | 621 | #: data.py:163 622 | msgid "Morocco" 623 | msgstr "Marokko" 624 | 625 | #: data.py:164 626 | msgid "Mozambique" 627 | msgstr "Mosambik" 628 | 629 | #: data.py:165 630 | msgid "Myanmar" 631 | msgstr "Myanmar" 632 | 633 | #: data.py:166 634 | msgid "Namibia" 635 | msgstr "Namibia" 636 | 637 | #: data.py:167 638 | msgid "Nauru" 639 | msgstr "Nauru" 640 | 641 | #: data.py:168 642 | msgid "Nepal" 643 | msgstr "Nepal" 644 | 645 | #: data.py:169 646 | msgid "Netherlands" 647 | msgstr "Alankomaat" 648 | 649 | #: data.py:170 650 | msgid "New Caledonia" 651 | msgstr "Uusi-Kaledonia" 652 | 653 | #: data.py:171 654 | msgid "New Zealand" 655 | msgstr "Uusi-Seelanti" 656 | 657 | #: data.py:172 658 | msgid "Nicaragua" 659 | msgstr "Nicaragua" 660 | 661 | #: data.py:173 662 | msgid "Niger" 663 | msgstr "Niger" 664 | 665 | #: data.py:174 666 | msgid "Nigeria" 667 | msgstr "Nigeria" 668 | 669 | #: data.py:175 670 | msgid "Niue" 671 | msgstr "Niue" 672 | 673 | #: data.py:176 674 | msgid "Norfolk Island" 675 | msgstr "Norfolkinsaari" 676 | 677 | #: data.py:177 678 | msgid "Northern Mariana Islands" 679 | msgstr "Pohjois-Mariaanit" 680 | 681 | #: data.py:178 682 | msgid "Norway" 683 | msgstr "Norja" 684 | 685 | #: data.py:179 686 | msgid "Oman" 687 | msgstr "Oman" 688 | 689 | #: data.py:180 690 | msgid "Pakistan" 691 | msgstr "Pakistan" 692 | 693 | #: data.py:181 694 | msgid "Palau" 695 | msgstr "Palau" 696 | 697 | #: data.py:182 698 | msgid "Palestine, State of" 699 | msgstr "" 700 | 701 | #: data.py:183 702 | msgid "Panama" 703 | msgstr "Panama" 704 | 705 | #: data.py:184 706 | msgid "Papua New Guinea" 707 | msgstr "Papua-Uusi-Guinea" 708 | 709 | #: data.py:185 710 | msgid "Paraguay" 711 | msgstr "Paraguay" 712 | 713 | #: data.py:186 714 | msgid "Peru" 715 | msgstr "Peru" 716 | 717 | #: data.py:187 718 | msgid "Philippines" 719 | msgstr "Filippiinit" 720 | 721 | #: data.py:188 722 | msgid "Pitcairn" 723 | msgstr "Pitcairn" 724 | 725 | #: data.py:189 726 | msgid "Poland" 727 | msgstr "Puola" 728 | 729 | #: data.py:190 730 | msgid "Portugal" 731 | msgstr "Portugali" 732 | 733 | #: data.py:191 734 | msgid "Puerto Rico" 735 | msgstr "Puerto Rico" 736 | 737 | #: data.py:192 738 | msgid "Qatar" 739 | msgstr "Qatar" 740 | 741 | #: data.py:193 742 | msgid "Réunion" 743 | msgstr "Réunion" 744 | 745 | #: data.py:194 746 | msgid "Romania" 747 | msgstr "Romania" 748 | 749 | #: data.py:195 750 | msgid "Russian Federation" 751 | msgstr "Venäjä" 752 | 753 | #: data.py:196 754 | msgid "Rwanda" 755 | msgstr "Ruanda" 756 | 757 | #: data.py:197 758 | msgid "Saint Barthélemy" 759 | msgstr "Saint-Barthélemy" 760 | 761 | #: data.py:198 762 | msgid "Saint Helena, Ascension and Tristan da Cunha" 763 | msgstr "" 764 | 765 | #: data.py:199 766 | msgid "Saint Kitts and Nevis" 767 | msgstr "Saint Kitts ja Nevis" 768 | 769 | #: data.py:200 770 | msgid "Saint Lucia" 771 | msgstr "Saint Lucia" 772 | 773 | #: data.py:201 774 | msgid "Saint Martin (French part)" 775 | msgstr "" 776 | 777 | #: data.py:202 778 | msgid "Saint Pierre and Miquelon" 779 | msgstr "Saint-Pierre ja Miquelon" 780 | 781 | #: data.py:203 782 | msgid "Saint Vincent and the Grenadines" 783 | msgstr "Saint Vincent ja Grenadiinit" 784 | 785 | #: data.py:204 786 | msgid "Samoa" 787 | msgstr "Samoa" 788 | 789 | #: data.py:205 790 | msgid "San Marino" 791 | msgstr "San Marino" 792 | 793 | #: data.py:206 794 | msgid "Sao Tome and Principe" 795 | msgstr "Sao Tomé ja Príncipe" 796 | 797 | #: data.py:207 798 | msgid "Saudi Arabia" 799 | msgstr "Saudi-Arabia" 800 | 801 | #: data.py:208 802 | msgid "Senegal" 803 | msgstr "Senegal" 804 | 805 | #: data.py:209 806 | msgid "Serbia" 807 | msgstr "Serbia" 808 | 809 | #: data.py:210 810 | msgid "Seychelles" 811 | msgstr "Seychellit" 812 | 813 | #: data.py:211 814 | msgid "Sierra Leone" 815 | msgstr "Sierra Leone" 816 | 817 | #: data.py:212 818 | msgid "Singapore" 819 | msgstr "Singapore" 820 | 821 | #: data.py:213 822 | msgid "Sint Maarten (Dutch part)" 823 | msgstr "" 824 | 825 | #: data.py:214 826 | msgid "Slovakia" 827 | msgstr "Slovakia" 828 | 829 | #: data.py:215 830 | msgid "Slovenia" 831 | msgstr "Slovenia" 832 | 833 | #: data.py:216 834 | msgid "Solomon Islands" 835 | msgstr "Salomonsaaret" 836 | 837 | #: data.py:217 838 | msgid "Somalia" 839 | msgstr "Somalia" 840 | 841 | #: data.py:218 842 | msgid "South Africa" 843 | msgstr "Etelä-Afrikka" 844 | 845 | #: data.py:219 846 | msgid "South Georgia and the South Sandwich Islands" 847 | msgstr "Etelä-Georgia ja Eteläiset Sandwichsaaret" 848 | 849 | #: data.py:220 850 | msgid "South Sudan" 851 | msgstr "Etelä-Sudan" 852 | 853 | #: data.py:221 854 | msgid "Spain" 855 | msgstr "Espanja" 856 | 857 | #: data.py:222 858 | msgid "Sri Lanka" 859 | msgstr "Sri Lanka" 860 | 861 | #: data.py:223 862 | msgid "Sudan" 863 | msgstr "Sudan" 864 | 865 | #: data.py:224 866 | msgid "Suriname" 867 | msgstr "Suriname" 868 | 869 | #: data.py:225 870 | msgid "Svalbard and Jan Mayen" 871 | msgstr "Svalbard ja Jan Mayen" 872 | 873 | #: data.py:226 874 | msgid "Swaziland" 875 | msgstr "Swazimaa" 876 | 877 | #: data.py:227 878 | msgid "Sweden" 879 | msgstr "Ruotsi" 880 | 881 | #: data.py:228 882 | msgid "Switzerland" 883 | msgstr "Sveitsi" 884 | 885 | #: data.py:229 886 | msgid "Syrian Arab Republic" 887 | msgstr "Syyria" 888 | 889 | #: data.py:230 890 | msgid "Taiwan (Province of China)" 891 | msgstr "" 892 | 893 | #: data.py:231 894 | msgid "Tajikistan" 895 | msgstr "Tadžikistan" 896 | 897 | #: data.py:232 898 | msgid "Tanzania, United Republic of" 899 | msgstr "Tansania" 900 | 901 | #: data.py:233 902 | msgid "Thailand" 903 | msgstr "Thaimaa" 904 | 905 | #: data.py:234 906 | msgid "Timor-Leste" 907 | msgstr "" 908 | 909 | #: data.py:235 910 | msgid "Togo" 911 | msgstr "Togo" 912 | 913 | #: data.py:236 914 | msgid "Tokelau" 915 | msgstr "Tokelau" 916 | 917 | #: data.py:237 918 | msgid "Tonga" 919 | msgstr "Tonga" 920 | 921 | #: data.py:238 922 | msgid "Trinidad and Tobago" 923 | msgstr "Trinidad ja Tobago" 924 | 925 | #: data.py:239 926 | msgid "Tunisia" 927 | msgstr "Tunisia" 928 | 929 | #: data.py:240 930 | msgid "Turkey" 931 | msgstr "Turkki" 932 | 933 | #: data.py:241 934 | msgid "Turkmenistan" 935 | msgstr "Turkmenistan" 936 | 937 | #: data.py:242 938 | msgid "Turks and Caicos Islands" 939 | msgstr "Turks- ja Caicossaaret" 940 | 941 | #: data.py:243 942 | msgid "Tuvalu" 943 | msgstr "Tuvalu" 944 | 945 | #: data.py:244 946 | msgid "Uganda" 947 | msgstr "Uganda" 948 | 949 | #: data.py:245 950 | msgid "Ukraine" 951 | msgstr "Ukraina" 952 | 953 | #: data.py:246 954 | msgid "United Arab Emirates" 955 | msgstr "Arabiemiirikunnat" 956 | 957 | #: data.py:247 958 | msgid "United Kingdom" 959 | msgstr "Yhdistynyt kuningaskunta" 960 | 961 | #: data.py:248 962 | msgid "United States" 963 | msgstr "Yhdysvallat" 964 | 965 | #: data.py:249 966 | msgid "United States Minor Outlying Islands" 967 | msgstr "Yhdysvaltain Tyynenmeren erillissaaret" 968 | 969 | #: data.py:250 970 | msgid "Uruguay" 971 | msgstr "Uruguay" 972 | 973 | #: data.py:251 974 | msgid "Uzbekistan" 975 | msgstr "Uzbekistan" 976 | 977 | #: data.py:252 978 | msgid "Vanuatu" 979 | msgstr "Vanuatu" 980 | 981 | #: data.py:253 982 | msgid "Venezuela, Bolivarian Republic of" 983 | msgstr "Venezuela" 984 | 985 | #: data.py:254 986 | msgid "Viet Nam" 987 | msgstr "Vietnam" 988 | 989 | #: data.py:255 990 | msgid "Virgin Islands (British)" 991 | msgstr "" 992 | 993 | #: data.py:256 994 | msgid "Virgin Islands (U.S.)" 995 | msgstr "" 996 | 997 | #: data.py:257 998 | msgid "Wallis and Futuna" 999 | msgstr "Wallis ja Futunasaaret" 1000 | 1001 | #: data.py:258 1002 | msgid "Western Sahara" 1003 | msgstr "Länsi-Sahara" 1004 | 1005 | #: data.py:259 1006 | msgid "Yemen" 1007 | msgstr "Jemen" 1008 | 1009 | #: data.py:260 1010 | msgid "Zambia" 1011 | msgstr "Sambia" 1012 | 1013 | #: data.py:261 1014 | msgid "Zimbabwe" 1015 | msgstr "Zimbabwe" 1016 | -------------------------------------------------------------------------------- /django_countries/locale/it/LC_MESSAGES/django.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | # pegler , 2013 7 | # Zeshan Ghory , 2012 8 | msgid "" 9 | msgstr "" 10 | "Project-Id-Version: django-countries\n" 11 | "Report-Msgid-Bugs-To: \n" 12 | "POT-Creation-Date: 2013-12-19 14:56+1300\n" 13 | "PO-Revision-Date: 2013-12-19 02:01+0000\n" 14 | "Last-Translator: Chris Beaven \n" 15 | "Language-Team: Italian (http://www.transifex.com/projects/p/django-countries/language/it/)\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Language: it\n" 20 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 21 | 22 | #: data.py:13 23 | msgid "Afghanistan" 24 | msgstr "Afghanistan" 25 | 26 | #: data.py:14 27 | msgid "Åland Islands" 28 | msgstr "Isole Åland" 29 | 30 | #: data.py:15 31 | msgid "Albania" 32 | msgstr "Albania" 33 | 34 | #: data.py:16 35 | msgid "Algeria" 36 | msgstr "Algeria" 37 | 38 | #: data.py:17 39 | msgid "American Samoa" 40 | msgstr "Samoa americane" 41 | 42 | #: data.py:18 43 | msgid "Andorra" 44 | msgstr "Andorra" 45 | 46 | #: data.py:19 47 | msgid "Angola" 48 | msgstr "Angola" 49 | 50 | #: data.py:20 51 | msgid "Anguilla" 52 | msgstr "Anguilla" 53 | 54 | #: data.py:21 55 | msgid "Antarctica" 56 | msgstr "Antartide" 57 | 58 | #: data.py:22 59 | msgid "Antigua and Barbuda" 60 | msgstr "Antigua e Barbuda" 61 | 62 | #: data.py:23 63 | msgid "Argentina" 64 | msgstr "Argentina" 65 | 66 | #: data.py:24 67 | msgid "Armenia" 68 | msgstr "Armenia" 69 | 70 | #: data.py:25 71 | msgid "Aruba" 72 | msgstr "Aruba" 73 | 74 | #: data.py:26 75 | msgid "Australia" 76 | msgstr "Australia" 77 | 78 | #: data.py:27 79 | msgid "Austria" 80 | msgstr "Austria" 81 | 82 | #: data.py:28 83 | msgid "Azerbaijan" 84 | msgstr "Azerbaigian" 85 | 86 | #: data.py:29 87 | msgid "Bahamas" 88 | msgstr "Bahamas" 89 | 90 | #: data.py:30 91 | msgid "Bahrain" 92 | msgstr "Bahrein" 93 | 94 | #: data.py:31 95 | msgid "Bangladesh" 96 | msgstr "Bangladesh" 97 | 98 | #: data.py:32 99 | msgid "Barbados" 100 | msgstr "Barbados" 101 | 102 | #: data.py:33 103 | msgid "Belarus" 104 | msgstr "Bielorussia" 105 | 106 | #: data.py:34 107 | msgid "Belgium" 108 | msgstr "Belgio" 109 | 110 | #: data.py:35 111 | msgid "Belize" 112 | msgstr "Belize" 113 | 114 | #: data.py:36 115 | msgid "Benin" 116 | msgstr "Benin" 117 | 118 | #: data.py:37 119 | msgid "Bermuda" 120 | msgstr "Bermuda" 121 | 122 | #: data.py:38 123 | msgid "Bhutan" 124 | msgstr "Bhutan" 125 | 126 | #: data.py:39 127 | msgid "Bolivia, Plurinational State of" 128 | msgstr "Bolivia" 129 | 130 | #: data.py:40 131 | msgid "Bonaire, Sint Eustatius and Saba" 132 | msgstr "" 133 | 134 | #: data.py:41 135 | msgid "Bosnia and Herzegovina" 136 | msgstr "Bosnia-Erzegovina" 137 | 138 | #: data.py:42 139 | msgid "Botswana" 140 | msgstr "Botswana" 141 | 142 | #: data.py:43 143 | msgid "Bouvet Island" 144 | msgstr "Isola Bouvet" 145 | 146 | #: data.py:44 147 | msgid "Brazil" 148 | msgstr "Brasile" 149 | 150 | #: data.py:45 151 | msgid "British Indian Ocean Territory" 152 | msgstr "Territorio britannico dell'Oceano Indiano" 153 | 154 | #: data.py:46 155 | msgid "Brunei Darussalam" 156 | msgstr "Brunei" 157 | 158 | #: data.py:47 159 | msgid "Bulgaria" 160 | msgstr "Bulgaria" 161 | 162 | #: data.py:48 163 | msgid "Burkina Faso" 164 | msgstr "Burkina Faso" 165 | 166 | #: data.py:49 167 | msgid "Burundi" 168 | msgstr "Burundi" 169 | 170 | #: data.py:50 171 | msgid "Cambodia" 172 | msgstr "Cambogia" 173 | 174 | #: data.py:51 175 | msgid "Cameroon" 176 | msgstr "Camerun" 177 | 178 | #: data.py:52 179 | msgid "Canada" 180 | msgstr "Canada" 181 | 182 | #: data.py:53 183 | msgid "Cape Verde" 184 | msgstr "Capo Verde" 185 | 186 | #: data.py:54 187 | msgid "Cayman Islands" 188 | msgstr "Isole Cayman" 189 | 190 | #: data.py:55 191 | msgid "Central African Republic" 192 | msgstr "Repubblica Centrafricana" 193 | 194 | #: data.py:56 195 | msgid "Chad" 196 | msgstr "Ciad" 197 | 198 | #: data.py:57 199 | msgid "Chile" 200 | msgstr "Cile" 201 | 202 | #: data.py:58 203 | msgid "China" 204 | msgstr "Cina" 205 | 206 | #: data.py:59 207 | msgid "Christmas Island" 208 | msgstr "Isola Christmas" 209 | 210 | #: data.py:60 211 | msgid "Cocos (Keeling) Islands" 212 | msgstr "Isole Cocos" 213 | 214 | #: data.py:61 215 | msgid "Colombia" 216 | msgstr "Colombia" 217 | 218 | #: data.py:62 219 | msgid "Comoros" 220 | msgstr "Comore" 221 | 222 | #: data.py:63 223 | msgid "Congo" 224 | msgstr "Congo" 225 | 226 | #: data.py:64 227 | msgid "Congo (the Democratic Republic of the)" 228 | msgstr "" 229 | 230 | #: data.py:65 231 | msgid "Cook Islands" 232 | msgstr "Isole Cook" 233 | 234 | #: data.py:66 235 | msgid "Costa Rica" 236 | msgstr "Costa Rica" 237 | 238 | #: data.py:67 239 | msgid "Côte d'Ivoire" 240 | msgstr "" 241 | 242 | #: data.py:68 243 | msgid "Croatia" 244 | msgstr "Croazia" 245 | 246 | #: data.py:69 247 | msgid "Cuba" 248 | msgstr "Cuba" 249 | 250 | #: data.py:70 251 | msgid "Curaçao" 252 | msgstr "" 253 | 254 | #: data.py:71 255 | msgid "Cyprus" 256 | msgstr "Cipro" 257 | 258 | #: data.py:72 259 | msgid "Czech Republic" 260 | msgstr "Repubblica ceca" 261 | 262 | #: data.py:73 263 | msgid "Denmark" 264 | msgstr "Danimarca" 265 | 266 | #: data.py:74 267 | msgid "Djibouti" 268 | msgstr "Gibuti" 269 | 270 | #: data.py:75 271 | msgid "Dominica" 272 | msgstr "Dominica" 273 | 274 | #: data.py:76 275 | msgid "Dominican Republic" 276 | msgstr "Repubblica dominicana" 277 | 278 | #: data.py:77 279 | msgid "Ecuador" 280 | msgstr "Ecuador" 281 | 282 | #: data.py:78 283 | msgid "Egypt" 284 | msgstr "Egitto" 285 | 286 | #: data.py:79 287 | msgid "El Salvador" 288 | msgstr "El Salvador" 289 | 290 | #: data.py:80 291 | msgid "Equatorial Guinea" 292 | msgstr "Guinea Equatoriale" 293 | 294 | #: data.py:81 295 | msgid "Eritrea" 296 | msgstr "Eritrea" 297 | 298 | #: data.py:82 299 | msgid "Estonia" 300 | msgstr "Estonia" 301 | 302 | #: data.py:83 303 | msgid "Ethiopia" 304 | msgstr "Etiopia" 305 | 306 | #: data.py:84 307 | msgid "Falkland Islands [Malvinas]" 308 | msgstr "" 309 | 310 | #: data.py:85 311 | msgid "Faroe Islands" 312 | msgstr "Isole Fær Øer" 313 | 314 | #: data.py:86 315 | msgid "Fiji" 316 | msgstr "Figi" 317 | 318 | #: data.py:87 319 | msgid "Finland" 320 | msgstr "Finlandia" 321 | 322 | #: data.py:88 323 | msgid "France" 324 | msgstr "Francia" 325 | 326 | #: data.py:89 327 | msgid "French Guiana" 328 | msgstr "Guiana francese" 329 | 330 | #: data.py:90 331 | msgid "French Polynesia" 332 | msgstr "Polinesia francese" 333 | 334 | #: data.py:91 335 | msgid "French Southern Territories" 336 | msgstr "Territori australi francesi" 337 | 338 | #: data.py:92 339 | msgid "Gabon" 340 | msgstr "Gabon" 341 | 342 | #: data.py:93 343 | msgid "Gambia (The)" 344 | msgstr "" 345 | 346 | #: data.py:94 347 | msgid "Georgia" 348 | msgstr "Georgia" 349 | 350 | #: data.py:95 351 | msgid "Germany" 352 | msgstr "Germania" 353 | 354 | #: data.py:96 355 | msgid "Ghana" 356 | msgstr "Ghana" 357 | 358 | #: data.py:97 359 | msgid "Gibraltar" 360 | msgstr "Gibilterra" 361 | 362 | #: data.py:98 363 | msgid "Greece" 364 | msgstr "Grecia" 365 | 366 | #: data.py:99 367 | msgid "Greenland" 368 | msgstr "Groenlandia" 369 | 370 | #: data.py:100 371 | msgid "Grenada" 372 | msgstr "Grenada" 373 | 374 | #: data.py:101 375 | msgid "Guadeloupe" 376 | msgstr "Guadalupa" 377 | 378 | #: data.py:102 379 | msgid "Guam" 380 | msgstr "Guam" 381 | 382 | #: data.py:103 383 | msgid "Guatemala" 384 | msgstr "Guatemala" 385 | 386 | #: data.py:104 387 | msgid "Guernsey" 388 | msgstr "Guernsey" 389 | 390 | #: data.py:105 391 | msgid "Guinea" 392 | msgstr "Guinea" 393 | 394 | #: data.py:106 395 | msgid "Guinea-Bissau" 396 | msgstr "" 397 | 398 | #: data.py:107 399 | msgid "Guyana" 400 | msgstr "Guyana" 401 | 402 | #: data.py:108 403 | msgid "Haiti" 404 | msgstr "Haiti" 405 | 406 | #: data.py:109 407 | msgid "Heard Island and McDonald Islands" 408 | msgstr "Isole Heard e McDonald" 409 | 410 | #: data.py:110 411 | msgid "Holy See [Vatican City State]" 412 | msgstr "" 413 | 414 | #: data.py:111 415 | msgid "Honduras" 416 | msgstr "Honduras" 417 | 418 | #: data.py:112 419 | msgid "Hong Kong" 420 | msgstr "Hong Kong" 421 | 422 | #: data.py:113 423 | msgid "Hungary" 424 | msgstr "Ungheria" 425 | 426 | #: data.py:114 427 | msgid "Iceland" 428 | msgstr "Islanda" 429 | 430 | #: data.py:115 431 | msgid "India" 432 | msgstr "India" 433 | 434 | #: data.py:116 435 | msgid "Indonesia" 436 | msgstr "Indonesia" 437 | 438 | #: data.py:117 439 | msgid "Iran (the Islamic Republic of)" 440 | msgstr "" 441 | 442 | #: data.py:118 443 | msgid "Iraq" 444 | msgstr "Iraq" 445 | 446 | #: data.py:119 447 | msgid "Ireland" 448 | msgstr "Irlanda" 449 | 450 | #: data.py:120 451 | msgid "Isle of Man" 452 | msgstr "Isola di Man" 453 | 454 | #: data.py:121 455 | msgid "Israel" 456 | msgstr "Israele" 457 | 458 | #: data.py:122 459 | msgid "Italy" 460 | msgstr "Italia" 461 | 462 | #: data.py:123 463 | msgid "Jamaica" 464 | msgstr "Giamaica" 465 | 466 | #: data.py:124 467 | msgid "Japan" 468 | msgstr "Giappone" 469 | 470 | #: data.py:125 471 | msgid "Jersey" 472 | msgstr "Jersey" 473 | 474 | #: data.py:126 475 | msgid "Jordan" 476 | msgstr "Giordania" 477 | 478 | #: data.py:127 479 | msgid "Kazakhstan" 480 | msgstr "Kazakistan" 481 | 482 | #: data.py:128 483 | msgid "Kenya" 484 | msgstr "Kenya" 485 | 486 | #: data.py:129 487 | msgid "Kiribati" 488 | msgstr "Kiribati" 489 | 490 | #: data.py:130 491 | msgid "Korea (the Democratic People's Republic of)" 492 | msgstr "" 493 | 494 | #: data.py:131 495 | msgid "Korea (the Republic of)" 496 | msgstr "" 497 | 498 | #: data.py:132 499 | msgid "Kuwait" 500 | msgstr "Kuwait" 501 | 502 | #: data.py:133 503 | msgid "Kyrgyzstan" 504 | msgstr "Kirghizistan" 505 | 506 | #: data.py:134 507 | msgid "Lao People's Democratic Republic" 508 | msgstr "Laos" 509 | 510 | #: data.py:135 511 | msgid "Latvia" 512 | msgstr "Lettonia" 513 | 514 | #: data.py:136 515 | msgid "Lebanon" 516 | msgstr "Libano" 517 | 518 | #: data.py:137 519 | msgid "Lesotho" 520 | msgstr "Lesotho" 521 | 522 | #: data.py:138 523 | msgid "Liberia" 524 | msgstr "Liberia" 525 | 526 | #: data.py:139 527 | msgid "Libya" 528 | msgstr "Libia" 529 | 530 | #: data.py:140 531 | msgid "Liechtenstein" 532 | msgstr "Liechtenstein" 533 | 534 | #: data.py:141 535 | msgid "Lithuania" 536 | msgstr "Lituania" 537 | 538 | #: data.py:142 539 | msgid "Luxembourg" 540 | msgstr "Lussemburgo" 541 | 542 | #: data.py:143 543 | msgid "Macao" 544 | msgstr "Macao" 545 | 546 | #: data.py:144 547 | msgid "Macedonia (the former Yugoslav Republic of)" 548 | msgstr "" 549 | 550 | #: data.py:145 551 | msgid "Madagascar" 552 | msgstr "Madagascar" 553 | 554 | #: data.py:146 555 | msgid "Malawi" 556 | msgstr "Malawi" 557 | 558 | #: data.py:147 559 | msgid "Malaysia" 560 | msgstr "Malesia" 561 | 562 | #: data.py:148 563 | msgid "Maldives" 564 | msgstr "Maldive" 565 | 566 | #: data.py:149 567 | msgid "Mali" 568 | msgstr "Mali" 569 | 570 | #: data.py:150 571 | msgid "Malta" 572 | msgstr "Malta" 573 | 574 | #: data.py:151 575 | msgid "Marshall Islands" 576 | msgstr "Isole Marshall" 577 | 578 | #: data.py:152 579 | msgid "Martinique" 580 | msgstr "Martinica" 581 | 582 | #: data.py:153 583 | msgid "Mauritania" 584 | msgstr "Mauritania" 585 | 586 | #: data.py:154 587 | msgid "Mauritius" 588 | msgstr "Mauritius" 589 | 590 | #: data.py:155 591 | msgid "Mayotte" 592 | msgstr "Mayotte" 593 | 594 | #: data.py:156 595 | msgid "Mexico" 596 | msgstr "Messico" 597 | 598 | #: data.py:157 599 | msgid "Micronesia (the Federated States of)" 600 | msgstr "" 601 | 602 | #: data.py:158 603 | msgid "Moldova (the Republic of)" 604 | msgstr "" 605 | 606 | #: data.py:159 607 | msgid "Monaco" 608 | msgstr "Monaco" 609 | 610 | #: data.py:160 611 | msgid "Mongolia" 612 | msgstr "Mongolia" 613 | 614 | #: data.py:161 615 | msgid "Montenegro" 616 | msgstr "Montenegro" 617 | 618 | #: data.py:162 619 | msgid "Montserrat" 620 | msgstr "Monserrat" 621 | 622 | #: data.py:163 623 | msgid "Morocco" 624 | msgstr "Marocco" 625 | 626 | #: data.py:164 627 | msgid "Mozambique" 628 | msgstr "Mozambico" 629 | 630 | #: data.py:165 631 | msgid "Myanmar" 632 | msgstr "Birmania" 633 | 634 | #: data.py:166 635 | msgid "Namibia" 636 | msgstr "Namibia" 637 | 638 | #: data.py:167 639 | msgid "Nauru" 640 | msgstr "Nauru" 641 | 642 | #: data.py:168 643 | msgid "Nepal" 644 | msgstr "Nepal" 645 | 646 | #: data.py:169 647 | msgid "Netherlands" 648 | msgstr "Paesi Bassi" 649 | 650 | #: data.py:170 651 | msgid "New Caledonia" 652 | msgstr "Nuova Caledonia" 653 | 654 | #: data.py:171 655 | msgid "New Zealand" 656 | msgstr "Nuova Zelanda" 657 | 658 | #: data.py:172 659 | msgid "Nicaragua" 660 | msgstr "Nicaragua" 661 | 662 | #: data.py:173 663 | msgid "Niger" 664 | msgstr "Niger" 665 | 666 | #: data.py:174 667 | msgid "Nigeria" 668 | msgstr "Nigeria" 669 | 670 | #: data.py:175 671 | msgid "Niue" 672 | msgstr "Niue" 673 | 674 | #: data.py:176 675 | msgid "Norfolk Island" 676 | msgstr "Isola Norfolk" 677 | 678 | #: data.py:177 679 | msgid "Northern Mariana Islands" 680 | msgstr "Isole Marianne Settentrionali" 681 | 682 | #: data.py:178 683 | msgid "Norway" 684 | msgstr "Norvegia" 685 | 686 | #: data.py:179 687 | msgid "Oman" 688 | msgstr "Oman" 689 | 690 | #: data.py:180 691 | msgid "Pakistan" 692 | msgstr "Pakistan" 693 | 694 | #: data.py:181 695 | msgid "Palau" 696 | msgstr "Palau" 697 | 698 | #: data.py:182 699 | msgid "Palestine, State of" 700 | msgstr "" 701 | 702 | #: data.py:183 703 | msgid "Panama" 704 | msgstr "Panama" 705 | 706 | #: data.py:184 707 | msgid "Papua New Guinea" 708 | msgstr "Papua Nuova Guinea" 709 | 710 | #: data.py:185 711 | msgid "Paraguay" 712 | msgstr "Paraguay" 713 | 714 | #: data.py:186 715 | msgid "Peru" 716 | msgstr "Perù" 717 | 718 | #: data.py:187 719 | msgid "Philippines" 720 | msgstr "Filippine" 721 | 722 | #: data.py:188 723 | msgid "Pitcairn" 724 | msgstr "Pitcairn" 725 | 726 | #: data.py:189 727 | msgid "Poland" 728 | msgstr "Polonia" 729 | 730 | #: data.py:190 731 | msgid "Portugal" 732 | msgstr "Portogallo" 733 | 734 | #: data.py:191 735 | msgid "Puerto Rico" 736 | msgstr "Portorico" 737 | 738 | #: data.py:192 739 | msgid "Qatar" 740 | msgstr "Qatar" 741 | 742 | #: data.py:193 743 | msgid "Réunion" 744 | msgstr "Riunione" 745 | 746 | #: data.py:194 747 | msgid "Romania" 748 | msgstr "Romania" 749 | 750 | #: data.py:195 751 | msgid "Russian Federation" 752 | msgstr "Russia" 753 | 754 | #: data.py:196 755 | msgid "Rwanda" 756 | msgstr "Ruanda" 757 | 758 | #: data.py:197 759 | msgid "Saint Barthélemy" 760 | msgstr "" 761 | 762 | #: data.py:198 763 | msgid "Saint Helena, Ascension and Tristan da Cunha" 764 | msgstr "" 765 | 766 | #: data.py:199 767 | msgid "Saint Kitts and Nevis" 768 | msgstr "Saint Christopher e Nevis" 769 | 770 | #: data.py:200 771 | msgid "Saint Lucia" 772 | msgstr "Saint Lucia" 773 | 774 | #: data.py:201 775 | msgid "Saint Martin (French part)" 776 | msgstr "" 777 | 778 | #: data.py:202 779 | msgid "Saint Pierre and Miquelon" 780 | msgstr "Saint-Pierre e Miquelon" 781 | 782 | #: data.py:203 783 | msgid "Saint Vincent and the Grenadines" 784 | msgstr "Saint Vincent e Grenadine" 785 | 786 | #: data.py:204 787 | msgid "Samoa" 788 | msgstr "Samoa" 789 | 790 | #: data.py:205 791 | msgid "San Marino" 792 | msgstr "San Marino" 793 | 794 | #: data.py:206 795 | msgid "Sao Tome and Principe" 796 | msgstr "Sao Tome' e Principe" 797 | 798 | #: data.py:207 799 | msgid "Saudi Arabia" 800 | msgstr "Arabia Saudita" 801 | 802 | #: data.py:208 803 | msgid "Senegal" 804 | msgstr "Senegal" 805 | 806 | #: data.py:209 807 | msgid "Serbia" 808 | msgstr "Serbia" 809 | 810 | #: data.py:210 811 | msgid "Seychelles" 812 | msgstr "Seicelle" 813 | 814 | #: data.py:211 815 | msgid "Sierra Leone" 816 | msgstr "Sierra Leone" 817 | 818 | #: data.py:212 819 | msgid "Singapore" 820 | msgstr "Singapore" 821 | 822 | #: data.py:213 823 | msgid "Sint Maarten (Dutch part)" 824 | msgstr "" 825 | 826 | #: data.py:214 827 | msgid "Slovakia" 828 | msgstr "Slovacchia" 829 | 830 | #: data.py:215 831 | msgid "Slovenia" 832 | msgstr "Slovenia" 833 | 834 | #: data.py:216 835 | msgid "Solomon Islands" 836 | msgstr "Isole Salomone" 837 | 838 | #: data.py:217 839 | msgid "Somalia" 840 | msgstr "Somalia" 841 | 842 | #: data.py:218 843 | msgid "South Africa" 844 | msgstr "Sudafrica" 845 | 846 | #: data.py:219 847 | msgid "South Georgia and the South Sandwich Islands" 848 | msgstr "Isole Georgia del Sud e Sandwich del Sud" 849 | 850 | #: data.py:220 851 | msgid "South Sudan" 852 | msgstr "" 853 | 854 | #: data.py:221 855 | msgid "Spain" 856 | msgstr "Spagna" 857 | 858 | #: data.py:222 859 | msgid "Sri Lanka" 860 | msgstr "Sri Lanka" 861 | 862 | #: data.py:223 863 | msgid "Sudan" 864 | msgstr "Sudan" 865 | 866 | #: data.py:224 867 | msgid "Suriname" 868 | msgstr "Suriname" 869 | 870 | #: data.py:225 871 | msgid "Svalbard and Jan Mayen" 872 | msgstr "Svalbard e Jan Mayen" 873 | 874 | #: data.py:226 875 | msgid "Swaziland" 876 | msgstr "Swaziland" 877 | 878 | #: data.py:227 879 | msgid "Sweden" 880 | msgstr "Svezia" 881 | 882 | #: data.py:228 883 | msgid "Switzerland" 884 | msgstr "Svizzera" 885 | 886 | #: data.py:229 887 | msgid "Syrian Arab Republic" 888 | msgstr "Siria" 889 | 890 | #: data.py:230 891 | msgid "Taiwan (Province of China)" 892 | msgstr "" 893 | 894 | #: data.py:231 895 | msgid "Tajikistan" 896 | msgstr "Tagikistan" 897 | 898 | #: data.py:232 899 | msgid "Tanzania, United Republic of" 900 | msgstr "Tanzania" 901 | 902 | #: data.py:233 903 | msgid "Thailand" 904 | msgstr "Thailandia" 905 | 906 | #: data.py:234 907 | msgid "Timor-Leste" 908 | msgstr "" 909 | 910 | #: data.py:235 911 | msgid "Togo" 912 | msgstr "Togo" 913 | 914 | #: data.py:236 915 | msgid "Tokelau" 916 | msgstr "Tokelau" 917 | 918 | #: data.py:237 919 | msgid "Tonga" 920 | msgstr "Tonga" 921 | 922 | #: data.py:238 923 | msgid "Trinidad and Tobago" 924 | msgstr "Trinidad e Tobago" 925 | 926 | #: data.py:239 927 | msgid "Tunisia" 928 | msgstr "Tunisia" 929 | 930 | #: data.py:240 931 | msgid "Turkey" 932 | msgstr "Turchia" 933 | 934 | #: data.py:241 935 | msgid "Turkmenistan" 936 | msgstr "Turkmenistan" 937 | 938 | #: data.py:242 939 | msgid "Turks and Caicos Islands" 940 | msgstr "Isole Turks e Caicos" 941 | 942 | #: data.py:243 943 | msgid "Tuvalu" 944 | msgstr "Tuvalu" 945 | 946 | #: data.py:244 947 | msgid "Uganda" 948 | msgstr "Uganda" 949 | 950 | #: data.py:245 951 | msgid "Ukraine" 952 | msgstr "Ucraina" 953 | 954 | #: data.py:246 955 | msgid "United Arab Emirates" 956 | msgstr "Emirati arabi uniti" 957 | 958 | #: data.py:247 959 | msgid "United Kingdom" 960 | msgstr "Regno Unito" 961 | 962 | #: data.py:248 963 | msgid "United States" 964 | msgstr "Stati Uniti" 965 | 966 | #: data.py:249 967 | msgid "United States Minor Outlying Islands" 968 | msgstr "Isole minori lontane dagli Stati Uniti" 969 | 970 | #: data.py:250 971 | msgid "Uruguay" 972 | msgstr "Uruguay" 973 | 974 | #: data.py:251 975 | msgid "Uzbekistan" 976 | msgstr "Uzbekistan" 977 | 978 | #: data.py:252 979 | msgid "Vanuatu" 980 | msgstr "Vanuatu" 981 | 982 | #: data.py:253 983 | msgid "Venezuela, Bolivarian Republic of" 984 | msgstr "Venezuela" 985 | 986 | #: data.py:254 987 | msgid "Viet Nam" 988 | msgstr "Vietnam" 989 | 990 | #: data.py:255 991 | msgid "Virgin Islands (British)" 992 | msgstr "" 993 | 994 | #: data.py:256 995 | msgid "Virgin Islands (U.S.)" 996 | msgstr "" 997 | 998 | #: data.py:257 999 | msgid "Wallis and Futuna" 1000 | msgstr "Wallis e Futuna" 1001 | 1002 | #: data.py:258 1003 | msgid "Western Sahara" 1004 | msgstr "Sahara occidentale" 1005 | 1006 | #: data.py:259 1007 | msgid "Yemen" 1008 | msgstr "Yemen" 1009 | 1010 | #: data.py:260 1011 | msgid "Zambia" 1012 | msgstr "Zambia" 1013 | 1014 | #: data.py:261 1015 | msgid "Zimbabwe" 1016 | msgstr "Zimbabwe" 1017 | -------------------------------------------------------------------------------- /django_countries/locale/pt_BR/LC_MESSAGES/django.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | # Allisson Azevedo , 2012 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: django-countries\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2013-12-19 14:56+1300\n" 12 | "PO-Revision-Date: 2013-12-19 02:01+0000\n" 13 | "Last-Translator: Chris Beaven \n" 14 | "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/django-countries/language/pt_BR/)\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Language: pt_BR\n" 19 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" 20 | 21 | #: data.py:13 22 | msgid "Afghanistan" 23 | msgstr "Afeganistão" 24 | 25 | #: data.py:14 26 | msgid "Åland Islands" 27 | msgstr "Ilhas Alanda" 28 | 29 | #: data.py:15 30 | msgid "Albania" 31 | msgstr "Albânia" 32 | 33 | #: data.py:16 34 | msgid "Algeria" 35 | msgstr "Argélia" 36 | 37 | #: data.py:17 38 | msgid "American Samoa" 39 | msgstr "Samoa Americana" 40 | 41 | #: data.py:18 42 | msgid "Andorra" 43 | msgstr "Andorra" 44 | 45 | #: data.py:19 46 | msgid "Angola" 47 | msgstr "Angola" 48 | 49 | #: data.py:20 50 | msgid "Anguilla" 51 | msgstr "Anguilla" 52 | 53 | #: data.py:21 54 | msgid "Antarctica" 55 | msgstr "Antártica" 56 | 57 | #: data.py:22 58 | msgid "Antigua and Barbuda" 59 | msgstr "Antígua e Barbuda" 60 | 61 | #: data.py:23 62 | msgid "Argentina" 63 | msgstr "Argentina" 64 | 65 | #: data.py:24 66 | msgid "Armenia" 67 | msgstr "Armênia" 68 | 69 | #: data.py:25 70 | msgid "Aruba" 71 | msgstr "Aruba" 72 | 73 | #: data.py:26 74 | msgid "Australia" 75 | msgstr "Austrália" 76 | 77 | #: data.py:27 78 | msgid "Austria" 79 | msgstr "Áustria" 80 | 81 | #: data.py:28 82 | msgid "Azerbaijan" 83 | msgstr "Azerbaijão" 84 | 85 | #: data.py:29 86 | msgid "Bahamas" 87 | msgstr "Bahamas" 88 | 89 | #: data.py:30 90 | msgid "Bahrain" 91 | msgstr "Bahrain" 92 | 93 | #: data.py:31 94 | msgid "Bangladesh" 95 | msgstr "Bangladesh" 96 | 97 | #: data.py:32 98 | msgid "Barbados" 99 | msgstr "Barbados" 100 | 101 | #: data.py:33 102 | msgid "Belarus" 103 | msgstr "Bielorrússia" 104 | 105 | #: data.py:34 106 | msgid "Belgium" 107 | msgstr "Bélgica" 108 | 109 | #: data.py:35 110 | msgid "Belize" 111 | msgstr "Belize" 112 | 113 | #: data.py:36 114 | msgid "Benin" 115 | msgstr "Benin" 116 | 117 | #: data.py:37 118 | msgid "Bermuda" 119 | msgstr "Bermudas" 120 | 121 | #: data.py:38 122 | msgid "Bhutan" 123 | msgstr "Butão" 124 | 125 | #: data.py:39 126 | msgid "Bolivia, Plurinational State of" 127 | msgstr "Bolívia" 128 | 129 | #: data.py:40 130 | msgid "Bonaire, Sint Eustatius and Saba" 131 | msgstr "Bonaire, Saba e Santo Eustáquio" 132 | 133 | #: data.py:41 134 | msgid "Bosnia and Herzegovina" 135 | msgstr "Bósnia e Herzegovina" 136 | 137 | #: data.py:42 138 | msgid "Botswana" 139 | msgstr "Botsuana" 140 | 141 | #: data.py:43 142 | msgid "Bouvet Island" 143 | msgstr "Ilha Bouvet" 144 | 145 | #: data.py:44 146 | msgid "Brazil" 147 | msgstr "Brasil" 148 | 149 | #: data.py:45 150 | msgid "British Indian Ocean Territory" 151 | msgstr "Território Britânico do Oceano Índico" 152 | 153 | #: data.py:46 154 | msgid "Brunei Darussalam" 155 | msgstr "Brunei" 156 | 157 | #: data.py:47 158 | msgid "Bulgaria" 159 | msgstr "Bulgária" 160 | 161 | #: data.py:48 162 | msgid "Burkina Faso" 163 | msgstr "Burkina Faso" 164 | 165 | #: data.py:49 166 | msgid "Burundi" 167 | msgstr "Burundi" 168 | 169 | #: data.py:50 170 | msgid "Cambodia" 171 | msgstr "Camboja" 172 | 173 | #: data.py:51 174 | msgid "Cameroon" 175 | msgstr "Camarões" 176 | 177 | #: data.py:52 178 | msgid "Canada" 179 | msgstr "Canadá" 180 | 181 | #: data.py:53 182 | msgid "Cape Verde" 183 | msgstr "Cabo Verde" 184 | 185 | #: data.py:54 186 | msgid "Cayman Islands" 187 | msgstr "Ilhas Cayman" 188 | 189 | #: data.py:55 190 | msgid "Central African Republic" 191 | msgstr "República Centro-Africana" 192 | 193 | #: data.py:56 194 | msgid "Chad" 195 | msgstr "Chade" 196 | 197 | #: data.py:57 198 | msgid "Chile" 199 | msgstr "Chile" 200 | 201 | #: data.py:58 202 | msgid "China" 203 | msgstr "China" 204 | 205 | #: data.py:59 206 | msgid "Christmas Island" 207 | msgstr "Ilha do Natal" 208 | 209 | #: data.py:60 210 | msgid "Cocos (Keeling) Islands" 211 | msgstr "Ilhas Cocos (Keeling)" 212 | 213 | #: data.py:61 214 | msgid "Colombia" 215 | msgstr "Colômbia" 216 | 217 | #: data.py:62 218 | msgid "Comoros" 219 | msgstr "Comores" 220 | 221 | #: data.py:63 222 | msgid "Congo" 223 | msgstr "Congo, República do Congo" 224 | 225 | #: data.py:64 226 | msgid "Congo (the Democratic Republic of the)" 227 | msgstr "" 228 | 229 | #: data.py:65 230 | msgid "Cook Islands" 231 | msgstr "Ilhas Cook" 232 | 233 | #: data.py:66 234 | msgid "Costa Rica" 235 | msgstr " Costa Rica" 236 | 237 | #: data.py:67 238 | msgid "Côte d'Ivoire" 239 | msgstr "" 240 | 241 | #: data.py:68 242 | msgid "Croatia" 243 | msgstr "Croácia" 244 | 245 | #: data.py:69 246 | msgid "Cuba" 247 | msgstr "Cuba" 248 | 249 | #: data.py:70 250 | msgid "Curaçao" 251 | msgstr "Curação" 252 | 253 | #: data.py:71 254 | msgid "Cyprus" 255 | msgstr "Chipre" 256 | 257 | #: data.py:72 258 | msgid "Czech Republic" 259 | msgstr "República Checa" 260 | 261 | #: data.py:73 262 | msgid "Denmark" 263 | msgstr "Dinamarca" 264 | 265 | #: data.py:74 266 | msgid "Djibouti" 267 | msgstr "Djibuti" 268 | 269 | #: data.py:75 270 | msgid "Dominica" 271 | msgstr "Dominicana" 272 | 273 | #: data.py:76 274 | msgid "Dominican Republic" 275 | msgstr "República Dominicana" 276 | 277 | #: data.py:77 278 | msgid "Ecuador" 279 | msgstr "Equador" 280 | 281 | #: data.py:78 282 | msgid "Egypt" 283 | msgstr "Egito" 284 | 285 | #: data.py:79 286 | msgid "El Salvador" 287 | msgstr "El Salvador" 288 | 289 | #: data.py:80 290 | msgid "Equatorial Guinea" 291 | msgstr "Guiné Equatorial" 292 | 293 | #: data.py:81 294 | msgid "Eritrea" 295 | msgstr "Eritreia" 296 | 297 | #: data.py:82 298 | msgid "Estonia" 299 | msgstr "Estônia" 300 | 301 | #: data.py:83 302 | msgid "Ethiopia" 303 | msgstr "Etiópia" 304 | 305 | #: data.py:84 306 | msgid "Falkland Islands [Malvinas]" 307 | msgstr "" 308 | 309 | #: data.py:85 310 | msgid "Faroe Islands" 311 | msgstr "Ilhas Faroe" 312 | 313 | #: data.py:86 314 | msgid "Fiji" 315 | msgstr "Fiji" 316 | 317 | #: data.py:87 318 | msgid "Finland" 319 | msgstr "Finlândia" 320 | 321 | #: data.py:88 322 | msgid "France" 323 | msgstr "França" 324 | 325 | #: data.py:89 326 | msgid "French Guiana" 327 | msgstr "Guiana Francesa" 328 | 329 | #: data.py:90 330 | msgid "French Polynesia" 331 | msgstr "Polinésia Francesa" 332 | 333 | #: data.py:91 334 | msgid "French Southern Territories" 335 | msgstr "Territórios Franceses do Sul" 336 | 337 | #: data.py:92 338 | msgid "Gabon" 339 | msgstr "Gabão" 340 | 341 | #: data.py:93 342 | msgid "Gambia (The)" 343 | msgstr "" 344 | 345 | #: data.py:94 346 | msgid "Georgia" 347 | msgstr "Geórgia" 348 | 349 | #: data.py:95 350 | msgid "Germany" 351 | msgstr "Alemanha" 352 | 353 | #: data.py:96 354 | msgid "Ghana" 355 | msgstr "Gana" 356 | 357 | #: data.py:97 358 | msgid "Gibraltar" 359 | msgstr "Gibraltar" 360 | 361 | #: data.py:98 362 | msgid "Greece" 363 | msgstr "Grécia" 364 | 365 | #: data.py:99 366 | msgid "Greenland" 367 | msgstr "Groenlândia" 368 | 369 | #: data.py:100 370 | msgid "Grenada" 371 | msgstr "Granada" 372 | 373 | #: data.py:101 374 | msgid "Guadeloupe" 375 | msgstr "Guadalupe" 376 | 377 | #: data.py:102 378 | msgid "Guam" 379 | msgstr "Guão" 380 | 381 | #: data.py:103 382 | msgid "Guatemala" 383 | msgstr "Guatemala" 384 | 385 | #: data.py:104 386 | msgid "Guernsey" 387 | msgstr "Guernesei" 388 | 389 | #: data.py:105 390 | msgid "Guinea" 391 | msgstr "Guiné" 392 | 393 | #: data.py:106 394 | msgid "Guinea-Bissau" 395 | msgstr "" 396 | 397 | #: data.py:107 398 | msgid "Guyana" 399 | msgstr "Guiana" 400 | 401 | #: data.py:108 402 | msgid "Haiti" 403 | msgstr "Haiti" 404 | 405 | #: data.py:109 406 | msgid "Heard Island and McDonald Islands" 407 | msgstr "Ilha Heard e Ilhas McDonald" 408 | 409 | #: data.py:110 410 | msgid "Holy See [Vatican City State]" 411 | msgstr "" 412 | 413 | #: data.py:111 414 | msgid "Honduras" 415 | msgstr "Honduras" 416 | 417 | #: data.py:112 418 | msgid "Hong Kong" 419 | msgstr "Hong Kong" 420 | 421 | #: data.py:113 422 | msgid "Hungary" 423 | msgstr "Hungria" 424 | 425 | #: data.py:114 426 | msgid "Iceland" 427 | msgstr "Islândia" 428 | 429 | #: data.py:115 430 | msgid "India" 431 | msgstr "Índia" 432 | 433 | #: data.py:116 434 | msgid "Indonesia" 435 | msgstr "Indonésia" 436 | 437 | #: data.py:117 438 | msgid "Iran (the Islamic Republic of)" 439 | msgstr "" 440 | 441 | #: data.py:118 442 | msgid "Iraq" 443 | msgstr "Iraque" 444 | 445 | #: data.py:119 446 | msgid "Ireland" 447 | msgstr "Irlanda" 448 | 449 | #: data.py:120 450 | msgid "Isle of Man" 451 | msgstr "Ilha de Man" 452 | 453 | #: data.py:121 454 | msgid "Israel" 455 | msgstr "Israel" 456 | 457 | #: data.py:122 458 | msgid "Italy" 459 | msgstr "Itália" 460 | 461 | #: data.py:123 462 | msgid "Jamaica" 463 | msgstr "Jamaica" 464 | 465 | #: data.py:124 466 | msgid "Japan" 467 | msgstr "Japão" 468 | 469 | #: data.py:125 470 | msgid "Jersey" 471 | msgstr "Jérsia" 472 | 473 | #: data.py:126 474 | msgid "Jordan" 475 | msgstr "Jordânia" 476 | 477 | #: data.py:127 478 | msgid "Kazakhstan" 479 | msgstr "Cazaquistão" 480 | 481 | #: data.py:128 482 | msgid "Kenya" 483 | msgstr "Quênia" 484 | 485 | #: data.py:129 486 | msgid "Kiribati" 487 | msgstr "Quiribati" 488 | 489 | #: data.py:130 490 | msgid "Korea (the Democratic People's Republic of)" 491 | msgstr "" 492 | 493 | #: data.py:131 494 | msgid "Korea (the Republic of)" 495 | msgstr "" 496 | 497 | #: data.py:132 498 | msgid "Kuwait" 499 | msgstr "Kuweit" 500 | 501 | #: data.py:133 502 | msgid "Kyrgyzstan" 503 | msgstr "Quirguistão" 504 | 505 | #: data.py:134 506 | msgid "Lao People's Democratic Republic" 507 | msgstr "Laos, República Democrática Popular do Laos" 508 | 509 | #: data.py:135 510 | msgid "Latvia" 511 | msgstr "Letónia" 512 | 513 | #: data.py:136 514 | msgid "Lebanon" 515 | msgstr "Líbano" 516 | 517 | #: data.py:137 518 | msgid "Lesotho" 519 | msgstr "Lesoto" 520 | 521 | #: data.py:138 522 | msgid "Liberia" 523 | msgstr "Libéria" 524 | 525 | #: data.py:139 526 | msgid "Libya" 527 | msgstr "" 528 | 529 | #: data.py:140 530 | msgid "Liechtenstein" 531 | msgstr "Listenstaina" 532 | 533 | #: data.py:141 534 | msgid "Lithuania" 535 | msgstr "Lituânia" 536 | 537 | #: data.py:142 538 | msgid "Luxembourg" 539 | msgstr "Luxemburgo" 540 | 541 | #: data.py:143 542 | msgid "Macao" 543 | msgstr "Macau" 544 | 545 | #: data.py:144 546 | msgid "Macedonia (the former Yugoslav Republic of)" 547 | msgstr "" 548 | 549 | #: data.py:145 550 | msgid "Madagascar" 551 | msgstr "Madagáscar" 552 | 553 | #: data.py:146 554 | msgid "Malawi" 555 | msgstr "Malavi" 556 | 557 | #: data.py:147 558 | msgid "Malaysia" 559 | msgstr "Malásia" 560 | 561 | #: data.py:148 562 | msgid "Maldives" 563 | msgstr "Maldivas" 564 | 565 | #: data.py:149 566 | msgid "Mali" 567 | msgstr "Mali" 568 | 569 | #: data.py:150 570 | msgid "Malta" 571 | msgstr "Malta" 572 | 573 | #: data.py:151 574 | msgid "Marshall Islands" 575 | msgstr "Ilhas Marshall" 576 | 577 | #: data.py:152 578 | msgid "Martinique" 579 | msgstr "Martinica" 580 | 581 | #: data.py:153 582 | msgid "Mauritania" 583 | msgstr "Mauritânia" 584 | 585 | #: data.py:154 586 | msgid "Mauritius" 587 | msgstr "Maurício" 588 | 589 | #: data.py:155 590 | msgid "Mayotte" 591 | msgstr "Mayotte" 592 | 593 | #: data.py:156 594 | msgid "Mexico" 595 | msgstr "México" 596 | 597 | #: data.py:157 598 | msgid "Micronesia (the Federated States of)" 599 | msgstr "" 600 | 601 | #: data.py:158 602 | msgid "Moldova (the Republic of)" 603 | msgstr "" 604 | 605 | #: data.py:159 606 | msgid "Monaco" 607 | msgstr "Monaco" 608 | 609 | #: data.py:160 610 | msgid "Mongolia" 611 | msgstr "Mongólia" 612 | 613 | #: data.py:161 614 | msgid "Montenegro" 615 | msgstr "Montenegro" 616 | 617 | #: data.py:162 618 | msgid "Montserrat" 619 | msgstr "Montserrat" 620 | 621 | #: data.py:163 622 | msgid "Morocco" 623 | msgstr "Marrocos" 624 | 625 | #: data.py:164 626 | msgid "Mozambique" 627 | msgstr "Moçambique" 628 | 629 | #: data.py:165 630 | msgid "Myanmar" 631 | msgstr "Mianmar" 632 | 633 | #: data.py:166 634 | msgid "Namibia" 635 | msgstr "Namíbia" 636 | 637 | #: data.py:167 638 | msgid "Nauru" 639 | msgstr "Nauru" 640 | 641 | #: data.py:168 642 | msgid "Nepal" 643 | msgstr "Nepal" 644 | 645 | #: data.py:169 646 | msgid "Netherlands" 647 | msgstr "Holanda" 648 | 649 | #: data.py:170 650 | msgid "New Caledonia" 651 | msgstr "Nova Caledônia" 652 | 653 | #: data.py:171 654 | msgid "New Zealand" 655 | msgstr "Nova Zelândia" 656 | 657 | #: data.py:172 658 | msgid "Nicaragua" 659 | msgstr "Nicarágua" 660 | 661 | #: data.py:173 662 | msgid "Niger" 663 | msgstr "Níger" 664 | 665 | #: data.py:174 666 | msgid "Nigeria" 667 | msgstr "Nigeria" 668 | 669 | #: data.py:175 670 | msgid "Niue" 671 | msgstr "Niue" 672 | 673 | #: data.py:176 674 | msgid "Norfolk Island" 675 | msgstr "Ilha Norfolk" 676 | 677 | #: data.py:177 678 | msgid "Northern Mariana Islands" 679 | msgstr "Ilhas Marianas do Norte" 680 | 681 | #: data.py:178 682 | msgid "Norway" 683 | msgstr "Noruega" 684 | 685 | #: data.py:179 686 | msgid "Oman" 687 | msgstr "Oman" 688 | 689 | #: data.py:180 690 | msgid "Pakistan" 691 | msgstr "Paquistão" 692 | 693 | #: data.py:181 694 | msgid "Palau" 695 | msgstr "Palau" 696 | 697 | #: data.py:182 698 | msgid "Palestine, State of" 699 | msgstr "" 700 | 701 | #: data.py:183 702 | msgid "Panama" 703 | msgstr "Panamá" 704 | 705 | #: data.py:184 706 | msgid "Papua New Guinea" 707 | msgstr "Papua Nova Guiné" 708 | 709 | #: data.py:185 710 | msgid "Paraguay" 711 | msgstr "Paraguai" 712 | 713 | #: data.py:186 714 | msgid "Peru" 715 | msgstr "Peru" 716 | 717 | #: data.py:187 718 | msgid "Philippines" 719 | msgstr "Filipinas" 720 | 721 | #: data.py:188 722 | msgid "Pitcairn" 723 | msgstr "Ilhas Pitcairn" 724 | 725 | #: data.py:189 726 | msgid "Poland" 727 | msgstr "Polônia" 728 | 729 | #: data.py:190 730 | msgid "Portugal" 731 | msgstr "Portugal" 732 | 733 | #: data.py:191 734 | msgid "Puerto Rico" 735 | msgstr "Porto Rico" 736 | 737 | #: data.py:192 738 | msgid "Qatar" 739 | msgstr "Catar" 740 | 741 | #: data.py:193 742 | msgid "Réunion" 743 | msgstr "Reunião" 744 | 745 | #: data.py:194 746 | msgid "Romania" 747 | msgstr "Romênia" 748 | 749 | #: data.py:195 750 | msgid "Russian Federation" 751 | msgstr "Rússia" 752 | 753 | #: data.py:196 754 | msgid "Rwanda" 755 | msgstr "Ruanda" 756 | 757 | #: data.py:197 758 | msgid "Saint Barthélemy" 759 | msgstr "São Bartolomeu" 760 | 761 | #: data.py:198 762 | msgid "Saint Helena, Ascension and Tristan da Cunha" 763 | msgstr "" 764 | 765 | #: data.py:199 766 | msgid "Saint Kitts and Nevis" 767 | msgstr "São Cristóvão e Neves" 768 | 769 | #: data.py:200 770 | msgid "Saint Lucia" 771 | msgstr "Santa Lúcia" 772 | 773 | #: data.py:201 774 | msgid "Saint Martin (French part)" 775 | msgstr "" 776 | 777 | #: data.py:202 778 | msgid "Saint Pierre and Miquelon" 779 | msgstr "São Pedro e Miquelão" 780 | 781 | #: data.py:203 782 | msgid "Saint Vincent and the Grenadines" 783 | msgstr "São Vicente e Granadinas" 784 | 785 | #: data.py:204 786 | msgid "Samoa" 787 | msgstr "Samoa" 788 | 789 | #: data.py:205 790 | msgid "San Marino" 791 | msgstr "San Marino" 792 | 793 | #: data.py:206 794 | msgid "Sao Tome and Principe" 795 | msgstr "São Tomé e Príncipe" 796 | 797 | #: data.py:207 798 | msgid "Saudi Arabia" 799 | msgstr "Arábia Saudita" 800 | 801 | #: data.py:208 802 | msgid "Senegal" 803 | msgstr "Senegal" 804 | 805 | #: data.py:209 806 | msgid "Serbia" 807 | msgstr "Sérvia" 808 | 809 | #: data.py:210 810 | msgid "Seychelles" 811 | msgstr "Seychelles" 812 | 813 | #: data.py:211 814 | msgid "Sierra Leone" 815 | msgstr "Serra Leoa" 816 | 817 | #: data.py:212 818 | msgid "Singapore" 819 | msgstr "Cingapura" 820 | 821 | #: data.py:213 822 | msgid "Sint Maarten (Dutch part)" 823 | msgstr "" 824 | 825 | #: data.py:214 826 | msgid "Slovakia" 827 | msgstr "Eslováquia" 828 | 829 | #: data.py:215 830 | msgid "Slovenia" 831 | msgstr "Eslovénia" 832 | 833 | #: data.py:216 834 | msgid "Solomon Islands" 835 | msgstr "Ilhas Salomão" 836 | 837 | #: data.py:217 838 | msgid "Somalia" 839 | msgstr "Somália" 840 | 841 | #: data.py:218 842 | msgid "South Africa" 843 | msgstr "África do Sul" 844 | 845 | #: data.py:219 846 | msgid "South Georgia and the South Sandwich Islands" 847 | msgstr "Geórgia do Sul e Sanduíche do Sul" 848 | 849 | #: data.py:220 850 | msgid "South Sudan" 851 | msgstr "Sudão do Sul" 852 | 853 | #: data.py:221 854 | msgid "Spain" 855 | msgstr "Espanha" 856 | 857 | #: data.py:222 858 | msgid "Sri Lanka" 859 | msgstr "Sri Lanka" 860 | 861 | #: data.py:223 862 | msgid "Sudan" 863 | msgstr "Sudão" 864 | 865 | #: data.py:224 866 | msgid "Suriname" 867 | msgstr "Suriname" 868 | 869 | #: data.py:225 870 | msgid "Svalbard and Jan Mayen" 871 | msgstr "Esvalbarda" 872 | 873 | #: data.py:226 874 | msgid "Swaziland" 875 | msgstr "Suazilândia" 876 | 877 | #: data.py:227 878 | msgid "Sweden" 879 | msgstr "Suécia" 880 | 881 | #: data.py:228 882 | msgid "Switzerland" 883 | msgstr "Suíça" 884 | 885 | #: data.py:229 886 | msgid "Syrian Arab Republic" 887 | msgstr "Síria" 888 | 889 | #: data.py:230 890 | msgid "Taiwan (Province of China)" 891 | msgstr "" 892 | 893 | #: data.py:231 894 | msgid "Tajikistan" 895 | msgstr "Tajiquistão" 896 | 897 | #: data.py:232 898 | msgid "Tanzania, United Republic of" 899 | msgstr "Tanzânia" 900 | 901 | #: data.py:233 902 | msgid "Thailand" 903 | msgstr "Tailândia" 904 | 905 | #: data.py:234 906 | msgid "Timor-Leste" 907 | msgstr "" 908 | 909 | #: data.py:235 910 | msgid "Togo" 911 | msgstr "Togo" 912 | 913 | #: data.py:236 914 | msgid "Tokelau" 915 | msgstr "Tokelau" 916 | 917 | #: data.py:237 918 | msgid "Tonga" 919 | msgstr "Tonga" 920 | 921 | #: data.py:238 922 | msgid "Trinidad and Tobago" 923 | msgstr "Trinidad e Tobago" 924 | 925 | #: data.py:239 926 | msgid "Tunisia" 927 | msgstr "Tunísia" 928 | 929 | #: data.py:240 930 | msgid "Turkey" 931 | msgstr "Turquia" 932 | 933 | #: data.py:241 934 | msgid "Turkmenistan" 935 | msgstr "Turcomenistão" 936 | 937 | #: data.py:242 938 | msgid "Turks and Caicos Islands" 939 | msgstr "Ilhas Turks e Caicos" 940 | 941 | #: data.py:243 942 | msgid "Tuvalu" 943 | msgstr "Tuvalu" 944 | 945 | #: data.py:244 946 | msgid "Uganda" 947 | msgstr "Uganda" 948 | 949 | #: data.py:245 950 | msgid "Ukraine" 951 | msgstr "Ucrânia" 952 | 953 | #: data.py:246 954 | msgid "United Arab Emirates" 955 | msgstr "Emirados Árabes Unidos" 956 | 957 | #: data.py:247 958 | msgid "United Kingdom" 959 | msgstr "Reino Unido" 960 | 961 | #: data.py:248 962 | msgid "United States" 963 | msgstr "Estados Unidos" 964 | 965 | #: data.py:249 966 | msgid "United States Minor Outlying Islands" 967 | msgstr "Estados Unidos Ilhas Menores Distantes" 968 | 969 | #: data.py:250 970 | msgid "Uruguay" 971 | msgstr "Uruguai" 972 | 973 | #: data.py:251 974 | msgid "Uzbekistan" 975 | msgstr "Uzbequistão" 976 | 977 | #: data.py:252 978 | msgid "Vanuatu" 979 | msgstr "Vanuatu" 980 | 981 | #: data.py:253 982 | msgid "Venezuela, Bolivarian Republic of" 983 | msgstr "Venezuela" 984 | 985 | #: data.py:254 986 | msgid "Viet Nam" 987 | msgstr "Vietnã" 988 | 989 | #: data.py:255 990 | msgid "Virgin Islands (British)" 991 | msgstr "" 992 | 993 | #: data.py:256 994 | msgid "Virgin Islands (U.S.)" 995 | msgstr "" 996 | 997 | #: data.py:257 998 | msgid "Wallis and Futuna" 999 | msgstr "Wallis e Futuna" 1000 | 1001 | #: data.py:258 1002 | msgid "Western Sahara" 1003 | msgstr "Saara Ocidental" 1004 | 1005 | #: data.py:259 1006 | msgid "Yemen" 1007 | msgstr "Iémen" 1008 | 1009 | #: data.py:260 1010 | msgid "Zambia" 1011 | msgstr "Zâmbia" 1012 | 1013 | #: data.py:261 1014 | msgid "Zimbabwe" 1015 | msgstr "Zimbábue" 1016 | --------------------------------------------------------------------------------