Django

Code

Changeset 5627

Show
Ignore:
Timestamp:
07/07/07 08:23:57 (1 year ago)
Author:
mtredinnick
Message:

newforms-admin: Merged from trunk up to [5625]. This includes the Unicode
merge, however, not all of admin/ (and none of admindocs/) has been ported and
checked yet.

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-5595 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-5625
  • django/branches/newforms-admin/AUTHORS

    r5596 r5627  
    4545    Marty Alchin <gulopine@gamemusic.org> 
    4646    Daniel Alves Barbosa de Oliveira Vaz <danielvaz@gmail.com> 
     47    AgarFu <heaven@croasanaso.sytes.net> 
    4748    Andreas 
    4849    andy@jadedplanet.net 
     
    6162    Paul Bissex <http://e-scribe.com/> 
    6263    Simon Blanchard 
     64    boobsd@gmail.com 
    6365    Andrew Brehaut <http://brehaut.net/blog> 
    6466    brut.alll@gmail.com 
    6567    Jonathan Buchanan <jonathan.buchanan@gmail.com> 
     68    Ricardo Javier Cárdenes Medina <ricardo.cardenes@gmail.com> 
    6669    Antonio Cavedoni <http://cavedoni.com/> 
    6770    C8E 
     
    107110    Jorge Gajon <gajon@gajon.org> 
    108111    gandalf@owca.info 
     112    Marc Garcia <marc.garcia@accopensys.com> 
    109113    Baishampayan Ghose 
    110114    glin@seznam.cz 
    111115    martin.glueck@gmail.com 
    112116    GomoX <gomo@datafull.com> 
     117    Mario Gonzalez <gonzalemario @t gmail.com> 
    113118    Simon Greenhill <dev@simon.net.nz> 
    114119    Owen Griffiths 
    115120    Espen Grindhaug <http://grindhaug.org/> 
     121    Thomas Güttler <hv@tbz-pariv.de> 
    116122    Brian Harring <ferringb@gmail.com> 
    117123    Brant Harris 
     
    142148    Bastian Kleineidam <calvin@debian.org> 
    143149    Cameron Knight (ckknight) 
     150    Nena Kojadin <nena@kiberpipa.org> 
     151    Igor Kolar <ike@email.si> 
    144152    Gasper Koren 
    145153    Martin Kosír <martin@martinkosir.net> 
     
    148156    Joseph Kocherhans 
    149157    konrad@gwu.edu 
     158    kurtiss@meetro.com 
    150159    lakin.wecker@gmail.com 
    151160    Nick Lane <nick.lane.au@gmail.com> 
     
    215224    serbaut@gmail.com 
    216225    Pete Shinners <pete@shinners.org> 
     226    Jozko Skrablin <jozko.skrablin@gmail.com> 
    217227    SmileyChris <smileychris@gmail.com> 
    218228    smurf@smurf.noris.de 
  • django/branches/newforms-admin/django/bin/make-messages.py

    r5195 r5627  
    104104                        thefile = '%s.py' % file 
    105105                    if verbose: sys.stdout.write('processing file %s in %s\n' % (file, dirpath)) 
    106                     cmd = 'xgettext %s -d %s -L Python --keyword=gettext_noop --keyword=gettext_lazy --keyword=ngettext_lazy:1,2 --from-code UTF-8 -o - "%s"' % ( 
     106                    cmd = 'xgettext %s -d %s -L Python --keyword=gettext_noop --keyword=gettext_lazy --keyword=ngettext_lazy:1,2 --keyword=ugettext_noop --keyword=ugettext_lazy --keyword=ungettext_lazy:1,2 --from-code UTF-8 -o - "%s"' % ( 
    107107                        os.path.exists(potfile) and '--omit-header' or '', domain, os.path.join(dirpath, thefile)) 
    108108                    (stdin, stdout, stderr) = os.popen3(cmd, 'b') 
  • django/branches/newforms-admin/django/conf/global_settings.py

    r5572 r5627  
    9898DEFAULT_CHARSET = 'utf-8' 
    9999 
     100# Encoding of files read from disk (template and initial SQL files). 
     101FILE_CHARSET = 'utf-8' 
     102 
    100103# E-mail address that error messages come from. 
    101104SERVER_EMAIL = 'root@localhost' 
     
    281284CACHE_BACKEND = 'simple://' 
    282285CACHE_MIDDLEWARE_KEY_PREFIX = '' 
     286CACHE_MIDDLEWARE_SECONDS = 600 
    283287 
    284288#################### 
  • django/branches/newforms-admin/django/conf/locale/ca/LC_MESSAGES/django.po

    r5572 r5627  
    238238#: conf/global_settings.py:61 
    239239msgid "Kannada" 
    240 msgstr "
     240msgstr "Canès
    241241 
    242242#: conf/global_settings.py:62 
     
    12311231#: contrib/admin/views/auth.py:30 
    12321232msgid "Add user" 
    1233 msgstr "Agregar usuari" 
     1233msgstr "Afegir usuari" 
    12341234 
    12351235#: contrib/admin/views/auth.py:57 
     
    12491249#, python-format 
    12501250msgid "You may add another %s below." 
    1251 msgstr "Pot agregar un altre %s abaix." 
     1251msgstr "Pot afegir un altre %s a baix." 
    12521252 
    12531253#: contrib/admin/views/main.py:294 
    12541254#, python-format 
    12551255msgid "Add %s" 
    1256 msgstr "Agregar %s" 
     1256msgstr "Afegir %s" 
    12571257 
    12581258#: contrib/admin/views/main.py:340 
  • django/branches/newforms-admin/django/conf/locale/es/LC_MESSAGES/django.po

    r5195 r5627  
    33# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER. 
    44# 
    5 # Ricardo Javier C�enes Medina <ricardo.cardenes@gmail.com>, 2005. 
    6 # Ricardo Javier Cardenes Medina <ricardo.cardenes@gmail.com>, 2005. 
    7 # AgarFu <heaven@croasanaso.sytes.net>, 2007. 
    8 # Mario Gonzalez <gonzalemario @t gmail.com>, 2007 
    95msgid "" 
    106msgstr "" 
    117"Project-Id-Version: django\n" 
    128"Report-Msgid-Bugs-To: \n" 
    13 "POT-Creation-Date: 2007-02-24 17:08+0000\n" 
     9"POT-Creation-Date: 2007-06-29 10:15-0400\n" 
    1410"PO-Revision-Date: 2007-02-24 18:02-0600\n" 
    1511"Last-Translator: Mario Gonzalez <gonzalemario @t gmail.com>\n" 
     
    2016"Plural-Forms:  nplurals=2; plural=(n != 1);\n" 
    2117 
    22 #: utils/dates.py:6 
    23 msgid "Monday" 
    24 msgstr "Lunes" 
    25  
    26 #: utils/dates.py:6 
    27 msgid "Tuesday" 
    28 msgstr "Martes" 
    29  
    30 #: utils/dates.py:6 
    31 msgid "Wednesday" 
    32 msgstr "Mi�oles" 
    33  
    34 #: utils/dates.py:6 
    35 msgid "Thursday" 
    36 msgstr "Jueves" 
    37  
    38 #: utils/dates.py:6 
    39 msgid "Friday" 
    40 msgstr "Viernes" 
    41  
    42 #: utils/dates.py:7 
    43 msgid "Saturday" 
    44 msgstr "S�do" 
    45  
    46 #: utils/dates.py:7 
    47 msgid "Sunday" 
    48 msgstr "Domingo" 
    49  
    50 #: utils/dates.py:14 
    51 msgid "January" 
    52 msgstr "Enero" 
    53  
    54 #: utils/dates.py:14 
    55 msgid "February" 
    56 msgstr "Febrero" 
    57  
    58 #: utils/dates.py:14 utils/dates.py:27 
    59 msgid "March" 
    60 msgstr "Marzo" 
    61  
    62 #: utils/dates.py:14 utils/dates.py:27 
    63 msgid "April" 
    64 msgstr "Abril" 
    65  
    66 #: utils/dates.py:14 utils/dates.py:27 
    67 msgid "May" 
    68 msgstr "Mayo" 
    69  
    70 #: utils/dates.py:14 utils/dates.py:27 
    71 msgid "June" 
    72 msgstr "Junio" 
    73  
    74 #: utils/dates.py:15 utils/dates.py:27 
    75 msgid "July" 
    76 msgstr "Julio" 
    77  
    78 #: utils/dates.py:15 
    79 msgid "August" 
    80 msgstr "Agosto" 
    81  
    82 #: utils/dates.py:15 
    83 msgid "September" 
    84 msgstr "Septiembre" 
    85  
    86 #: utils/dates.py:15 
    87 msgid "October" 
    88 msgstr "Octubre" 
    89  
    90 #: utils/dates.py:15 
    91 msgid "November" 
    92 msgstr "Noviembre" 
    93  
    94 #: utils/dates.py:16 
    95 msgid "December" 
    96 msgstr "Diciembre" 
    97  
    98 #: utils/dates.py:19 
    99 msgid "jan" 
    100 msgstr "ene" 
    101  
    102 #: utils/dates.py:19 
    103 msgid "feb" 
    104 msgstr "feb" 
    105  
    106 #: utils/dates.py:19 
    107 msgid "mar" 
    108 msgstr "mar" 
    109  
    110 #: utils/dates.py:19 
    111 msgid "apr" 
    112 msgstr "abr" 
    113  
    114 #: utils/dates.py:19 
    115 msgid "may" 
    116 msgstr "may" 
    117  
    118 #: utils/dates.py:19 
    119 msgid "jun" 
    120 msgstr "jun" 
    121  
    122 #: utils/dates.py:20 
    123 msgid "jul" 
    124 msgstr "jul" 
    125  
    126 #: utils/dates.py:20 
    127 msgid "aug" 
    128 msgstr "ago" 
    129  
    130 #: utils/dates.py:20 
    131 msgid "sep" 
    132 msgstr "sep" 
    133  
    134 #: utils/dates.py:20 
    135 msgid "oct" 
    136 msgstr "oct" 
    137  
    138 #: utils/dates.py:20 
    139 msgid "nov" 
    140 msgstr "nov" 
    141  
    142 #: utils/dates.py:20 
    143 msgid "dec" 
    144 msgstr "dic" 
    145  
    146 #: utils/dates.py:27 
    147 msgid "Jan." 
    148 msgstr "Ene." 
    149  
    150 #: utils/dates.py:27 
    151 msgid "Feb." 
    152 msgstr "Feb." 
    153  
    154 #: utils/dates.py:28 
    155 msgid "Aug." 
    156 msgstr "Ago." 
    157  
    158 #: utils/dates.py:28 
    159 msgid "Sept." 
    160 msgstr "Sept." 
    161  
    162 #: utils/dates.py:28 
    163 msgid "Oct." 
    164 msgstr "Oct." 
    165  
    166 #: utils/dates.py:28 
    167 msgid "Nov." 
    168 msgstr "Nov." 
    169  
    170 #: utils/dates.py:28 
    171 msgid "Dec." 
    172 msgstr "Dic." 
    173  
    174 #: utils/timesince.py:12 
    175 msgid "year" 
    176 msgid_plural "years" 
    177 msgstr[0] "a�msgstr[1] "a� 
    178  
    179 #: utils/timesince.py:13 
    180 msgid "month" 
    181 msgid_plural "months" 
    182 msgstr[0] "mes" 
    183 msgstr[1] "meses" 
    184  
    185 #: utils/timesince.py:14 
    186 msgid "week" 
    187 msgid_plural "weeks" 
    188 msgstr[0] "semana" 
    189 msgstr[1] "semanas" 
    190  
    191 #: utils/timesince.py:15 
    192 msgid "day" 
    193 msgid_plural "days" 
    194 msgstr[0] "d� 
    195 msgstr[1] "d�" 
    196  
    197 #: utils/timesince.py:16 
    198 msgid "hour" 
    199 msgid_plural "hours" 
    200 msgstr[0] "hora" 
    201 msgstr[1] "horas" 
    202  
    203 #: utils/timesince.py:17 
    204 msgid "minute" 
    205 msgid_plural "minutes" 
    206 msgstr[0] "minuto" 
    207 msgstr[1] "minutos" 
    208  
    209 #: utils/translation/trans_real.py:362 
    210 msgid "DATE_FORMAT" 
    211 msgstr "j N Y" 
    212  
    213 #: utils/translation/trans_real.py:363 
    214 msgid "DATETIME_FORMAT" 
    215 msgstr "j N Y P" 
    216  
    217 #: utils/translation/trans_real.py:364 
    218 msgid "TIME_FORMAT" 
    219 msgstr "P" 
    220  
    221 #: utils/translation/trans_real.py:380 
    222 msgid "YEAR_MONTH_FORMAT" 
    223 msgstr "F Y" 
    224  
    225 #: utils/translation/trans_real.py:381 
    226 msgid "MONTH_DAY_FORMAT" 
    227 msgstr "j \\de F" 
    228  
    229 #: conf/global_settings.py:39 
    230 msgid "Arabic" 
    231 msgstr "�abe" 
    232  
    233 #: conf/global_settings.py:40 
    234 msgid "Bengali" 
    235 msgstr "Bengal� 
    236 #: conf/global_settings.py:41 
    237 msgid "Catalan" 
    238 msgstr "Catal� 
    239  
    240 #: conf/global_settings.py:42 
    241 msgid "Czech" 
    242 msgstr "Checo" 
    243  
    244 #: conf/global_settings.py:43 
    245 msgid "Welsh" 
    246 msgstr "Gal� 
    247  
    248 #: conf/global_settings.py:44 
    249 msgid "Danish" 
    250 msgstr "Dan� 
    251  
    252 #: conf/global_settings.py:45 
    253 msgid "German" 
    254 msgstr "Alem� 
    255  
    256 #: conf/global_settings.py:46 
    257 msgid "Greek" 
    258 msgstr "Griego" 
    259  
    260 #: conf/global_settings.py:47 
    261 msgid "English" 
    262 msgstr "Ingl� 
    263  
    264 #: conf/global_settings.py:48 
    265 msgid "Spanish" 
    266 msgstr "Espa� 
    267  
    268 #: conf/global_settings.py:49 
    269 msgid "Argentinean Spanish" 
    270 msgstr "Espa�Argentino" 
    271  
    272 #: conf/global_settings.py:50 
    273 msgid "Finnish" 
    274 msgstr "Fin� 
    275  
    276 #: conf/global_settings.py:51 
    277 msgid "French" 
    278 msgstr "Franc� 
    279  
    280 #: conf/global_settings.py:52 
    281 msgid "Galician" 
    282 msgstr "Gallego" 
    283  
    284 #: conf/global_settings.py:53 
    285 msgid "Hungarian" 
    286 msgstr "H�o" 
    287  
    288 #: conf/global_settings.py:54 
    289 msgid "Hebrew" 
    290 msgstr "Hebreo" 
    291  
    292 #: conf/global_settings.py:55 
    293 msgid "Icelandic" 
    294 msgstr "Island� 
    295  
    296 #: conf/global_settings.py:56 
    297 msgid "Italian" 
    298 msgstr "Italiano" 
    299  
    300 #: conf/global_settings.py:57 
    301 msgid "Japanese" 
    302 msgstr "Japon� 
    303  
    304 #: conf/global_settings.py:58 
    305 msgid "Latvian" 
    306 msgstr "Latvio" 
    307  
    308 #: conf/global_settings.py:59 
    309 msgid "Macedonian" 
    310 msgstr "Macedonio" 
    311  
    312 #: conf/global_settings.py:60 
    313 msgid "Dutch" 
    314 msgstr "Alem� 
    315  
    316 #: conf/global_settings.py:61 
    317 msgid "Norwegian" 
    318 msgstr "Noruego" 
    319  
    320 #: conf/global_settings.py:62 
    321 msgid "Polish" 
    322 msgstr "Polaco" 
    323  
    324 #: conf/global_settings.py:63 
    325 msgid "Brazilian" 
    326 msgstr "Brasile� 
    327 #: conf/global_settings.py:64 
    328 msgid "Romanian" 
    329 msgstr "Rumano" 
    330  
    331 #: conf/global_settings.py:65 
    332 msgid "Russian" 
    333 msgstr "Ruso" 
    334  
    335 #: conf/global_settings.py:66 
    336 msgid "Slovak" 
    337 msgstr "Eslovaco" 
    338  
    339 #: conf/global_settings.py:67 
    340 msgid "Slovenian" 
    341 msgstr "Esloveno" 
    342  
    343 #: conf/global_settings.py:68 
    344 msgid "Serbian" 
    345 msgstr "Serbio" 
    346  
    347 #: conf/global_settings.py:69 
    348 msgid "Swedish" 
    349 msgstr "Sueco" 
    350  
    351 #: conf/global_settings.py:70 
    352 msgid "Tamil" 
    353 msgstr "Tamil" 
    354  
    355 #: conf/global_settings.py:71