Django

Code

Changeset 4940

Show
Ignore:
Timestamp:
04/05/07 23:39:24 (2 years ago)
Author:
adrian
Message:

newforms-admin: Merged to [4939]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/newforms-admin

    • Property svnmerge-integrated changed from /django/trunk:1-4345,4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-4391,4400-4402,4404-4408,4410,4412-4419,4426-4427,4430-4432,4434,4441,4443-4444,4446-4447,4450,4452-4453,4455-4458,4476,4503,4546,4564-4569,4580-4586,4617,4630,4641-4823 to /django/trunk:1-4345,4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-4391,4400-4402,4404-4408,4410,4412-4419,4426-4427,4430-4432,4434,4441,4443-4444,4446-4447,4450,4452-4453,4455-4458,4476,4503,4546,4564-4569,4580-4586,4617,4630,4641-4939
  • django/branches/newforms-admin/AUTHORS

    r4824 r4940  
    4343 
    4444    adurdin@gmail.com 
     45    Daniel Alves Barbosa de Oliveira Vaz <danielvaz@gmail.com> 
    4546    Andreas 
    4647    andy@jadedplanet.net 
     
    6566    Amit Chakradeo <http://amit.chakradeo.net/> 
    6667    ChaosKCW 
     68    ivan.chelubeev@gmail.com 
    6769    Ian Clelland <clelland@gmail.com> 
    6870    crankycoder@gmail.com 
    6971    Matt Croydon <http://www.postneo.com/> 
     72    flavio.curella@gmail.com 
    7073    Jure Cuhalev <gandalf@owca.info> 
    7174    dackze+django@gmail.com 
     
    126129    Eugene Lazutkin <http://lazutkin.com/blog/> 
    127130    Jeong-Min Lee <falsetru@gmail.com> 
     131    Jannis Leidel <jl@websushi.org> 
    128132    Christopher Lenz <http://www.cmlenz.net/> 
    129133    lerouxb@gmail.com 
     
    155159    Jay Parlar <parlar@gmail.com> 
    156160    pavithran s <pavithran.s@gmail.com> 
     161    Barry Pederson <bp@barryp.org> 
    157162    pgross@thoughtworks.com 
    158163    phaedo <http://phaedo.cx/> 
     
    178183    smurf@smurf.noris.de 
    179184    sopel 
     185    Wiliam Alves de Souza <wiliamsouza83@gmail.com> 
    180186    Georgi Stanojevski <glisha@gmail.com> 
    181187    Thomas Steinacher <http://www.eggdrop.ch/> 
     
    184190    Swaroop C H <http://www.swaroopch.info> 
    185191    Aaron Swartz <http://www.aaronsw.com/> 
     192    Ville Säävuori <http://www.unessa.net/> 
    186193    Tyson Tate <tyson@fallingbullets.com> 
     194    thebjorn <bp@datakortet.no> 
     195    Zach Thompson <zthompson47@gmail.com> 
    187196    Tom Tobin 
    188197    Joe Topjian <http://joe.terrarum.net/geek/code/python/django/> 
  • django/branches/newforms-admin/django/bin/compile-messages.py

    r4750 r4940  
    3232                os.environ['djangocompilepo'] = pf + '.po' 
    3333                if sys.platform == 'win32': # Different shell-variable syntax 
    34                     cmd = 'msgfmt -o "%djangocompilemo%" "%djangocompilepo%"' 
     34                    cmd = 'msgfmt --check-format -o "%djangocompilemo%" "%djangocompilepo%"' 
    3535                else: 
    36                     cmd = 'msgfmt -o "$djangocompilemo" "$djangocompilepo"' 
     36                    cmd = 'msgfmt --check-format -o "$djangocompilemo" "$djangocompilepo"' 
    3737                os.system(cmd) 
    3838 
  • django/branches/newforms-admin/django/conf/locale/en/LC_MESSAGES/django.po

    r3823 r4940  
    88"Project-Id-Version: PACKAGE VERSION\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2006-09-25 15:43+0200\n" 
     10"POT-Creation-Date: 2007-04-05 01:32+1000\n" 
    1111"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1212"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    1616"Content-Transfer-Encoding: 8bit\n" 
    1717 
     18#: db/models/manipulators.py:307 
     19#, python-format 
     20msgid "%(object)s with this %(type)s already exists for the given %(field)s." 
     21msgstr "" 
     22 
     23#: db/models/manipulators.py:308 contrib/admin/views/main.py:335 
     24#: contrib/admin/views/main.py:337 contrib/admin/views/main.py:339 
     25msgid "and" 
     26msgstr "" 
     27 
     28#: db/models/fields/related.py:53 
     29#, python-format 
     30msgid "Please enter a valid %s." 
     31msgstr "" 
     32 
     33#: db/models/fields/related.py:642 
     34msgid "Separate multiple IDs with commas." 
     35msgstr "" 
     36 
     37#: db/models/fields/related.py:644 
     38msgid "" 
     39"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." 
     40msgstr "" 
     41 
     42#: db/models/fields/related.py:691 
     43#, python-format 
     44msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid." 
     45msgid_plural "" 
     46"Please enter valid %(self)s IDs. The values %(value)r are invalid." 
     47msgstr[0] "" 
     48msgstr[1] "" 
     49 
     50#: db/models/fields/__init__.py:42 
     51#, python-format 
     52msgid "%(optname)s with this %(fieldname)s already exists." 
     53msgstr "" 
     54 
     55#: db/models/fields/__init__.py:117 db/models/fields/__init__.py:274 
     56#: db/models/fields/__init__.py:610 db/models/fields/__init__.py:621 
     57#: oldforms/__init__.py:357 newforms/fields.py:80 newforms/fields.py:376 
     58#: newforms/fields.py:452 newforms/fields.py:463 newforms/models.py:178 
     59msgid "This field is required." 
     60msgstr "" 
     61 
     62#: db/models/fields/__init__.py:367 
     63msgid "This value must be an integer." 
     64msgstr "" 
     65 
     66#: db/models/fields/__init__.py:402 
     67msgid "This value must be either True or False." 
     68msgstr "" 
     69 
     70#: db/models/fields/__init__.py:423 
     71msgid "This field cannot be null." 
     72msgstr "" 
     73 
     74#: db/models/fields/__init__.py:457 core/validators.py:148 
     75msgid "Enter a valid date in YYYY-MM-DD format." 
     76msgstr "" 
     77 
     78#: db/models/fields/__init__.py:526 core/validators.py:157 
     79msgid "Enter a valid date/time in YYYY-MM-DD HH:MM format." 
     80msgstr "" 
     81 
     82#: db/models/fields/__init__.py:630 
     83msgid "Enter a valid filename." 
     84msgstr "" 
     85 
     86#: db/models/fields/__init__.py:751 
     87msgid "This value must be either None, True or False." 
     88msgstr "" 
     89 
     90#: conf/global_settings.py:39 
     91msgid "Arabic" 
     92msgstr "" 
     93 
     94#: conf/global_settings.py:40 
     95msgid "Bengali" 
     96msgstr "" 
     97 
     98#: conf/global_settings.py:41 
     99msgid "Catalan" 
     100msgstr "" 
     101 
     102#: conf/global_settings.py:42 
     103msgid "Czech" 
     104msgstr "" 
     105 
     106#: conf/global_settings.py:43 
     107msgid "Welsh" 
     108msgstr "" 
     109 
     110#: conf/global_settings.py:44 
     111msgid "Danish" 
     112msgstr "" 
     113 
     114#: conf/global_settings.py:45 
     115msgid "German" 
     116msgstr "" 
     117 
     118#: conf/global_settings.py:46 
     119msgid "Greek" 
     120msgstr "" 
     121 
     122#: conf/global_settings.py:47 
     123msgid "English" 
     124msgstr "" 
     125 
     126#: conf/global_settings.py:48 
     127msgid "Spanish" 
     128msgstr "" 
     129 
     130#: conf/global_settings.py:49 
     131msgid "Argentinean Spanish" 
     132msgstr "" 
     133 
     134#: conf/global_settings.py:50 
     135msgid "Finnish" 
     136msgstr "" 
     137 
     138#: conf/global_settings.py:51 
     139msgid "French" 
     140msgstr "" 
     141 
     142#: conf/global_settings.py:52 
     143msgid "Galician" 
     144msgstr "" 
     145 
     146#: conf/global_settings.py:53 
     147msgid "Hungarian" 
     148msgstr "" 
     149 
     150#: conf/global_settings.py:54 
     151msgid "Hebrew" 
     152msgstr "" 
     153 
     154#: conf/global_settings.py:55 
     155msgid "Icelandic" 
     156msgstr "" 
     157 
     158#: conf/global_settings.py:56 
     159msgid "Italian" 
     160msgstr "" 
     161 
     162#: conf/global_settings.py:57 
     163msgid "Japanese" 
     164msgstr "" 
     165 
     166#: conf/global_settings.py:58 
     167msgid "Kannada" 
     168msgstr "" 
     169 
     170#: conf/global_settings.py:59 
     171msgid "Latvian" 
     172msgstr "" 
     173 
     174#: conf/global_settings.py:60 
     175msgid "Macedonian" 
     176msgstr "" 
     177 
     178#: conf/global_settings.py:61 
     179msgid "Dutch" 
     180msgstr "" 
     181 
     182#: conf/global_settings.py:62 
     183msgid "Norwegian" 
     184msgstr "" 
     185 
     186#: conf/global_settings.py:63 
     187msgid "Polish" 
     188msgstr "" 
     189 
     190#: conf/global_settings.py:64 
     191msgid "Portugese" 
     192msgstr "" 
     193 
     194#: conf/global_settings.py:65 
     195msgid "Brazilian" 
     196msgstr "" 
     197 
     198#: conf/global_settings.py:66 
     199msgid "Romanian" 
     200msgstr "" 
     201 
     202#: conf/global_settings.py:67 
     203msgid "Russian" 
     204msgstr "" 
     205 
     206#: conf/global_settings.py:68 
     207msgid "Slovak" 
     208msgstr "" 
     209 
     210#: conf/global_settings.py:69 
     211msgid "Slovenian" 
     212msgstr "" 
     213 
     214#: conf/global_settings.py:70 
     215msgid "Serbian" 
     216msgstr "" 
     217 
     218#: conf/global_settings.py:71 
     219msgid "Swedish" 
     220msgstr "" 
     221 
     222#: conf/global_settings.py:72 
     223msgid "Tamil" 
     224msgstr "" 
     225 
     226#: conf/global_settings.py:73 
     227msgid "Telugu" 
     228msgstr "" 
     229 
     230#: conf/global_settings.py:74 
     231msgid "Turkish" 
     232msgstr "" 
     233 
     234#: conf/global_settings.py:75 
     235msgid "Ukrainian" 
     236msgstr "" 
     237 
     238#: conf/global_settings.py:76 
     239msgid "Simplified Chinese" 
     240msgstr "" 
     241 
     242#: conf/global_settings.py:77 
     243msgid "Traditional Chinese" 
     244msgstr "" 
     245 
     246#: utils/timesince.py:12 
     247msgid "year" 
     248msgid_plural "years" 
     249msgstr[0] "" 
     250msgstr[1] "" 
     251 
     252#: utils/timesince.py:13 
     253msgid "month" 
     254msgid_plural "months" 
     255msgstr[0] "" 
     256msgstr[1] "" 
     257 
     258#: utils/timesince.py:14 
     259msgid "week" 
     260msgid_plural "weeks" 
     261msgstr[0] "" 
     262msgstr[1] "" 
     263 
     264#: utils/timesince.py:15 
     265msgid "day" 
     266msgid_plural "days" 
     267msgstr[0] "" 
     268msgstr[1] "" 
     269 
     270#: utils/timesince.py:16 
     271msgid "hour" 
     272msgid_plural "hours" 
     273msgstr[0] "" 
     274msgstr[1] "" 
     275 
     276#: utils/timesince.py:17 
     277msgid "minute" 
     278msgid_plural "minutes" 
     279msgstr[0] "" 
     280msgstr[1] "" 
     281 
     282#: utils/dates.py:6 
     283msgid "Monday" 
     284msgstr "" 
     285 
     286#: utils/dates.py:6 
     287msgid "Tuesday" 
     288msgstr "" 
     289 
     290#: utils/dates.py:6 
     291msgid "Wednesday" 
     292msgstr "" 
     293 
     294#: utils/dates.py:6 
     295msgid "Thursday" 
     296msgstr "" 
     297 
     298#: utils/dates.py:6 
     299msgid "Friday" 
     300msgstr "" 
     301 
     302#: utils/dates.py:7 
     303msgid "Saturday" 
     304msgstr "" 
     305 
     306#: utils/dates.py:7 
     307msgid "Sunday" 
     308msgstr "" 
     309 
     310#: utils/dates.py:14 
     311msgid "January" 
     312msgstr "" 
     313 
     314#: utils/dates.py:14 
     315msgid "February" 
     316msgstr "" 
     317 
     318#: utils/dates.py:14 utils/dates.py:27 
     319msgid "March" 
     320msgstr "" 
     321 
     322#: utils/dates.py:14 utils/dates.py:27 
     323msgid "April" 
     324msgstr "" 
     325 
     326#: utils/dates.py:14 utils/dates.py:27 
     327msgid "May" 
     328msgstr "" 
     329 
     330#: utils/dates.py:14 utils/dates.py:27 
     331msgid "June" 
     332msgstr "" 
     333 
     334#: utils/dates.py:15 utils/dates.py:27 
     335msgid "July" 
     336msgstr "" 
     337 
     338#: utils/dates.py:15 
     339msgid "August" 
     340msgstr "" 
     341 
     342#: utils/dates.py:15 
     343msgid "September" 
     344msgstr "" 
     345 
     346#: utils/dates.py:15 
     347msgid "October" 
     348msgstr "" 
     349 
     350#: utils/dates.py:15 
     351msgid "November" 
     352msgstr "" 
     353 
     354#: utils/dates.py:16 
     355msgid "December" 
     356msgstr "" 
     357 
     358#: utils/dates.py:19 
     359msgid "jan" 
     360msgstr "" 
     361 
     362#: utils/dates.py:19 
     363msgid "feb" 
     364msgstr "" 
     365 
     366#: utils/dates.py:19 
     367msgid "mar" 
     368msgstr "" 
     369 
     370#: utils/dates.py:19 
     371msgid "apr" 
     372msgstr "" 
     373 
     374#: utils/dates.py:19 
     375msgid "may" 
     376msgstr "" 
     377 
     378#: utils/dates.py:19 
     379msgid "jun" 
     380msgstr "" 
     381 
     382#: utils/dates.py:20 
     383msgid "jul" 
     384msgstr "" 
     385 
     386#: utils/dates.py:20 
     387msgid "aug" 
     388msgstr "" 
     389 
     390#: utils/dates.py:20 
     391msgid "sep" 
     392msgstr "" 
     393 
     394#: utils/dates.py:20 
     395msgid "oct" 
     396msgstr "" 
     397 
     398#: utils/dates.py:20 
     399msgid "nov" 
     400msgstr "" 
     401 
     402#: utils/dates.py:20 
     403msgid "dec" 
     404msgstr "" 
     405 
     406#: utils/dates.py:27 
     407msgid "Jan." 
     408msgstr "" 
     409 
     410#: utils/dates.py:27 
     411msgid "Feb." 
     412msgstr "" 
     413 
     414#: utils/dates.py:28 
     415msgid "Aug." 
     416msgstr "" 
     417 
     418#: utils/dates.py:28 
     419msgid "Sept." 
     420msgstr "" 
     421 
     422#: utils/dates.py:28 
     423msgid "Oct." 
     424msgstr "" 
     425 
     426#: utils/dates.py:28 
     427msgid "Nov." 
     428msgstr "" 
     429 
     430#: utils/dates.py:28 
     431msgid "Dec." 
     432msgstr "" 
     433 
     434#: utils/dateformat.py:40 
     435msgid "p.m." 
     436msgstr "" 
     437 
     438#: utils/dateformat.py:41 
     439msgid "a.m." 
     440msgstr "" 
     441 
     442#: utils/dateformat.py:46 
     443msgid "PM" 
     444msgstr "" 
     445 
     446#: utils/dateformat.py:47 
     447msgid "AM" 
     448msgstr "" 
     449 
     450#: utils/dateformat.py:95 
     451msgid "midnight" 
     452msgstr "" 
     453 
     454#: utils/dateformat.py:97 
     455msgid "noon" 
     456msgstr "" 
     457 
     458#: utils/translation/trans_real.py:358 
     459msgid "DATE_FORMAT" 
     460msgstr "N j, Y" 
     461 
     462#: utils/translation/trans_real.py:359 
     463msgid "DATETIME_FORMAT" 
     464msgstr "N j, Y, P" 
     465 
     466#: utils/translation/trans_real.py:360 
     467msgid "TIME_FORMAT" 
     468msgstr "P" 
     469 
     470#: utils/translation/trans_real.py:376 
     471msgid "YEAR_MONTH_FORMAT" 
     472msgstr "F Y" 
     473 
     474#: utils/translation/trans_real.py:377 
     475msgid "MONTH_DAY_FORMAT" 
     476msgstr "F j" 
     477 
     478#: oldforms/__init__.py:392 
     479#, python-format 
     480msgid "Ensure your text is less than %s character." 
     481msgid_plural "Ensure your text is less than %s characters." 
     482msgstr[0] "" 
     483msgstr[1] "" 
     484 
     485#: oldforms/__init__.py:397 
     486msgid "Line breaks are not allowed here." 
     487msgstr "" 
     488 
     489#: oldforms/__init__.py:498 oldforms/__init__.py:571 oldforms/__init__.py:610 
     490#, python-format 
     491msgid "Select a valid choice; '%(data)s' is not in %(choices)s." 
     492msgstr "" 
     493 
     494#: oldforms/__init__.py:577 contrib/admin/filterspecs.py:150 
     495#: newforms/widgets.py:174 
     496msgid "Unknown" 
     497msgstr "" 
     498 
     499#: oldforms/__init__.py:577 contrib/admin/filterspecs.py:143 
     500#: newforms/widgets.py:174 
     501msgid "Yes" 
     502msgstr "" 
     503 
     504#: oldforms/__init__.py:577 contrib/admin/filterspecs.py:143 
     505#: newforms/widgets.py:174 
     506msgid "No" 
     507msgstr "" 
     508 
     509#: oldforms/__init__.py:672 core/validators.py:174 core/validators.py:445 
     510msgid "No file was submitted. Check the encoding type on the form." 
     511msgstr "" 
     512 
     513#: oldforms/__init__.py:674 
     514msgid "The submitted file is empty." 
     515msgstr "" 
     516 
     517#: oldforms/__init__.py:730 
     518msgid "Enter a whole number between -32,768 and 32,767." 
     519msgstr "" 
     520 
     521#: oldforms/__init__.py:740 
     522msgid "Enter a positive number." 
     523msgstr "" 
     524 
     525#: oldforms/__init__.py:750 
     526msgid "Enter a whole number between 0 and 32,767." 
     527msgstr "" 
     528 
     529#: contrib/localflavor/no/forms.py:15 
     530msgid "Enter a zip code in the format XXXX." 
     531msgstr "" 
     532 
     533#: contrib/localflavor/no/forms.py:36 
     534msgid "Enter a valid Norwegian social security number." 
     535msgstr "" 
     536 
     537#: contrib/localflavor/it/forms.py:14 contrib/localflavor/fr/forms.py:17 
     538#: contrib/localflavor/fi/forms.py:14 contrib/localflavor/de/forms.py:16 
     539msgid "Enter a zip code in the format XXXXX." 
     540msgstr "" 
     541 
     542#: contrib/localflavor/jp/forms.py:21 
     543msgid "Enter a postal code in the format XXXXXXX or XXX-XXXX." 
     544msgstr "" 
     545 
     546#: contrib/localflavor/jp/jp_prefectures.py:4 
     547msgid "Hokkaido" 
     548msgstr "" 
     549 
     550#: contrib/localflavor/jp/jp_prefectures.py:5 
     551msgid "Aomori" 
     552msgstr "" 
     553 
     554#: contrib/localflavor/jp/jp_prefectures.py:6 
     555msgid "Iwate" 
     556msgstr "" 
     557 
     558#: contrib/localflavor/jp/jp_prefectures.py:7 
     559msgid "Miyagi" 
     560msgstr "" 
     561 
     562#: contrib/localflavor/jp/jp_prefectures.py:8 
     563msgid "Akita" 
     564msgstr "" 
     565 
     566#: contrib/localflavor/jp/jp_prefectures.py:9 
     567msgid "Yamagata" 
     568msgstr "" 
     569 
     570#: contrib/localflavor/jp/jp_prefectures.py:10 
     571msgid "Fukushima" 
     572msgstr "" 
     573 
     574#: contrib/localflavor/jp/jp_prefectures.py:11 
     575msgid "Ibaraki" 
     576msgstr "" 
     577 
     578#: contrib/localflavor/jp/jp_prefectures.py:12 
     579msgid "Tochigi" 
     580msgstr "" 
     581 
     582#: contrib/localflavor/jp/jp_prefectures.py:13 
     583msgid "Gunma" 
     584msgstr "" 
     585 
     586#: contrib/localflavor/jp/jp_prefectures.py:14 
     587msgid "Saitama" 
     588msgstr "" 
     589 
     590#: contrib/localflavor/jp/jp_prefectures.py:15 
     591msgid "Chiba" 
     592msgstr "" 
     593 
     594#: contrib/localflavor/jp/jp_prefectures.py:16 
     595msgid "Tokyo" 
     596msgstr "" 
     597 
     598#: contrib/localflavor/jp/jp_prefectures.py:17 
     599msgid "Kanagawa" 
     600msgstr "" 
     601 
     602#: contrib/localflavor/jp/jp_prefectures.py:18 
     603msgid "Yamanashi" 
     604msgstr "" 
     605 
     606#: contrib/localflavor/jp/jp_prefectures.py:19 
     607msgid "Nagano" 
     608msgstr "" 
     609 
     610#: contrib/localflavor/jp/jp_prefectures.py:20 
     611msgid "Niigata" 
     612msgstr "" 
     613 
     614#: contrib/localflavor/jp/jp_prefectures.py:21 
     615msgid "Toyama" 
     616msgstr "" 
     617 
     618#: contrib/localflavor/jp/jp_prefectures.py:22 
     619msgid "Ishikawa" 
     620msgstr "" 
     621 
     622#: contrib/localflavor/jp/jp_prefectures.py:23 
     623msgid "Fukui" 
     624msgstr "" 
     625 
     626#: contrib/localflavor/jp/jp_prefectures.py:24 
     627msgid "Gifu" 
     628msgstr "" 
     629 
     630#: contrib/localflavor/jp/jp_prefectures.py:25 
     631msgid "Shizuoka" 
     632msgstr "" 
     633 
     634#: contrib/localflavor/jp/jp_prefectures.py:26 
     635msgid "Aichi" 
     636msgstr "" 
     637 
     638#: contrib/localflavor/jp/jp_prefectures.py:27 
     639msgid "Mie" 
     640msgstr "" 
     641 
     642#: contrib/localflavor/jp/jp_prefectures.py:28 
     643msgid "Shiga" 
     644msgstr "" 
     645 
     646#: contrib/localflavor/jp/jp_prefectures.py:29 
     647msgid "Kyoto" 
     648msgstr "" 
     649 
     650#: contrib/localflavor/jp/jp_prefectures.py:30 
     651msgid "Osaka" 
     652msgstr "" 
     653 
     654#: contrib/localflavor/jp/jp_prefectures.py:31 
     655msgid "Hyogo" 
     656msgstr "" 
     657 
     658#: contrib/localflavor/jp/jp_prefectures.py:32 
     659msgid "Nara" 
     660msgstr "" 
     661 
     662#: contrib/localflavor/jp/jp_prefectures.py:33 
     663msgid "Wakayama" 
     664msgstr "" 
     665 
     666#: contrib/localflavor/jp/jp_prefectures.py:34 
     667msgid "Tottori" 
     668msgstr "" 
     669 
     670#: contrib/localflavor/jp/jp_prefectures.py:35 
     671msgid "Shimane" 
     672msgstr "" 
     673 
     674#: contrib/localflavor/jp/jp_prefectures.py:36 
     675msgid "Okayama" 
     676msgstr "" 
     677 
     678#: contrib/localflavor/jp/jp_prefectures.py:37 
     679msgid "Hiroshima" 
     680msgstr "" 
     681 
     682#: contrib/localflavor/jp/jp_prefectures.py:38 
     683msgid "Yamaguchi" 
     684msgstr "" 
     685 
     686#: contrib/localflavor/jp/jp_prefectures.py:39 
     687msgid "Tokushima" 
     688msgstr "" 
     689 
     690#: contrib/localflavor/jp/jp_prefectures.py:40 
     691msgid "Kagawa" 
     692msgstr "" 
     693 
     694#: contrib/localflavor/jp/jp_prefectures.py:41 
     695msgid "Ehime" 
     696msgstr "" 
     697 
     698#: contrib/localflavor/jp/jp_prefectures.py:42 
     699msgid "Kochi" 
     700msgstr "" 
     701 
     702#: contrib/localflavor/jp/jp_prefectures.py:43 
     703msgid "Fukuoka" 
     704msgstr "" 
     705 
     706#: contrib/localflavor/jp