From f6ea762ed4bc1c97ea92e033821ef6f91668c4fa Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 15 Aug 2011 13:12:47 +0200 Subject: [PATCH 1/3] Bumped to 1.2 and extended Trove classifiers. --- dbtemplates/__init__.py | 2 +- docs/conf.py | 8 ++++---- setup.py | 6 +++++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index fcc819f..5a7cfda 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 1, "f", 0) # following PEP 386 +VERSION = (1, 2, 0, "f", 0) # following PEP 386 DEV_N = None diff --git a/docs/conf.py b/docs/conf.py index 9aa6f16..0364d2b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,16 +38,16 @@ master_doc = 'index' # General information about the project. project = u'django-dbtemplates' -copyright = u'2007-2011, Jannis Leidel' +copyright = u'2007-2011, Jannis Leidel and contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '1.1' +version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.1.1' +release = '1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -173,7 +173,7 @@ htmlhelp_basename = 'django-dbtemplatesdoc' # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'django-dbtemplates.tex', u'django-dbtemplates Documentation', - u'Jannis Leidel', 'manual'), + u'Jannis Leidel and contributors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/setup.py b/setup.py index 6a82ee7..7ecb97b 100644 --- a/setup.py +++ b/setup.py @@ -18,12 +18,16 @@ setup( ], }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.5', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', 'Framework :: Django', ], ) From 362af384a6718ac1eff7fefd26fbd4973cd9040f Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 15 Aug 2011 13:13:37 +0200 Subject: [PATCH 2/3] Updated base translation files. --- dbtemplates/locale/en/LC_MESSAGES/django.mo | Bin 367 -> 378 bytes dbtemplates/locale/en/LC_MESSAGES/django.po | 37 +++++++++++++++----- 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/dbtemplates/locale/en/LC_MESSAGES/django.mo b/dbtemplates/locale/en/LC_MESSAGES/django.mo index 503ba620ab7cb26cce37ed41bfb3d192d87280f4..da3c06a745ccb115a5e6a025199eeb10597427f9 100644 GIT binary patch delta 40 wcmaFQ^owbN3ZuhB)eJ5RT|-j^Lt`sL_#x3p2(5000UMC;$Ke delta 29 lcmeyx^qy&g3Zv;n)eJ6kT>~=(BSR}g%Zbx#C(AQN0|1C+2&4c2 diff --git a/dbtemplates/locale/en/LC_MESSAGES/django.po b/dbtemplates/locale/en/LC_MESSAGES/django.po index f06abb9..351a27a 100644 --- a/dbtemplates/locale/en/LC_MESSAGES/django.po +++ b/dbtemplates/locale/en/LC_MESSAGES/django.po @@ -8,51 +8,70 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-07-06 21:19+0200\n" +"POT-Creation-Date: 2011-08-15 13:13+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: admin.py:55 +#: admin.py:56 msgid "" "Leaving this empty causes Django to look for a template with the given name " "and populate this field with its content." msgstr "" -#: admin.py:81 +#: admin.py:82 msgid "Advanced" msgstr "" -#: admin.py:84 +#: admin.py:85 msgid "Date/time" msgstr "" -#: admin.py:100 +#: admin.py:102 #, python-format msgid "Cache of one template successfully invalidated." msgid_plural "Cache of %(count)d templates successfully invalidated." msgstr[0] "" msgstr[1] "" -#: admin.py:104 +#: admin.py:106 msgid "Invalidate cache of selected templates" msgstr "" -#: admin.py:111 +#: admin.py:114 #, python-format msgid "Cache successfully repopulated with one template." msgid_plural "Cache successfully repopulated with %(count)d templates." msgstr[0] "" msgstr[1] "" -#: admin.py:115 +#: admin.py:118 msgid "Repopulate cache with selected templates" msgstr "" -#: admin.py:120 models.py:25 +#: admin.py:130 +#, python-format +msgid "Template syntax check FAILED for %(names)s." +msgid_plural "Template syntax check FAILED for %(count)d templates: %(names)s." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:138 +#, python-format +msgid "Template syntax OK." +msgid_plural "Template syntax OK for %(count)d templates." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:141 +msgid "Check template syntax" +msgstr "" + +#: admin.py:145 models.py:25 msgid "sites" msgstr "" From e12c6e8ece2de2984362665e72fab031f10ec062 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 15 Aug 2011 13:23:48 +0200 Subject: [PATCH 3/3] Updated translations. --- dbtemplates/locale/da/LC_MESSAGES/django.mo | Bin 1060 -> 1171 bytes dbtemplates/locale/da/LC_MESSAGES/django.po | 66 +++++++++++------ dbtemplates/locale/de/LC_MESSAGES/django.mo | Bin 1883 -> 2439 bytes dbtemplates/locale/de/LC_MESSAGES/django.po | 70 ++++++++++++------ dbtemplates/locale/fi/LC_MESSAGES/django.mo | Bin 1937 -> 1940 bytes dbtemplates/locale/fi/LC_MESSAGES/django.po | 55 +++++++++----- dbtemplates/locale/fr/LC_MESSAGES/django.mo | Bin 789 -> 1742 bytes dbtemplates/locale/fr/LC_MESSAGES/django.po | 70 ++++++++++++------ dbtemplates/locale/he/LC_MESSAGES/django.mo | Bin 1009 -> 1163 bytes dbtemplates/locale/he/LC_MESSAGES/django.po | 64 ++++++++++------ dbtemplates/locale/it/LC_MESSAGES/django.mo | Bin 1030 -> 1106 bytes dbtemplates/locale/it/LC_MESSAGES/django.po | 65 +++++++++++----- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 1280 -> 1278 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 55 +++++++++----- .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 1579 -> 1283 bytes .../locale/zh_CN/LC_MESSAGES/django.po | 60 +++++++++------ 16 files changed, 336 insertions(+), 169 deletions(-) diff --git a/dbtemplates/locale/da/LC_MESSAGES/django.mo b/dbtemplates/locale/da/LC_MESSAGES/django.mo index 8acc5709e4503343b53914c11563e3ad037b7260..115a1f0040e90c8d9cb921b00dda99a8d4644daf 100644 GIT binary patch delta 360 zcmZY4KT88K6aetF6|4v1<{X_WCA~|lBGE$;anOpT*3BjD#cRqnx!%il=%S0@DBR>K zT^#)o4t^g;2cLhy!I0#a2QM!#^J=m5;4bGSLf&yz2_cUaLe|kI^bUPR7tzxNLRQcV zbQv9>ILQRJuY1#9Z%_~8`4)YjT&k8zp zE(PKHv3A3}-x%1jKT@+u&HVo*d<~E*C>rI}m~$5FFup~3OYl}bXa<4TIcHrp)u63m zNBE|o&EPMO3%*$oaCmJAj`cEW06VjppeNE84RjBiMh_CDBb79?xwge~`F6XFf5~Nx l^&;tYl01_MJGR*v1U2b*2w`)V{v5-ap=%-K8%3@1@d@L7V}Aeu delta 267 zcmbQtxrAdvNvJ6!1H%^}=3ro8&|+p_Py*7%K)Mx3hXHAJAbkf&^8@K8K$;gwe*w}g zK$;0ifb_9LX#pV31>{R^JZaBZAK>Wh?da~R5at>b?CI~v6_i?#UsR&&Tb!PmqU%(e zUaT9EZ>7K$;2)yvT$Gwvl9`{U>ylWKYNcRgU|^|hXrOCgsbFYqWn!vr02Bc#)D224 z%PdByi*$7i()IP%b#YYi@VD~y)Qy_0ad32T333e%p8SxhVe$;--v9!DJ;wk5 diff --git a/dbtemplates/locale/da/LC_MESSAGES/django.po b/dbtemplates/locale/da/LC_MESSAGES/django.po index e8e4e24..0a7cb9d 100644 --- a/dbtemplates/locale/da/LC_MESSAGES/django.po +++ b/dbtemplates/locale/da/LC_MESSAGES/django.po @@ -1,15 +1,14 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Michael Lind Mortensen , 2009. -# +# msgid "" msgstr "" "Project-Id-Version: django-dbtemplates\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-09 13:45+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"Report-Msgid-Bugs-To: https://github.com/jezdez/django-dbtemplates/issues\n" +"POT-Creation-Date: 2011-08-15 13:13+0200\n" +"PO-Revision-Date: 2011-08-15 11:14+0000\n" +"Last-Translator: Jannis \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,72 +16,93 @@ msgstr "" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: admin.py:53 +#: admin.py:56 msgid "" "Leaving this empty causes Django to look for a template with the given name " "and populate this field with its content." msgstr "" -"Hvis du efterlader dette felt tomt, så vil Django søge efter en template med " -"det givne navn og udfylde dette felt med dets indhold." +"Hvis du efterlader dette felt tomt, så vil Django søge efter en template med" +" det givne navn og udfylde dette felt med dets indhold." -#: admin.py:77 +#: admin.py:82 msgid "Advanced" msgstr "" -#: admin.py:80 +#: admin.py:85 msgid "Date/time" msgstr "Dato/tid" -#: admin.py:98 +#: admin.py:102 #, python-format msgid "Cache of one template successfully invalidated." msgid_plural "Cache of %(count)d templates successfully invalidated." msgstr[0] "" msgstr[1] "" -#: admin.py:102 +#: admin.py:106 msgid "Invalidate cache of selected templates" msgstr "" -#: admin.py:111 +#: admin.py:114 #, python-format msgid "Cache successfully repopulated with one template." msgid_plural "Cache successfully repopulated with %(count)d templates." msgstr[0] "" msgstr[1] "" -#: admin.py:115 +#: admin.py:118 msgid "Repopulate cache with selected templates" msgstr "" -#: admin.py:119 models.py:29 +#: admin.py:130 +#, python-format +msgid "Template syntax check FAILED for %(names)s." +msgid_plural "" +"Template syntax check FAILED for %(count)d templates: %(names)s." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:138 +#, python-format +msgid "Template syntax OK." +msgid_plural "Template syntax OK for %(count)d templates." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:141 +msgid "Check template syntax" +msgstr "" + +#: admin.py:145 models.py:25 msgid "sites" msgstr "websider" -#: models.py:26 +#: models.py:22 msgid "name" msgstr "navn" -#: models.py:27 +#: models.py:23 msgid "Example: 'flatpages/default.html'" msgstr "Eksempel: 'flatpages/default.html'" -#: models.py:28 +#: models.py:24 msgid "content" msgstr "indhold" -#: models.py:30 +#: models.py:27 msgid "creation date" msgstr "oprettelsesdato" -#: models.py:32 +#: models.py:29 msgid "last changed" msgstr "sidst ændret" -#: models.py:40 +#: models.py:37 msgid "template" msgstr "skabelon" -#: models.py:41 +#: models.py:38 msgid "templates" msgstr "skabeloner" + + diff --git a/dbtemplates/locale/de/LC_MESSAGES/django.mo b/dbtemplates/locale/de/LC_MESSAGES/django.mo index cfc7ba0438de61faf768f8a8817352a67c89c930..50f7fd5468833daffb14b5c4dbcd3a252391e43f 100644 GIT binary patch delta 1114 zcmZ{h&rcIU6vwAfK&zrc@JEDXYJ#?sZM)#FtfDl~g1P~OVl*)(+jiP6w6k?*mI%f) zp7iYE&3NMA89nx(a`Wa{gC6`3{0IC_g~~5q_RVK!=FRuLdGoFFMR#qZEBKngy5YU> z5AZ&?8NdMh2p#}Gfd%jjI1lPAg!F)Kz=Pl#7zXR$IdB8?z_wOGBH&Z-Cb$Zg!Cznp zAvJP0NXQW^JOB@aMGzm67}~%kP!&)ERic;RDvEdop2GY}J0Xw3Y0w8hgX$vppssWU zs0w-xszTm@E8tg9Lw-_#`ZyL=Kqd4Yga(;JHvEz~P$hnZ0XaztRQnZB?Mo0Jd4>UX zHBBW~T~(LZGIhc2);WUNAvn6#ur7=$35p{jIJ(pjKMJa3$KfjZF?hp#FYu#hw8U}? zRI*C7Y)MAN5|`E!f41fKh0M-1I&~*T_O8)_22)&C$y!Ou zsxad5qAg2aHkNZL@p-nKXUp-u2jaF69uuMIsf;$dsjiKoH3l6_=(?7;s_B=gK4j=a z1Bt;z0)g5LTeJnL*e6am^oxB130TOqgw!&w#RWR;xCXs#ac&F0KiJ=GCMU<|lH)0Q z-84tacFb{${zCBKWfS-DtRj-t8x1+MRaz;j8i`Oul!dHe)a+_@6ZB9l zz2pzr_SRbuy_>(Ge?t$29(waC-n{soRZAZ``?1z$qN>6`~K{-~g`TL)^xc5NATON%O!* z(^DZOkwIjM^k?mQ}h=l zHYVZKUBb#;LIvq>rc4HeB!;+~0_L6jFoT#s_<&`aFmn>-OZgH1Vvt>qMQIw=+HU;Q z`W2t|T*j5urdBg^xef0qXh!mVSl2cAx>XNlH7MG-^|h*8YI<&@179w?kyo^5m7}EN zNL8?vDk^81vm#M$cx@g2pQjcim$PU)g`#8f;!65SrtImOcNia}C-U!H-`Ami`@}Bo zC&!nENy3cw_k#F)di(JQxgK~m9m%rm*IRC#8Qyx$hU<6dGkL2U_T{a3HM@8NFN#}6 diff --git a/dbtemplates/locale/de/LC_MESSAGES/django.po b/dbtemplates/locale/de/LC_MESSAGES/django.po index f41a7d7..f146836 100644 --- a/dbtemplates/locale/de/LC_MESSAGES/django.po +++ b/dbtemplates/locale/de/LC_MESSAGES/django.po @@ -1,19 +1,23 @@ -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Jannis Leidel , 2011. msgid "" msgstr "" "Project-Id-Version: django-dbtemplates\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-07 00:01+0100\n" -"PO-Revision-Date: 2008-08-19 17:11+0100\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: Jannis Leidel \n" +"Report-Msgid-Bugs-To: https://github.com/jezdez/django-dbtemplates/issues\n" +"POT-Creation-Date: 2011-08-15 13:13+0200\n" +"PO-Revision-Date: 2011-08-15 11:14+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: admin.py:53 +#: admin.py:56 msgid "" "Leaving this empty causes Django to look for a template with the given name " "and populate this field with its content." @@ -21,66 +25,86 @@ msgstr "" "Wenn Sie dieses Feld leer lassen, wird Django versuchen, das Template mit " "dem angegebenen Namen zu finden und mit dessen Inhalt das Feld zu füllen." -#: admin.py:77 +#: admin.py:82 msgid "Advanced" msgstr "Erweiterte Einstellungen" -#: admin.py:80 +#: admin.py:85 msgid "Date/time" msgstr "Datum/Uhrzeit" -#: admin.py:98 +#: admin.py:102 #, python-format msgid "Cache of one template successfully invalidated." msgid_plural "Cache of %(count)d templates successfully invalidated." msgstr[0] "Der Cache eines Templates wurde erfolgreich geleert." msgstr[1] "Der Cache von %(count)d Templates wurde erfolgreich geleert." -#: admin.py:102 +#: admin.py:106 msgid "Invalidate cache of selected templates" msgstr "Cache der ausgewählten Templates leeren" -#: admin.py:111 +#: admin.py:114 #, python-format msgid "Cache successfully repopulated with one template." msgid_plural "Cache successfully repopulated with %(count)d templates." -msgstr[0] "" -"Der Cache eines Templates wurde erfolgreich geleert und neu gefüllt." +msgstr[0] "Der Cache eines Templates wurde erfolgreich geleert und neu gefüllt." msgstr[1] "" "Der Cache von %(count)d Templates wurde erfolgreich geleert und neu gefüllt." -#: admin.py:115 +#: admin.py:118 msgid "Repopulate cache with selected templates" msgstr "Cache der ausgewählten Templates neu füllen" -#: admin.py:119 models.py:29 +#: admin.py:130 +#, python-format +msgid "Template syntax check FAILED for %(names)s." +msgid_plural "" +"Template syntax check FAILED for %(count)d templates: %(names)s." +msgstr[0] "Template-Syntax von %(names)s ist FEHLERHAFT." +msgstr[1] "Template-Syntax von %(count)d Templates (%(names)s) ist FEHLERHAFT." + +#: admin.py:138 +#, python-format +msgid "Template syntax OK." +msgid_plural "Template syntax OK for %(count)d templates." +msgstr[0] "Template-Syntax ist OK." +msgstr[1] "Template-Syntax von %(count)d Templates ist OK." + +#: admin.py:141 +msgid "Check template syntax" +msgstr "Template-Syntax überprüfen" + +#: admin.py:145 models.py:25 msgid "sites" msgstr "Seiten" -#: models.py:26 +#: models.py:22 msgid "name" msgstr "Name" -#: models.py:27 +#: models.py:23 msgid "Example: 'flatpages/default.html'" msgstr "Zum Beispiel: 'flatpages/default.html'" -#: models.py:28 +#: models.py:24 msgid "content" msgstr "Inhalt" -#: models.py:30 +#: models.py:27 msgid "creation date" msgstr "Erstellt" -#: models.py:32 +#: models.py:29 msgid "last changed" msgstr "Geändert" -#: models.py:40 +#: models.py:37 msgid "template" msgstr "Template" -#: models.py:41 +#: models.py:38 msgid "templates" msgstr "Templates" + + diff --git a/dbtemplates/locale/fi/LC_MESSAGES/django.mo b/dbtemplates/locale/fi/LC_MESSAGES/django.mo index 9b0d1921308e57b95661066187401d02cd084263..cf23e9aa7a184032f31e3b96b5e75a8af10066cb 100644 GIT binary patch delta 225 zcmbQpKZSq7ocbk<3=Hke3=Dh>3=BG~3=CC3+8Rig1L-k(4M_6>X@4Ls2&7|yGz*Z=&C-mY znFI`V4J>pGO%)7{tqhH|4U8tsu}E7(L=3GAO|%VwfXgSbxI{OkC^4@%C$S{I$V$O0 fF)uH(SivR>OgrSHW~QX(=w;@m%zQD6oDnSmy0 delta 222 zcmXZRI}gE790l-ywH~Q>Ef$H~#UOR%UV}$tkXSpim~^P5Nppo;gvEprVYK)R{b;^` zBXO2r&NxpW-v-geBq|b7Gfi}WeYk@O{OwMLr~zHrhI4p^SJ;BpEKv@QVF7xu z0%y>I(f?mT8~p(D@RX&bW_(g*!KLJ)$AoZ2#}V>Tw`%<^mjfoH+rfg^p08s*S^G*y ee!N_}Y^p*PC^p=NQ51~yUIiQ7UW7?(G4l%uG$ktl diff --git a/dbtemplates/locale/fi/LC_MESSAGES/django.po b/dbtemplates/locale/fi/LC_MESSAGES/django.po index 40378a2..2a486b4 100644 --- a/dbtemplates/locale/fi/LC_MESSAGES/django.po +++ b/dbtemplates/locale/fi/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: django-dbtemplates\n" "Report-Msgid-Bugs-To: https://github.com/jezdez/django-dbtemplates/issues\n" -"POT-Creation-Date: 2010-11-07 00:02+0100\n" -"PO-Revision-Date: 2011-06-19 11:22+0000\n" -"Last-Translator: Uninen \n" +"POT-Creation-Date: 2011-08-15 13:13+0200\n" +"PO-Revision-Date: 2011-08-15 11:14+0000\n" +"Last-Translator: Jannis \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: admin.py:53 +#: admin.py:56 msgid "" "Leaving this empty causes Django to look for a template with the given name " "and populate this field with its content." @@ -25,65 +25,84 @@ msgstr "" "Jos tämä jätetään tyhjäksi, Django etsiin annetulla nimellä olevan " "mallipohjan ja täyttää tähän kenttään sen sisällön." -#: admin.py:77 +#: admin.py:82 msgid "Advanced" msgstr "Lisäasetukset" -#: admin.py:80 +#: admin.py:85 msgid "Date/time" msgstr "Päiväys/aika" -#: admin.py:98 +#: admin.py:102 #, python-format msgid "Cache of one template successfully invalidated." msgid_plural "Cache of %(count)d templates successfully invalidated." msgstr[0] "Yhden mallipohjan välimuisti on onnistuneesti tyhjennetty." msgstr[1] "%(count)d mallipohjan välimusti on onnistuneesti tyhjennetty." -#: admin.py:102 +#: admin.py:106 msgid "Invalidate cache of selected templates" msgstr "Tyhjennä valittujen mallipohjien välimuisti." -#: admin.py:111 +#: admin.py:114 #, python-format msgid "Cache successfully repopulated with one template." msgid_plural "Cache successfully repopulated with %(count)d templates." msgstr[0] "Yhden mallipohjan välimuisti on täytetty onnistuneesti." msgstr[1] "%(count)d mallipohjan välimuisti on täytetty onnistuneesti." -#: admin.py:115 +#: admin.py:118 msgid "Repopulate cache with selected templates" msgstr "Täytä valittujen mallipohjien välimuisti." -#: admin.py:119 models.py:29 +#: admin.py:130 +#, python-format +msgid "Template syntax check FAILED for %(names)s." +msgid_plural "" +"Template syntax check FAILED for %(count)d templates: %(names)s." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:138 +#, python-format +msgid "Template syntax OK." +msgid_plural "Template syntax OK for %(count)d templates." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:141 +msgid "Check template syntax" +msgstr "" + +#: admin.py:145 models.py:25 msgid "sites" msgstr "sivustot" -#: models.py:26 +#: models.py:22 msgid "name" msgstr "nimi" -#: models.py:27 +#: models.py:23 msgid "Example: 'flatpages/default.html'" msgstr "Esimerkiksi: 'flatpages/default.html'" -#: models.py:28 +#: models.py:24 msgid "content" msgstr "sisätö" -#: models.py:30 +#: models.py:27 msgid "creation date" msgstr "luontipäivä" -#: models.py:32 +#: models.py:29 msgid "last changed" msgstr "viimeksi muutettu" -#: models.py:40 +#: models.py:37 msgid "template" msgstr "mallipohja" -#: models.py:41 +#: models.py:38 msgid "templates" msgstr "mallipohjat" diff --git a/dbtemplates/locale/fr/LC_MESSAGES/django.mo b/dbtemplates/locale/fr/LC_MESSAGES/django.mo index 5b975da8c1af834fb385f6f88da144149ecf3de8..c52b05e266a223f014f9fd0fd5b3176a266f1530 100644 GIT binary patch literal 1742 zcma)+&u`pB6vqb$zm@_b7cLwgNRU*;yX%yq$Z4XMbXx^&AS#<)I60oT-U;^1YG%AN zIdS5G)Dzs1xO6XEIB?>$;?7@y_*3|f*WOSyq8-WmvAu8Je7|qz`S10$p9IF+xZcC{ zBd&LGU3mdN7!z;|D)1Ei3w#~ic~OY>!2$RYn1dDg2;2nMUJ~L}FaqBMZ-7_8eQ*st z0$&D?!PmgA!H`#izhDgwev0RH1O*;|9q>Ew1Mmkh27d(|_)qgZdS$up_uxBt{|H_onp^ohczJn*E zhVe9;FqttK&E&b97O7`)RhF@H09L|Pbg>?`u`c1Xy}SN$k_9$WHES{!Vf33F~%~}G-ub7JWi{^cPG9qHpIco z8f9%E92cAgQEfGx7;-vOIwwC-j!+|ihVaUYJ+> zYtm`Slxj(>@nyoX;-V>m@{Tg2J!{_;_g4jK#MM>0L|!vPWR_E}jHa+xqDY;mYyy2O zMOa!m<=KhW*6PNIBWq6KIXaNh1GWw+5|XvENS?Iut`h`VA04_}$>_5xchSfsH1U4w zl3p*z9#$va%#^)TK9_vndpbo=Iajgk9DO;8_8YZP*sz4Q`f(ifx1;z5#n+Sg`nCR6 zzmLG^KF?H;bV*#C#GhR2V|0cv8;xwL9d_E-gg#HT#%A4w3-DIKN^;RvdTjO(tn&(| zAsTU7CN#YL#l7R(_Xc!xIJ{M;uCe)E=kVZga8Zo7+wbfz_az#gO(ECwL*GNQD7_Pk zY#saEgd%;&Fk~M2op!%-bHtT{`2eZp6i7*A>s0W;tljpPp7X(S$1- zx+r`Vn4YJN>cdyHLeU?MPJ9{`^UziZ(2KbfUn!cI$`K0a9G_Fh8Qx%z=;OAhf;P6{ zO6k9jgFnd8rX*QsBlcv2Muo@>WtyPvn>wHwmfcZ>eyYuKiS8o#JSv;1BJ>kMTV@yY Zy2FHIs}rbTOB{0p0F2rU2r literal 789 zcma)4%Wl*#6m?;Eg@Q!ccHwU5qH>zFMVbi@A<9&$#E8)-AQo)g_)aD$u}8LNRDOXy zJ3fFe`G(oRnk5oHfLQSZ9M40;4z6-?V*B3X`^b;2)&~Z=4r~K&fSbTaAlMgR2lxtH z1AYRxfZxC-u(82d3w#?KH12|LfVaW#fqTFX)}Jpe;=h6KVErAu1^xxT3=XfL-vS4n zO)x^|dso51!hSG>%q`p-Vy}c%_gpsPnlipStfe2zlH9(cp`6q{9{Hx;Wrfk6v}c7S z=_{kTlAc&Co#(|!>XH=GvLWUPLg8rj;aK0Aw^Vp>s>Ca@4#62u;-hFlV`IJOxw2B? z>7;ZbHyMxmFLH6byhS{NRK^dIq$AQqBpsd}W=Hq;670ZH3}{*f!L?soBzQXfAk7Xt zdr1nv=SWiIR%(aDjLrDK)KV*cVrLg>c44c6KO9<8gs<4n&z>yGoD#~Ok}XLW6ra&! zXz6l-_K2Khll?8R6#Z|d-f6G9?nfFY(ea|iB7ZkV&7RKvK3ZAn2cg5(k$?0uKN0P< zUnprvR&;e?RHe&|x6djcy%v2#s`6r$Y{(N8j3UfAjOX8Tp0F@pu80?C(tO|y{m~WK U<+z*hGicMW#;Dn+npW)CA7EJ6vj6}9 diff --git a/dbtemplates/locale/fr/LC_MESSAGES/django.po b/dbtemplates/locale/fr/LC_MESSAGES/django.po index b2b23f7..d177520 100644 --- a/dbtemplates/locale/fr/LC_MESSAGES/django.po +++ b/dbtemplates/locale/fr/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ -# Roland Frédéric , 2009. -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # msgid "" msgstr "" "Project-Id-Version: django-dbtemplates\n" -"Report-Msgid-Bugs-To: \n" -"Last-Translator: David Paccoud \n" -"Language-Team: French\n" -"POT-Creation-Date: 2011-01-31 11:10+0100\n" -"PO-Revision-Date: 2011-01-31 10:08+0000\n" +"Report-Msgid-Bugs-To: https://github.com/jezdez/django-dbtemplates/issues\n" +"POT-Creation-Date: 2011-08-15 13:13+0200\n" +"PO-Revision-Date: 2011-08-15 11:14+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" -#: admin.py:53 +#: admin.py:56 msgid "" "Leaving this empty causes Django to look for a template with the given name " "and populate this field with its content." @@ -23,64 +24,85 @@ msgstr "" "Si vous laissez ceci vide , Django recherchera un modèle avec le nom donné " "et remplira ce champ avec son contenu." -#: admin.py:77 +#: admin.py:82 msgid "Advanced" msgstr "" -#: admin.py:80 +#: admin.py:85 msgid "Date/time" msgstr "Date/heure" -#: admin.py:98 -#, python-format +#: admin.py:102 +#, fuzzy, python-format msgid "Cache of one template successfully invalidated." msgid_plural "Cache of %(count)d templates successfully invalidated." msgstr[0] "Le cache d'un modèle a été invalidé avec succès." msgstr[1] "" -#: admin.py:102 +#: admin.py:106 msgid "Invalidate cache of selected templates" msgstr "Invalidation du cache des modèles sélectionnés" -#: admin.py:111 -#, python-format +#: admin.py:114 +#, fuzzy, python-format msgid "Cache successfully repopulated with one template." msgid_plural "Cache successfully repopulated with %(count)d templates." msgstr[0] "Le cache d'un modèle a été rechargé avec succès." msgstr[1] "" -#: admin.py:115 +#: admin.py:118 msgid "Repopulate cache with selected templates" msgstr "Rechargement du cache des modèles sélectionnés" -#: admin.py:119 models.py:29 +#: admin.py:130 +#, python-format +msgid "Template syntax check FAILED for %(names)s." +msgid_plural "" +"Template syntax check FAILED for %(count)d templates: %(names)s." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:138 +#, python-format +msgid "Template syntax OK." +msgid_plural "Template syntax OK for %(count)d templates." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:141 +msgid "Check template syntax" +msgstr "" + +#: admin.py:145 models.py:25 msgid "sites" msgstr "sites" -#: models.py:26 +#: models.py:22 msgid "name" msgstr "nom" -#: models.py:27 +#: models.py:23 msgid "Example: 'flatpages/default.html'" msgstr "Exemple : 'flatpages/default.html'" -#: models.py:28 +#: models.py:24 msgid "content" msgstr "contenu" -#: models.py:30 +#: models.py:27 msgid "creation date" msgstr "date de création" -#: models.py:32 +#: models.py:29 msgid "last changed" msgstr "dernier changement" -#: models.py:40 +#: models.py:37 msgid "template" msgstr "modèle" -#: models.py:41 +#: models.py:38 msgid "templates" msgstr "modèles" + + diff --git a/dbtemplates/locale/he/LC_MESSAGES/django.mo b/dbtemplates/locale/he/LC_MESSAGES/django.mo index 857a7df0d3b5c2c05321c1f8316394eb4dfcb39d..7bf392cf0672ac310451d5c0ccc96b1ef979abb0 100644 GIT binary patch delta 399 zcmZY4F-rq66bJCM7SvNG!8wA1QgU}`Rpe|-ThxM{T1wSHm$VnJDR;?n$vJe;58xtn za@N(sui@x75xNRKwBle$^2>ui$;-#={rrPDf6gH^fwhbfdYnOM4SWF=_zup2%>qIT z;L+3z5GLxwW`TpL8eD|>w($B^%UuOSCPPJnp5bv4F~hah;fYEOIo6>FNHYsH=_(Ho zj7hZTIH53utY`OC>H3-WvV<9J9 z&SDSyjg!_{qqVe;E52WkgssxBHh#)qZvO`1PuyxpS;``Epwd`-SSH`4u9kN3&#}5L N@oE**jqzuG@&#vuZ_)q& delta 262 zcmeC?{K!6`B#euZf#C}f3o|e<{AXfdPyy1y%nS_qK-vOGa{%cTK$;s!Z-ml&fiw${ ze-cP@0qJv4`X-R(0rHsy?jnWF1d znqI6Ml5eHJ72qGD>s*wYSdy8ar|Xhfl4_-3WME*aYiOWrV5wkeY-M7qZ2%MjD%1^1 zEz2xMQD>oRV4-Vds9eCwkJJ; diff --git a/dbtemplates/locale/he/LC_MESSAGES/django.po b/dbtemplates/locale/he/LC_MESSAGES/django.po index 273a20d..cfab377 100644 --- a/dbtemplates/locale/he/LC_MESSAGES/django.po +++ b/dbtemplates/locale/he/LC_MESSAGES/django.po @@ -1,86 +1,106 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# +# msgid "" msgstr "" "Project-Id-Version: django-dbtemplates\n" -"Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" -"Language-Team: \n" -"POT-Creation-Date: 2011-01-31 11:10+0100\n" -"PO-Revision-Date: 2011-01-31 10:08+0000\n" +"Report-Msgid-Bugs-To: https://github.com/jezdez/django-dbtemplates/issues\n" +"POT-Creation-Date: 2011-08-15 13:13+0200\n" +"PO-Revision-Date: 2011-08-15 11:14+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: admin.py:53 +#: admin.py:56 msgid "" "Leaving this empty causes Django to look for a template with the given name " "and populate this field with its content." msgstr "אם זה ריק אז ג'נגו מחפש תבנית עם שם סיפק וממלא את השדה עם תוכנו" -#: admin.py:77 +#: admin.py:82 msgid "Advanced" msgstr "" -#: admin.py:80 +#: admin.py:85 msgid "Date/time" msgstr "תאריך / זמן" -#: admin.py:98 +#: admin.py:102 #, python-format msgid "Cache of one template successfully invalidated." msgid_plural "Cache of %(count)d templates successfully invalidated." msgstr[0] "" msgstr[1] "" -#: admin.py:102 +#: admin.py:106 msgid "Invalidate cache of selected templates" msgstr "" -#: admin.py:111 +#: admin.py:114 #, python-format msgid "Cache successfully repopulated with one template." msgid_plural "Cache successfully repopulated with %(count)d templates." msgstr[0] "" msgstr[1] "" -#: admin.py:115 +#: admin.py:118 msgid "Repopulate cache with selected templates" msgstr "" -#: admin.py:119 models.py:29 +#: admin.py:130 +#, python-format +msgid "Template syntax check FAILED for %(names)s." +msgid_plural "" +"Template syntax check FAILED for %(count)d templates: %(names)s." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:138 +#, python-format +msgid "Template syntax OK." +msgid_plural "Template syntax OK for %(count)d templates." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:141 +msgid "Check template syntax" +msgstr "" + +#: admin.py:145 models.py:25 msgid "sites" msgstr "אתרים" -#: models.py:26 +#: models.py:22 msgid "name" msgstr "שם" -#: models.py:27 +#: models.py:23 msgid "Example: 'flatpages/default.html'" msgstr "דוגמא: 'flatpages/default.html'" -#: models.py:28 +#: models.py:24 msgid "content" msgstr "תוכן" -#: models.py:30 +#: models.py:27 msgid "creation date" msgstr "נוצר ב" -#: models.py:32 +#: models.py:29 msgid "last changed" msgstr "שונה ב" -#: models.py:40 +#: models.py:37 msgid "template" msgstr "תבנית" -#: models.py:41 +#: models.py:38 msgid "templates" msgstr "תבניות" + + diff --git a/dbtemplates/locale/it/LC_MESSAGES/django.mo b/dbtemplates/locale/it/LC_MESSAGES/django.mo index 407043464c2e8e4e6f3f8c5d92be9c08cc314765..a3534ee71e8475008aa1d82700defdf67d2a0ba2 100644 GIT binary patch delta 384 zcmZwCJxc>I7zgn5WvJCf5l2b4N=+|mRV00(^`%8QwUjytE>|yJQ|^-El5?non{%Py zCvb8T{3L!I7ax3?6q5WB`19w zl8&o4I&!9B=8Kv0x5AOeq|h|D7?Hz7cvfmfj-Z_58fA>oeZqDzt8=zpuh1H$kR(HK zC(Zvs#@SAV(gn+|w@*E#q`^&?8|;Ka`Xa1Kb*tM&7ygoZfgmH{MI5``^ZsSGe~g>1 y+X-b=C&A(=d%gD?<5=3_AWRc4Bt4x(hGP|fJx#0Dz~9$aS>aL(v#rH)?&A}p#%nJC delta 323 zcmZ9@u}T9$5C-6lXAuJy+S$ljhdKAoh-3*8q9{m0LO3vm&6rz{mAhTp-Pqb$2l5tn zf)8M0V`=R>*w~5S5VWxvzWIlL-s<=Dd44jfG4@2W!x&qS7@L#37^@rW0t|eibLh38X0(iA)cgBB5R%eSplN@g)Z9Bp=|=O)c*!r+KGB+AnGC z78U9;p4#e=UQ98=LP4gmlKc#f(Vq8}&Q-}f*UQ)~moe7n$}V13F198xvMSdB{=OwY MRjxv_IFG)50FKXDQ~&?~ diff --git a/dbtemplates/locale/it/LC_MESSAGES/django.po b/dbtemplates/locale/it/LC_MESSAGES/django.po index fb58eaf..37effcb 100644 --- a/dbtemplates/locale/it/LC_MESSAGES/django.po +++ b/dbtemplates/locale/it/LC_MESSAGES/django.po @@ -1,18 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# msgid "" msgstr "" "Project-Id-Version: django-dbtemplates\n" -"Report-Msgid-Bugs-To: \n" -"Last-Translator: Marco Beri \n" -"Language-Team: Jannis Leidel \n" -"POT-Creation-Date: 2011-01-31 11:10+0100\n" -"PO-Revision-Date: 2011-01-31 10:08+0000\n" +"Report-Msgid-Bugs-To: https://github.com/jezdez/django-dbtemplates/issues\n" +"POT-Creation-Date: 2011-08-15 13:13+0200\n" +"PO-Revision-Date: 2011-08-15 11:14+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: admin.py:53 +#: admin.py:56 msgid "" "Leaving this empty causes Django to look for a template with the given name " "and populate this field with its content." @@ -20,64 +24,85 @@ msgstr "" "Lasciandolo vuoto, Django cercherà un template con lo stesso nome che avete " "indicato sopra e userà il suo contenuto per riempire questo campo." -#: admin.py:77 +#: admin.py:82 msgid "Advanced" msgstr "" -#: admin.py:80 +#: admin.py:85 msgid "Date/time" msgstr "" -#: admin.py:98 +#: admin.py:102 #, python-format msgid "Cache of one template successfully invalidated." msgid_plural "Cache of %(count)d templates successfully invalidated." msgstr[0] "" msgstr[1] "" -#: admin.py:102 +#: admin.py:106 msgid "Invalidate cache of selected templates" msgstr "" -#: admin.py:111 +#: admin.py:114 #, python-format msgid "Cache successfully repopulated with one template." msgid_plural "Cache successfully repopulated with %(count)d templates." msgstr[0] "" msgstr[1] "" -#: admin.py:115 +#: admin.py:118 msgid "Repopulate cache with selected templates" msgstr "" -#: admin.py:119 models.py:29 +#: admin.py:130 +#, python-format +msgid "Template syntax check FAILED for %(names)s." +msgid_plural "" +"Template syntax check FAILED for %(count)d templates: %(names)s." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:138 +#, python-format +msgid "Template syntax OK." +msgid_plural "Template syntax OK for %(count)d templates." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:141 +msgid "Check template syntax" +msgstr "" + +#: admin.py:145 models.py:25 msgid "sites" msgstr "" -#: models.py:26 +#: models.py:22 msgid "name" msgstr "nome" -#: models.py:27 +#: models.py:23 msgid "Example: 'flatpages/default.html'" msgstr "Esempio: 'flatpages/default.html'" -#: models.py:28 +#: models.py:24 msgid "content" msgstr "contenuto" -#: models.py:30 +#: models.py:27 msgid "creation date" msgstr "data di creazione" -#: models.py:32 +#: models.py:29 msgid "last changed" msgstr "ultimo cambiamento" -#: models.py:40 +#: models.py:37 msgid "template" msgstr "template" -#: models.py:41 +#: models.py:38 msgid "templates" msgstr "template" + + diff --git a/dbtemplates/locale/pt_BR/LC_MESSAGES/django.mo b/dbtemplates/locale/pt_BR/LC_MESSAGES/django.mo index b01f0bc237aa2947bbe37821315158505026c43b..335fbb6df6230ee4733f494e1118e6859b16d804 100644 GIT binary patch delta 212 zcmZqR`o}q;CiX2O0|PG;0|O@m1H*4-2+hjEz@P}^^8@KdAZ-YwLGqh{v>=e)3#3JW z^m!l+L<~=W1S^n!38dM8^m`!94y3# YvcR-MPHJXKYK~rJURwU=e)52Qta z^hF>IL=4Y>1S^n!4W!wC^hY4g4y1om#LOJM\n" +"POT-Creation-Date: 2011-08-15 13:13+0200\n" +"PO-Revision-Date: 2011-08-15 11:14+0000\n" +"Last-Translator: Jannis \n" "Language-Team: Portuguese (Brazilian) (http://www.transifex.net/projects/p/django-dbtemplates/team/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" -#: admin.py:53 +#: admin.py:56 msgid "" "Leaving this empty causes Django to look for a template with the given name " "and populate this field with its content." @@ -25,65 +25,84 @@ msgstr "" "Manter isto vazio faz com que o Django procure por um modelo (template) com " "o dado nome e preencha este campo com o seu conteúdo" -#: admin.py:77 +#: admin.py:82 msgid "Advanced" msgstr "Avançado" -#: admin.py:80 +#: admin.py:85 msgid "Date/time" msgstr "Data/hora" -#: admin.py:98 +#: admin.py:102 #, python-format msgid "Cache of one template successfully invalidated." msgid_plural "Cache of %(count)d templates successfully invalidated." msgstr[0] "" msgstr[1] "" -#: admin.py:102 +#: admin.py:106 msgid "Invalidate cache of selected templates" msgstr "" -#: admin.py:111 +#: admin.py:114 #, python-format msgid "Cache successfully repopulated with one template." msgid_plural "Cache successfully repopulated with %(count)d templates." msgstr[0] "" msgstr[1] "" -#: admin.py:115 +#: admin.py:118 msgid "Repopulate cache with selected templates" msgstr "" -#: admin.py:119 models.py:29 +#: admin.py:130 +#, python-format +msgid "Template syntax check FAILED for %(names)s." +msgid_plural "" +"Template syntax check FAILED for %(count)d templates: %(names)s." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:138 +#, python-format +msgid "Template syntax OK." +msgid_plural "Template syntax OK for %(count)d templates." +msgstr[0] "" +msgstr[1] "" + +#: admin.py:141 +msgid "Check template syntax" +msgstr "" + +#: admin.py:145 models.py:25 msgid "sites" msgstr "sites" -#: models.py:26 +#: models.py:22 msgid "name" msgstr "Name" -#: models.py:27 +#: models.py:23 msgid "Example: 'flatpages/default.html'" msgstr "Exemplo: 'flatpages/default.html'" -#: models.py:28 +#: models.py:24 msgid "content" msgstr "conteúdo" -#: models.py:30 +#: models.py:27 msgid "creation date" msgstr "Data de criação" -#: models.py:32 +#: models.py:29 msgid "last changed" msgstr "ultima modificação" -#: models.py:40 +#: models.py:37 msgid "template" msgstr "modelo" -#: models.py:41 +#: models.py:38 msgid "templates" msgstr "modelos" diff --git a/dbtemplates/locale/zh_CN/LC_MESSAGES/django.mo b/dbtemplates/locale/zh_CN/LC_MESSAGES/django.mo index 0745c6f87831223a116aff43bed53960fe99b274..e510bcc4bbd089990be6d030c5ae89ac1b1eb0f5 100644 GIT binary patch delta 479 zcmXZXzfZzI6bJBvtv@Ob;)p}h#2A~SJy4^S7!!?ynka^e#G%*|N}$Ewv9K`6Um$UJ zaC78;aPuE!{QN_Jt&9JaC!wU!5rL% z6?h5r@Ci=C7bqLNCcY*6ABkUy--*8vZ62OxTJd+pcP{tHe zzF_R6Z&S6V5MAzAR>K#~UcGP~cB~fbd#rDHEjMU{#H$O|>9$?LxaD)+V_d&Duad)v zxxx_S YMlX2KX1>ST1wXh6_eUG*cto_ne|79j$^ZZW delta 778 zcmajb&ubGw6bJB0y7fnl20ZAY3e%#s5;p88il$Nut+zs|Bqu>wcPGi(bT(#pE%uUP zODP^~X;KJ6X$vhBL<;8Mp#}c|5B>vsk=^LUTTeaccVZF|N_;T$**s?6dz1Od+i3ag zd1Z|tVpx~3s#q7Xq9JUEJj_B1K82s*X*e7vq#xdggD?j@_!J%I4$kPX<0~x18^Aj!N>3coP~0rPw)i%31!2> zmSH4iKGyO=(=s8KTZtW1I7Yn*u=G5^FgF8;vD->Q(OFY*LmZ`hkO#HoYb;z(i;a)e}*SPcF zYyXrj@uFSy(2tvR#&YwW5k_RL-KqPPV}?l7wa~LrCNiNru9`0C!a+H^l%)Q_W>8zC z_h$3D$W3`-bcR2<%WfwOdwL`?nM$i;C9b=cE!1)JPtqG2W2(l~n~XA+WLjKfm7{Q9 z>`z8ZYIouqqVlk(p8CGG6YOpU>mM6$78(Z?|6R@h@V>FX94xK)uQr0!?H|>-Z*wn6 R_jCTrUZc8;a}`DT^&2AMzu^D? diff --git a/dbtemplates/locale/zh_CN/LC_MESSAGES/django.po b/dbtemplates/locale/zh_CN/LC_MESSAGES/django.po index 4d5e93d..f46a6d2 100644 --- a/dbtemplates/locale/zh_CN/LC_MESSAGES/django.po +++ b/dbtemplates/locale/zh_CN/LC_MESSAGES/django.po @@ -1,15 +1,14 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# +# msgid "" msgstr "" "Project-Id-Version: django-dbtemplates\n" -"Report-Msgid-Bugs-To: \n" -"Last-Translator: 张昆 \n" -"POT-Creation-Date: 2011-01-31 11:10+0100\n" -"PO-Revision-Date: 2011-01-31 10:08+0000\n" +"Report-Msgid-Bugs-To: https://github.com/jezdez/django-dbtemplates/issues\n" +"POT-Creation-Date: 2011-08-15 13:13+0200\n" +"PO-Revision-Date: 2011-08-15 11:14+0000\n" +"Last-Translator: Jannis \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,68 +16,87 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0\n" -#: admin.py:53 +#: admin.py:56 msgid "" "Leaving this empty causes Django to look for a template with the given name " "and populate this field with its content." msgstr "此项目留空将使系统用指定的名称寻找模板并应用到该项目。" -#: admin.py:77 +#: admin.py:82 msgid "Advanced" msgstr "" -#: admin.py:80 +#: admin.py:85 msgid "Date/time" msgstr "日期/时间" -#: admin.py:98 +#: admin.py:102 #, fuzzy, python-format msgid "Cache of one template successfully invalidated." msgid_plural "Cache of %(count)d templates successfully invalidated." msgstr[0] "该模板的缓存已经成功撤销。" -#: admin.py:102 +#: admin.py:106 msgid "Invalidate cache of selected templates" msgstr "撤销选中模板的缓存" -#: admin.py:111 +#: admin.py:114 #, fuzzy, python-format msgid "Cache successfully repopulated with one template." msgid_plural "Cache successfully repopulated with %(count)d templates." msgstr[0] "该模板的缓存已经成功启用。" -#: admin.py:115 +#: admin.py:118 msgid "Repopulate cache with selected templates" msgstr "重新启用选中模板的缓存" -#: admin.py:119 models.py:29 +#: admin.py:130 +#, python-format +msgid "Template syntax check FAILED for %(names)s." +msgid_plural "" +"Template syntax check FAILED for %(count)d templates: %(names)s." +msgstr[0] "" + +#: admin.py:138 +#, python-format +msgid "Template syntax OK." +msgid_plural "Template syntax OK for %(count)d templates." +msgstr[0] "" + +#: admin.py:141 +msgid "Check template syntax" +msgstr "" + +#: admin.py:145 models.py:25 msgid "sites" msgstr "站点" -#: models.py:26 +#: models.py:22 msgid "name" msgstr "名称" -#: models.py:27 +#: models.py:23 msgid "Example: 'flatpages/default.html'" msgstr "例如: 'flatpages/default.html'" -#: models.py:28 +#: models.py:24 msgid "content" msgstr "内容" -#: models.py:30 +#: models.py:27 msgid "creation date" msgstr "创建日期" -#: models.py:32 +#: models.py:29 msgid "last changed" msgstr "最新变更" -#: models.py:40 +#: models.py:37 msgid "template" msgstr "模板" -#: models.py:41 +#: models.py:38 msgid "templates" msgstr "模板" + +