Changeset 753
- Timestamp:
- 05/07/07 22:48:43 (1 year ago)
- Files:
-
- cherokee-www/trunk/cherokee/locale/en/LC_MESSAGES/django.mo (modified) (previous)
- cherokee-www/trunk/cherokee/locale/en/LC_MESSAGES/django.po (modified) (4 diffs)
- cherokee-www/trunk/cherokee/locale/es (added)
- cherokee-www/trunk/cherokee/locale/es/LC_MESSAGES (added)
- cherokee-www/trunk/cherokee/locale/es/LC_MESSAGES/django.mo (added)
- cherokee-www/trunk/cherokee/locale/es/LC_MESSAGES/django.po (added)
- cherokee-www/trunk/cherokee/settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee-www/trunk/cherokee/locale/en/LC_MESSAGES/django.po
r741 r753 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2007-05-0 2 18:07-0600\n"11 "POT-Creation-Date: 2007-05-07 14:32-0600\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 21 21 msgstr "" 22 22 23 #: settings.py:31 24 msgid "Spanish" 25 msgstr "" 26 23 27 #: blog/models.py:9 24 28 msgid "Author" … … 26 30 27 31 #: blog/models.py:10 28 msgid " Title"32 msgid "Headline" 29 33 msgstr "" 30 34 … … 52 56 msgid "posts" 53 57 msgstr "" 58 59 #: blog/templates/blog/comment_list.html:9 60 msgid "ago" 61 msgstr "" 62 63 #: blog/templates/blog/comment_list.html:14 64 msgid "No comments to display." 65 msgstr "" 66 67 #: blog/templates/blog/post_archive.html:27 68 msgid "say something" 69 msgstr "" 70 71 #: blog/templates/blog/post_archive.html:28 72 msgid "digg this" 73 msgstr "" 74 75 #: blog/templates/blog/post_archive.html:29 76 msgid "save this" 77 msgstr "" 78 79 #: templates/base.html:28 80 msgid "Download" 81 msgstr "" 82 83 #: templates/base.html:29 84 msgid "Documentation" 85 msgstr "" 86 87 #: templates/base.html:30 88 msgid "Contribute" 89 msgstr "" 90 91 #: templates/base.html:31 92 msgid "Blog" 93 msgstr "" cherokee-www/trunk/cherokee/settings.py
r746 r753 29 29 LANGUAGES = ( 30 30 ('en', gettext('English')), 31 ('es', gettext('Spanish')), 31 32 ) 32 33